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/cyborg.css" title="cyborg" rel="alternate stylesheet" integrity="x">
8 <link href="/static/css/slate.css" title="slate" rel="stylesheet" integrity="x">
9 <link href="/static/css/readable.css" title="readable" rel="alternate stylesheet" integrity="x">
10 <script src="/static/js/all.js" type="text/javascript" async defer integrity="x"></script>
11
12 <body>
13 <div class="container-fluid">
14 <nav role="navigation">
15 <ul class="nav nav-pills nav-justified">
16 <li id="nav-home"><a href="/">Home</a>
17 <li id="nav-pb"><a href="/pb/">Problems</a>
18 <li id="nav-ct"><a href="/ct/">Contests</a>
19 <li id="nav-log"><a href="/log/">Job log</a>
20 <li id="nav-us"><a href="/us/">Users</a>
21 <li id="nav-account" static="no"><a href="/account">Account</a>
22 <li id="nav-about"><a href="/about">About / Help</a>
23 <li id="nav-contribute"><a href="/contribute">Contribute!</a>
24
25 </ul>
26 </nav>
27
28 <div id="logo"></div>
29 <h1 id="title">TITLE</h1>
30 <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>
31
32 <div id="result"></div>
33
34 <main id="content">Content goes here</main>
35
36 <div id="webchat"><a href="http://webchat.oftc.net/?channels=%23mindcoding" target="_blank">Webchat</a></div>
37
38 <div id="sponsors">
39 <h3>Official sponsors</h3>
40 <a class="logo logo-emag" href="http://www.fundatiaemag.ro/"></a>
41 <a class="logo logo-easyhost" href="http://ro.easyhost.com/"></a>
42 <a class="logo logo-takeofflabs" href="http://www.takeofflabs.com/"></a>
43 <a class="logo logo-bigstep" href="http://www.bigstep.com/"></a>
44 <a class="logo logo-yardi" href="https://www.facebook.com/YardiRomania"></a>
45 <a class="logo logo-bosch" href="http://www.bosch.com.ro/"></a>
46 <a class="logo logo-endava" href="http://www.endava.com/"></a>
47 </div>
48
49 <footer>
50 <div class="row">
51 <div class="col-md-6 column text-center">
52 <a class="logo logo-hermes" href="http://www.societatea-hermes.ro"></a>
53 </div>
54
55 <div class="col-md-6 column text-center">
56 <a class="logo logo-facebook" href="http://www.facebook.com/mindcodingcluj"></a>
57 </div>
58 </div>
59
60 <h3>Partners</h3>
61 <a href="https://www.facebook.com/spyhce?fref=ts" class="logo logo-spyhce"></a>
62 <a href="https://www.facebook.com/telenav?fref=ts" class="logo logo-telenav"></a>
63 <h3>Media Partners</h3>
64 <a href="http://cs.ubbcluj.ro" class="logo logo-csf"></a>
65 <a href="http://www.uniunea.ro" class="logo logo-usr"></a>
66 <a href="http://www.coscj.ro" class="logo logo-cos"></a>
67 <a href="http://www.cluj2015.ro/romana" class="logo logo-eyc"></a>
68 </footer>
This page took 0.022396 seconds and 4 git commands to generate.