forked from Johndbm/html-hello
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
121 lines (118 loc) · 5.17 KB
/
index.html
File metadata and controls
121 lines (118 loc) · 5.17 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html>
<head>
<title>Instagram feed</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<div>
<div class="container">
<header>
<div class="head-header">
<h1>4Geeks feed</h1>
<img src="https://storage.googleapis.com/breathecode-asset-images/5318bde604cf5c915f94897a71b49ab2523101322ea21cb046db1e67c24fa3be.png"/>
</div>
</div>
</header>
<div class="container">
<div class="post">
<div class="post-header">
<div>
<h2>My first photo</h2>
</div><div>
<span>12/5</span>
</div>
</div><div>
<img src="https://loremflickr.com/320/240" />
</div>
<div class="post-bottom">
<div>
<p class="post-bottom">This is my first photo of the feed. This is a multi-line comment for testing purposes. I'm learning to code with <strong>#4geeksAcademy</strong>
</p>
</div>
<div>
<a href="#" class="hover-link">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px">
<path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z" />
</svg>
</a>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div>
<h2>Turn to dogs</h2>
</div><div>
<span>11/4</span>
</div>
</div><div>
<img src="https://loremflickr.com/320/240/dog" />
</div>
<div class="post-bottom">
<div>
<p class="post-bottom">Second photo from the exercise for the Academy for Geeks Instagram profile. This one no kittens allow<strong>#4geeksAcademy#dogs</strong>
</p>
</div>
<div>
<a href="#" class="hover-link">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px">
<path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z" />
</svg>
</a>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div>
<h2>Pic from Paris</h2>
</div><div>
<span>15/2</span>
</div>
</div><div>
<img src="https://loremflickr.com/g/320/240/paris" />
</div>
<div class="post-bottom">
<div>
<p class="post-bottom"> Just another day in Paris<strong>#4geeksAcademy#Paris</strong>
</p>
</div>
<div>
<a href="#" class="hover-link">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px">
<path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z" />
</svg>
</a>
</div>
</div>
</div>
<div class="post">
<div class="post-header">
<div>
<h2>Grettings from Brazil</h2>
</div><div>
<span>6/1</span>
</div>
</div><div>
<img src="https://loremflickr.com/320/240/brazil,rio" />
</div>
<div class="post-bottom">
<div>
<p class="post-bottom">Brazil: a vibrant mix of culture, colors, and endless rhythms. Every street tells a story, and every sunset feels like a celebration<strong>#4geeksAcademy#brazil</strong>
</p>
</div>
<div>
<a href="#" class="hover-link">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px">
<path d="M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z" />
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>