CINXE.COM
Arunachal Pradesh State Portal
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Security-Policy" content="frame-ancestors 'none'"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes"> <title> Arunachal Pradesh State Portal </title> <!--jQuery--> <link href="css/bootstrap.css" rel="stylesheet"> <!-- Slick Slider CSS --> <link href="css/slick-theme.css" rel="stylesheet"> <!-- ICONS CSS --> <link href="css/font-awesome.css" rel="stylesheet"> <!-- ICONS CSS --> <link href="css/animation.css" rel="stylesheet"> <!-- Pretty Photo CSS --> <link href="css/prettyPhoto.css" rel="stylesheet"> <!-- Custom Main StyleSheet CSS --> <link href="css/component.css" rel="stylesheet"> <!-- Pretty Photo CSS --> <link href="css/jquery.bxslider.css" rel="stylesheet"> <!-- Pretty Photo CSS --> <link href="css/style5.css" rel="stylesheet"> <!-- Pretty Photo CSS --> <link href="css/demo.css" rel="stylesheet"> <!-- Pretty Photo CSS --> <link href="css/fig-hover.css" rel="stylesheet"> <!-- Typography CSS --> <link href="css/typography.css" rel="stylesheet"> <!-- Custom Main StyleSheet CSS --> <link href="style.css" rel="stylesheet"> <!-- Custom Main StyleSheet CSS --> <link href="css/component.css" rel="stylesheet"> <!-- Custom Main StyleSheet CSS --> <link href="css/shotcode.css" rel="stylesheet"> <!-- Custom Main StyleSheet CSS --> <link href="svg-icon.css" rel="stylesheet"> <!-- Color CSS --> <link href="css/color.css" rel="stylesheet"> <!-- Responsive CSS --> <link href="css/responsive.css" rel="stylesheet"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"> <link rel="stylesheet" type="text/css" href="mobile.css"> <link rel="stylesheet" type="text/css" href="bookcss.css"> <link rel="stylesheet" type="text/css" href="thumslider.css"> <link rel="stylesheet" type="text/css" href="gallerycss.css"> <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet"> <!--Font Awesome--> <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <!--Codehim Dropdown JS--> <script src="js/codehim.dropdown.js"></script> <!--Codehim Dropdown CSS--> <link rel="stylesheet" href="css/codehim-dropdown.css"> <!-- Animate CSS --> <link rel="stylesheet" href="css/animate.css"> <style type="text/css"> body{ background-color: white; } </style> <style> .marquee-container { overflow: hidden; white-space: nowrap; } .marquee-content { display: inline-block; animation: marquee 15s linear infinite; } @keyframes marquee { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } } </style> </head> <body data-bs-theme="dark"> <header> <div id="d1" class="heade1" style="background-color: whitesmoke;color: white;text-align: right;position: relative;width: 90%;margin: auto;padding: 5px;"> <div class="row" > <!--<div class="col-sm-1" style="text-align:left"> <a href="https://twitter.com/PemaKhanduBJP" target="_blank"><i class="fa fa-twitter-square" style="font-size:15px;color:red"></i></a>< <a href="https://www.facebook.com/PemaKhanduBJP" target="_blank"><i class="fa fa-facebook-square" style="font-size: 15px; color:blue;"></i></a>< </div>--> <div class="col-sm-3" style="text-align:left"> <a href="faqs.html" style="font-weight:bold">FAQ <i class="fa fa-question" style="color:red;"></i></a>< <a href="sitemap.html"><i class="fa fa-sitemap"></i> </a> </div> <div class="col-sm-8" style="text-align:left"> <div class="marquee-container" onmouseover="stopMarquee()" onmouseout="startMarquee()"> <div class="marquee-content" style="color:maroon"> <!-- Your marquee content goes here --> (For best view site in 1024 x 1080 resolution. Support all modern browsers Chrome, Safari, FireFox, IE) </div> </div> <script> let marqueeContent = document.querySelector('.marquee-content'); function stopMarquee() { marqueeContent.style.animationPlayState = 'paused'; } function startMarquee() { marqueeContent.style.animationPlayState = 'running'; } </script> </div> </div> </div> <div id="d2" class="container-fluid" style="background-color: orange;color: white;text-align: right;position: relative;width: 100%;z-index: 9999;"> <div> <div class="row"> <div class="col-sm-6" style="text-align:left;height: 30px; line-height: 30px;"> <img src="images/nda.png" height="30" alt="India Emblem"> GOVERNMENT OF ARUANCHAL PRADESH | </div> <div id="stext" class="col-sm-6" style="text-align:right;height: 30px;line-height: 30px;"> <i id="darkModeButton" class="fa fa-moon-o" style="font-size:24px;color:black;"></i> <i id="lightModeButton" class="fa fa-sun-o" style="font-size:24px;color:black"></i> <i class="fa fa-keyboard-o" style="font-size:25px;" aria-hidden="true" ></i>< <i class="fa fa-adjust" style="font-size:25px;" aria-hidden="true" ></i>< <button onclick="changeFontSize('increase')" style="background-color:orange;border-radius: 5px;color: white;;">A+</button> <button onclick="changeFontSize('decrease')" style="background-color:orange;border-radius: 5px;color: white;"> A-</button> <button onclick="resetFontSize()" style="background-color:orange;border-radius: 5px;color: white;"> A=</button> <script> function changeFontSize(action) { var elementsToAdjust = document.querySelectorAll('body, .custom-div, p, ul, li, li a'); elementsToAdjust.forEach(function(element) { var currentSize = parseFloat(window.getComputedStyle(element, null).getPropertyValue('font-size')); if (action === 'increase') { element.style.fontSize = (currentSize * 1.1) + 'px'; } else if (action === 'decrease') { element.style.fontSize = (currentSize / 1.1) + 'px'; } }); } function resetFontSize() { var elementsToReset = document.querySelectorAll('body, .custom-div, p, ul, li, li a'); elementsToReset.forEach(function(element) { element.style.fontSize = '14px'; }); } </script> </div> </div> </div> </div> <div id="head1" style="width: 100%;background-color: white;"> <div style="width:100%;text-align: center;"> <a href="#"><img id="lgo" src="images/logo.png" alt="logo" height="100"></a> </div> <div style="width: 100%;text-align: center;"> <span style="font-size:25px;font-weight: bold;color: black;"> ARUNACHAL PRADESH </span> <p> Official State Portal</p> </div> </div> <div id="head2" style="background-image: url('images/background.png'); width: 100%;"> <div style="width: 90%;margin: auto;"> <div class="row" style="padding:10px;"> <div class="col-12"> <div class="col-md-2" style="text-align:center;"> <a href="#"><img id="logo2" src="images/logo.png" alt="logo" style="width:200px;height: 80px;"></a> </div> <div class="col-md-8" style="text-align:center;"> <h1 style="font-weight: bold;">Arunachal Pradesh</h1> <span style="font-weight: bold;"> Official State Portal</span> </div> <div class="col-md-2" style="text-align:center"> <a id="lemb" href="#"><img src="images/govind.png" alt="logo" style="width:60px;height: 80px;"></a> </div> </div> </div> </div> </div> <nav class="codehim-dropdown"> <ul class="dropdown-items" style="background-color:#036BF6"> <li class="home-link"> <a href="https://arunachalpradesh.gov.in/"><i class="fa fa-home"></i></a> </li> <li> <span class="dropdown-heading" style="color:white;">Services</span> <ul class="menu-items"> <li><a target="_blank" href="https://arunachaltenders.gov.in/nicgep/app">e-Procurement System</a></li> <li><a target="_blank" href="https://arunachalilp.com/index.jsp">e-ILP</a></li> <li><a target="_blank" href="https://eservice.arunachal.gov.in/">e-Service</a></li> <li><a target="_blank" href="https://apsts.arunachal.gov.in/">apst bus services</a></li> <li><a target="_blank" href="https://www.arpdop.gov.in/dopap-portal/">electricity bill</a></li> <li><a target="_blank" href="https://arunaccounts.nic.in/index.php">EGPF</a></li> <li><a target="_blank" href="https://apssb.nic.in/Index/institute_home/ins/RECINS001">APSSB</a></li> <li><a target="_blank" href="https://appsc.gov.in/Index/institute_home/ins/RECINS001">APCS</a></li> <li><a target="_blank" href="https://cmaay.com/CMAAY_home.aspx">CMAAY</a></li> <li><a target="_blank" href="https://gem.gov.in/odop-category/?lang=english">GEM</a></li> <li><a target="_blank" href="https://cmejansunwai.arunachal.gov.in/home.php">CM E-JANSUNWAI</a></li> <li><a target="_blank" href="https://www.pgportal.gov.in/">CPGRAMS</a></li> </ul> </li> <li> <span class="dropdown-heading" style="color:white;">Government</span> <ul class="menu-items"> <li><a href="about_us.html">About Us</a></li> <li><a href="whoiswho.html">Who's Who</a></li> <li><a href="department.html">Govt Department</a></li> <li><a href="team.html">Cabinet Minister</a></li> <li><a href="cm.html">Chief Minister</a></li> </ul> </li> <li> <a class="main-links" href="notice.html" style="color:white;">Advertisement & Notice</a></li> <li> <a class="main-links" href="tender.html" style="color:white;">Tenders</a></li> <li> <span class="dropdown-heading" style="color:white;">Grievance</span> <ul class="menu-items"> <li><a target="_blank" href="https://cmejansunwai.arunachal.gov.in/home.php">CM E-Jansunwai</a></li> <li><a target="_blank" href="https://pgportal.gov.in/">CPGRAMS</a></li> </ul> </li> <li> <a class="main-links" href="da.html" style="color:white;">DA/DR</a></li> <li> <a class="main-links" href="contact-us.html" style="color:white;">Contact Us</a></li> <li><a class="main-links" href="sigin.html" style="color:white;">Login</a></li> </ul> </nav> <div style="position:absolute; right:20px;margin-top: -40px;"> <input class="form-control" type="text" name="serach-button" placeholder="Search" style="height: 30px;background-color: whitesmoke; color: maroon;" > </div> </header> <div style="width: 100%;position: relative;"> <div class="city_main_banner" style="height:430px;"> <div class="main-banner-slider" style="height: 430px"> <!--<div> <figure class="overlay" style="position: relative"> <i class="fa fa-chevron-circle-left" aria-hidden="true" style="font-size:50px"></i> <img src="images/file.png" alt="" style="height:430px;filter: brightness(1)"> </figure> </div>--> <div> <figure class="overlay" style="position: relative"> <i class="fa fa-chevron-circle-left" aria-hidden="true" style="font-size:50px"></i> <img src="images/cmback1.jpg" alt="" style="height:430px;filter: brightness(1)"> </figure> </div> <div> <figure class="overlay" style="position: relative"> <i class="fa fa-chevron-circle-left" aria-hidden="true" style="font-size:50px"></i> <img src="images/back003.jpg" alt="" style="height:430px;filter: brightness(1)"> </figure> </div> <div> <figure class="overlay" style="position: relative"> <i class="fa fa-chevron-circle-left" aria-hidden="true" style="font-size:50px"></i> <img src="images/banner01.jpg" alt="" style="height:430px;filter: brightness(1)"> </figure> </div> <div> <figure class="overlay" style="position: relative"> <i class="fa fa-chevron-circle-left" aria-hidden="true" style="font-size:50px"></i> <img src="images/banner11.png" alt="" style="height:430px;filter: brightness(1)"> </figure> </div> </div> </div> </div> <div id="s-link" class="city_banner_services" style="background-color:#134E5F;color: white;position: relative;text-align: center;width: 100%;margin-top: -3px;" > <div id="s-link-0" style="margin-top: -10px; width: 100%;"> <div class="col-md-12"> <div id="s-link-1" class="col-md-2"><i class="fa fa-dashboard" style="color:orange;"></i> <a style="color:white; font-size: 12px;" href="https://cmdashboard.arunachal.gov.in/" target="_blank" >CM Dashboard</a></div> <div id="s-link-2" class="col-md-2"><i class="fa fa-tripadvisor" style="color:orange;"></i> <a style="color:white;font-size: 12px;" href="https://arunachaltourism.com/" target="_blank" >Tourism</a></div> <div id="s-link-3" class="col-md-2"><i class="fa fa-graduation-cap" style="color:orange;"></i> <a style="color:white;font-size: 12px;" href="https://education.arunachal.gov.in/" target="_blank" >Education</a></div> <div id="s-link-4" class="col-md-2"><i class="fa fa-building-o" style="color:orange;"></i> <a style="color:white;font-size: 12px;" href="https://eodb.arunachal.gov.in/" target="_blank" >Ease of Doing Business</a></div> <div id="s-link-5" class="col-md-2"><i class="fa fa-area-chart" aria-hidden="true" style="color:orange;"></i> <a style="color:white;font-size: 12px;" href="district.html" target="_blank" >District</a></div> <div id="s-link-6" class="col-md-2"><i class="fa fa-search" aria-hidden="true" style="color:orange;"></i> <a style="color:white;font-size: 12px;" href="https://nesda.centralindia.cloudapp.azure.com/#/citizen-survey" target="_blank" >Online Survey</a></div> </div> </div> </div> <div class="city_banner_services" style="background-color: whitesmoke;"> <div class="container-fluid"> <div class="city_service_list"> <ul> <li> <div class="city_service_text"> <span><i class="fa icon-news" style="color: darkblue;"></i></span> <h5><a style="font-size:14px;color: black;" href="notice.html">Public Notices</a></h5> </div> </li> <li> <div class="city_service_text"> <span><i class="fa fa-map-marker" style="color:red;"></i></span> <h5><a style="font-size:14px;color: black;" target="_blank" href="https://www.srsac.arunachal.gov.in/service/map">GIS Map </a></h5> </div> </li> <li> <div class="city_service_text"> <span><i class="fa fa-warning" style="color:red"></i></span> <h5><a target="_blank" href="alertbeware.pdf" style="color:black;font-size: 14px;">Advisory in Financial Fraudster </a></h5> </div> </li> <li> <div class="city_service_text"> <span><i class="fa fa-stop" style="color:red"></i></span> <h5><a target="_blank" href="noticeadvisory.pdf" style="color:black;font-size: 14px;">Advisory in Child Sexual Abuse Material (CSAM) </a></h5> </div> </li> <!--<li> <div class="city_service_text"> <span><i class="fa icon-cursor"></i></span> <h5><a target="_blank" href="https://smarthubgovernment.hdfcbank.com/SmartHubGovt/DirectLoadQuickPay.action;jsessionid=JeHT7sYDg2Uc8XCjcAvc0BJs?uniqueSessionIdentifier=059051247967025895530123456789">CM Relief Fund</a></h5> </div> </li>--> </ul> </div> </div> </div> <div style="text-align: center;background-color: whitesmoke;"> <a href="https://eilp.arunachal.gov.in/resource/image/eILPVerification@V2_3.apk" class="btn btn-primary" style="background-color:green; color: white;">Download eILP Mobile App</a> </div> <div id="glance" class="city_banner_services" style="background-color:white;color: white;border-top: 1px solid white;"> <div style="margin-top:-20px; width: 90%;margin: auto;text-align: center;"> <div class="row"> <div class="col-sm-3" style="color:orange;background-color: white;height: 450px; border-radius: 5px;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; overflow: scroll;" > <br> <h1 style="font-size:20px;font-weight:bold;color:blue"><u>Arunachal at a Glance</u></h1> <hr style="background-color:red;height: 1px;"> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Capital : Itanagar </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Largest Town: Itanagar </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Districts: 26 </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Total Area: 83,743 km2 (32,333 sq mi) </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Population: 13,83,727 (2011 Census) </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Latitudes Longitudes: 27.06°N 93.37°E </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Bird: Great Pied Hornbill (Buceros Bicornis) </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Animal: Hoolock Gibbon (Hylobatidae Hoolock) </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Flower : Foxtail Orchid (Rhynchostylis Retusa) </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Tree : Hollong (Dipterocarpus Macrocarpus) </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Highest Peak: Kangto (7,090 metres (23,261 ft)) </div> <div style="text-align:left; color: maroon;"> <i class="fa fa-angle-double-right" style="color:maroon;font-size: 18px;"></i> Airport : Donyi Polo Airport, Itanagar </div> </div> <div class="col-sm-5" style="color:orange;background-color: white;height: 450px; border-radius: 5px;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;"> <br> <h1 style="font-size:20px;font-weight:bold;color:red;"><u> What's New </u></h1> <hr style="background-color:red;height: 1px;"> <!-- Codes by HTMLcodes.ws --> <div style="height: 300px; overflow: hidden;width: 100%; overflow-y: scroll;" > <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/tender.html"> Notice Inviting Quotation for the supply of customised municipal garbage collection truck <img src="new-blinking.gif" height="30" alt=""><br><br><img src="" height="30" alt=""> </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/tender.html"> Supply of class-III DSC (Signing only) to Government of Arunachal Pradesh for a period of one (01) year.<img src="new-blinking.gif" height="30" alt=""><br><br><img src="" height="30" alt=""> </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/notice.html"> Guidelines on Arbitration and Mediation in Contracts of Domestic Public Procurement<img src="new-blinking.gif" height="30" alt=""><br><br><img src="" height="30" alt=""> </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/notice.html"> Revision of Rate of Dearness Relief to State Government Pensioners / Family Pensioners w.e.f. 01-01-2024.<img src="new-blinking.gif" height="30" alt=""><br><br><img src="" height="30" alt=""> </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/notice.html"> The Government of Arunachal Pradesh hereby invites applications from eligible citizens of India in the prescribed from in Annexure-A for filling up the post of Chairperson of Arunachal Pradesh State Human Rights Commission.<img src="new-blinking.gif" height="30" alt=""><br><br><img src="" height="30" alt=""> </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/tender.html"> NIQ from Directorate of Animal Husbandry, Veterinary and Dairy Development, Nirjuli, Government of Arunachal Pradesh.<img src="new-blinking.gif" height="30" alt=""><br><br><img src="" height="30" alt=""> </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/tender.html"> The Department of Geology & Mining, Government of Arunachal Pradesh invites sealed quotations (rates), from organization/ company/ firm having experience in mineral exploration, DGPS Survey for auction of mineral block.<img src="new-blinking.gif" height="30" alt=""><br><br><img src="" height="30" alt=""> </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/notice.html"> Walk-In-Interview For Eligible Candidates For The Post of 1(One) No's of IT Manager Under Itanagar Smart City Development Corporation Limited.<img src="new-blinking.gif" height="30" alt=""><br><br><img src="" height="30" alt=""> </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/tender.html"> Expression of Interest for "Manpower Outsourcing Service" for the Department of Hydro Power Development. </a> <img src="new-blinking.gif" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/tender.html"> Cancellation Tender DILRMP.<img src="new-blinking.gif" height="30" alt=""><br><br>Short Tender Notice for implementing of DILRMP project in Arunachal Pradesh by Dept. of Land Management.<img src="" height="30" alt=""><br><br>Download RFP<img src="" height="30" alt=""> </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/tender.html"> New CORRIGENDUM (Date Extended)<img src="new-blinking.gif" height="30" alt=""><br><br>CORRIGENDUM<br><br>Short Quotation Notice for "Supply, Installation, Testing & Commissioning of 10Mbps Internet Lease Line Connection to the 8 Prisons of State" in Arunachal Pradesh. </a> <img src="" height="30" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="https://arunachalpradesh.gov.in/tender.html"> The Department of Land Management Government of Arunachal Pradesh invites Sealed Quotation from BSICS accredited, ISO 9001:2015 certified credible in Remote Sensing, Surveying and GIS application for undertaking Cadastral Survey / Re-Survey, Mapping in GIS environment. </a> <img src="new-blinking.gif" height="40" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="images/tender/final.pdf"> CORRIGENDUM:<br> NIT for "IT Infrastructure Supply, Installation and Commissioning in the Prisons of the State of Arunachal Pradesh". </a> <img src="new-blinking.gif" height="40" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="images/tender/NIT.pdf"> NIT for "IT Infrastructure Supply, Installation and Commissioning in the Prisons of the State of Arunachal Pradesh". </a> <img src="new-blinking.gif" height="40" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="images/notice/Provisional Seniority List of TGTs.pdf"> Provisional Seniority list of TGTs </a> <img src="new-blinking.gif" height="40" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="images/notice/SHORT NOTIFICATION 01-2025.pdf"> INDIAN AIR FORCE RECRUITMENT DISSEMINATION OF NOTIFICATION AGNIVEERVAYU INTAKE 01/2025 </a> <img src="new-blinking.gif" height="40" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="Seniority_List_ISSE_0001.pdf"> Provision Seniority List Dated 23rd November 2023 </a> <img src="new-blinking.gif" height="40" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="whatsnew/Special-Secretary-IT-2.pdf"> Notice Inviting e-Tender for Housekeeping Service at Arunachal House </a> <img src="new-blinking.gif" height="40" alt=""> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="whatsnew/notice1.pdf"> Result Notification of National Action for Sanitation Ecosystem (NAMASTE) Scheme </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="Revision.pdf"> Revised rate of Dearness Relief to the State Govt Pensioners/family Pensioners of w.e.f 01-07-2023 </a> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="notice.html">Walk-in-Interview for the 1 (One) Post of State Namaste Coordinator under the project namely ""National Action for Sanitation Ecosystem (NAMASTE) Scheme"" </a> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="tender.html">CORRIGENDUM:<br> Last date of Bid Submission and Opening of e-tenders/NIT of Dirang is extended. Close Date: 27/09/2023 </a> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="tender.html"> CORRIGENDUM: Bid Submission and Opening of e-tender/NIT issued under Revamped Distribution Sectir Scheme by the Superintending Engineer Close Date: 18/09/2023 </a> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a target="_blank" href="Advisory.pdf" style="color:red;font-size: 14px;">Advisory in Child Sexual Abuse Material (CSAM) </a> </div> <br> <div style="width: 100%;text-align: left;color: black; border-bottom: 1px solid blue;"> <a href="notice.html">The Arunachal Pradesh Banning of Unregulated Deposit Schemes Rules, 2023. Close Date: 30 October 2023 </a> </div> </div> </div> <div class="col-sm-4" style="color:orange;background-color: white;height:450px; border-radius: 5px;box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;"> <br> <h1 style="font-size:20px;font-weight:bold;color:blue"><u>HCM Speech</u></h1> <hr style="background-color:red;height: 1px;"> <div class="embed-responsive embed-responsive-16by9"> <video class="embed-responsive-item" controls> <source src="cmv.mp4" type="video/mp4"> Your browser does not support the video tag. </video> </div> <br> <a href="hcm.docx"> 1 HCM Speech on 76th Independence Day</a> View </div> </div> </div> </div> <div class="city_about_wrap" style="background-color: #036BF6;"> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="city_about_fig"> <figure class=""> <!-- <img src="extra-images/about-fig.jpg" alt=""> --> <a target="_blank" href="https://arunachalgovernor.gov.in/"> <div class="leader_image"> <img src="GovernorArunachal.jpg" alt="Governor Arunachal"> <div class="leader_detail"> <h5> Lt Gen Kaiwalya Trivikram Parnaik, PVSM, UYSM, YSM (Retd)</h5> <p>Hon'ble Governor Arunachal Pradesh</p> </div> </div> </a> <a href="cm.html"> <div class="leader_image"> <img src="images/cm-img.jpg" alt="cm image"> <div class="leader_detail"> <h5>Shri Pema Khandu</h5> <p>Hon'ble Chief Minister</p> </div> </div> </a> </figure> <!-- <div class="city_about_video"> <figure class="overlay"> <img src="extra-images/about_video.jpg" alt=""> <a class="paly_btn hvr-pulse" data-rel="prettyPhoto" href="https://www.youtube.com/watch?v=SAaevusBnNI"><i class="fa icon-play-button"></i></a> </figure> </div> --> </div> </div> <div class="col-md-6"> <div class="city_about_list"> <!--SECTION HEADING START--> <div class="section_heading "> <span style="color:white;font-weight: bold;">Welcome to</span> <h3 style="color:white;">Arunachal Pradesh</h3> </div> <!--SECTION HEADING END--> <div class="city_about_text"> <p style="text-align: justify;color: white;">Popularly known as ‘Land of the Dawn-lit-Mountains’, Arunachal Pradesh is India’s remotest state and the first Indian soil to greet the rising sun. Located on the northeastern tip of India with its borders touching Tibet, Bhutan and Burma (Myanmar), this beautiful land is endowed with dazzling array of flora and fauna that is sure to allure any tourist. More than 500 rare species of Orchids are found in the dense jungles of Arunachal Pradesh. The misty hills, sparkling rivers, gurgling waterfalls add charm to the beauty of this incredible land <a href="about_us.html" class="text-danger">Read More...</a> </p> </div> </div> </div> </div> </div> </div> <div class="city_department_wrap " style="background-color:white;"> <div class="bg_white"> <div class="container-fluid"> <!--SECTION HEADING START--> <div class="section_heading margin-bottom"> <span>Explore</span> <h2>Govt Departments</h2> </div> <!--SECTION HEADING END--> <div class="city-department-slider"> <div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Legislative Assembly</h5> <p>Arunachal Pradesh Legislative Assembly. </p> <a target="_blank" href="http://103.253.125.132/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig1.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Governor </h5> <p>Arunachal Pradesh Governor. </p> <a target="_blank" href="https://arunachalgovernor.gov.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig2.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Capital Complex</h5> <p>ITANAGAR CAPITAL COMPLEX. </p> <a target="_blank" href="https://itanagar.nic.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig1.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Governor </h5> <p>Arunachal Pradesh Governor. </p> <a target="_blank" href="https://arunachalgovernor.gov.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig2.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>CAPITAL COMPLEX</h5> <p>ITANAGAR CAPITAL COMPLEX. </p> <a target="_blank" href="https://itanagar.nic.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig2.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Economics & Statistic</h5> <p>Department Of Economic & Statistic. </p> <a target="_blank" href="http://ecostatistics.arunachal.gov.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig2.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Education</h5> <p>Department Of Education. </p> <a target="_blank" href="http://education.arunachal.gov.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig2.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>eService</h5> <p>Arunachal Pradesh eService. </p> <a target="_blank" href="https://eservice.arunachal.gov.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig2.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Police</h5> <p>Arunachal Pradesh Police. </p> <a target="_blank" href="http://www.arunpol.nic.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> </div> <div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Health & Family Welfare</h5> <p>Department of Health & Family Welfare. </p> <a target="_blank" href="http://health.arunachal.gov.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Public Department </h5> <p>Public Work Department.</p> <a target="_blank" href="https://www.arunachalpwd.org/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>APSTS</h5> <p>Arunachal Pradesh Transport Service. </p> <a target="_blank" href="https://apsts.arunachal.gov.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Forest Department</h5> <p>Arunachal Pradesh Forest Department. </p> <a target="_blank" href="https://arunachalforests.nic.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Travel & Tourism</h5> <p>Travel and Tourism Department.</p> <a target="_blank" href="https://arunachaltourism.com/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Public Service Commission</h5> <p>Arunachal Pradesh PSC. </p> <a target="_blank" href="https://appsc.gov.in/Index/institute_home/ins/RECINS001">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Trade And Commerce</h5> <p>Department of Trade & Commerce. </p> <a target="_blank" href="http://aruntrade.gov.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Skill Development</h5> <p>DEPARTMENT OF SKILL DEVELOPMENT AND ENTREPRENEURSHIP. </p> <a target="_blank" href="http://skillarunachal.nic.in/UserPortal/Home.aspx">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Health Services</h5> <p>Directorate of Health Services, Naharlagun. </p> <a target="_blank" href="https://foodlicensing.fssai.gov.in/indexSL_AR.aspx">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control" style="display:none;"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>NIT</h5> <p>National Institute Of Technology. </p> <a target="_blank" href="https://www.nitap.ac.in/departments-all">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Staff Selection Board</h5> <p>Arunachal Pradesh Staff Selectio Board. </p> <a target="_blank" href="https://apssb.nic.in/Index/institute_home/ins/RECINS001">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>MEEN</h5> <p>Department of Fisheries. </p> <a target="_blank" href="https://meenarun.nic.in/contactdir.html">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Tax & Excise Department</h5> <p>Arunachal Pradesh Tax & Excise. </p> <a target="_blank" href="http://arun-taxexcise.nic.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Water Resources Department</h5> <p>Arunachal Pradesh Water Resources. </p> <a target="_blank" href="https://wrdarunachal.nic.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> <div class="width_control"> <div class="city_department_fig"> <figure class="box"> <div class="box-layer layer-1"></div> <div class="box-layer layer-2"></div> <div class="box-layer layer-3"></div> <!-- <img src="extra-images/department-fig5.jpg" alt=""> --> <a class="paly_btn" data-rel="prettyPhoto" href="extra-images/department-fig.jpg"><i class="fa fa-plus"></i></a> </figure> <div class="city_department_text"> <h5>Horticulture</h5> <p>Arunachal Pradesh Horticulture. </p> <a target="_blank" href="https://arunhorticulture.nic.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> </div> </div> </div> </div> </div> <div class="city_office_wrap" style="background-color:#036BF6;" > <div class="bg_white bg_none"> <div class="container-fluid" > <div class="city_office_row" > <div class="center_text" > <div class="city_office_list" > <div class="city_office_text"> <h6>Itanagar</h6> <h3>Election Office</h3> <a target="_blank" href="http://ceoarunachal.nic.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> <div class="city_office_text" style="margin-left: 85px;"> <h6>Itanagar</h6> <h3>Municipal Office</h3> <a target="_blank" href="http://www.imc.arunachal.gov.in/aboutus.html">See More<i class="fa fa-angle-double-right"></i></a> </div> <div class="city_office_text pull_right"> <h6>Itanagar</h6> <h3>Capital Complex</h3> <a target="_blank" href="https://itanagar.nic.in/">See More<i class="fa fa-angle-double-right"></i></a> </div> </div> </div> </div> </div> </div> </div> <div id="books" style="width: 100%; background-color:#036BF6;"> <div class="container" style="background-color:#036BF6;"> <div class="row"> <a href="gazettee.html"> <div class="col-md-3"> <div class="book-container"> <div class="book"> <img class="utility-img" src="images/Gazetteer/state-gazetteer.jpg" alt="" style="box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;"> </div> </div> </div> </a> <a href="holiday.html"> <div class="col-md-3"> <div class="book-container"> <div class="book"> <img class="utility-img" src="images/holiday/Public-Holidays.jpg" alt="" style="box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;"> </div> </div> </div> </a> <a target="_blank" href="district.html"> <div class="col-md-3"> <div class="book-container"> <div class="book"> <img class="utility-img" src="images/district.png" alt="" style="box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;"> </div> </div> </div> </a> <a target="_blank" href="https://arunachal.mygov.in/"> <div class="col-md-3"> <div class="book-container"> <div class="book"> <img class="utility-img" src="images/mygov.jpg" alt="" style="box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;"> </div> </div> </div> </a> </div> </div> <div style="height: 100px; background-color: #036BF6;"> </div> </div> <div style="width: 100%;margin: auto;background-color: white;text-align: center;"> <div style="width: 90%;margin: auto;"> <br> <span style="font-weight: bold; color:red;font-size: 14px;"><u>Government</u></span> <h2 style="text-align:center;color: red;font-weight: bold;font-size: 30px;">Gallery</h2> <div class="row"> <div class="col-md-3"> <img src="images/banner46.jpg" alt="" style="width:100%;" height="200" onclick="openModal();currentSlide(1)" class="hover-shadow cursor"> </div> <div class="col-md-3"> <img src="images/banner11.png" alt="" style="width:100%" height="200" onclick="openModal();currentSlide(2)" class="hover-shadow cursor"> </div> <div class="col-md-3"> <img src="images/banner1.jpg" alt="" style="width:100%" height="200" onclick="openModal();currentSlide(3)" class="hover-shadow cursor"> </div> <div class="col-md-3"> <img src="images/banner46.jpg" alt="" style="width:100%;" height="200" onclick="openModal();currentSlide(1)" class="hover-shadow cursor"> </div> <!--<div class="col-md-3"> <img src="images/banner8.jpg" alt="" style="width:100%" height="200" onclick="openModal();currentSlide(4)" class="hover-shadow cursor"> </div>--> </div> <div id="myModal" class="modal"> <span class="close cursor" onclick="closeModal()">×</span> <div class="modal-content"> <div class="mySlides"> <div class="numbertext">1 / 4</div> <img src="images/banner46.jpg" alt="" style="width:100%"> </div> <div class="mySlides"> <div class="numbertext">2 / 4</div> <img src="images/banner11.png" alt="" style="width:100%"> </div> <div class="mySlides"> <div class="numbertext">3 / 4</div> <img src="images/banner1.jpg" alt="" style="width:100%"> </div> <div class="mySlides"> <div class="numbertext">4 / 4</div> <img src="images/banner8.jpg" alt="" style="width:100%" > </div> <a class="prev" onclick="plusSlides(-1)">❮</a> <a class="next" onclick="plusSlides(1)">❯</a> <div class="caption-container"> <p id="caption"></p> </div> <div class="column"> <img class="demo cursor" src="images/banner46.jpg" style="width:100%" height="120" onclick="currentSlide(1)" alt=""> </div> <div class="column"> <img class="demo cursor" src="images/banner11.png" style="width:100%" height="120" onclick="currentSlide(2)" alt=""> </div> <div class="column"> <img class="demo cursor" src="images/banner1.jpg" style="width:100%" height="120" onclick="currentSlide(3)" alt=""> </div> <div class="column"> <img class="demo cursor" src="images/banner8.jpg" style="width:100%" height="120" onclick="currentSlide(4)" alt=""> </div> </div> </div> </div> </div> <div style="color: red; margin-top: 100px;width: 100%;margin: auto;text-align: center;"> <br> <span style="font-weight: bold;color: red; font-size: 14px;"><u>Arunachal Pradesh</u></span> <h1 style="color:red;font-weight: bold;font-size: 30px;"> Important Links</h1> </div> <hr> <div class="slider_wrapper" style="margin-top: -130px;"> <div style="width: 90%;margin: auto;"> <div class="owl-carousel slider_active"> <div> <a target="_blank" href="https://www.digitalindia.gov.in/"> <img class="img-fluid" src="images/service/digitalindiaa.png" alt="" > </a> </div> <div> <a target="_blank" href="https://arunachaltourism.com/"> <img class="img-fluid" src="images/service/tourism.png" alt="" > </a> </div> <div> <a target="_blank" href="https://rtionline.gov.in/"> <img class="img-fluid" src="images/service/rti.png" alt=""> </a> </div> <div> <a target="_blank" href="http://arunachalipr.gov.in/"> <img class="img-fluid" src="images/service/ipr.png" alt=""> </a> </div> <div> <a target="_blank" href="https://nceg.gov.in/"> <img class="img-fluid" src="images/service/voterid.png" alt=""> </a> </div> <div> <a target="_blank" href="https://www.digilocker.gov.in/"> <img class="img-fluid" src="images/service/digilocker.png" alt=""> </a> </div> <div> <a target="_blank" href="https://www.india.gov.in/"> <img class="img-fluid" src="images/service/indianportal.png" alt=""> </a> </div> <div> <a target="_blank" href="https://apssb.nic.in/Index/institute_home/ins/RECINS001"> <img class="img-fluid" src="images/service/apssb.png" alt=""> </a> </div> <div> <a target="_blank" href="https://appsc.gov.in/Index/institute_home/ins/RECINS001"> <img class="img-fluid" src="images/service/APPSC.png" alt=""> </a> </div> <div> <a target="_blank" href="http://arungovard.nic.in/"> <img class="img-fluid" src="images/service/arungovarv.jpg" alt=""> </a> </div> <div> <a target="_blank" href="https://meenarun.nic.in/contactdir.html"> <img class="img-fluid" src="images/service/meen.gif" alt=""> </a> </div> <div style="background-color: white; padding: 20px;width: 200px;"> <a target="_blank" href="http://ditc.arunachal.gov.in/"> <img class="img-fluid" src="images/service/ITDeptt.png" alt=""> </a> </div> </div> </div> </div> <footer> <div class="widget_wrap" style="background-color:#036BF6"> <div class="container"> <div class="row"> <div class="widget_copyright"> <div class="col-md-3 col-sm-3"> <div class="widget_logo"> <label style="color:white;font-weight: bold;"><u>Help!</u></label> <ul> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" href="feedback.html">Feedback</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" href="faqs.html">Frequently Asked Questions</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" href="about_us.html">About Us</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" href="contact-us.html">Contact-Us</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" href="sitemap.html">Site Map</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" href="helpdesk.html">Help Desk</a></li> </ul> </div> </div> <div class="col-md-3 col-sm-3"> <div class="widget_logo"> <label style="color:white;font-weight: bold;"><u>Policies</u></label> <ul> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" target="_blank" href="privacypolicy.html">Privacy Policy</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" target="_blank" href="termsandcond.html">Terms & Conditions</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" href="term-of-use.html">Terms of Uses</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" target="_blank" href="copyright-policy.html">Copyright Policy</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" target="_blank" href="webpolicy.html">Web Policy</a></li> </ul> </div> </div> <div class="col-md-3 col-sm-3"> <div class="widget_logo"> <label style="color:white;font-weight: bold;"><u>Other Links</u></label> <ul> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" target="_blank" href="https://swachhbharatmission.gov.in/sbmcms/index.htm">Swachh Bharat</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" target="_blank" href="https://arunachal.mygov.in/">My Gov Arunachal Pradesh</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" target="_blank" href="https://cmejansunwai.arunachal.gov.in/">Grievance Redressal</a></li> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;" target="_blank" href="https://data.gov.in/"> Open Government Data (OGD)</a></li> </ul> </div> </div> <div class="col-md-3 col-sm-3"> <div class="widget_logo"> <label style="color:white;font-weight: bold;"><u>Total Visitor & Update</u></label> <ul> <li><i class="fa fa-angle-double-right" style="color:orange;"></i> <a style="color: white;font-weight: bold;" target="_blank" href="#">Total Visitor:</a><a href="https://arunachalpradesh.gov.in/" target="_blank"> <img src="https://hitwebcounter.com/counter/counter.php?page=9837432&style=0006&nbdigits=5&type=page&initCount=0" alt="Counter"></a></li> <li></li> <li style="display: flex;color: white;"><i class="fa fa-angle-double-right" style="color:orange;"></i> Last Update: < <label style="color: white;" id="previousDateLabel"></label> < </li> </ul> </div> </div> <div class="container"> <div class="col-lg-12"> <hr> </div> </div> <div class="row"> <div class="col-lg-12"> <div class="col-lg-6 text-center"> <a href="cert.jpeg" style="cursor:pointer" target="_blank"> <img src="stqc55.png" alt="" height="100"></a> </div> <div class="col-lg-6 text-center"> <a href="w3cv.png" style="cursor:pointer" target="_blank"> <img src="w3c.png" alt="" height="80" style="border:1px solid white;"></a> </div> </div> </div> <div class="container"> <div class="col-lg-12"> <hr> </div> </div> <div class="container"> <div class="col-lg-12"> <div style="padding: 20px;color: white; font-weight: bold; font-family: sans-serif;text-align: center; font-size:12px;"> Designed and Developed by State Council for IT & E-Governance, Dept.of IT & Communication, Govt.of Arunachal Pradesh Copyright © 2023 - 24 </div> </div> </div> </div> </div> </div> </div> <script> function updatePreviousDate() { var currentDate = new Date(); var previousDate = new Date(currentDate.getTime() - 24 * 60 * 60 * 1000); // Subtract 24 hours in milliseconds // Format the date as needed (e.g., "DD-MM-YYYY HH:mm:ss") var formattedDate = previousDate.toISOString().slice(0, 19).replace("T", " "); // Update the label text document.getElementById("previousDateLabel").textContent = "" + formattedDate; } // Call the function when the page loads updatePreviousDate(); </script> </footer> <script> $(document).ready(function(){ $(".codehim-dropdown").CodehimDropdown(); //with all default settings }); </script> <link rel="stylesheet" href="docs/demo-only.css"> <script src="docs/demo.js"></script> <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script> <script> function company_carouselInit() { $('.owl-carousel.slider_active').owlCarousel({ dots: false, loop: true, margin: 30, stagePadding: 0, smartSpeed:2500, autoplay: true, autoplayTimeout: 2500, autoplayHoverPause: false, responsive: { 0: { items: 1 }, 768: { items: 2, }, 992: { items: 6 } } }); } company_carouselInit(); </script> <script> function openModal() { document.getElementById("myModal").style.display = "block"; } function closeModal() { document.getElementById("myModal").style.display = "none"; } var slideIndex = 1; showSlides(slideIndex); function plusSlides(n) { showSlides(slideIndex += n); } function currentSlide(n) { showSlides(slideIndex = n); } function showSlides(n) { var i; var slides = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("demo"); var captionText = document.getElementById("caption"); if (n > slides.length) {slideIndex = 1} if (n < 1) {slideIndex = slides.length} for (i = 0; i < slides.length; i++) { slides[i].style.display = "none"; } for (i = 0; i < dots.length; i++) { dots[i].className = dots[i].className.replace(" active", ""); } slides[slideIndex-1].style.display = "block"; dots[slideIndex-1].className += " active"; captionText.innerHTML = dots[slideIndex-1].alt; } </script> <script src="js/jquery.js"></script> <!--Bootstrap core JavaScript--> <script src="js/bootstrap.js"></script> <!--Slick Slider JavaScript--> <script src="js/slick.min.js"></script> <!--Pretty Photo JavaScript--> <script src="js/jquery.prettyPhoto.js"></script> <!--Pretty Photo JavaScript--> <script src="js/jquery.bxslider.min.js"></script> <!--Pretty Photo JavaScript--> <!-- <script src="js/index.js"></script> --> <!--Pretty Photo JavaScript--> <script src="js/modernizr.custom.js"></script> <!--Pretty Photo JavaScript--> <script src="js/jquery.dlmenu.js"></script> <!--Pretty Photo JavaScript--> <script src="js/downCount.js"></script> <!--Counter up JavaScript--> <script src="js/waypoints.js"></script> <!--Pretty Photo JavaScript--> <script src="js/waypoints-sticky.js"></script> <!--Custom JavaScript--> <script src="js/custom.js"></script> <script>document.documentElement.className = 'js';</script> <script> $(document).ready(function () { $('.fa-chevron-circle-left').click(function () { $(".banner_text").slideToggle(); }); }); </script> <script> document.addEventListener('DOMContentLoaded', function() { // Your JavaScript code here const darkModeButton = document.getElementById('darkModeButton'); const lightModeButton = document.getElementById('lightModeButton'); const body = document.body; darkModeButton.addEventListener('click', () => { body.classList.add('dark-mode'); }); lightModeButton.addEventListener('click', () => { body.classList.remove('dark-mode'); }); }); </script> </body> </html>