-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathindex.html
96 lines (77 loc) · 3.04 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
---
---
<!DOCTYPE html>
<html class="no-js">
<head lang="en-us">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<title>Eve Documentation</title>
<meta name="generator" content="Hugo 0.19" />
<link rel="canonical" href="/">
<meta name="author" content="Eve">
<meta property="og:url" content="/">
<meta property="og:title" content="Eve Documentation">
<meta name="apple-mobile-web-app-title" content="Eve Documentation">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="shortcut icon" type="image/x-icon" href="https://witheve.github.io/assets/images/favicon.png">
<link rel="icon" type="image/x-icon" href="https://witheve.github.io/assets/images/favicon.png">
<style>
@font-face {
font-family: 'Icon';
src: url('/fonts/icon.eot?52m981');
src: url('/fonts/icon.eot?#iefix52m981')
format('embedded-opentype'),
url('/fonts/icon.woff?52m981')
format('woff'),
url('/fonts/icon.ttf?52m981')
format('truetype'),
url('/fonts/icon.svg?52m981#icon')
format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Ubuntu:400,700|Ubuntu+Mono">
<style>
body, input {
font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
}
pre, code {
font-family: 'Ubuntu Mono', 'Courier New', 'Courier', monospace;
}
</style>
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Eve Documentation" />
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Eve Documentation" />
</head>
<body class=" ">
<div class="layer-wrapper header-wrapper">
<header class="layer">
<a href="http://witheve.com">
<div class="logo">
<img src="https://witheve.github.io/assets/images/logo_square.png" />
<h1><img alt="EVE" src="/images/eve.svg" /></h1>
</div>
</a>
<div class="flex-spacer"></div>
<nav>
<a class="btn rounded cta secondary play-cta" href="http://play.witheve.com">Play</a>
<a href="http://incidentalcomplexity.com">Blog</a>
<a href="/">Docs</a>
<a href="https://groups.google.com/forum/#!forum/eve-talk">Community</a>
</nav>
</header>
</div>
<main class="main layer-wrapper">
<div class="toplayer landing">
<div class="version-wrapper">
<h2>Which version of Eve are you running?</h2>
<div class="version">
<a class="btn big rounded cta tertiary version-btn" href="/v0.2/index.html">v0.2 Documentation</a>
<a class="btn big rounded cta tertiary version-btn" href="/v0.3/index.html">v0.3 Documentation</a>
</div>
</div>
</div>
</main>