-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
193 lines (134 loc) · 5.79 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.44" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> JAlgoArena Home </title>
<meta name="description" content="JAlgoArena is a programming contest platform which is actually a great alternative to commercial online portals - you have full control over hosting and running it and it's all for free!">
<meta name="author" content="JAlgoArena">
<meta property="og:title" content="JAlgoArena" />
<meta property="og:description" content="JAlgoArena is a programming contest platform which is actually a great alternative to commercial online portals - you have full control over hosting and running it and it's all for free!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jalgoarena.github.io/" />
<meta property="og:updated_time" content="2018-09-01T07:37:21+02:00"/>
<link href="https://jalgoarena.github.io/index.xml" rel="alternate" type="application/rss+xml" title="JAlgoArena Home" />
<link rel="canonical" href="https://jalgoarena.github.io/">
<link rel="shortcut icon" type="image/png" href="/img/favicons/favicon.ico">
<link href="/css/font.css" rel="stylesheet" type="text/css">
<link href="/css/kube.min.css" rel="stylesheet" type="text/css">
<link href="/css/kube.legenda.css" rel="stylesheet" type="text/css">
<link href="/css/highlight.css" rel="stylesheet" type="text/css">
<link href="/css/master.css" rel="stylesheet" type="text/css">
<link href="/css/kube.demo.css" rel="stylesheet" type="text/css">
<link href="/css/custom.css" rel="stylesheet" type="text/css">
<script src="/js/jquery-2.1.4.min.js" type="text/javascript">
</script>
<script type="text/javascript" src="/js/tocbot.min.js"></script>
</head>
<body class="page-kube">
<header> <div class="show-sm">
<div id="nav-toggle-box">
<div id="nav-toggle-brand">
<a href="/">JAlgoArena Home</a>
</div><a data-component="toggleme" data-target="#top" href="#" id="nav-toggle"><i class="kube-menu"></i></a>
</div>
</div>
<div class="hide-sm" id="top">
<div id="top-brand">
<a href="/" title="home"><img alt="Baseline" src="/img/common/logx2.png" width="120"></a>
</div>
<nav id="top-nav-main">
<ul>
<li><a href="/blog/" >Blog</a></li>
<li><a href="/docs/" >Docs</a></li>
<li><a href="/faq/" >Faq</a></li>
</ul>
</nav>
<nav id="top-nav-extra">
<ul>
</ul>
</nav>
</div>
</header>
<main>
<div id="main">
<div id="hero">
<h1><img alt="Baseline" src="/img/common/logx2.png" width="250"></h1>
<p>JAlgoArena is a programming contest platform which is actually a great alternative to commercial online portals - you have full control over hosting and running it and it's all for free!</p>
</div>
<div id="action-buttons">
<a class="button outline big" href="https://github.com/jalgoarena" onclick="_gaq.push(['_trackEvent', 'jalgoarena', 'github']);">View on Github</a>
<p>GitHub home page, it describes all JAlgoArena microservices and how to download them</p>
</div>
<div id="kube-features">
<div class="row gutters">
<div class="col col-4 item">
<figure>
<img alt="Baseline" height="48" src="/img/kube/icon-database.png" width="48">
</figure>
<h3>Highly Available storage</h3>
<p>JAlgoArena is using <a href="http://kafka.apache.org/">Apache Kafka</a> and <a href="https://www.cockroachlabs.com/">CockroachDB</a> for highly available and cloud friendly persistent data store.</p>
</div>
<div class="col col-4 item">
<figure>
<img alt="Typography" height="48" src="/img/kube/icon-editor.png" width="48">
</figure>
<h3>Java code editor</h3>
<p>You will find embedded java code editor with code highlighting on board.</p>
</div>
<div class="col col-4 item">
<figure>
<img alt="Minimalism" height="48" src="/img/kube/icon-minimalism.png" width="48">
</figure>
<h3>Minimalism</h3>
<p>We strongly believe in minimalism as a general concept as well as a practical approach to everyday life.</p>
</div>
</div>
<div class="row gutters">
<div class="col col-4 item">
<h4>Developer friendly</h4>
<p>Every element in JAlgoArena is created by developers for developers - you will quickly get how to use it.</p>
</div>
<div class="col col-4 item">
<h4>Cross-browser</h4>
<p>JAlgoArena works in all modern browsers, both desktop and mobile, including latest Chrome, Firefox, Safari, Opera, IE and Edge.</p>
</div>
<div class="col col-4 item">
<h4>License</h4>
<p>Kube licensed under <a href="https://opensource.org/licenses/Apache-2.0">Apache 2.0</a>.<br>
JAlgoArena is absolutely free for personal or commercial use.</p>
</div>
</div>
</div>
</div>
</main>
<footer> <footer id="footer">
<nav>
<ul>
<li><span>JAlgoArena</span></li>
<li>
<a href="/company/">Author</a>
</li>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/docs/">Docs</a>
</li>
<li>
<a href="https://twitter.com/jacek_spolnik">Give a shout-out on Twitter!</a>
</li>
</ul>
</nav>
<p>© Licence Apache 2.0</p>
</footer> </footer>
<script src="/js/kube.js" type="text/javascript">
</script>
<script src="/js/kube.legenda.js" type="text/javascript">
</script>
<script src="/js/master.js" type="text/javascript">
</script>
</body>
</html>