Skip to content

Commit ec6f4a2

Browse files
committed
Update site
1 parent 9a89402 commit ec6f4a2

File tree

3 files changed

+43
-93
lines changed

3 files changed

+43
-93
lines changed

index.html

Lines changed: 26 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
2-
3-
4-
5-
6-
<html class="no-js">
2+
3+
4+
5+
6+
<html class="no-js">
77

88
<head lang="en-us">
99
<meta charset="utf-8">
@@ -12,15 +12,15 @@
1212
<title>Eve Documentation</title>
1313
<meta name="generator" content="Hugo 0.19" />
1414

15-
15+
1616
<link rel="canonical" href="http://docs.witheve.com/">
17-
17+
1818
<meta name="author" content="Eve">
19-
19+
2020

2121
<meta property="og:url" content="http://docs.witheve.com/">
2222
<meta property="og:title" content="Eve Documentation">
23-
23+
2424
<meta name="apple-mobile-web-app-title" content="Eve Documentation">
2525
<meta name="apple-mobile-web-app-capable" content="yes">
2626
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
@@ -50,9 +50,9 @@
5050
<link rel="stylesheet" href="http://docs.witheve.com/stylesheets/palettes.css">
5151
<link rel="stylesheet" href="http://docs.witheve.com/stylesheets/highlight/highlight.css">
5252

53-
54-
55-
53+
54+
55+
5656
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Ubuntu:400,700|Ubuntu&#43;Mono">
5757
<style>
5858
body, input {
@@ -63,13 +63,13 @@
6363
}
6464
</style>
6565

66-
66+
6767
<script src="http://docs.witheve.com/javascripts/modernizr.js"></script>
6868

69-
69+
7070
<link href="http://docs.witheve.com/index.xml" rel="alternate" type="application/rss+xml" title="Eve Documentation" />
7171
<link href="http://docs.witheve.com/index.xml" rel="feed" type="application/rss+xml" title="Eve Documentation" />
72-
72+
7373

7474
</head>
7575
<body class=" ">
@@ -85,81 +85,25 @@ <h1><img alt="EVE" src="http://docs.witheve.com/images/eve.svg" /></h1>
8585
<div class="flex-spacer"></div>
8686
<nav>
8787
<a class="btn rounded cta secondary play-cta" href="http://play.witheve.com">Play</a>
88-
88+
8989
<a href="http://incidentalcomplexity.com">Blog</a>
9090
<a href="http://docs.witheve.com">Docs</a>
9191
<a href="https://groups.google.com/forum/#!forum/eve-talk">Community</a>
9292
</nav>
9393
</header>
9494
</div>
9595

96-
97-
98-
99-
100-
10196
<main class="main layer-wrapper">
102-
<div class="toplayer">
103-
<div class="drawer">
104-
<div aria-label="Navigation">
105-
106-
<div class="scrollable">
107-
<div class="wrapper">
108-
109-
110-
111-
<div id="sidebar" class="nav-collapse">
112-
<ul class="sidebar-menu">
113-
114-
115-
116-
<li class="sub-menu active">
117-
<a href="http://docs.witheve.com/" class="">
118-
119-
<span class="colored">Introduction</span>
120-
<span class="menu-arrow arrow_carrot-right"></span>
121-
</a>
122-
<ul class="sub">
123-
124-
<li><a href="http://docs.witheve.com/install/"> Installation </a> </li>
125-
126-
127-
<li><a href="http://docs.witheve.com/tutorials/quickstart.eve/"> Quickstart </a> </li>
128-
129-
130-
<li><a href="http://docs.witheve.com/syntaxreference/"> Syntax Ref </a> </li>
131-
132-
133-
</ul>
134-
</li>
135-
136-
137-
138-
<li>
139-
<a class="" href="http://docs.witheve.com/handbook/libraries">
140-
141-
<span class="colored">Library</span>
142-
</a>
143-
</li>
144-
145-
146-
</ul>
147-
</div>
148-
149-
</div>
150-
</div>
151-
</div>
152-
</div>
153-
<article class="article">
97+
<div class="toplayer landing">
15498
<div class="wrapper">
155-
156-
157-
<a href="http://docs.witheve.com/v0.2/index.html"><h2>v0.2 Documentation</h2></a>
158-
<a href="http://docs.witheve.com/v0.3/index.html"><h2>v0.3 Documentation</h2></a>
159-
160-
161-
99+
<h2>
100+
Which version of Eve are you running?
101+
</h2>
102+
103+
<div class="version">
104+
<a class="btn big rounded cta tertiary version-btn" href="http://docs.witheve.com/v0.2/index.html">v0.2 Documentation</a>
105+
<a class="btn big rounded cta tertiary version-btn" href="http://docs.witheve.com/v0.3/index.html">v0.3 Documentation</a>
106+
</div>
162107
</div>
163-
</article>
164108
</div>
165-
</main>
109+
</main>

stylesheets/application.css

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ h2 {
131131
}
132132

133133
li {
134-
margin-left: 20px;
134+
margin-left: 20px;
135135
}
136136

137137
.main {
@@ -172,6 +172,8 @@ li {
172172
color: rgb(91,89,164);
173173
}
174174

175+
.landing { flex-direction: column; align-items: center;}
176+
175177
.sidebar-menu {
176178
list-style: none;
177179
margin: 0px;
@@ -193,7 +195,7 @@ li {
193195
}
194196

195197
b {
196-
font-weight: bold;
198+
font-weight: bold;
197199
}
198200

199201
.sub li {
@@ -292,26 +294,31 @@ nav > .play-cta { margin: 0; padding: 10px 20px; color: white; }
292294
.contact > *:last-child:hover { background: rgb(117, 115, 190); }
293295
.contact > *:last-child:active { background: rgb(142, 140, 215); }
294296

297+
.version { display: flex; flex-direction: row; }
298+
299+
.version-btn { margin: 0px 20px; font-size: 1.2rem; min-width: 11em; }
300+
.wrapper h2 { text-align: center; }
301+
295302
ul { display: block; margin-left: 2em; }
296303

297304
code { padding: 0.2em; white-space: pre-wrap; font-family: "Inconsolata", "Monaco", "Consolas", "Ubuntu Mono", monospace; font-size: 0.9rem; }
298305

299306
strong { font-weight: 600; }
300307

301-
table {
302-
border: 1px #888a8f solid;
303-
margin-bottom: 1em;
304-
min-width: 820px;
308+
table {
309+
border: 1px #888a8f solid;
310+
margin-bottom: 1em;
311+
min-width: 820px;
305312
border-collapse: collapse;
306313
border-spacing: 0;
307314
}
308-
td {
309-
border: 1px #AAA solid;
310-
width: 20em;
315+
td {
316+
border: 1px #AAA solid;
317+
width: 20em;
311318
padding: 10px;
312319
}
313320

314321
.arglist {
315322
list-style: none;
316323
margin-left: 0px;
317-
}
324+
}

v0.2/CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)