Skip to content

Commit 3a5e360

Browse files
committed
replace index
1 parent f325b70 commit 3a5e360

File tree

2 files changed

+106
-132
lines changed

2 files changed

+106
-132
lines changed

index.html

Lines changed: 106 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,109 @@
1-
---
2-
layout: default
3-
title: Eve
4-
---
5-
6-
<div id="blogposts">
7-
{% for post in site.posts limit: 1 %}
8-
<div class="post" id="{{post.link}}">
9-
<h1>{{post.title}}</h1>
10-
<p class="date">{{post.author}}&nbsp;-&nbsp;{{post.date | date_to_string }}</p>
11-
{{ post.content }}
1+
<!DOCTYPE html>
122

3+
4+
5+
6+
<html class="no-js">
7+
8+
<head lang="en-us">
9+
<meta charset="utf-8">
10+
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1">
11+
<meta http-equiv="X-UA-Compatible" content="IE=10" />
12+
<title>Eve Documentation</title>
13+
<meta name="generator" content="Hugo 0.19" />
14+
15+
16+
<link rel="canonical" href="http://docs-next.witheve.com/">
17+
18+
<meta name="author" content="Eve">
19+
20+
21+
<meta property="og:url" content="http://docs-next.witheve.com/">
22+
<meta property="og:title" content="Eve Documentation">
23+
24+
<meta name="apple-mobile-web-app-title" content="Eve Documentation">
25+
<meta name="apple-mobile-web-app-capable" content="yes">
26+
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
27+
28+
<link rel="shortcut icon" type="image/x-icon" href="http://docs-next.witheve.com/images/favicon.png">
29+
<link rel="icon" type="image/x-icon" href="http://docs-next.witheve.com/images/favicon.png">
30+
31+
<style>
32+
@font-face {
33+
font-family: 'Icon';
34+
src: url('http://docs-next.witheve.com/fonts/icon.eot?52m981');
35+
src: url('http://docs-next.witheve.com/fonts/icon.eot?#iefix52m981')
36+
format('embedded-opentype'),
37+
url('http://docs-next.witheve.com/fonts/icon.woff?52m981')
38+
format('woff'),
39+
url('http://docs-next.witheve.com/fonts/icon.ttf?52m981')
40+
format('truetype'),
41+
url('http://docs-next.witheve.com/fonts/icon.svg?52m981#icon')
42+
format('svg');
43+
font-weight: normal;
44+
font-style: normal;
45+
}
46+
</style>
47+
48+
<link rel="stylesheet" href="http://docs-next.witheve.com/stylesheets/application.css">
49+
<link rel="stylesheet" href="http://docs-next.witheve.com/stylesheets/temporary.css">
50+
<link rel="stylesheet" href="http://docs-next.witheve.com/stylesheets/palettes.css">
51+
<link rel="stylesheet" href="http://docs-next.witheve.com/stylesheets/highlight/highlight.css">
52+
53+
54+
55+
56+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Ubuntu:400,700|Ubuntu&#43;Mono">
57+
<style>
58+
body, input {
59+
font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
60+
}
61+
pre, code {
62+
font-family: 'Ubuntu Mono', 'Courier New', 'Courier', monospace;
63+
}
64+
</style>
65+
66+
67+
<script src="http://docs-next.witheve.com/javascripts/modernizr.js"></script>
68+
69+
70+
<link href="http://docs-next.witheve.com/index.xml" rel="alternate" type="application/rss+xml" title="Eve Documentation" />
71+
<link href="http://docs-next.witheve.com/index.xml" rel="feed" type="application/rss+xml" title="Eve Documentation" />
72+
73+
74+
</head>
75+
<body class=" ">
76+
77+
<div class="layer-wrapper header-wrapper">
78+
<header class="layer">
79+
<a href="http://witheve.com">
80+
<div class="logo">
81+
<img src="https://witheve.github.io/assets/images/logo_square.png" />
82+
<h1><img alt="EVE" src="http://docs-next.witheve.com/images/eve.svg" /></h1>
1383
</div>
14-
{% endfor %}
15-
16-
{% if site.posts.size > 1 %}
17-
<div id="related">
18-
<h3>Other posts</h3>
19-
<ul class="posts">
20-
{% for post in site.posts offset: 1 limit: 4 %}
21-
<li><a href="{{ site.url }}{{ post.url }}"><span>{{ post.title }}</span></a></li>
22-
{% endfor %}
23-
</ul>
24-
</div>
25-
{% endif %}
84+
</a>
85+
<div class="flex-spacer"></div>
86+
<nav>
87+
<a class="btn rounded cta secondary play-cta" href="http://play.witheve.com">Play</a>
88+
89+
<a href="http://incidentalcomplexity.com">Blog</a>
90+
<a href="http://docs-next.witheve.com">Docs</a>
91+
<a href="https://groups.google.com/forum/#!forum/eve-talk">Community</a>
92+
</nav>
93+
</header>
2694
</div>
95+
96+
<main class="main layer-wrapper">
97+
<div class="toplayer landing">
98+
<div class="wrapper">
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-next.witheve.com/v0.2/index.html">v0.2 Documentation</a>
105+
<a class="btn big rounded cta tertiary version-btn" href="http://docs-next.witheve.com/v0.3/index.html">v0.3 Documentation</a>
106+
</div>
107+
</div>
108+
</div>
109+
</main>

index2.html

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)