-
Notifications
You must be signed in to change notification settings - Fork 0
/
coming-soon.html
79 lines (76 loc) · 2.55 KB
/
coming-soon.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
<!DOCTYPE html>
<html>
<head>
<title>Eve</title>
<meta name="Description" content="Computing for everyone">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./assets/css/base.css">
<link rel="icon" type="image/png" href="images/icon.png">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300|Source+Sans+Pro:300" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div id="landing">
<img class="vertlogo" src="./assets/img/vertlogo.png" />
<h1>
Coming soon
</h1>
<p>
A moonshot to make programming accessible to everyone.
</p>
<div class="triangle">
<span class="socialmedia">
<a href="https://github.com/witheve" class="github"></a>
<a href="https://twitter.com/with_eve" class="twitter"></a>
</span>
</div>
</div>
<div id="actions">
<a href="http://www.incidentalcomplexity.com" class="outlet blog">
<div class="rolloverfog">
</div>
<img class="hexbutton" src="./assets/img/blog.png" />
<div class="text">
<h1>
Blog
</h1>
<p>
Read up on new releases, programmer musings, and more.
</p>
</div>
<img class="bracket" src="./assets/img/bracket.png" />
</a>
<a href="https://groups.google.com/forum/#!forum/eve-talk" class="outlet googlegroup">
<div class="rolloverfog">
</div>
<img class="hexbutton" src="./assets/img/googlegroup.png" />
<div class="text">
<h1>
Google Group
</h1>
<p>
Chat with programmers about the technical elements of Eve.
</p>
</div>
<img class="bracket" src="./assets/img/bracket.png" />
</a>
<a href="http://docs.witheve.com/" class="outlet olddocs">
<div class="rolloverfog">
</div>
<img class="hexbutton" src="./assets/img/wrench.png" />
<div class="text">
<h1>
Old Docs
</h1>
<p>
Looking for the old Eve docs for v0.2 or v0.3? Look no further.
</p>
</div>
<img class="bracket" src="./assets/img/bracket.png" />
</a>
</div>
</div>
</body>
</html>