-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (66 loc) · 2.67 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<title>URI online judge - stats</title>
<meta charset="utf-8"></meta>
<meta name="description" content="Keep track of your progress in the URI online judge. With <3 by in-silico"></meta>
<meta name="twitter:description" content="Keep track of your progress in the URI online judge. With <3 by in-silico"></meta>
<meta name="og:description" content="Keep track of your progress in the URI online judge. With <3 by in-silico"></meta>
<meta name="keywords" content="URI online judge, in-silico"></meta>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<link rel="shortcut icon" href="./favicon.ico">
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="./assets/css/materialize.min.css" rel="stylesheet" media="screen,projection">
<link href="./assets/css/style.css" rel="stylesheet" media="screen,projection">
<link href="./assets/css/c3.min.css" rel="stylesheet" >
</head>
<body>
<header>
<div class="navbar-fixed">
<nav class="blue-grey" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="#" class="brand-logo">
<i class="material-icons left">language</i>
In-silico
</a>
</div><!--/.container-fluid -->
</nav>
</div>
</header>
<main>
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<br><br>
<h2 class="header center orange-text text-darken-1">URI Online judge - Stats</h2>
<div class="row center">
<h5 class="header col s12 light"> Keep track of your progress with this cool page.</h5>
</div>
<br><br>
</div>
</div>
<div class="container">
<div id="profiles"></div>
</div> <!-- /container -->
<div id="modal-graphics" class="modal">
<div id="graphics" class="modal-content">
</div>
</div>
</main>
<br />
<footer class="page-footer blue-grey lighten-2 center">
<div class="container">
<a href="//github.com/in-silico" target="_blank">
<img src="./assets/img/logo_small.png"></img>
</a>
</div>
<div class="footer-copyright">
<div class="container">
Brought to you by <a class="orange-text text-lighten-3" href="//github.com/in-silico" target="_blank">In-silico</a>
</div>
</div>
</footer>
<script src="./assets/js/bundle.js"></script>
<script src="./assets/js/jquery.js"></script>
<script src="./assets/js/materialize.min.js"></script>
</body>
</html>