-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 2.21 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<title>Kzdra Linktree</title>
</head>
<body>
<div class="container animate__animated animate__zoomIn">
<!-- PROFILE PICTURE -->
<div class="profile">
<img src="profile.jpg" alt="error image" class="animate__animated animate__pulse animate__infinite"/>
<p class="animate__animated animate__fadeInDownBig">IndraHardika</p>
</div>
<!-- LINK TREE BUTTONS -->
<div class="link">
<a href="https://kzdra.github.io/MyProfileCard" target="_blank" class="animate__animated animate__bounceInLeft"><i class="fa-solid fa-user" style="color: #534646;"></i> profile</a>
<a href="https://instagram.com/indrahardikap" target="_blank" class="animate__animated animate__bounceInLeft animate__delay-1s"><i class="fa-brands fa-instagram" style="color: #337ad7;"></i> instagram</a>
<a href="https://open.spotify.com/user/217d7lob455pt746skzt56f5y?si=2114ae19729b4c08" target="_blank" class="animate__animated animate__bounceInDown animate__delay-2s"><i class="fa-brands fa-spotify" style="color: #41c238;"></i> Spotify</a>
<a href="https://github.com/KZdra" target="_blank" class="animate__animated animate__bounceInRight animate__delay-3s"><i class="fa-brands fa-github" style="color: #5108aa;"></i> Github</a>
</div>
<!-- FOOTER -->
<div class="footer animate__animated animate__bounceInUp animate__delay-4s">
<i>Made with love 💕</i>
</div>
</div>
</body>
</html>