-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (62 loc) · 2.61 KB
/
index.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<head>
<title>
Innerve-2021
</title>
<link href="index.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container">
<div class="header">
<div class="inner-header">
<div class="logo"><b>INNERVE</b></div>
<div class="header-link"><a href="form.html">Register</a></div>
<div class="header-link"><a href="Page-1.html">Meet the team</a></div>
<div class="header-link">Sponsors</div>
<div class="header-link">Gallery</div>
<div class="header-link">Events</div>
</div>
</div>
<div class="content clearfix">
<div class="banner-image">
<div class="inner-banner-image">
<div class="banner_content">
<h1>INNERVE'21<p>THE ANNUAL TECHNICAL FEST OF IGDTUW</p></h1>
<p><h2>NOV 7th-8th</h2></p>
<a href="https://innerve-igdtuw.github.io/Innerve-IGDTUW-2020/landing.html" class="button">Explore Now!</a>
</div>
</div>
</div>
<div class="items">
<a href="https://innerve-igdtuw.github.io/Innerve-IGDTUW-2020/landing.html">
<img src="pic111.jpg" class="thumbnail">
<div class="caption">
<H3>Innerve is the annual technical fest of Indira Gandhi Delhi Technical University for Women(IGDTUW). </H3>
</div>
</a>
</div>
<div class="items">
<a href="https://innerve-igdtuw.github.io/Innerve-IGDTUW-2020/landing.html">
<img src="pic22.jpg" class="thumbnail">
<div class="caption">
<H3>With its inception in 2015, every year, the two-day extravaganza has witnessed a phenomenol gathering of students from all domains. </H3>
</div>
</a>
</div>
<div class="items">
<a href="https://innerve-igdtuw.github.io/Innerve-IGDTUW-2020/landing.html">
<img src="pic33.jpg" class="thumbnail">
<div class="caption">
<H3>The event is back for its SIXTH edition where it aims to be a platform to test engineering skills and showcase prowess.</H3>
</div>
</a>
</div>
</div>
</div>
<footer>
<div class="container">
<p><center>Created by <b>Innerve IGDTUW|2020</b> All Rights Reserved.</center></p>
</div>
</footer>
</body>
</html>