-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.98 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="styles.css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<script src="https://kit.fontawesome.com/9b7a92519f.js" crossorigin="anonymous"></script>
<title>Links</title>
</head>
<body>
<header>
<img src="/assets/icons/profile (1).gif" alt="profile picture" />
<h1>@tarayavanets</h1>
</header>
<div class="twitter">
<img src="/assets/icons/twitter.png" alt="Twitter" width="25px" />
<a href="https://twitter.com/tarayavanets" target="_blank" class="animate__animated animate__flipInX animate__slow"> Twitter</a>
</div>
<div class="github">
<img src="/assets/icons/github.png" alt="Github" width="25px" />
<a href="https://github.com/tarakresna001" target="_blank" class="animate__animated animate__flipInX animate__slow"> Github</a>
</div>
<div class="facebook">
<img src="/assets/icons/facebook.png" alt="Facebook" width="25px" />
<a href="https://www.facebook.com/altair.dafirenza/" target="_blank" class="animate__animated animate__flipInX animate__slow"> Facebook</a>
</div>
<div class="karyakarsa">
<img src="/assets/icons/karyakarsa-128x128.png" alt="Karyakarsa" width="25px" />
<a href="https://karyakarsa.com/Tarasownrealm" target="_blank" class="animate__animated animate__flipInX animate__slow"> KaryaKarsa</a>
</div>
<footer>
<p>
Patiently made with <i class="fa-sharp fa-solid fa-heart"></i>
</p>
</footer>
</body>
</html>