-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
77 lines (68 loc) · 3.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FAForever Patchnotes - Balance & Game Updates</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Browse and access the latest FAForever balance and game patch notes in an easy-to-read format.">
<!-- META Tags For Discord and Social Sharing -->
<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 - Balance & Game Updates">
<meta name="twitter:description" content="Browse and access the latest FAForever balance and game patch notes in an easy-to-read format.">
<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="website">
<meta property="og:title" content="FAForever Patchnotes - Balance & Game Updates">
<meta property="og:url" content="https://faforever.com/patchnotes">
<meta property="og:description" content="Browse and access the latest FAForever balance and game patch notes in an easy-to-read format.">
<!-- External CSS -->
<link rel="stylesheet" href="./style/index.css">
<link rel="icon" href="path/to/favicon.ico" type="image/x-icon">
<!-- External Scripts -->
<script src="./scripts/backgroundRandom.js" defer></script>
<script src="./scripts/populatePatches.js" defer></script>
</head>
<body>
<main class="GridContainer">
<div class="Space"></div>
<!-- Title Section -->
<div class="Title GridItemBackground">
<h1>
<img alt="UEF Faction Logo" class="UEF" src="./assets/images/faction/UEF.svg" loading="lazy">
<img alt="Cybran Faction Logo" class="CYBRAN" src="./assets/images/faction/Cybran.svg" loading="lazy">
FAForever Patchnotes
<img alt="Aeon Faction Logo" class="AEON" src="./assets/images/faction/Aeon.svg" loading="lazy">
<img alt="Seraphim Faction Logo" class="SERAPHIM" src="./assets/images/faction/Seraphim.svg" loading="lazy">
</h1>
<p class="deprecation-notice"> This site will be deprecated as of 2025. Please use <a href="https://faforever.github.io/fa/changelog" target="_blank" rel="noopener noreferrer"><b><u>this link</u></b></a>.</p>
</div>
<!-- Balance Patch Section -->
<div class="BalanceContainer GridItemBackground">
<h2>Balance</h2>
<div class="BalanceJSONList"></div>
</div>
<!-- Game Patch Section -->
<div class="GameContainer GridItemBackground">
<h2>Game</h2>
<div class="GameJSONList"></div>
<p>Older patchnotes are available <a href="https://github.com/FAForever/fa/releases" target="_blank" rel="noopener noreferrer">here</a>.</p>
<p><em>Game patchnotes will be moved to a new location soon.</em></p>
</div>
<!-- Balance Development Section -->
<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>
<!-- Support Section -->
<div class="Support GridItemBackground">
<h3>Report Any Issues</h3>
<p>If you see any issues, please submit a report <a href="https://github.com/FAForever/patchnotes/issues" target="_blank" rel="noopener noreferrer">here</a>.</p>
</div>
</main>
</body>
</html>