-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (54 loc) · 1.97 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My Profile</title>
<link rel="stylesheet" href="profile.css">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap" rel="stylesheet">
</head>
<body>
<div class="head">
<div class="info">
<div class="radius-img">
<img width="100" height="100" src="https://image.flaticon.com/icons/svg/2156/2156084.svg" alt="">
</div>
<p>Pattarajit Wongkrung</p>
<p>Programmer by day, Runner by night</p>
</div>
</div>
<div class="content">
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1572536854030-5a69baec172a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80"
alt="">
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1572561168443-898eac50832f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80"
alt="">
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1572496275876-da95adb98c3c?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1951&q=80"
alt="">
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1572480934809-a8d0fe631c09?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80"
alt="">
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1570814295834-30e578a36027?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80"
alt="">
</div>
<div class="content-img">
<img
src="https://images.unsplash.com/photo-1572496221899-e6942b855f6b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2851&q=80"
alt="">
</div>
</div>
</body>
</html>