-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcredits.html
50 lines (46 loc) · 1.49 KB
/
credits.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
<html lang="en">
<head>
<title>Hammer++ : Credits</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/main.css">
<link rel="icon" type=image/png href="images/favicon-32x32.png" sizes="32x32">
</head>
<body>
<div class="content">
<a class="logo" href="index.html">
<img src="images/logo.png">
</a>
<nav id="navbar"></nav>
<article>
<div class="info">
<h1 class="header">Credits</h1>
</div>
<ul>
<li><b>Programmer:</b> ficool2</li>
<li><b>Artist:</b> Izotope</li>
<li><b>Web designer:</b> DarviL</li>
<li><b>Additional help with code:</b> SCell555 / <a href="https://momentum-mod.org/" style="color:FF22FF;">Momentum Mod</a> team</li>
<li><b>Assistance with vector math:</b> NvC_DmH_CH</li>
<li><b>Toolbar icons:</b> Yrrzy, Pont</li>
<li><b>Tool cube icon:</b> Tumby</li>
<li>Special thanks to all the beta testers for their feedback and bug reports!</li>
</ul>
</article>
</div>
<footer>
<a target="_blank" class="link" href="https://ko-fi.com/ficool2">
<img src="images/kofi.png" >
</a>
<p>
Hammer++ is not affiliated with Valve Corporation.
Like or enjoy my work? Support me on <a target="_blank" href="https://ko-fi.com/ficool2"> Ko-fi</a>.
</p>
</footer>
</body>
<script src="javascript/main.js"></script>
<script>
genNav()
</script>
</html>