-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·67 lines (58 loc) · 2.25 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ditup.org :: Online platform for real-world collaboration</title>
<link rel="stylesheet" href="./css/index.css">
</head>
<body>
<section id="introduction" class="page">
<section class="app-name-meaning">
<span class="name-part" >d</span>o <span class="name-part" >i</span>t <span class="name-part" >t</span>ogether
<br>
start it <span class="name-part" >up</span>
</section>
<section class="app-url">
<span class="name-part" >ditup</span>.org
</section>
<section class="app-summary" >
online platform for real-world collaboration
</section>
<nav class="main-button-container button-container">
<a class="main-button button" href="#about" >read more</a>
<a class="main-button button" href="/wip.html" >work in progress</a>
</nav>
</section>
<section id="about" class="page info-section">
<h1>about</h1>
<section>
<h2>vision</h2>
<p>It should be incredibly easy to start doing what you really care
about. Fulltime.</p>
<ul>
<li>Connect with people who share your passions.</li>
<li>Share your ideas and improve them together.</li>
<li>Identify challenges and tackle them.</li>
<li>Start or join a project that will make the difference.</li>
</ul>
<p>Currently we develop this platform to do exactly that.</p>
<p>One day we'll have a network of places where people can meet and
collaborate. We'll learn from mistakes and discover the best practices.</p>
<p>We'll support each other. We will empower ourselves to leave the
corporations, institutions and other meaningless systems we can't
escape now.</p>
</section>
<section>
<h2>development</h2>
<a href="https://github.com/ditup/ditapi" target="_blank">REST API</a>
and
<a href="https://github.com/ditup/ditapp" target="_blank">Angular app</a>
<p>Join us.</p>
</section>
<section>
<h2>contact</h2>
<span id="email-contact">michal dot salajka at protonmail dot com</span>
</section>
</section>
</body>
</html>