-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsupport.html
35 lines (35 loc) · 3.01 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
<!DOCTYPE html>
<html>
<head>
<title> Icycoide </title>
<link rel="icon" type="image/x-icon" href="/assets/IcycoideFavicon.ico">
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap');
</style>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.css" rel="stylesheet" />
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/beer.min.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn/material-dynamic-colors.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="min-height: 100%; display: flex; flex-direction: column; font-family: Inter;">
<center>
<header style="width: 100%; height: 75px">
<p style="text-align: center;"><text style="text-align: center; font-family: Roboto Mono;">[Icycoide></text> <br> <a href="https://icycoide.github.io"> Home </a> · <a href="https://github.com/Icycoide"> Github </a> · <a href="https://icycoide.github.io/rules"> Community Rules </a> </p>
</header>
<main style="max-width: 80%; /* background: rgba(0, 0, 0, .75) url('https://images.unsplash.com/photo-1732113229552-6f7a005e4152?q=80&w=1740&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D'); background-repeat: no-repeat; background-size: cover; background-blend-mode: darken; */">
<h4 style="text-align: left; padding-left: 10px;">support</h4>
<p style="text-align: left; padding-left: 10px;">This is empty for now. Our email is at [email protected]</p>
<h4 style="text-align: left; padding-left: 10px;"> socials </h4>
<div style="text-align: left;">
<button style="margin-bottom: 2%; margin-right: 0%;" onclick="window.location.href='https://github.com/Icycoide'">GitHub</button>
<button style="margin-bottom: 2%; margin-right: 0%;" onclick="window.location.href='https://discord.gg/3PRMhaBuuT'">Discord</button>
<button class="border" style="margin-bottom: 2%; margin-right: 0%;" onclick="window.location.href='https://floss.social/@icycoide'">Mastodon</button>
<button class="border" style="margin-bottom: 2%; margin-right: 0%;" onclick="window.location.href='https://matrix.to/#/#icycoide:envs.net'">Matrix</button>
<button class="border" style="margin-bottom: 2%; margin-right: 0%;" onclick="window.location.href='https://twitter.com/@Lintine_'">Twitter</button>
</div>
</main>
</center>
</body>
</html>