-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (66 loc) · 2.06 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="keywords" content="WilliamStylite, Stylite, github, discord, discord bot">
<meta name="og:title" content="Stylite">
<meta name="og:description" content="Dart, Python and, Scala developer">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<link rel="stylesheet" href="main.css">
</head>
<html lang="en">
<body>
<h1>Stylite</h1>
<img src="https://avatars2.githubusercontent.com/u/26222884?s=460&v=4">
<topbar/>
<h1>My projects!</h1>
<div class="projects">
<div class="card">
<div class="card-content">
<h1>Lyrics</h1>
<h2>A simple CLI song lyrics tool</h2>
<a href="https://github.com/Stylite/Lyrics" class="button">Github</a>
</div>
</div>
<div class="card">
<div class="card-content">
<h1>Takui</h1>
<h2>Crystal based image host</h2>
<a href="https://github.com/Stylite/takui" class="button">Github</a>
</div>
</div>
<div class="card">
<div class="card-content">
<h1>Uta</h1>
<h2>Discord webhook wrapper</h2>
<a href="https://github.com/Stylite/Uta" class="button">Github</a>
</div>
</div>
</div>
<bottombar/>
<h1>Contact me!</h1>
<div class="projects">
<div class="card">
<div class="card-content">
<h1>Discord</h1>
<h2>You can join my discord here!</h2>
<a href="https://discord.gg/HZP7fUs" class="dsbtn">Invite!</a>
</div>
</div>
<div class="card">
<div class="card-content">
<h1>Github</h1>
<h2>My Github page!</h2>
<a href="https://github.com/Stylite/" class="ghbtn">Github</a>
</div>
</div>
<div class="card">
<div class="card-content">
<h1>Twitter!</h1>
<h2>My Twitter profile!</h2>
<a href="https://twitter.com/Styilte" class="twitbtn">Twitter</a>
</div>
</div>
</div>
<bottombar/>
</body>
</html>