|
| 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 | +?> |
0 commit comments