-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (44 loc) · 2.54 KB
/
index.html
File metadata and controls
47 lines (44 loc) · 2.54 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="index.css">
<link rel="icon" href="assets/logo.gif">
<link id="u-page-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Orbitron:400,500,600,700,800,900">
<link id="u-theme-google-font" rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i">
<title>Hello! I am SingularCitrus</title>
</head>
<body class="index">
<div class="index__main-container vertical-center">
<div class="col">
<div style="display: flex">
<img style="margin: auto" class="index__main-logo" src="assets/logo.gif" alt="SingularCitrus' Logo">
</div>
<h1>Hello!</h1>
<h2>I am <span style="color: #f5d654 ">SingularCitrus</span></h2>
<p>By day I am a Web Developer and by night I am a gamer, discord bot developer, tinkerer, and I also stream on twitch once in a while</p>
<p>I am an early verified bot Developer on discord.</p>
</div>
<div class="col">
<h2>Here are some important links:</h2>
<h3 style="color: #1e90ff">My Code:</h3>
<a href="https://github.com/singularcitrus" class="button-blue">Github</a>
<a href="https://github.com/singularcitrus?tab=repositories" class="button-blue">My Projects</a>
<h3 style="color: #1eff90">Things I created:</h3>
<a href="https://gamehost.co.za" class="button-green">
<div style="color: inherit; background-color: inherit">Gamehost.co.za</div>
<div style="color: inherit; background-color: inherit; font-size: 0.8rem">Game server hosting</div>
</a>
<a href="https://github.com/singularcitrus" class="button-green">
<div style="color: inherit; background-color: inherit">TheLemonCave</div>
<div style="color: inherit; background-color: inherit; font-size: 0.8rem">Network equipment Reseller and web hosting</div>
</a>
<h3 style="color: #f1c50e">And some honourable Mentions:</h3>
<a href="https://discord.gg/AMaRbtzrxJ" class="button-yellow">
<div style="color: inherit; background-color: inherit">Nerd_Bots</div>
<div style="color: inherit; background-color: inherit; font-size: 0.8rem">(Which I helped found)</div>
</a>
</div>
</div>
</body>
</html>