-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile.html
31 lines (30 loc) · 1.33 KB
/
profile.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Profile | EM</title>
<link href="assets/css/style.css" rel="stylesheet">
<!-- Load an icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="sidebar">
<a href="index.html"><i class="fa fa-fw fa-home"></i> Home</a>
<a class="active"href="profile.html"><i class="fa fa-fw fa-user"></i> Profile</a>
<a href="friends.html"><i class="fa fa-fw fa-users"></i> Friends</a>
</div>
<!-- Page content -->
<div class="content main card">
<h1>Profile</h1>
<hr />
<br>
<img class="img-fluid rounded-circle"
src="https://scontent.fbkk5-4.fna.fbcdn.net/v/t1.0-9/81665594_3331251736948743_4632487575834066944_n.jpg?_nc_cat=110&_nc_sid=09cbfe&_nc_eui2=AeFgoMi1MWI6tYSN5p7ish_TizmLInH7krCLOYsicfuSsCfjA1YtdpPi9EC00hB4eqUIZb4R4hO0fdnF5vimSbZP&_nc_ohc=MSY43nzHNNIAX8EWePg&_nc_ht=scontent.fbkk5-4.fna&oh=30bf6688abd1877415a45650461f3fb7&oe=5EE92AB7"
alt="EM">
<h3 class="subtitle">Suriya Thaweechat (M)</h3>
<p>Live in Chiang Rai</p>
<p>My Hobbies is Read a novel</p>
</div>
</body>
</html>