-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
68 lines (63 loc) · 2.8 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
<!DOCTYPE HTML>
<html>
<head>
<title>TCS - CodeVita</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<link rel="stylesheet" type="text/css" href="style/style.css" title="style" />
</head>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="index.html">TCS<span class="logo_colour">CodeVita</span></a></h1>
<h2>The TCS Global Coding Contest</h2>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li class="selected"><a href="index.html">Home</a></li>
<li ><a href="page.html">FAQ</a></li>
<li><a href="contact.html">Register</a></li>
</ul>
</div>
</div>
<div id="site_content">
<div class="sidebar">
<h3>Useful Links</h3>
<ul>
<li><a href="https://www.tcscodevita.com/CodevitaV7">Login Page</a></li>
<li><a href="https://www.tcscodevita.com/CodevitaV7/Register">Register Page</a></li>
<li><a href="https://www.tcscodevita.com/CodevitaV7/codevitablog.jsp">About</a></li>
</ul>
</div>
<div id="content">
<!-- insert the page content here -->
<h1>Welcome to TCS CODEVITA 2018</h1>
<p>Sports is not just a game, it’s Culture! It connects people from varied backgrounds and ethnicities regardless of
physical and cultural boundaries. It is also a great way to compete beyond borders and a lot of fun. At TCS, we
continue to believe in this philosophy that programming can be both fun and challenging.
For past 6 seasons, TCS has had great fun in promoting the Programming-As-A-Sport culture. Hope you too
had great fun participating in previous seasons of CodeVita. Last season one of the major changes we did was
shift from Team participation to Individual participation. Welcome to Season 7; TOGETHER let us make it all
time BIG. We assure, you would find Season 7 even more challenging and exciting. Last season witnessed
students from 63 countries participated and finale comprised of students from 10 countries battle it out for the
coveted title</p>
<ul>
<li>Pre Qualifier Zonal Round</li>
<li>Qualifier Round </li>
<li>FireFox 3.5</li>
<li>Grand Finale </li>
</ul>
</div>
</div>
<div id="footer">
Made By <a href="http://bhaveshnafde.in/">Bhavesh Nafde</a>
</div>
</div>
</body>
</html>