Skip to content

Commit 9de6548

Browse files
committed
Create index.html
1 parent b079648 commit 9de6548

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

index.html

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2+
3+
<html xmlns="http://www.w3.org/1999/xhtml">
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
<title></title>
7+
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" />
8+
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
9+
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
10+
11+
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
12+
13+
</head>
14+
<body>
15+
<div id="page" class="container">
16+
<div id="header">
17+
<div id="logo">
18+
<h1><a href="index.html">RMK CSE Coding Club</a></h1>
19+
</div>
20+
<div id="menu">
21+
<ul>
22+
<li class="current_page_item"><a href="index.html" accesskey="1" title="">Home</a></li>
23+
<li><a href="archive.html" accesskey="2" title="">Problems Archive</a></li>
24+
</ul>
25+
</div>
26+
</div>
27+
<div id="main">
28+
<!--div id="banner">
29+
<img src="images/pic01.jpg" alt="" class="image-full" />
30+
</div-->
31+
<div id="welcome">
32+
<div class="title">
33+
<h2>Welcome!</h2>
34+
</div>
35+
<p>Fellow coders,</p><p>
36+
37+
It gives me immense pleasure to welcome you all to this coding club. The objective of this coding club is to create a forum for students to exchange ideas, solve interesting competitive programming problems, learn intricate features of programming languages and the uses of languages like C, C++ and Java. The students who take an active part in this club will be developing programming skills as needed by various new generation product and service companies. Students will also be encouraged to take active part in competitive programming events like <a href="https://code.google.com/codejam/">Google’s Code Jam</a>,<a href="http://icpc.baylor.edu/"> ACM – ICPC</a>, <a href="http://www.codechef.com/">Codechef</a> and <a href="http://www.topcoder.com/">Topcoder.</a>
38+
</p><p>
39+
This blog will act as the central site where all the assignment problems and their solutions will be posted. The solutions will be constantly updated and the club member who contributes the most will be awarded suitably at the end of the semester.
40+
</p><p>
41+
For any clarifications, please contact Prof. M. Somasundaram, Dept of Computer Science and Engineering at [email protected] or Sivasubramanyam A, III year, CSE B at [email protected] </p>
42+
</div>
43+
</div>
44+
</div>
45+
</body>
46+
</html>

0 commit comments

Comments
 (0)