-
Notifications
You must be signed in to change notification settings - Fork 0
/
wip.html
35 lines (32 loc) · 1.24 KB
/
wip.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ditup.org :: Online platform for real-world collaboration</title>
<link rel="stylesheet" href="/css/wip.css">
</head>
<body>
<section id="warning" class="info-section" >
<h1>Work in Progress</h1>
<p>You're entering a site under construction. You can see, edit and feedback the code of the
<a href="https://github.com/ditup/ditapi" target="_blank">REST API</a>
and
<a href="https://github.com/ditup/ditapp-ng" target="_blank">Angular.io app</a>.
Estimated initial release: Autumn 2017.</p>
<p>Until then, things just may not work. Wear a helmet!</p>
Warning: the data you enter won't be kept in the final version. Write down your creations.
</p>
<p>
Play. Hack. Feedback.
</p>
</section>
<nav class="button-container main-navigation">
<a class="button" href="https://dev.ditup.org">enter</a>
</nav>
<nav class="button-container additional-navigation">
<a class="button" target="_blank" href="https://github.com/ditup/ditapi/issues">feedback</a>
<a class="button" disabled>see plan</a>
<a class="button" disabled>subscribe for news</a>
</nav>
</body>
</html>