forked from johnggli/linktree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (64 loc) · 2.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>최다미 강사 | 아이르 필라테스 & PT</title>
<!-- Favicon -->
<link rel="icon" href="https://user-images.githubusercontent.com/51159167/210152123-26459878-8a1b-47e1-9add-b0463247eb4e.jpeg" type="image/x-icon" />
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- Core theme CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Parallax Pixel Background Animation -->
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<!-- End of Parallax Pixel Background Animation -->
<a id="profilePicture" href="#popup">
<img src="https://user-images.githubusercontent.com/51159167/210152123-26459878-8a1b-47e1-9add-b0463247eb4e.jpeg" alt="Profile Picture">
</a>
<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<a href="https://user-images.githubusercontent.com/51159167/210152123-26459878-8a1b-47e1-9add-b0463247eb4e.jpeg" target="_blank">
<img src="https://user-images.githubusercontent.com/51159167/210152123-26459878-8a1b-47e1-9add-b0463247eb4e.jpeg" alt="Profile Picture">
</a>
</div>
<div class="popup-quote">
I'll give you health as a gift with an exercise program tailored to your body shape and needs.
</div>
<a class="popup-close" onclick="history.back()">×</a>
</div>
</div>
<div id="userName">
@iir_dami
</div>
<div id="links">
<!-- <a class="link" href="https://github.com/johnggli" target="_blank">-->
<!-- <i class="fab fa-github"> </i>Github-->
<!-- </a>-->
<a class="link" href="https://blog.naver.com/jasminetvxq" target="_blank">
<img src="https://user-images.githubusercontent.com/51159167/235437986-133d814b-2ccd-46c6-8a0e-168a01a6d533.png" alt="Naver icon"
style="width: 16px;height: 16px;vertical-align: text-top;padding-right: 5px;">스포츠 전문 블로그
</a>
<a class="link" href="https://naver.me/xTl2YMTP" target="_blank">
<img src="https://user-images.githubusercontent.com/51159167/210152331-2d11a12f-6ea9-4cf0-9c16-f787bf24f4ab.png" alt="Naver icon"
style="width: 16px;height: 16px;vertical-align: text-top;padding-right: 5px;">아이르 필라테스 & PT 서울대입구점
</a>
<a class="link" href="https://www.youtube.com/@kinesiologydivelab0421" target="_blank">
<i class="fab fa-youtube"> </i>Youtube - 키다랩
</a>
<a class="link" href="https://www.instagram.com/iir_dami" target="_blank">
<i class="fab fa-instagram"> </i>Instagram
</a>
</div>
<div id="hashtag">
#Pilates #PT
</div>
</body>
</html>