-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (47 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Tribes Ascend AGC Tool</title>
<meta charset="UTF-8">
<meta name="author" content="Giga">
<meta name="theme-color" content="#AA1B13">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="navbarContainer">
<div class="navbar">
<a href="/">
<img src="assets/images/TribesAscend-lg.webp" alt="">
<h2>TAAGC</h2>
</a>
<div class="navbarInner">
<div class="navbarNav">
<a href="/" class="navbarButton navbarButtonActive">Home</a>
<a href="/download" class="navbarButton">Download</a>
<a href="/docs" class="navbarButton">Docs</a>
<a href="/about" class="navbarButton">About</a>
</div>
</div>
</div>
</div>
<div class="pageContent">
<div class="homepageLogo">
<img src="assets/images/logo.svg" alt="" draggable="false">
<div class="logoBackgroundGrad"></div>
<img src="assets/images/app-fades(RGB)(scale)(x2.000000).webp" class="logoBackground" alt="" draggable="false">
</div>
<div class="subtitle">Unofficial Graphics Configurator for Tribes: Ascend</div>
<div class="buttonContainer">
<a href="/download" class="button" style="display:inline-block;">Download</a>
<a href="/docs" class="button" style="display:inline-block;">Docs</a>
</div>
<div class="title" style="padding-top:145px;">The most extensive tool for customising TA graphics settings</div>
<div class="info">Get under the hood of TA's Unreal Engine with advanced options for Lighting, Shadows, Textures, and Effects.</div>
<div class="info">Built by the community, for the community.</div>
</div>
<footer>
<div class="footerAuthor"></div>
</footer>
</body>
</html>