-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
90 lines (78 loc) · 3.54 KB
/
contact.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
90
<!--TrackMania United Forever Transformation Pack Website HTML
copyright (c) Nicki Fish 2022-->
<!-- - -->
<!DOCTYPE html>
<html lang="en">
<head>
<title>TMUTP - Contact</title>
<link rel="shortcut icon" href="images/icons/favicon.png" type="image/png" />
<link rel="stylesheet" href="stylesheet.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="content-language" content="en" />
<meta name="author" content="by PixelPickaxe" />
<meta name="copyright" content="© 2022 Nicki Fish. All Rights Reserved." />
<meta name="keywords"
content="trackmania, nations, united, tracks, nadeo,
racing, race, game, video game, pc game, gaming, multiplayer, editor, modification, mod, github, texture update, new textures, texturepack, texture" />
<meta name="description"
content="TrackMania United Transformation Pack is an unofficial visual enhancement modification for TrackMania United Forever." />
<meta property="og:image" content="images/logos/tmutp-full-white.png">
</head>
<body>
<!-- - -->
<!-- HEADER -->
<header>
<a href="index.html">
<img class="logo" src="images/logos/tmutp-full-white.png"
alt="TrackMania United Transformation Pack Logo" /></a>
</header>
<div class="navbar">
<div class="nav"><a href="index.html">Home</a></div>
<div class="nav"><a href="contact.html">[Contact]</a></div>
<div class="nav"><a href="help.html">Help</a></div>
<div class="nav"><a href="download.html">Download</a></div>
<div class="nav"><a href="legal.html">Legal</a></div>
<hr>
<div class="nav">
<a href="https://github.com/PixelPickaxe/trackmania-united-transformation-pack">GitHub</a>
</div>
</div>
<main>
<hr>
<div class="contact-contact">
<div class="contact-buttons">
<p><img class="icon" src="images/icons/envelope-closed-3x.png" alt="email button" /><a
href=mailto:17zh7ezh@duck.com?>E-Mail</a></p>
<p><img class="icon" src="images/icons/GitHub-Mark-Light-32px.png" alt="github button" /><a
href="https://github.com/PixelPickaxe">PixelPickaxe</a></p>
</div>
</div>
<div class="contact-warn">
If you're having technical difficulties or trouble installing/removing the mod, check the <a
href="help.html">Help</a> page before you ask me for assistance.
</div>
<div class="contact-desc">
<p>I will usually respond to emails within a week.</p>
</div>
<hr>
</main>
<footer>
<div class="footblock-cc">
© 2022
<a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/3.0/deed.en" target="_blank"><img
src="https://i.creativecommons.org/l/by-nc-nd/3.0/80x15.png" alt="Creative Commons License" /></a>
</div>
</footer>
<div class="kofi">
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
<script>
kofiWidgetOverlay.draw("koifishi", {
type: "floating-chat",
"floating-chat.donateButton.text": "Support Me!",
"floating-chat.donateButton.background-color": "#036D14",
"floating-chat.donateButton.text-color": "#fff",
});
</script>
</div>
</body>
</html>