-
Notifications
You must be signed in to change notification settings - Fork 0
/
support.html
66 lines (63 loc) · 3.46 KB
/
support.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
<!DOCTYPE html>
<html lang="en">
<!-- Copyright (©) 2022 - 2024 Jesse Hodgson. All Rights Reserved -->
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="SpaceGameDev Support - SpaceGameDev's Website">
<title>SpaceGameDev Support</title>
<link rel="shortcut icon" type="image/ico" href="https://assets.spacegamedev.com/images\webp\sgd-logo-round.webp"/>
<link href="/css/main.css" rel="stylesheet">
<link href="/css/pages/404.css" rel="stylesheet">
<link href="/css/pages/support.css" rel="stylesheet">
<link rel="preconnect" href="https://assets.spacegamedev.com"/>
</head>
<!-- End Head, Start Body -->
<body>
<!-- Javascripts -->
<!-- Theme switcher button function with cookie -->
<script defer src="js/CommonElements.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<!-- Start Header Section -->
<div data-include="header"></div>
<!-- End Header Section-->
<div id="page-wrapper">
<div class="content-wrapper">
<section class="support"><br><br><br><br><br>
<p class="generic-text-header">Support</p><br><br>
<p class="text">If you need help with one of my Satisfactory mods please create an issue on the mod's GitHub page, a link to which can be found either on the mod's description page on <a class="standard-link" href="https://ficsit.app">ficsit.app</a>, or in the Satisfactory pause menu under: Mods -> {Mod Name} -> Get Support.</p>
<br><br>
<img class="satisfactory-help-image" alt="Satisfactory Help" src="https://spacegamedev-assets.pages.dev/images/webp/satisfactory-help.webp">
<br><br>
<p class="support-p">If you need help with one of my other projects, please submit a ticket through the support portal or email me.</p>
<br><br><br>
<a href="https://spacegamedev.freshdesk.com/support/tickets/new" class="portal-link">Support portal</a>
<br><br>
<p class="support-email">By Email: <a href="mailto:[email protected]" class="standard-link">[email protected]</a></p></center>
</section><br><br>
</div>
</div>
<section class="footer">
<p class="footer-p">
<br><br>
Copyright © 2022 - 2024 Jesse Hodgson. All Rights Reserved.<br>
The source code for this website is available for reference on <a href="https://github.com/SpaceGameDev568/spacegamedev.com" class="footer-link">GitHub</a>.
</p>
<br><br>
<p class="attribution">
Performance and security by Cloudflare.
<br><br>
Having trouble with one of my services? Check the <a class="footer-link" href="https://status.spacegamedev.com">status of everything here</a>.
<br><br>
Fonts used:
<br><br>
Comfortaa: <a href="https://fonts.google.com/specimen/Comfortaa" class="footer-link">Comfortaa on Google Fonts</a>
<br>
Open Sans: <a href="https://fonts.google.com/specimen/Open+Sans" class="footer-link">Open Sans on Google Fonts</a>
<br>
Orbitron: <a href="https://fonts.google.com/specimen/Orbitron" class="footer-link">Orbitron on Google Fonts</a>
<br><br>
<a class="betterstack-attribution" target="_blank" href="https://uptime.betterstack.com"><img id="betterstack-attribution" style="width: 130px; height: 52px;" alt="Better Stack Website Monitoring" src="https://uptime.betterstack.com/assets/static_assets/badges/dark.png" /></a>
</p>
</section>
</body>
</html>