generated from 4GeeksAcademy/html-hello
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
46 lines (42 loc) · 1.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://kit.fontawesome.com/e66e8290f3.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="post-header">
<div class="htmlIcon">
<div>
<i class="fa-brands fa-html5 fa-2xl"></i>
</div>
<div>
<h1>HTML5</h1>
<h2>Jackie Vivian</h2>
</div>
</div>
<div id="moreOptions">
<i class="fa-solid fa-circle-chevron-down fa-xl"></i>
</div>
</div>
<div class="post-img">
<img src=".vscode/AROact.jpg">
</div>
<div class="post-body">
<div class="post-icons">
<i class="fa-regular fa-heart fa-xl"></i>
<i class="fa-regular fa-comment-dots fa-xl"></i>
<i class="fa-regular fa-paper-plane fa-xl"></i></i>
<i id="saveIcon" class="fa-regular fa-bookmark fa-xl"></i>
</div>
<p>Liked by <strong>4geeksAcademy and others, HTML5 and 10,000 others...</strong></p>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quo adipisci sed tempora eum impedit eaque minima repudiandae molestias ut, blanditiis cumque laboriosam ad provident nihil possimus vero temporibus. Nesciunt, recusandae.</p>
</div>
</div>
</body>
</html>