-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
52 lines (52 loc) · 5.09 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
<!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>
<center>
<main style="max-width: 80%; text-align: left;/* 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; */">
<br><br>
<idk style="text-align: left;">
<h2>Welcome to the igloo!</h2>
<p>Icycoide is a developer team from all around the world, and also a community of tech enthusiasts.</p>
<br>
<button style="margin-bottom: 2%;" onclick="window.location.href='https://discord.gg/3PRMhaBuuT';"><img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/636e0a6918e57475a843f59f_icon_clyde_black_RGB.svg"><span>Join the Discord</span></button> <button class="border" style="margin-bottom: 2%;" onclick="window.location.href='https://github.com/Icycoide';"><img src="https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png"></img><span>Check out our GitHub!</span></button> <button class="border" style="margin-bottom: 2%;" onclick="window.location.href='https://raiz1.noho.st';"><img src="https://raiz1.noho.st/yunohost/sso/customassets/8b060991857f05231dfe1b020c60c8dc88d104c6aea0926cc7524c2e5d8a82c0.png"></img><span>Ever heard of Raíz1?</span></button>
<br>
<br>
</idk>
<section style="text-align: left;">
<h4 style="text-align: left;">about us</h4>
<p style="text-align: left;">Welcome to Icycoide! We are a team of developers working internationally (from Canada all the way to Switzerland) and independently to develop programs and stuff (and trying to make code better).</p>
<h4 style="text-align: left;"> 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>
<h4 style="text-align: left;"> email </h4>
<div style="text-align: left;">
<button style="margin-bottom: 2%; margin-right: 0%;" onclick="window.location.href='mailto:[email protected]'">Lintine</button>
<button class="border" style="margin-bottom: 2%; margin-right: 0%;" onclick="window.location.href='mailto:[email protected]'">Costmiku (non-functional)</button>
<button class="border" style="margin-bottom: 2%; margin-right: 0%;" onclick="window.location.href='mailto:[email protected]'">Raíz1 support</button>
</section>
</main>
</center>
</body>
</html>