forked from FAForever/patchnotes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (61 loc) · 3.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FAForever Patchnotes</title>
<meta name="viewport" content="width=device-width"/>
<meta name="description" content="FAForever Patchnotes">
<!-- META Tags For Discord -->
<!-- Required for the Big Image -->
<meta name="twitter:image:src" content="https://raw.githubusercontent.com/FAForever/patchnotes/master/images/thumbnail/thumbnail.png">
<meta name="twitter:site" content="@FAForever">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="FAForever Patchnotes">
<meta name="twitter:description" content="One Location where the Balance & Game Patchnote are Available in an easy-to-read manner.">
<meta property="og:image:url" content="https://raw.githubusercontent.com/FAForever/patchnotes/master/images/thumbnail/thumbnail.png">
<meta property="og:image:alt" content="FAForever Patchnote Site">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="600">
<meta property="og:site_name" content="FAForever">
<meta property="og:type" content="object">
<meta property="og:title" content="FAForever Patchnotes">
<meta property="og:url" content="https://faforever.com/patchnotes">
<meta property="og:description" content="One Location where the Balance & Game Patchnote are Available in an easy-to-read manner.">
<link rel="stylesheet" href="./style/index.css">
<base href="./" target="_blank">
<script src="./scripts/backgroundRandom.js"></script>
<script src="./scripts/populatePatches.js"></script>
</head>
<body>
<main class="GridContainer">
<div class="Space"></div>
<div class="Title GridItemBackground">
<h1>
<img alt="UEF-Logo" class="UEF" src="./assets/images/faction/UEF.svg">
<img alt="Cybran-Logo" class="CYBRAN" src="./assets/images/faction/Cybran.svg">
FAForever Patchnotes
<img alt="Aeon-Logo" class="AEON" src="./assets/images/faction/Aeon.svg">
<img alt="Seraphim-Logo" class="SERAPHIM" src="./assets/images/faction/Seraphim.svg">
</h1>
<p>One Location where the Balance & Game Patchnote are Available in an easy-to-read manner.</p>
</div>
<div class="BalanceContainer GridItemBackground">
<h2>Balance</h2>
<div class="BalanceJSONList"></div>
</div>
<div class="GameContainer GridItemBackground">
<h2>Game</h2>
<div class="GameJSONList"></div>
<!--<p>To see Game Patches before 2022 Click <a href="/pages/oldGamepatches.html">here.</a></p>-->
</div>
<div class="BalanceDev GridItemBackground">
<h3>Upcoming Balance Changes</h3>
<p>You can see the latest changes <a href="/pages/balanceChanges.html">here</a>. <br>This list of the current changes is on the FAF Develop game type and is subject to changes.</p> -->
</div>
<div class="Support GridItemBackground">
<h3>Report Any Issues</h3>
<p>If you see any issues report please submit a report <a href="https://github.com/FAForever/patchnotes/issues">here.</a></p>
</div>
</main>
</body>
</html>