This repository has been archived by the owner on Jul 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (111 loc) · 3.96 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html ng-app="app">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>EVE-Book</title>
<link rel="stylesheet" href="css/style.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.4/js/all.js"></script>
<meta property="og:type" content="website">
<meta property="og:title" content="EVE-Book">
<meta property="og:description" content="Hub for EVE Online community.">
<meta property="og:site_name" content="EVE-Book">
</head>
<body>
<div class="warning">
<p>
EVE Book is not yet available to public. It's still in active development.
Alpha release is expected for <strike>late February, early March</strike> early May.
<a href="http://development.evebook.online">You can try some early development versions here</a>.
</p>
</div>
<nav>
<div class="status">
<a href="https://github.com/evebook/api">API: <span class="alpha">ALPHA</span></a>
<a href="https://github.com/evebook/web">WEB: <span class="alpha">ALPHA</span></a>
</div>
<div class="links">
<a href="https://github.com/evebook">Github</a>
<a href="https://www.fuzzwork.co.uk/tweetfleet-slack-invites/">Slack</a>
</div>
</nav>
<div class="content">
<section class="hero full-height">
<h1 class="header">EVE Book
<small class="alpha">ALPHA</small>
</h1>
<h3 class="sub-header">Hub for EVE Online community.</h3>
</section>
<section class="text">
<h2 class="text-header">What's it about</h2>
<div class="text-wrap">
<p>
Project was started with an idea of creating social platform for players of EVE Online. A
place
where players could connect and share their experiences, fan art, images, videos, thoughts,
propaganda...
</p>
<p>
Each "user" would be an actual EVE Online character and you could only login using game's
credentials (SSO), this way characters could interact outside of eve online. Alliances and
corporations could share propaganda videos/art and gather followers who could re-share and
spread the word.
</p>
<p>
Whole platform would heavily relay on EVE Online API, so that you could send in game emails,
money, create events (calendar). It would feel as an extension of game itself.
</p>
<p>
Think of it as combination of r/eve and twitter. A hub for EVE Online community.
</p>
</div>
</section>
<section class="hero">
<h3 class="sub-header">Features</h3>
</section>
<section class="feature">
<div class="feature-wrap">
<span class="feature-icon fa fa-globe"></span>
<p class="feature-text">Same universe</p>
</div>
</section>
<section class="feature">
<div class="feature-wrap">
<span class="feature-icon fas fa-users"></span>
<p class="feature-text">All Characters, Corporations and Alliances</p>
</div>
</section>
<section class="feature">
<div class="feature-wrap">
<span class="feature-icon fa fa-comments"></span>
<p class="feature-text">Communicate with your friends or enemies outside of the game</p>
</div>
</section>
<section class="feature">
<div class="feature-wrap">
<span class="feature-icon fa fa-bullhorn"></span>
<p class="feature-text">Keep in touch with your followers</p>
</div>
</section>
<section class="feature">
<div class="feature-wrap">
<span class="feature-icon fa fa-trophy"></span>
<p class="feature-text">Share your achievements</p>
</div>
</section>
<section class="feature">
<div class="feature-wrap">
<span class="feature-icon fa fa-images"></span>
<p class="feature-text">Share your fan art</p>
</div>
</section>
</div>
<footer>
<h3>Help us make EVE Book a reality!</h3>
<a href="https://github.com/evebook">Contribute on Github</a>
<p class="copyright">
All EVE related materials are property of <a href="http://www.ccpgames.com/">CCP Games</a>
</p>
</footer>
</body>
</html>