-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (63 loc) · 2.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The 2AD times</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header id="GameHeader">
<div id="GameHeaderLeft" class="courier"><a href="./"><img id="topLogo" src="logo.png" alt="Logo"></a> <h2 id="topText">The 2AD Times</h2></div>
<div id="GameHeaderRight"><button class="basicDisplay"><a target="_blank" href="index.html"
id="BeginGame">Home</a></button>
<button class="basicDisplay"><a target="_blank" href="https://github.com/sj2245/2ad-times" id="BeginGame">Head to the Github! </a></button></div>
</header>
<main>
<section class="topics">
<section class="raidsTop courier">
<h1>Latest news coverage</h1>
</section>
<section class="basicDisplay topicsDisplay">
<img id="topLogo" src="logo.png" alt="Logo">
<a class="newslink"href="https://docs.google.com/document/d/1uG2hVl-DP6DeIdWpznZDlbRSkVcgWK1lNimtzY1vn6w/edit?usp=sharing"><h1>Tornament start,special interview with the CG himself!</h1></a>
</section>
<section class="basicDisplay topicsDisplay">
<img id="topLogo" src="logo.png" alt="Logo">
<a class="newslink"href = "https://docs.google.com/document/d/1uG2hVl-DP6DeIdWpznZDlbRSkVcgWK1lNimtzY1vn6w/edit?usp=sharing"><h1>Tornament start,interview with dabman</h1></a>
</section>
<section class="basicDisplay topicsDisplay">
</section>
<section class="basicDisplay topicsDisplay">
</section>
</section>
<section class="topics">
<section class="raidsTop courier">
<h1>Upcoming Raids</h1>
</section>
<section class="basicDisplay raidsDisplay">
</section>
<section class="basicDisplay raidsDisplay">
</section>
<section class="basicDisplay raidsDisplay">
</section>
</section>
<section class="topics">
<section class="raidsTop courier">
<h1>Other pages</h1>
</section>
<section class="basicDisplay topicsDisplay">
<img id="topLogo" src="logo.png" alt="Logo">
<a class="newslink"href="https://brackethq.com/b/6v4mb/"><h1>Tornament rankings</h1></a>
</section>
<section class="basicDisplay topicsDisplay">
<a><h1></h1></a>
</section>
<section class="basicDisplay topicsDisplay">
</section>
<section class="basicDisplay topicsDisplay">
</section>
</section>
</main>
</body>
</html>