-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (45 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
My personal card
</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="./style/app.css">
</head>
<body>
<div class="card">
<div class="image" style="background-image: url(./images/brooke-cagle-ICFPv3xJY90-unsplash.jpg);"></div>
<div class="content">
<audio controls="true">
<source src="audio/Ngoni.mp3" type="audio/mpeg">
</audio>
<div class="info">
<i class="bx bx-heart"></i>
<span>837</span>
<i class="bx bx-comment"></i>
<span>738</span>
<i class="bx bx-share bx-flip-horizontal"></i>
<span>221</span>
</div>
<div class="header">
Gifted napper, talker, and ice cream eater.
</div>
<div class="footer">
<div class="preview">
“Love yourself instead of loving the idea of other people loving you. 💕”
</div>
<button class="btn">
Ananda Zhalwa Sabita 👸🏻
</button>
</div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>