-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
264 lines (209 loc) · 11.1 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
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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home - Autochess Advisor</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:light">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="Media/redaxe-glasses-icon.png">
<script src="header-display-functions.js"></script>
</head>
<body>
<!-- Big Title -->
<a href="index.html" class="jumbotron jumbotron-fluid text-center header-title">
<div class="container-fluid header-title">
<div class="row">
<div class="col-md-3">
<img src="Media/redaxe-glasses-icon.png" class="img-fluid float-md-left" alt="Logo"
style="width: 300px;">
</div>
<div class="col-md-6 d-flex flex-column justify-content-center align-items-center">
<!-- Text for screen size extra large and above -->
<h1 class="d-none d-xl-block display-2">Autochess Advisor</h1>
<h3 class="d-none d-xl-block header-subtitle"></h3>
<!-- Text for screen size between large and extra large -->
<h1 class="d-none d-lg-block d-xl-none display-3">Autochess Advisor</h1>
<h4 class="d-none d-lg-block d-xl-none header-subtitle"></h4>
<!-- Text for screen size below large -->
<h1 class="d-lg-none display-4">Autochess Advisor</h1>
<!-- Text for screen below medium -->
<h5 class="d-md-none header-subtitle"></h5>
</div>
<!-- Text on right side-->
<div class="col-md-3 d-flex flex-column justify-content-center align-items-center">
<!-- Unique Name Display between screen medium and large -->
<h4 class="d-none d-md-block d-lg-none header-subtitle"></h4>
<!-- For XL screens and above -->
<h3 class="d-none d-xl-block header-subtitle-2"></h3>
<!-- For screens between large and XL -->
<h4 class="d-none d-lg-block d-xl-none header-subtitle-2"></h4>
<!-- For screen below large -->
<h5 class="d-lg-none text-center header-subtitle-2"></h5>
</div>
</div>
</div>
</a>
<!-- A horizontal navbar that becomes vertical on small screens -->
<nav class="navbar navbar-expand-sm sticky-top navbar-dark">
<!-- Brand -->
<a class="navbar-brand" href="index.html">
<img src="Media/redaxe-glasses-icon.png" alt="Logo-Mini" style="width: 40px;">
</a>
<!-- Collapsible Navbar Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapsible Navbar -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<!-- Links -->
<ul class="navbar-nav nav-fill w-100 align-items-start">
<li class="nav-item">
<a class="nav-link" href="empty-page.html"><i class="fas fa-chess"></i> Chess Pieces</a>
</li>
<li class="nav-item">
<a class="nav-link" href="empty-page.html"><i class="fab fa-react"></i> Synergies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="empty-page.html"><i class="fas fa-chess-board"></i> Formations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="comments.html"><i class="fas fa-comment-alt"></i> Feedback</a>
</li>
</ul>
</div>
</nav>
<!-- News Carousel -->
<div class="row color-band-1">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="section-header d-flex align-items-center">
<h3 class="display-3 d-none d-lg-flex section-title">News</h3>
<h3 class="display-4 d-none d-md-flex d-lg-none section-title">News</h3>
<h1 class="d-flex d-md-none section-title" style="margin-left: 20pt;">News</h1>
</div>
<div id="news-carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<a href="grimtouch-news.html" class="carousel-item active">
<img class="d-block img-fluid" src="Media/grimtouch-grand-herald.jpg"
alt="Grimtouch & Grand Herald News">
<div class="carousel-caption">
<h3>New Chess Pieces</h3>
<p>Read about what the Wizards are bringing to the table!</p>
</div>
</a>
<a href="championship-news.html" class="carousel-item">
<img class="d-block img-fluid" src="Media/Invitational-2019-result.jpg"
alt="Invitational-2019-result">
</a>
<a href="update-news.html" class="carousel-item">
<img class="d-block img-fluid" src="Media/autochess-update-art.jpg" alt="Update">
</a>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#news-carousel" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#news-carousel" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
</div>
<div class="col-md-1"></div>
</div>
<!-- Chess Pieces -->
<div class="row color-band-2">
<div class="col-5 d-flex justify-content-end align-items-center">
<img class="img-fluid" src="Media/shadow-fiend.png" alt="Shadow Devil">
</div>
<div class="col-7 d-flex flex-column justify-content-center section-content">
<h3 class="display-4 d-none d-lg-flex section-title">Chess Pieces</h3>
<h1 class="d-none d-md-flex d-lg-none section-title">Chess Pieces</h1>
<h3 class="d-flex d-md-none section-title">Chess Pieces</h3>
<p class="d-none d-sm-block">
Chess pieces are the souls of the game. They are the
allies that you will need in order to defeat your opponents.
<br>
Each piece has different strengths, weaknesses, effects, <em>race</em> and <em>class</em>.
</p>
<a href="empty-page.html" class="btn btn-info align-self-stretch" role="button">Learn More</a>
</div>
</div>
<!-- Synergies -->
<div class="row color-band-1">
<div class="col-7 d-flex flex-column justify-content-center align-items-end section-content">
<h3 class="display-4 d-none d-lg-flex section-title">Synergies</h3>
<h1 class="d-none d-md-flex d-lg-none section-title">Synergies</h1>
<h3 class="d-flex d-md-none section-title">Synergies</h3>
<p class="d-none d-sm-block text-right">
<em>Races</em> and <em>Classes</em> activates powerful effects, empowering chess pieces
and bring out their full potential.
<br>
Each <em>synergy</em> have different effects and is strong or weak against some other synergies.
</p>
<a href="empty-page.html" class="btn btn-info align-self-stretch " role="button">Learn More</a>
</div>
<div class="col-5 d-flex justify-content-start align-items-center">
<img class="img-fluid" src="Media/jaina.png" alt="The Source">
</div>
</div>
<!-- Formation -->
<div class="row color-band-2">
<div class="col-5 d-flex justify-content-end align-items-center">
<img class="img-fluid" src="Media/dragon-knight.png" alt="Dragon Knight">
</div>
<div class="col-7 d-flex flex-column justify-content-center section-content">
<h3 class="display-4 d-none d-lg-flex section-title">Team Formations</h3>
<h1 class="d-none d-md-flex d-lg-none section-title">Team Formations</h1>
<h3 class="d-flex d-md-none section-title">Team Formations</h3>
<p class="d-none d-sm-block">
The best chess players know how to combine different <em>pieces</em> to activate multiple
<em>synergies</em>.
<br>
Creating a powerful team is the key to victory.
</p>
<a href="empty-page.html" class="btn btn-info align-self-stretch" role="button">Learn More</a>
</div>
</div>
<!-- Comments -->
<div class="row color-band-1">
<div class="col-7 d-flex flex-column justify-content-center align-items-end section-content">
<h3 class="display-4 d-none d-lg-flex section-title">Comments</h3>
<h1 class="d-none d-md-flex d-lg-none section-title">Comments</h1>
<h3 class="d-flex d-md-none section-title">Comments</h3>
<p class="d-none d-sm-block text-right">
We would love to hear from you!
</p>
<a href="comments.html" class="btn btn-success" role="button">Leave a <i class="fas fa-comment-alt"></i>
Comment</a>
</div>
<div class="col-5 d-flex justify-content-start align-items-center">
<img class="img-fluid" src="Media/unicorn.png" alt="Unicorn">
</div>
</div>
<!-- Footer -->
<footer>
<div class="row bg-dark text-light">
<div class="col-1"></div>
<div class="col footer-content">
<p>2019. By Thinh T. Diep, for RMIT COSC 2430 - Web Programming - Assignment 1</p>
</div>
</div>
</footer>
</body>
</html>