-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 2.24 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
<html lang="en">
<head>
<title>cheeseytunaa | Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<link rel="icon" type="image/x-icon" href="assets/icons/favicon.ico" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" type="text/css" rel="stylesheet"/>
<link href="assets/css/modesta.css" type="text/css" rel="stylesheet" />
</head>
<body class="github-font-standard">
<div class="fullscreen">
<div class="background" style="background-image: url('assets/images/background.gif')"></div>
<div class="center-object" onmousedown="return false;">
<div class="container">
<section class="me unset">
<div class="avatar-container">
<img draggable="false" src="assets/images/profile.gif" loading="lazy" class="image-title medium-border"/>
</div>
<div class="unset">
<h1 class="title monospace"> cheeseytunaa</h1>
<p class="undertitle monospace">
<i class="emoji norway"></i>Sugoi Dekaii.
</p>
</div>
</section>
<div class="center">
<h6 class="monospace">Discord account: cheeseytunaa</h6>
</div>
<div class="buttons">
<a href="https://discord.com/users/472596894464344077" class="btn discord-dropshadow animation hover" target="_blank" id="btn_discord"><i class="fab fa-discord"></i> Discord</a>
<a href="https://github.com/cheeseytunaa" class="btn github-dropshadow animation hover" target="_blank" ><i class="fab fa-github"></i> GitHub</a>
<a href="https://fb.com/mygfwouldbesomewhere" class="btn facebook-dropshadow animation hover" target="_blank" ><i class="fab fa-facebook"></i> Facebook</a>
<a href="#private" class="btn youtube-dropshadow animation hover" target="_blank" ><i class="fab fa-youtube"></i> Youtube</a>
<!-- https://www.youtube.com/channel/UCTJOtZ5fkYCftQm1BMTnCqQ -->
</div>
<div class="button">
</div>
</div>
</div>
</div>
</body>
</html>