-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
58 lines (58 loc) · 1.75 KB
/
about.html
File metadata and controls
58 lines (58 loc) · 1.75 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
<!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>
<div id="contents">
<div id="about">
<h1>About</h1>
<h2>The Competition</h2>
<p>
The competition aims to test you extensively on three basic platforms of Web Development, Competitive Coding and Designing.
That showcases your depth of knowledge on each of the three field.
</p>
<h2>The Goodies and More</h2>
<p>
The competiton has a prize money of ₹10000! It will also showcase your mettle in college and will get you a ticket to geekhaven!!
</p>
</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>