-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 1.27 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
---
layout: default
type: home
class: home
---
<div class="wrapper">
<div class="header sx2-sx5">
<h1>The After Hours Gaming League <span>Season 3</span></h1>
<p>Top companies duking it out on a virtual battlefield. <strong>For the third time.</strong></p>
</div>
<div class="sx-all">
<div id="sc2" class="game sx2-sx3">
<h1><span class="logo">StarCraft II</span></h1>
<ul class="actions registration">
<li class="register"><a href=""><strong>Season 3</strong> Registration</a></li>
<li class="history"><a href=""><strong>Season 2</strong> Results</a></li>
</ul>
</div>
<div id="lol" class="game sx4-sx5">
<h1><span class="logo">League of Legends</span></h1>
<ul class="actions registration">
<li class="register"><a href=""><strong>Season 3</strong> Registration</a></li>
<li class="history"><a href=""><strong>Season 2</strong> Results</a></li>
</ul>
</div>
</div>
<div class="footer sx-all">
<div class="sx2-sx5">
<a class="blog-link" href="">For all the latest information on AHGL, be sure to visit <strong>The AHGL Blog</strong>.</a>
</div>
</div>
</div>