-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.32 KB
/
Copy pathindex.html
File metadata and controls
31 lines (31 loc) · 1.32 KB
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Profile Page</title>
<link rel="shortcut icon" href="img/logo_web.png"
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap" rel="stylesheet"><link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css'><link rel="stylesheet" href="css/style.css">
</head>
<body>
<section class="profile_container">
<div class="profile_img_section">
<img class="profile_img-LG" src="https://telegra.ph/file/02eeeb18aac307abd14cc.jpg" />
<div class="flag_wrapper">
<img class="flag" src="https://telegra.ph/file/058ef6ae3b728e817e41a.png" alt="Indonesia Flag" />
</div>
</div>
<div class="profile_desc_section">
<h2>Diraa</h2>
<h3>Natacha Greentea</h3>
<p class="description">Hey there! 👋 I'm Sandira, just an ordinary person trying to do my best in this crazy world.</p>
<p class="description">I love playing games, listening to music, and even making error codes (oops!).</p>
<div class="interests">
<span class="interests_item">Orang</span>
<span class="interests_item">Gabut</span>
<span class="interests_item">Asli</span>
</div>
</div>
</section>
</body>
</html>