Merge branch 'master' into newmc
[gruntmaster-page.git] / tmpl / skel.en
1 <!DOCTYPE html>
2 <title smap="title">TITLE</title>
3 <meta charset="utf-8">
4 <meta name="viewport" content="width=device-width, initial-scale=1.0">
5
6 <link href="/static/favicon.png" rel="shortcut icon">
7 <link href="/static/css/common.css" rel="stylesheet" integrity="x">
8 <link href="/static/css/cyborg.css" title="cyborg" rel="alternate stylesheet" integrity="x">
9 <link href="/static/css/slate.css" title="slate" rel="stylesheet" integrity="x">
10 <link href="/static/css/readable.css" title="readable" rel="alternate stylesheet" integrity="x">
11 <script src="/static/js/all.js" type="text/javascript" async defer integrity="x"></script>
12
13 <body>
14 <div class="container-fluid">
15 <nav role="navigation">
16 <ul class="nav nav-pills nav-justified">
17 <li id="nav-home"><a href="/">Home</a>
18 <li id="nav-pb"><a href="/pb/">Problems</a>
19 <li id="nav-ct"><a href="/ct/">Contests</a>
20 <li id="nav-log"><a href="/log/">Job log</a>
21 <li id="nav-us"><a href="/us/">Users</a>
22 <li id="nav-account" static="no"><a href="/account">Account</a>
23 <li id="nav-about"><a href="/about">About / Help</a>
24 <li id="nav-contribute"><a href="/contribute">Contribute!</a>
25
26 </ul>
27 </nav>
28
29 <div id="logo"></div>
30 <h1 id="title">TITLE</h1>
31 <div id="static" class="alert alert-info" static="yes">This is a static version of MindCoding, useful when the <a class="alert-link" href="https://mindcoding.ro/">regular version</a> is overloaded.</div>
32
33 <div id="result"></div>
34
35 <main id="content">Content goes here</main>
36
37 <div id="webchat"><a href="http://webchat.oftc.net/?channels=%23mindcoding" target="_blank">Webchat</a></div>
38
39 <div id="sponsors">
40 <h3>Official sponsors</h3>
41 <a class="logo logo-emag" href="http://www.fundatiaemag.ro/"></a>
42 <a class="logo logo-easyhost" href="http://ro.easyhost.com/"></a>
43 <a class="logo logo-takeofflabs" href="http://www.takeofflabs.com/"></a>
44 <a class="logo logo-bigstep" href="http://www.bigstep.com/"></a>
45 <a class="logo logo-yardi" href="https://www.facebook.com/YardiRomania"></a>
46 <a class="logo logo-bosch" href="http://www.bosch.com.ro/"></a>
47 <a class="logo logo-endava" href="http://www.endava.com/"></a>
48 </div>
49
50 <footer>
51 <div class="row">
52 <div class="col-md-6 column text-center">
53 <a class="logo logo-hermes" href="http://www.societatea-hermes.ro"></a>
54 </div>
55
56 <div class="col-md-6 column text-center">
57 <a class="logo logo-facebook" href="http://www.facebook.com/mindcodingcluj"></a>
58 </div>
59 </div>
60
61 <h3>Partners</h3>
62 <a href="https://www.facebook.com/spyhce?fref=ts" class="logo logo-spyhce"></a>
63 <a href="https://www.facebook.com/telenav?fref=ts" class="logo logo-telenav"></a>
64 <h3>Media Partners</h3>
65 <a href="http://cs.ubbcluj.ro" class="logo logo-csf"></a>
66 <a href="http://www.uniunea.ro" class="logo logo-usr"></a>
67 <a href="http://www.coscj.ro" class="logo logo-cos"></a>
68 <a href="http://www.cluj2015.ro/romana" class="logo logo-eyc"></a>
69 </footer>
This page took 0.022188 seconds and 4 git commands to generate.