]> iEval git - gruntmaster-page.git/blobdiff - tmpl/skel.en
Replace the About page with a short Help page
[gruntmaster-page.git] / tmpl / skel.en
index 82e6a13123eb3e0a3526d60d545cb584dad42c37..5fa60de2b5f4c89c062060c329511637310f666d 100644 (file)
@@ -1,37 +1,47 @@
 <!DOCTYPE html>
+<html class="slate">
 <title smap="title">TITLE</title>
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-<link href="/static/css/cyborg.css" title="cyborg" rel="stylesheet">
-<link href="/static/css/slate.css" title="slate" rel="alternate stylesheet">
-<link href="/static/css/readable.css" title="readable" rel="alternate stylesheet">
-<script src="/static/js.js" type="text/javascript" async defer></script>
+<link href="/static/favicon.png" rel="shortcut icon">
+<link href="/static/css/all.css" rel="stylesheet" integrity="x">
+<script src="/static/js/all.js" type="text/javascript" async defer integrity="x"></script>
 
 <body>
-<div class="container-fluid">
 <nav role="navigation">
 <ul class="nav nav-pills nav-justified">
-<li id="nav-home"><a href="/">Gruntmaster 6000</a>
+<li id="nav-home"><a href="/">Home</a>
 <li id="nav-pb"><a href="/pb/">Problems</a>
 <li id="nav-ct"><a href="/ct/">Contests</a>
 <li id="nav-log"><a href="/log/">Job log</a>
 <li id="nav-us"><a href="/us/">Users</a>
-<li id="nav-account" static="no"><a href="/account">Account</a>
+<li id="nav-account"><a href="/account">Account</a>
+<li id="nav-help"><a href="/help">Help</a>
 <li id="nav-contribute"><a href="/contribute">Contribute!</a>
 
 </ul>
 </nav>
 
+<img id="logo" class="center-block" src="/static/logos/dark.svg#logo-mindcoding" width="600px" height="152px">
+
 <h1 id="title">TITLE</h1>
-<div id="static" class="alert alert-info" static="yes">This is a static version of Gruntmaster 6000.</div>
 
 <div id="result"></div>
 
-<div id="content">Content goes here</div>
+<main id="content">Content goes here</main>
+
+<div id="webchat"><a href="http://webchat.oftc.net/?channels=%23mindcoding" target="_blank">Webchat</a></div>
+
+<div id="sponsors">
+</div>
 
 <footer>
-Dilmom: Why don't you call your product the Gruntmaster 6000?<br>
-Dilbert: What kind of product do you see when you imagine a Gruntmaster 6000?<br>
-Dilmom: Well, it's a stripped-down version of the Gruntmaster 9000, of course. But it's software-upgradeable.
+<div class="left-half text-center">
+<a href="http://www.societatea-hermes.ro"><img src="/static/logos/dark.svg#logo-hermes" alt="Societatea Hermes" width="164px" height="100px"></a>
+</div>
+
+<div class="right-half text-center">
+<a href="http://www.facebook.com/mindcodingcluj"><img src="/static/logos/dark.svg#logo-facebook" alt="MindCoding Facebook page" width="100px" height="100px"></a>
+</div>
 </footer>
This page took 0.024985 seconds and 4 git commands to generate.