-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
56 lines (52 loc) · 2.05 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="with=device-width,initial-scale=1.0">
<title>University Website Designe - Naveen Menariya</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="sub-header">
<nav>
<a href="index.html"><img src="eduford_img/amrita-c20-logo-white.svg "></a> <!--WEBSITE LOGO-->
<div class="nav-links" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="course.html">COURSE</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="contact.html">CONTACT</a></li>
</div>
<i class="fa fa-bars" onclick="showMenu()" ></i>
</nav>
<h1>About Us</h1>
</section>
<!-- --------about us content------- -->
<section class="about-us">
<div class="row">
<div class="about-col">
<h1>We are the world's best university</h1>
<p>The beginnings of Amrita Vishwa Vidyapeetham can be traced
to 1994 when a School of Engineering was started in an obscure
village named Ettimadai, at the foothills of Bouluvanpatty ranges
of the Western Ghats in the Coimbatore district of Tamil Nadu.
</p>
<a href="" class="hero-btn red-btn" >EXPLORE NOW</a>
</div>
<div class="about-col">
<img src="eduford_img/about.jpeg"
</div>
</div>
</section>
<!-- --------footer----------------- -->
<section class="footer">
<h4>About Us</h4>
<p>
Amrita Vishwa Vidyapeetham Admission Amrita
Vishwa Vidyapeetham admissions to all the UG,
PG, and Ph.D.<br> courses are based on the national-
level<br>😊😊😊
</p>
</section>
</html>