forked from tanyagarg2509/taarangana-20
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.php
94 lines (78 loc) · 3.69 KB
/
aboutus.php
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>Taarangana'20</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="aboutus.css">
<meta name="description" content="Taarangana'20" />
<meta name="keywords" content="Taarangana'20" />
<meta name="author" content="Taarangana'20" />
<meta property="og:site_name" content="Taarangana'20" />
<meta property="og:description" content="Taarangana'20" />
<meta property="og:title" content="Taarangana'20" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://taarangana.com/" />
<meta property="twitter:card" content="summary" />
<meta property="twitter:site" content="@taarangana.com" />
<meta property="twitter:creator" content="@taarangana.com" />
<meta property="twitter:url" content="http://taarangana.com/" />
<!-- <meta property="twitter:image" content="avicon.png" /> -->
<meta property="twitter:title" content="Taarangana 2020" />
<meta property="twitter:description" content="Taaranagana'20" />
<link rel="shortcut icon" href="../favicon1.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Cute+Font&display=swap" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Emilys Candy' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<?php
$color="black";
include '../navbar.php';
?>
<div class="parallax1">
<div class="heading">
<h1>About Us</h1>
</div>
</div>
<section class="color">
<h1>TAARANGANA</h1>
<h2>INDIRA GANDHI DELHI TECHNICAL UNIVERSITY FOR WOMEN</h2>
<div class="two-col">
<p>
<ul>
<li>First Women Engineering University in South Asia (formerly IGIT)</li><br>
<li>Ranked first among the emerging engineering colleges of India</li><br>
<li>Objective of the University is to empower the women of our country through value based higher education</li>
</ul>
</p>
</div>
<div class="two-col">
<p>
<ul>
<li>Taarangana'20 is the seventh edition of the annual cultural festival of IGDTUW.</li><br>
<li>One of the most awaited cultural event in Delhi. Via a wide variety of events in the fields of music, dance, theatre, and other artistic domains.</li><br>
<li>The fest brings together loads of zestful students from various institutions to connect with each other and have a great time.</li> <br>
</ul>
</p>
</div>
</section>
<div class="parallax2">
</div>
<div class="color">
<h1>LOCATE US</h1>
<div class="two-col">
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14003.25974498314!2d77.2323931!3d28.6652594!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xf5fc331b74c2b9e2!2sIndira%20Gandhi%20Delhi%20Technical%20University%20for%20Women!5e0!3m2!1sen!2sin!4v1568138821364!5m2!1sen!2sin"
width="100%" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>
</div>
<div class="two-col">
<p> Situated in the lush green grandeur of Kashmere Gate, IGDTUW boasts of being situated in the most prime location of Delhi-06. It lies in great proximity to important landmarks like Red Fort, Chandni Chowk, Old Delhi Railway Station,ISBT.</p>
</div>
</div>
</body>
</html>