]> iEval git - gruntmaster-page.git/blobdiff - tmpl/skel.en
Add Gameloft logo
[gruntmaster-page.git] / tmpl / skel.en
index a3ef584e53579a675e9537d05eaceb434d41014c..ae6af24104aabd513fb1f4497581f283895be354 100644 (file)
@@ -1,61 +1,50 @@
 <!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 rel="stylesheet" href="/css/cyborg.css" id="stylesheet">
-<script src="/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>
 <nav role="navigation">
-<div class="container-fluid">
 <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"><a href="/account">Account</a>
+<li id="nav-help"><a href="/help">Help</a>
 <li id="nav-contribute"><a href="/contribute">Contribute!</a>
 
 </ul>
-</div>
 </nav>
 
-<div class="container-fluid">
+<img id="logo" class="center-block" src="/static/logos/dark.svg#logo-mindcoding" width="600px" height="152px">
 
 <h1 id="title">TITLE</h1>
+
 <div id="result"></div>
 
-<div id="content">Content goes here</div>
+<main id="content">Content goes here</main>
 
-<div id="login" class="reqjs"><a href="/login">Log in</a></div>
+<div id="webchat"><a href="http://webchat.oftc.net/?channels=%23mindcoding" target="_blank">Webchat</a></div>
 
-<div id="theme-selector" class="reqjs">
-Themes:
-<ul class="list-inline">
-<li><a href="#" id="theme_slate">Gray</a>
-<li><a href="#" id="theme_cyborg">Black</a>
-<li><a href="#" id="theme_readable">White</a>
-</ul>
+<div id="sponsors">
+<h2>Sponsors</h2>
+<a href="http://www.takeofflabs.com/"><img class="logo" src="/static/logos/dark.svg#logo-takeoff" alt="Take Off Labs" width="250px" height="52px"></a><br>
+<a href="http://www.gameloft.ro/"><img class="logo" src="/static/logos/dark.svg#logo-gameloft" alt="Gameloft Romania" width="250px" height="172px"></a>
 </div>
 
-<div id="tracker" class="reqjs">
-<div id="tracker_tracking" class="hidden">
-<br>
-Tracking <a href="#" id="tracker_userlink"></a>.<br>
-<a href="#" id="tracker_stop">Stop tracking</a><br>
-<a href="#" id="tracker_log">Job log</a>
-<dl class="dl-horizontal">
-<dt>Solved</dt>    <dd id="tracker_solved">?</dd>
-<dt>Attempted</dt> <dd id="tracker_attempted">?</dd>
-<dt>Contests</dt>  <dd id="tracker_contests">?</dd>
-</dl>
-</div>
+<footer>
+<div class="left-half text-center">
+<a href="http://www.societatea-hermes.ro"><img class="logo" src="/static/logos/dark.svg#logo-hermes" alt="Societatea Hermes" width="164px" height="100px"></a>
 </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="right-half text-center">
+<a href="http://www.facebook.com/mindcodingcluj"><img class="logo" src="/static/logos/dark.svg#logo-facebook" alt="MindCoding Facebook page" width="100px" height="100px"></a>
+</div>
 </footer>
This page took 0.019115 seconds and 4 git commands to generate.