forked from bravecollective/old-brave-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcore.html
executable file
·117 lines (97 loc) · 3.48 KB
/
core.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
<!DOCTYPE HTML>
<html>
<head>
<title>The Brave Collective - A member of H.E.R.O.</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<noscript>
<link rel="stylesheet" href="css/5grid/core.css" />
<link rel="stylesheet" href="css/5grid/core-desktop.css" />
<link rel="stylesheet" href="css/5grid/core-1200px.css" />
<link rel="stylesheet" href="css/5grid/core-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="icon" type="image/png" href="favicon.png"
</noscript>
<script src="css/5grid/jquery.js"></script>
<script src="css/5grid/init.js?use=mobile,desktop,1000px&mobileUI=1&mobileUI.theme=none"></script>
<!--[if IE 9]><link rel="stylesheet" href="css/style-ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<div id="header-wrapper">
<header id="header">
<div class="5grid-layout">
<div class="row">
<div class="4u" id="logo">
<h1><a href="#" class="mobileUI-site-name"> The Brave Collective</a></h1>
</div>
<div class="8u" id="menu">
<nav class="mobileUI-site-nav">
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="tutorials.html">Tutorials & Guides</a></li>
<li><a href="structure.html">Structure</a></li>
<li class="current_page_item"><a href="core.html">Core Portal</a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<div id="banner" class="5grid-layout">
<div class="row">
<div class="12u">
<section>
<h2>Access the Top Secret Core Services<br />(Remember to use your spai name)</h2>
<a href="https://core.braveineve.com" class="button button-style1">BRAVE Core</a>
</section>
</div>
</div>
</div>
</div>
<!-- Header Ends Here -->
<!-- Featured Area -->
<div id="featured-wrapper">
<div id="featured-content" class="5grid-layout">
<div class="row">
<div class="4u">
<section>
<h2>TEST Auth Services</h2>
<img src="https://image.eveonline.com/Alliance/498125261_128.png" width="91" height="68" alt="">
<a href="https://auth.pleaseignore.com" class="button button-style1">TEST Core</a>
</section>
</div>
<div class="4u">
<section>
<h2>NEXUS Services</h2>
<img src="https://image.eveonline.com/Alliance/99000819_128.png" width="91" height="68" alt="">
<a href="http://nexusfleet.org/evetk?evetkcatalystplugin1000=cmd%3Dregister" class="button button-style1">NEXUS Core</a>
</section>
</div>
<div class="4u">
<section>
<h2>HONOR EVE Gate</h2>
<img src="https://image.eveonline.com/Alliance/99001904_128.png" width="91" height="68" alt="">
<a href="https://gate.eveonline.com/Alliance/Spaceship%20Samurai" class="button button-style1">HONOR Gate</a>
</section>
</div>
</div>
</div>
</div>
<!-- Featured Ends Here -->
</div>
<!-- Wrapper Ends Here -->
<!-- Copyright -->
<div class="5grid-layout" id="copyright">
<div class="row">
<div class="12u">
<section>
<p>© The Brave Collective</p>
</section>
</div>
</div>
</div>
</body>
</html>