This repository has been archived by the owner on May 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
complete.php
74 lines (50 loc) · 1.81 KB
/
complete.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="default.css" media="screen"/>
<title>Codechef Ranking System</title>
</head>
<body>
<div class="top">
<div class="header">
<div class="left">
Codechef Rankings
</div>
<div class="right">
<h2>No college selected</h2>
<p><br/>Please select the college of which ranking you want to see by going here.</p>
</div>
</div>
</div>
<div class="container">
<?php include "nav.php";?>
<div class="main">
<div class="content">
INITIAL UI DESIGNE CODE
NOT USEFUL ANYMORE
</div>
<div class="sidenav">
<h2>What you can do ?</h2>
<ul>
<li><a href="index.html">Add college</a></li>
<li><a href="index.html">Add codechef user</a></li>
<li><a href="index.html">Report a bug</a></li>
<li><a href="index.html">Contact Admin</a></li>
</ul>
<h2>Like Us</h2>
<div>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fokrdx&width=200&height=558&colorscheme=light&show_faces=true&header=false&stream=true&show_border=false&appId=227758137377709" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:558px;" allowTransparency="true"></iframe>
</div>
</div>
<div class="clearer"><span></span></div>
</div>
<div class="footer">© 2013 <a href="http://www.shivamkhandelwal.in/" target="_blank">Shivam Khandelwal</a> | Designed and Developed by Shivam Khandelwal
</div>
</div>
</body>
</html>