This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (94 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
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
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Xenoshare</title>
<meta name="description" content="Xenoshare">
<meta name="author" content="Peroxaan Studios">
<meta name="keywords" content="Peroxaan Studios, xenoshare" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@Xenoshare" />
<meta name="twitter:title" content="Xenoshare" />
<meta name="twitter:description" content="A platform for app developers and creators to share what they’ve been working on, and where you can find cool little projects to test out." />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet">
<link href="index.css" rel="stylesheet">
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
</head>
<body>
<div class="navbar">
<img class="nb-logo" src="img/icon-gradient.png">
<h1 class="nb-text">Xenoshare</h1>
</div>
<div class="header">
<div class="hd-maincont">
<img class="hdmc-logo" src="img/icon-alpha.png">
<div class="hdmc-textcont">
<h1 class="hdmctc-text">Xenoshare</h1>
<h3 class="hdmctc-subtext">A platform for app developers and creators to share what they’ve been working on, and where you can find cool little projects to test out.</h3>
</div>
</div>
</div>
<div class="team section">
<h1 class="section-header">Team</h1>
<div class="teamgrid">
<div class="user">
<div class="userpfp" style="background-color: #94bd9a">
<img class="pfp" src="https://peroxaan.com/resources/images/people/Michael.jpg">
</div>
<h1 class="tu-name">Michael</h1>
<h3 class="tu-desc">Founder and Project Manager</h3>
<a class="tu-link" href="https://twitter.com/tme_michael/">Twitter</a> <a class="tu-link" href="mailto:[email protected]">Email</a>
</div>
<div class="user">
<div class="userpfp" style="background-color: #cccccc">
<img class="pfp" src="https://pbs.twimg.com/profile_images/1232442106406301697/iAjSLqcr_400x400.jpg">
</div>
<h1 class="tu-name">Joseph</h1>
<h3 class="tu-desc">Head of Backend Development</h3>
<a class="tu-link" href="https://twitter.com/josephDaCoder">Twitter</a> <a class="tu-link" href="mailto:[email protected]">Email</a>
</div>
<div class="user">
<div class="userpfp" style="background-color: rgb(37, 37, 51)">
<img class="pfp" src="https://peroxaan.com/resources/images/people/Adrian.jpg">
</div>
<h1 class="tu-name">Adrian</h1>
<h3 class="tu-desc">Head of iOS Development</h3>
<a class="tu-link" href="https://twitter.com/adrianbaumgart/">Twitter</a> <a class="tu-link" href="mailto:[email protected]">Email</a>
</div>
<div class="user">
<div class="userpfp" style="background-color: #ccc">
<img class="pfp" src="https://peroxaan.com/resources/images/people/Kaami.jpg">
</div>
<h1 class="tu-name">Kaami</h1>
<h3 class="tu-desc">Head of Web App Development</h3>
<a class="tu-link" href="https://twitter.com/KaamiDev/">Twitter</a> <a class="tu-link" href="mailto:[email protected]">Email</a>
</div>
<div class="user">
<div class="userpfp" style="background-color: #001a4e">
<img class="pfp" src="https://upload.hubza.co.uk/i/iconbackground.png">
</div>
<h1 class="tu-name">Hubz</h1>
<h3 class="tu-desc">Head of Frontend Web Design</h3>
<a class="tu-link" href="https://twitter.com/hubziii">Twitter</a> <a class="tu-link" href="mailto:[email protected]">Email</a>
</div>
</div>
</div>
<div class="section">
<h1 class="section-header">Development Status</h1>
<div class="msection">
<h3 class="ms-text">Xenoshare is still in early development, but we’ll be launching beta very soon!</h3>
</div>
</div>
<div class="footer">
<h1 class="copyright">Copyright © 2020 Peroxaan Studios</h1>
<a class="footer-link" href="https://twitter.com/Peroxaan">Twitter</a> •
<a class="footer-link" href="https://www.instagram.com/peroxaan">Instagram</a> •
<a class="footer-link" href="https://discord.gg/eu5J6cd">Discord</a> •
<a class="footer-link" href="https://github.com/Peroxaan">Github</a> •
<a class="footer-link" href="https://reddit.com/r/Peroxaan">Reddit</a> •
<a class="footer-link" href="./privacy">Privacy Policy</a>
</div>
</body>
</html>