Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit f45215b

Browse files
committed
added the about codejudge page
1 parent 447a7a4 commit f45215b

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

about.php

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!DOCTYPE html>
2+
<html lang="en"><head>
3+
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
4+
<meta charset="utf-8">
5+
<title>About Codejudge</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="">
8+
<meta name="author" content="">
9+
10+
<!-- Le styles -->
11+
<link href="css/bootstrap.css" rel="stylesheet">
12+
<style>
13+
body {
14+
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
15+
}
16+
17+
.footer {
18+
text-align: center;
19+
font-size: 11px;
20+
}
21+
</style>
22+
<link href="css/bootstrap-responsive.css" rel="stylesheet">
23+
24+
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
25+
<!--[if lt IE 9]>
26+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
27+
<![endif]-->
28+
29+
<!-- Le fav and touch icons -->
30+
<link rel="shortcut icon" href="http://twitter.github.com/bootstrap/assets/ico/favicon.ico">
31+
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
32+
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
33+
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
34+
<link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
35+
</head>
36+
37+
<body>
38+
39+
<div class="container">
40+
<h1>Codejudge</h1><hr/>
41+
<p>Codejudge is a system used to hold coding competitions like this. Its easy to setup, fast and simple to use.</p>
42+
<p>Codejudge is made by Sankha Narayan Guria. Find him at <a href="https://twitter.github.com/sankha93">@sankha93</a> on Twitter.<br/>
43+
Mail me at <a href="mailto:[email protected]">[email protected]</a>.</p>
44+
<p>Visit the Codejudge website at <a href="http://sankha93.github.com/codejudge">http://sankha93.github.com/codejudge</a> for more information.</p>
45+
</div> <!-- /container -->
46+
47+
<?php
48+
include('footer.php');
49+
?>

admin/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<hr/>
2-
<div class="footer">Powered by Codejudge.</div>
2+
<div class="footer">Powered by <a href="../about.php">Codejudge</a>.</div>
33
<!-- Le javascript
44
================================================== -->
55
<!-- Placed at the end of the document so the pages load faster -->

footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<hr/>
2-
<div class="footer">Powered by Codejudge.</div>
2+
<div class="footer">Powered by <a href="about.php">Codejudge</a>.</div>
33
<!-- Le javascript
44
================================================== -->
55
<!-- Placed at the end of the document so the pages load faster -->

0 commit comments

Comments
 (0)