-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (56 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1,
maximum-scale=5"
/>
<link rel="icon" href="devchallenges.png" />
<link
rel="shortcut icon"
type="image/x-icon"
href="https://devchallenges.io/"
/>
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/main720.css" />
<title>Devchallenges</title>
</head>
<body>
<div class="profile">
<div class="profile-info">
<img src="profilePhoto.png" alt="profile picture" />
<p>Rodeny Cotton</p>
<p>Helsinki, Finland</p>
</div>
<div class="profile-statistic">
<div class="statistic-container">
<p class="sta-number">100</p>
<p class="sta-description">Posts</p>
</div>
<div class="statistic-container">
<p class="sta-number">2,242</p>
<p class="sta-description">Followers</p>
</div>
<div class="statistic-container">
<p class="sta-number">1,432</p>
<p class="sta-description">Following</p>
</div>
</div>
</div>
<div class="gallery">
<img src="photo1.png" alt="" />
<img src="photo2.png" alt="" />
<img src="photo3.png" alt="" />
<img src="photo4.png" alt="" />
<img src="photo5.png" alt="" />
<img src="photo6.png" alt="" />
</div>
</body>
</html>