forked from HeleneWestrin/project-buzzfeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
130 lines (130 loc) · 4.55 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
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
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width", initial-scale=1.0" />
<title>
6 everyday items we are using completely wrong in our everyday life
</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap"
rel="stylesheet"
rel="noopener"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="top-section">
<h1 class="merriweather-bold-italic">
6 everyday items we are using completely wrong in our everyday life – #5
will blow your mind
</h1>
</div>
<div class="container">
<div class="card">
<img src="/images/banana.webp" alt="Hand holding a peeled banana" />
<div class="card-content">
<h2>#1 Are you peeling the banana the right way?</h2>
<p>
There's a simpler method to peel a banana that might surprise you —
are you doing it correctly?
</p>
<a
href="https://letmegooglethat.com/?q=Are+you+peeling+the+banana+the+right+way%3F"
target="_blank"
rel="noopener"
>Click here to find out the answer</a
>
</div>
</div>
<div class="card">
<img src="images/oven.jpg" alt="An oven drawer with food in it" />
<div class="card-content">
<h2>#2 What's in the bottom drawer of your oven?</h2>
<p>
You might be using the bottom drawer of your oven all wrong—here's
what it's really for.
</p>
<a
href="https://letmegooglethat.com/?q=What%27s+in+the+bottom+drawer+of+your+oven%3F"
target="_blank"
rel="noopener"
>Click here to find out the answer</a
>
</div>
</div>
<div class="card">
<img src="images/heinz-ketchup.webp" alt="Bottle of Heinz ketchup" />
<div class="card-content">
<h2>#3 Do you know the purpose of the 57 on your Heinz bottle?</h2>
<p>
There's a reason for the number 57 on your Heinz bottle—do you know
what it is?
</p>
<a
href="https://letmegooglethat.com/?q=Do+you+know+the+purpose+of+the+57+on+your+Heinz+bottle%3F"
target="_blank"
rel="noopener"
>Click here to find out the answer</a
>
</div>
</div>
<div class="card">
<img src="images/bobbypins.webp" alt="Hands holding two bobby pins" />
<div class="card-content">
<h2>#4 Are you using bobby pins the right way?</h2>
<p>
You might be surprised to learn there's a correct way to use bobby
pins—are you doing it right?
</p>
<a
href="https://letmegooglethat.com/?q=Are+you+using+bobby+pins+the+right+way%3F"
target="_blank"
rel="noopener"
>Click here to find out the answer</a
>
</div>
</div>
<div class="card">
<img
src="images/toblerone.webp"
alt="A hand holding a broken piece of Toblerone"
/>
<div class="card-content">
<h2>#5 How do you split your Toblerone?</h2>
<p>
Here's an easier way to eat Toblerone than what you've probably been
doing.
</p>
<a
href="https://letmegooglethat.com/?q=How+do+you+split+your+Toblerone%3F"
target="_blank"
rel="noopener"
>Click here to find out the answer</a
>
</div>
</div>
<div class="card">
<img src="images/coffee-sloth.webp" alt="" />
<div class="card-content">
<h2>#6 Do you know the true purpose of mug handles?</h2>
<p>There are few fun facts about it—are you aware of it?</p>
<a
href="https://letmegooglethat.com/?q=Do+you+know+the+true+purpose+of+mug+handles%3F"
target="_blank"
rel="noopener"
>Click here to find out the answer</a
>
</div>
</div>
</div>
<footer>
<p>
Made with struggle and lots of fun by Johanna Eriksson, Helene Westrin,
Kelly Hunt, Gabriella Iofe, Gitte Beckmann and Fanny Henriques 🩷
</p>
</footer>
</body>
</html>