-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
185 lines (181 loc) · 6.47 KB
/
index.htm
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE html>
<html lang="en">
<head>
<title>Allegiance Zone</title>
<meta charset="utf-8" />
<script src="http://code.jquery.com/jquery-2.1.1.js" type="text/javascript"></script>
<link rel="StyleSheet" href="css/style.css" type="text/css" media="screen" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/bootstrap-theme.css" rel="stylesheet" />
<style>
@import url(http://fonts.googleapis.com/css?family=Orbitron:700);
.button {
border-top: 1px solid #586a75;
background: #3e505c;
background: -webkit-gradient(linear, left top, left bottom, from(#82abc7), to(#3e505c));
background: -webkit-linear-gradient(top, #82abc7, #3e505c);
background: -moz-linear-gradient(top, #82abc7, #3e505c);
background: -ms-linear-gradient(top, #82abc7, #3e505c);
background: -o-linear-gradient(top, #82abc7, #3e505c);
padding: 5px 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: #fbffeb;
font-size: 13px;
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
border-top-color: #277a52;
background: #277a52;
color: #ccc;
}
.button:active {
border-top-color: #183b52;
background: #183b52;
}
body {
background-color: black;
}
.rwd-table {
margin: 1em 0;
min-width: 300px;
margin-left:auto;
margin-right:auto;
}
.rwd-table tr {
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
.rwd-table th {
display: none;
}
.rwd-table td {
display: block;
}
.rwd-table td:first-child {
padding-top: .5em;
}
.rwd-table td:last-child {
padding-bottom: .5em;
}
.rwd-table td:before {
content: attr(data-th) ": ";
font-weight: bold;
width: 6.5em;
display: inline-block;
}
@media (min-width: 480px) {
.rwd-table td:before {
display: none;
}
}
.rwd-table th, .rwd-table td {
text-align: left;
}
@media (min-width: 480px) {
.rwd-table th, .rwd-table td {
display: table-cell;
padding: .25em .5em;
}
.rwd-table th:first-child, .rwd-table td:first-child {
padding-left: 0;
}
.rwd-table th:last-child, .rwd-table td:last-child {
padding-right: 0;
}
}
h1 {
font-weight: normal;
letter-spacing: -1px;
color: #34495E;
}
.rwd-table {
background: #34495E;
color: #fff;
border-radius: .4em;
overflow: hidden;
}
.rwd-table tr {
border-color: #46627f;
}
.rwd-table th, .rwd-table td {
margin: .5em 1em;
}
@media (min-width: 480px) {
.rwd-table th, .rwd-table td {
padding: 1em !important;
}
}
.nav a, .nav:active, .nav:hover{
color: grey;
font-family: 'Orbitron', sans-serif;
}
.navbar-brand {
color: white;
font-family: 'Orbitron', sans-serif;
}
.navbar-brand:focus, .navbar-brand:hover {
color: white;
font-family: 'Orbitron', sans-serif;
background-color: #002030;
}
.nav>li>a:hover, .nav>li>a:focus{
background-color: #002030;
}
</style>
</head>
<body ng-app="az">
<!-- auto sizing menu bar for screen size from phone to desktop-->
<div class="navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Allegiance Zone</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="http://forum.allegiancezone.com">Community</a></li>
<li><a href="https://gitter.im/AllegianceZone/Lobby">Chat</a></li>
<li><a href="https://github.com/AllegianceZone">Code</a></li>
<li><a href="https://github.com/AllegianceZone/Allegiance/releases" style="color: orange; font-weight: bold;">Download</a></li>
<li><a href="https://github.com/AllegianceZone/Allegiance/issues">Issues</a></li>
<li><a href="https://ci.appveyor.com/project/Astn/allegiance/history">Builds</a></li>
<!--<li><a href="#Leaderboard">Leaderboard</a></li>
<li><a href="#Rosters">Squad Rosters</a></li>
<li><a href="#Info">Game Info</a></li>
<li><a href="#Training">Training</a></li>-->
<li><a href="#Video">Videos</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Mumble info -->
<div class="container">
<div class="row" style="margin-top: 40px;">
<!--<h5 class="col-md-8">Ventrilo Server - Address: lead.typefrag.com Port: 33508</h5>
<h5 class="col-md-4"><a href="http://www.ventrilo.com/download.php" target="_blank">Download Ventrilo Here</a></h5>-->
</div>
</div>
<div ng-view></div>
<script src="scripts/angular.js"></script>
<script src="scripts/angular-route.js"></script>
<script src="scripts/app.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>