-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
65 lines (59 loc) · 2.78 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
<!DOCTYPE html>
<html class="js no-touch svg inlinesvg svgclippaths no-ie8compat" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CodaLab</title>
<link rel="stylesheet" type="text/css" href="imports.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-42847758-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-8 col-md-offset-2">
<img src="codalab-logo-onecolor-reverse.png" alt="CodaLab" class="img-responsive">
<h4><b>Accelerating reproducible computational research.</b></h4>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6 worksheet-random-list">
<div class="btn-group btn-group-justified" role="group" aria-label="...">
<div class="btn-group" role="group">
<a role="button" class="btn" href="https://worksheets.codalab.org">Worksheets</a>
</div>
</div>
<p><strong>Run reproducible experiments and create executable papers using worksheets.</strong></p>
</div>
<div class="col-sm-6 competition-latest-list">
<div class="btn-group btn-group-justified" role="group" aria-label="...">
<div class="btn-group" role="group">
<a role="button" class="btn" href="https://codalab.lisn.fr/">Competitions</a>
</div>
</div>
<p><strong>Enter an existing competition to solve challenging data problems, or host your own.</strong></p>
</div>
</div>
</div>
<footer class="navbar-fixed-bottom">
<div class="container-fluid">
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/codalab/codalab/wiki/Project_About_CodaLab" target="_blank">About</a></li>
<li><a href="https://github.com/codalab/codalab/wiki/Privacy" target="_blank">Privacy and Terms</a></li>
</ul>
</div>
</footer>
</body>