-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
72 lines (72 loc) · 4.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en" id="top">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Upsilon+</title>
<meta name="description" content="The exclusive inclusive webring for everyone and anyone who loves making things and sharing them!"/>
<meta name="author" content="Upsilon" />
<meta name="keywords" content="webring" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000">
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#ffffff">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" type="text/css" />
<meta charset="UTF-8" />
</head>
<body>
<div id="container-flex">
<div id="main-flex">
<div id="nav-flex">
<img src="logo.png" class="logo" alt="Upsilon logo" height="64" width="64">
<a href="#about" class="nav-link nav-1"><p>About</p></a>
<a href="#members" class="nav-link nav-2"><p>Members</p></a>
<a href="#members" class="nav-link nav-3"><p>Projects</p></a>
</div>
<div id="about">
<h1>Upsilon + <span id="username">Anyone</span></h1>
<p class="main-p">The exclusive inclusive webring for everyone and anyone who loves making things and sharing them!</p>
<p class="main-p">Upsilon is a webring for those passionate about creativity and collaboration. Whether you're a crafter, artist, or hobbyist, this is the perfect group to share yourself with the world.</p>
</div>
<div id="members">
<h2>Members</h2>
<!-- <p>A list of all our current members with links to their respective websites.</p> -->
<div class="hover-link"><a href="https://blueskye.dev"><p>[BlueSkye - Full-Stack Developer]</p></a></div>
<div class="hover-link"><a href="https://xan.lol" class="hover-link"><p>[Xan - Null-Stack Developer]</p></a></div>
<div class="hover-link"><a href="https://nodex.hexx.page" class="hover-link"><p>[Nodex - Software Developer]</p></a></div>
<div class="hover-link"><a href="#1" class="hover-link"><p>[Qux - Vue Developer]</p></a></div>
<div class="hover-link"><a href="https://bananadev.ml" class="hover-link"><p>[BANana - Anything Developer]</p></a></div>
<div class="hover-link"><a href="https://sly-little-fox.ru" class="hover-link"><p>[Lynx - Overflowed-Stack Developer]</p></a></div>
</div>
<div id="projects">
<h2>Projects</h2>
<p>Some of the major projects done by our members, or with our members help</p>
<div class="hover-link"><a href="https://citrus.lol/" class="hover-link"><p>[Citrus: Community]</p></a></div>
<div class="hover-link"><a href="https://kuzaku.ml/" class="hover-link"><p>[Kuzaku]</p></a></div>
<div class="hover-link"><a href="https://github.com/Sly-Little-Fox/operator/" class="hover-link"><p>[Operator]</p></a></div>
</div>
<div id="footer">
<hr>
<div id="footer-flex">
<div id="footer-left">
<h1 style="line-height:0">Upsilon+</h1>
<p>© BlueSkye 2022</p>
</div>
<div id="footer-right">
<div class="hover-link footer-link"><a href="#top"><p>[Back to top]</p></a></div>
<div class="hover-link footer-link"><a href="https://citrus.lol/invite"><p>[Contact us]</p></a></div>
<div class="hover-link footer-link"><a href="https://github.com/dotargz/upsilon"><p>[Github]</p></a></div>
</div>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>