You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
3.6 KiB
91 lines
3.6 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-compatible" content="IE=EDGE">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<title> online college election system</title>
|
|
<script src ="http://kit.fontawesome.com/5657301245.js" crossorigin="anonymous"></script>
|
|
|
|
<link rel="stylesheet" href="/css/election.css">
|
|
<link rel="stylesheet" href="/css/home.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div class="row1">
|
|
<div class="column1">
|
|
<img src="/image/college logo.jpg" width=250 height =150 alt="college logo">
|
|
</div>
|
|
<div class="column2">
|
|
<h1> vinayaga engineering college </h1>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
|
|
|
|
<nav class="nav-links1">
|
|
<ul>
|
|
<li><a href="home.html">home </a></li>
|
|
<li><a href="About.html">about</a></li>
|
|
<li><a href="Departments.html">departments</a></li>
|
|
<li><a href="Campus.html"> campus</a></li>
|
|
<li><a href="Election.html"> election</a></li>
|
|
<li><a href="Adminlogin.html">admin login </a></li>
|
|
<li><a href="Studentregistrationform.html">student login</a></li>
|
|
<li class="active"><a href="Contactus.html">contact us</a></li>
|
|
</u1>
|
|
</nav>
|
|
<section class="location">
|
|
<h4> Location </h4>
|
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d62672.25460050924!2d79.33304715544354!3d10.962170302005967!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5532b360353419%3A0x9ecb5d94413ad35!2sKumbakonam%2C%20Tamil%20Nadu!5e0!3m2!1sen!2sin!4v1634136402137!5m2!1sen!2sin" width="1000" height="400"></iframe>
|
|
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="row2">
|
|
<div class="column3">
|
|
|
|
<h2> Contact US </h2>
|
|
<h3> Vinayaga Engineering College </h3>
|
|
<div> <i class="fas fa-home"></i>
|
|
<span>
|
|
<p>Kumbakonam,Thanjavur(dt)</p>
|
|
<p>Tamil Nadu-612704</p></span></div>
|
|
<div><i class="fas fa-phone-alt"></i>
|
|
<span>
|
|
<p>+91-8992437010</p></span></div>
|
|
<div><i class="fas fa-envelope"></i>
|
|
<spam> <p>tharshini13baskar@gmail.com</p></spam></div>
|
|
</div>
|
|
<div class="column4">
|
|
<h2>Quick Links</h2>
|
|
<nav class="nav-links2">
|
|
<ul>
|
|
<li><a href="home.html">Home </a></li>
|
|
<li><a href="Election.html"> Election</a></li>
|
|
<li><a href="Adminlogin.html">Admin Login </a></li>
|
|
<li><a href="Studentregistrationform.html">Student Registration Form </a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="column5">
|
|
<h2> Social Connect</h2>
|
|
<a href="https://www.facebook.com/"><i class="fab fa-facebook-f"></i></a>
|
|
<a href="https://www.instagram.com/"><i class="fab fa-instagram"></i></a>
|
|
<a href="https://www.whatsapp.com/"> <i class="fab fa-whatsapp"></i></a>
|
|
<a href="https://twitter.com/explore"><i class="fab fa-twitter"></i></a>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<hr>
|
|
<p class="copyright">Designed by kiruthika baskaran</p>
|
|
</footer>
|
|
|
|
|
|
</body>
|
|
|
|
</html> |