-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (85 loc) · 2.34 KB
/
index.html
File metadata and controls
87 lines (85 loc) · 2.34 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Tri-Techathlon</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css">
</head>
<body>
<div id="header">
<div>
<div class="logo">
<a href="index.html">TriTechathlon </a>
</div>
<ul id="navigation">
<li class="active">
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="register.html">Register</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<b>
<div class = "upup">
<div class="clearfix">
<img src="photo.jpg" alt="Img" height="342" width="450">
<h2>Tri-Techathlon!</h2>
<br>
<br>
<p>
Tri-Techathlon is a flagship event at Aparoksha, the techfest of IIIT Allahabad, which aims to test you at three diffrent platforms of Web Developmet, Competitive Coding and Designing.
<span><a href="index.html" class="btn">Register Now!</a><b>Don’t worry it’s not tough!</b></span>
</p>
</div>
</div>
</b>
<div id="contents">
<div id="tagline" class="clearfix">
<h1>Details</h1>
<div>
<p>
Event Date: 24th March, 2017
</p>
<p>
Time: 10 PM to 4 AM (the most productive time of a day :P)
</p>
<p>
Venue: LAB 5042, CC3.
</p>
</div>
<div>
<p>
Don't worry we will keep you fed! There will be refreshments available throughout the night.
</p>
<p>
So gear up for most intuitive techathlon and show off your skills!
</p>
<p>
Get yourself registered for event ASAP!!
</p>
</div>
</div>
</div>
<div id="footer">
<p>
Aparoksha'17
</p>
<div class="clearfix">
<ul class="connect">
<li><a href="http://freewebsitetemplates.com/go/facebook/" target="_blank" class="facebook"><i class="fa fa-facebook"></i></a></li>
<li><a href="http://freewebsitetemplates.com/go/googleplus/" target="_blank" ><i class="fa fa-google-plus"></i></a></li>
<li><a href="http://freewebsitetemplates.com/go/twitter/" target="_blank" ><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</body>
</html>