-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (60 loc) · 2.03 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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap" rel="stylesheet"> <title>Document</title>
</head>
<body>
<header>
<div>
<img class="profile-picture" src="img/profilePhoto.png" alt="Profile Picture">
</div>
<div class="profile-text">
<p>Rodney Cotton</p>
<p>Helsinki, Finland</p>
</div>
<div class="mini-box">
<div class="box1">
<p>100</p>
<p>Posts</p>
</div>
<div class="box2">
<p>2,242</p>
<p>Followers</p>
</div>
<div class="box3">
<p>1,432</p>
<p>Following</p>
</div>
</div>
</header>
<main class="container-main">
<div class="card1">
<img class="photo" src="img/photo1.png">
</div>
<div class="card2">
<img class="photo" src="img/photo2.png" alt="">
</div>
<div class="card3">
<img class="photo" src="img/photo3.png" alt="">
</div>
<div class="card4">
<img class="photo" src="img/photo4.png" alt="">
</div>
<div class="card5">
<img class="photo" src="img/photo5.png" alt="">
</div>
<div class="card6">
<img class="photo" src="img/photo6.png" alt="">
</div>
</main>
<footer class="container-footer">
<span id="created">created by </span><a href="https://github.com/GandonNicolas"><span id="username">Gandon Nicolas </span></a><span id="created">- devChallenges.io</span>
</footer>
</body>
</html>