This repository has been archived by the owner on May 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (58 loc) · 2.83 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Valkyries of Night</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div class="wrapper">
<section>
<div id="title">
<h1>Valkyries of Night (V.N)</h1>
<p></p>
<hr>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
<h2>Game information</h2>
<ul>
<li>Killboard:
<a href="http://vn.spaceships.rip">Corporation</a> /
<a href="http://sound.spaceships.rip">Alliance</a>
</li>
<li>EVE Gate: <a href="https://gate.eveonline.com/Corporation/Valkyries%20of%20Night">Valkyries of Night</a></li>
<li>Alliance: <a href="https://www.of-sound-mind.com/">Of Sound Mind (SOUND)</a>
</ul>
<h2>Software</h2>
<ul>
<li><a href="https://github.com/eve-val">GitHub profile</a></li>
<li>nrds-tools (<a href="https://github.com/lizthegrey" class="user-mention">@lizthegrey</a> and <a href="https://github.com/mcmillen" class="user-mention">@mcmillen</a>): <a href="http://github.com/eve-val/nrds-tools">http://github.com/eve-val/nrds-tools</a>
<ul>
<li>
<a href="http://yulaifederation.net/forum/index.php?topic=1902.0">KosLookup</a> - automates lookup of KOS status, directly from fleet chat.</li>
<li>
<a href="http://yulaifederation.net/forum/index.php?topic=1953.0">StandingsCheck</a> - reconciles personal/corp/alliance standings against KOS list</li>
</ul>
</li>
<li>evelink (<a href="https://github.com/ayust" class="user-mention">@ayust</a>): <a href="http://github.com/eve-val/evelink">http://github.com/eve-val/evelink</a> - Python bindings for the EVE api
</li>
<li>hseve (<a href="https://github.com/maurer" class="user-mention">@maurer</a>): <a href="http://github.com/eve-val/hseve">http://github.com/eve-val/hseve</a> - Haskell bindings for the EVE api
</li>
<li>Static Dump Extractor (<a href="https://github.com/swsnider" class="user-mention">@swsnider</a>): <a href="http://github.com/eve-val/dump_extractor">http://github.com/eve-val/dump_extractor</a> - Windows program to convert CCP's Static Dump SQL Database to easy-to-use YAML.
</li>
</ul>
</section>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>