generated from 4GeeksAcademy/html-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (50 loc) · 2.05 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
<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">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/303bcac498.js" crossorigin="anonymous"></script>
<title>Uncle Iroh Insta Photo</title>
</head>
<body>
<div class="container">
<div class="post">
<div class="post-header">
<div class="top-space">
<div class="left">
<i class="fa-brands fa-html5 fa-2xl"></i>
<div>
<b>HTML5</b>
<p>Neilsen</p>
</div>
</div>
<div>
<i class="fa-solid fa-ellipsis-vertical fa-2xl"></i>
</div>
</div>
</div>
<div class="post-image">
<img
src="https://w0.peakpx.com/wallpaper/975/433/HD-wallpaper-zuko-x-iroh-aang-anime-atla-avatar-avatarthelastairbender-kotara-sokka-toph.jpg" />
</div>
<div class="post-icons">
<i class="fa-regular fa-heart fa-2xl"></i>
<i class="fa-regular fa-comment fa-2xl"></i>
<i class="fa-regular fa-paper-plane fa-2xl"></i>
</div>
<div class="bookmark">
<i class="fa-regular fa-bookmark fa-2xl"></i>
</div>
</div>
<div class="post-body">
<span>Liked by<b> 4Geeks Academy, Html5, Web</b> and<b> 100,000 others</b></span><br>
</div>
<div class="post-body">
<span>"Life happens wherever you are," "Hope is something you give yourself," "Failure is only the
opportunity to begin again," "Perfection and power are overrated," "Destiny is a funny thing," and
"If you look for the light, you can often find it."</span>
</div>
</div>
</body>
</html>