-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
152 lines (126 loc) · 5.45 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!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">
<title>Food Blog</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container">
<header>
<div class="top-section">
<img src="https://img.freepik.com/premium-vector/food-recipes-blog-logo-template_142351-149.jpg?w=2000"
alt="logo">
<div>
<a href="./month-recipe.html">Recipes</a>
<form>
<input type="search" placeholder="Search for recipes..." name="search">
<i class="fa-solid fa-magnifying-glass"></i>
</form>
</div>
</div>
<nav>
<a href="/">Pasta</a>
<a href="/">Taco</a>
<a href="/">Pizza</a>
<a href="/">Dessert</a>
<a href="/">Breakfast</a>
<a href="/">Lunch</a>
<a href="/">Dinner</a>
</nav>
</header>
<div class="recipes">
<div class="recipe ">
<img src="https://images.unsplash.com/photo-1490645935967-10de6ba17061?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=853&q=80"
alt="egg-salad">
<div class="description">
<p>Easy</p>
<p>Egg Salad</p>
</div>
</div>
<div class="recipe">
<img src="https://images.unsplash.com/photo-1572802419224-296b0aeee0d9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=815&q=80"
alt="Cheeseburger">
<div class="description">
<p>Dinner</p>
<p>Cheeseburger</p>
</div>
</div>
<div class="recipe">
<img src="./images/photo-1593246049226-ded77bf90326.avif" alt="pizza">
<div class="description">
<p>Pizza</p>
<p>Pizza</p>
</div>
</div>
<div class="recipe">
<img src="https://images.unsplash.com/photo-1565299543923-37dd37887442?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=481&q=80"
alt="Pancakes">
<div class="description">
<p>Dessert</p>
<p>Pancakes</p>
</div>
</div>
<div class="recipe">
<img src="https://images.unsplash.com/photo-1473093226795-af9932fe5856?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=794&q=80"
alt="pasta">
<div class="description">
<p>Pasta</p>
<p>Pasta</p>
</div>
</div>
<div class="recipe">
<img src="https://images.unsplash.com/photo-1601496392655-0c95abb6f445?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=435&q=80"
alt="Fruit Muesli">
<div class="description">
<p>Breakfast</p>
<p>Fruit Muesli</p>
</div>
</div>
<div class="recipe">
<img src="https://images.unsplash.com/photo-1506280754576-f6fa8a873550?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80"
alt="Bruschetta">
<div class="description">
<p>Easy</p>
<p>Bruschetta</p>
</div>
</div>
<div class="recipe">
<img src="https://images.unsplash.com/photo-1586788680434-30d324b2d46f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=651&q=80"
alt="Velvet Cake">
<div class="description">
<p>Dessert</p>
<p>Velvet Cake</p>
</div>
</div>
<div class="recipe">
<img src="https://images.unsplash.com/photo-1571115177098-24ec42ed204d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80"
alt="Cake">
<div class="description">
<p>Dessert</p>
<p>Cake</p>
</div>
</div>
</div>
</div>
</body>
<footer>
<nav>
<a href="/about.html">About</a> |
<a href="/">Recipes</a> |
<a href="/">FAQ</a> |
<a href="https://codefactory.wien/en/contact-en/">Contact Us</a>
</nav>
<div class="social-media-icons">
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-square-facebook"></i>
<i class="fa-brands fa-youtube"></i>
</div>
<p>Copyright @2022 Gloria Ramo</p>
</footer>
</html>