<!DOCTYPE html>
<html>
<head>
<style>
a
{
margin:10px;
text-decoration:none;
color:white;
}
ul li
{
padding-top:10px;
text-align:center;
list-style:none;
float:left;
height:30px;
width:100px;
border-right:3px solid white;
}
nav
{
background-color:Deeppink;
height:40px;
font-size:20px;
}
ul li:hover
{
background-color:DodgerBlue;
color:white;
}
article
{
border:2px solid blue;
margin:2px;
border-radius:20px;
padding:5px;
background-color:lightpink;
}
footer
{
background-color:Darkred;
color:white;
text-align:right;
height:30px;
padding-top:10px;
border-radius:10px;
}
span
{
font-size:30px;
}
p
{
text-align:justify;
padding:5px;
}
</style>
</head>
<body bgcolor="lightyellow">
<header>
<img src="logo.png" align="center" width="150"/>  
<span >Aurora's Technology & Research Institute<span>
<hr/>
</header>
<nav>
<ul>
<li> <a href="#s3">Home</a></li>
<li> <a href="#s1">Courses</a></li>
<li> <a href="#s2">About us</a></li>
<li> <a href="#s4">Contact </a></li>
<li> <a href="Login.html">Log in</a></li>
</ul>
</nav>
<br/> <br/>
<marquee color="red"><h2 >Admissions are open today</h2></marquee>
<section>
<h3 id="s3">Home</h3>
<article>
<p>
Aurora College delivers programs at three Campuses, 21 Community Learning Centres and other community sites in the Northwest Territories.The Aurora Research Institute, division of Aurora College, has three Research Centres since science must be accessible to people and relevant to their everyday lives.Aurora Research Institute is dedicated to the advancement of indigenous knowledge and the joining of indigenous knowledge with western science.
</p>
<p>
Aurora College delivers community-centred post-secondary programs that
accurately reflect northern culture and the needs of the northern labour market.
Aurora offers several certificate and diploma programs as well as the Bachelor of Education Degree Program and the Bachelor of Science in Nursing Program.
</p>
</article>
<h3 id="s1">Courses</h3>
<article>
<h4>B.Tech</h4>
<p>
Information Technology.<br>
Computer Science & Engineering.<br>
Civil Engineering.<br>
Mechanical Engineering.<br>
Electronics Communication Engineering.<br>
Electronics Electrical Engineering.
</p>
<h4>Deploma</h4>
<p>
Computer Science & Engineering.<br>
Electronics Communication Engineering.<br>
Electronics Electrical Engineering.
</p>
</article>
<h3 id="s2">About us</h3>
<article>
<p>
Aurora Research Institute of the former Science Institute of the Northwest Territories were amalgamated with the new colleges in January, 1995. The portion which now
functions as a division of Aurora College is called the Aurora Research Institute, and offers licensing and research assistance in the western NWT. Aurora College has a mandate to deliver community-centred post-secondary programs that accurately reflect Northern culture and the needs of the Northern labour market.
</p>
<p>
Today Aurora College is a modern and comprehensive post-secondary institution connected through transfer agreements and partnerships to a wide network of technical schools,colleges and universities throughout Canada and the circumpolar world. In addition to a broad range of trades and apprenticeship training and certificate, diploma and degree programs, the College offers adult literacy and basic education as well as a variety of continuing education courses. Building on over 40 years of experience, Aurora College is well-positioned to work with Northerners to prepare them to build a strong and vibrant society in the NWT. .
</p>
</article>
<h3 id="s4">Contact</h3>
<article>
<p>
Aurora's Technological and Research Institute,<br>
Parvathapur,Uppal,Hyderabad,Telangana-500093.<br>
EMail: info@atri.edu.in <br>
@atri.edu.in<br>
Contact: 040-20050999,9100000909
</p>
</article>
</section>
<br/>
<footer>
© copy right 2019 Aurora's college, HYD.
</footer>
</body>
</html>