]>
Commit | Line | Data |
---|---|---|
9da2f495 | 1 | <!DOCTYPE html> |
3b69df7a | 2 | <title smap="title">TITLE</title> |
9da2f495 MG |
3 | <meta charset="utf-8"> |
4 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
5 | ||
0f623f3d | 6 | <link href="/static/favicon.png" rel="shortcut icon"> |
5eae1f77 | 7 | <link href="/static/css/common.css" rel="stylesheet" integrity="x"> |
65ef5465 MG |
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"> | |
7e8f9a5c | 10 | <link href="/static/css/readable.css" title="readable" rel="alternate stylesheet" integrity="x"> |
f57a9178 | 11 | <script src="/static/js/all.js" type="text/javascript" async defer integrity="x"></script> |
9da2f495 | 12 | |
3b69df7a | 13 | <body> |
9da2f495 | 14 | <div class="container-fluid"> |
f3f57928 | 15 | <nav role="navigation"> |
4896df53 | 16 | <ul class="nav nav-pills nav-justified"> |
01696a6e | 17 | <li id="nav-home"><a href="/">Home</a> |
4b4a8137 MG |
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> | |
bc8a492d | 21 | <li id="nav-us"><a href="/us/">Users</a> |
6533844f | 22 | <li id="nav-account" static="no"><a href="/account">Account</a> |
cd8209de | 23 | <li id="nav-about"><a href="/about">About / Help</a> |
f1ca2771 | 24 | <li id="nav-contribute"><a href="/contribute">Contribute!</a> |
9da2f495 | 25 | |
9da2f495 | 26 | </ul> |
9da2f495 MG |
27 | </nav> |
28 | ||
cf39f49f MG |
29 | <img id="logo" class="center-block" src="/static/logos/dark.svg#logo-mindcoding" width="600px" height="152px"> |
30 | ||
3b69df7a | 31 | <h1 id="title">TITLE</h1> |
426994c9 | 32 | <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> |
6533844f | 33 | |
9da2f495 | 34 | <div id="result"></div> |
3b69df7a | 35 | |
da4a59b2 | 36 | <main id="content">Content goes here</main> |
3b69df7a | 37 | |
a4751308 | 38 | <div id="webchat"><a href="http://webchat.oftc.net/?channels=%23mindcoding" target="_blank">Webchat</a></div> |
462db4aa | 39 | |
59731c89 | 40 | <div id="sponsors"> |
59731c89 MG |
41 | </div> |
42 | ||
3b69df7a | 43 | <footer> |
59731c89 | 44 | <div class="row"> |
cf39f49f MG |
45 | <div class="col-md-6 text-center"> |
46 | <a href="http://www.societatea-hermes.ro"><img src="/static/logos/dark.svg#logo-hermes" alt="Societatea Hermes" width="164px" height="100px"></a> | |
59731c89 MG |
47 | </div> |
48 | ||
cf39f49f MG |
49 | <div class="col-md-6 text-center"> |
50 | <a href="http://www.facebook.com/mindcodingcluj"><img src="/static/logos/dark.svg#logo-facebook" alt="MindCoding Facebook page" width="100px" height="100px"></a> | |
59731c89 MG |
51 | </div> |
52 | </div> | |
3b69df7a | 53 | </footer> |