This repository was archived by the owner on Jan 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (86 loc) · 4.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
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
<html>
<head>
<title>alix</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@alixowo" />
<meta name="twitter:title" content="alix" />
<meta name="twitter:description" content="Crackhead doing crakchead things on the internet" />
<meta name="theme-color" content="#ec5d5d">
<script src="https://kit.fontawesome.com/e473294955.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/png" href="logo.png" />
</head>
<body>
<div class = "top">
<button class = "btn2">
<a href = "index.html">
home
</button>
</a>
<button class = "btn2">
<a href = "about.html">
about me
</button>
</a>
</div>
<h2>hi, im alix</h2>
<p>bi 15 y/o furry, I code and graphic design, and I'm cool</p>
<p>my current bot I work on is Lime</p>
<p>ceo of crackhead energy</p>
<p>and yes, that is my fursona at the bottom of the page. he cute, isn't he?</p>
<div id = "buttons">
<div class = "container">
<div class = "vertical center">
<button class="btn">
<a href = "https://github.com/rawr-x3" target = "_blank">
<i class="fab fa-github"></i>
rawr-x3
</button>
</a>
<button class="btn">
<a href = "https://github.com/rawr-x3/Lime" target = "_blank">
<i class="fab fa-github"></i>
Lime
</button>
</a>
<button class="btn">
<a href = "https://twitter.com/alixowo" target = "_blank">
<i class="fab fa-twitter"></i>
alixowo
</button>
</a>
<button class="btn">
<a href = "https://discord.gg/5dEW6uaVTv" target = "_blank">
<i class="fab fa-discord"></i>
My Discord Server
</button>
</a>
<button class="btn">
<a href = "https://discord.gg/uQgayRrfxe" target = "_blank">
<i class="fab fa-discord"></i>
Fox Emotes
</button>
</a>
<button class="btn">
<a href = "https://discord.gg/46xPSQWrP4" target = "_blank">
<i class="fab fa-discord"></i>
Cat Emotes
</button>
</a>
<button class="btn">
<a href = "https://steamcommunity.com/profiles/76561198990340057/" target = "_blank">
<i class="fab fa-steam-symbol"></i>
alix
</button>
</a>
</div>
</div>
</div>
<div class = "container2">
<div class = "vertical center2">
<img src = "alix.png">
</div>
</div>
</body>
</html>