This repository has been archived by the owner on May 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
89 lines (89 loc) · 2.99 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
78
79
80
81
82
83
84
85
86
87
88
89
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="stylesheet" href="/style.css">
<title>G² Mods</title>
</head>
<body>
<!--TOP LEFT HOME BUTTON/LOGO-->
<div class="logo">
<img src="/images/g2logo.svg">
<a href="/">Glacier² Mods</a>
</div>
<!--Discord invite link-->
<a href="https://discord.gg/hxPT9rf">
<div class="discord">
</div>
</a>
<!--NAVIGATION BAR-->
<div class="menu-outer">
<div class="dropdown">
<button class="dropbtn">Tools</button>
<div class="dropdown-content">
<a href="/tools/h2">HITMAN 2</a>
<a href="#">HITMAN</a>
<a href="#">HITMAN: ABSOLUTION</a>
<a href="#">DEUS EX: MANKIND DIVIDED</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Resources</button>
<div class="dropdown-content">
<a href="/resources/h2">HITMAN 2</a>
<a href="#">HITMAN</a>
<a href="#">HITMAN: ABSOLUTION</a>
<a href="#">DEUS EX: MANKIND DIVIDED</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Mods</button>
<div class="dropdown-content">
<a href="/mods/h2/h2">HITMAN 2</a>
<a href="#">HITMAN</a>
<a href="#">HITMAN: ABSOLUTION</a>
<a href="#">DEUS EX: MANKIND DIVIDED</a>
</div>
</div>
</div>
<!--HEADER-->
<div class="page-header">
<h1 class="project-name">Glacier Engine Game Modifications</h1>
<h2 class="project-tagline">When I get around to it...</h2>
<a href="https://github.com/glacier-modding/g2-mods" class="btn">Website Source available on GitHub</a>
</div>
<!--BRIEF CONTENT-->
<div class="main-content">
<h1 id="g2-modscom">Glacier² Engine Games</h1>
<p>HITMAN 2 is the main focus at the moment, but hopefully ends up expanding to all Glacier² Engine games, more work required pls @B3LYP <3</p>
</div>
<!--GRID-->
<div class="game-container">
<div class="griditem-game">
<img src="images/games/h2.jpg" alt="h2">
<a href="/mods/h2/h2">HITMAN 2</a>
</div>
<div class="griditem-game">
<img src="images/games/h2016.jpg" alt="h2016">
<a href="/mods/h2016/h2016">HITMAN</a>
</div>
<div class="griditem-game">
<img src="images/games/demd.jpg" alt="demd">
<a href="/mods/demd/demd">DEUS EX: MANKIND DIVIDED</a>
</div>
<div class="griditem-game">
<img src="images/games/hma.jpg" alt="hma">
<a href="/mods/hma/hma">HITMAN: ABSOLUTION</a>
</div>
</div>
<!--FOOTER-->
<div class="footer">
<span class="footer-content">
<a href="https://github.com/glacier-modding/g2-mods">g2-mods.com</a> is maintained by the <a href="https://github.com/glacier-modding">glacier-modding</a> organization.
</span>
</div>
</body>
</html>