generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrecipes-main.html
205 lines (191 loc) · 8.84 KB
/
recipes-main.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!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">
<meta name="description" content="Love 2 Cook - Cooking Recipes that won't break the bank">
<meta name="keywords" content="cooking, beginner, recipes, budget">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="icon" href="assets/img/frying-pan-icon.png">
<title>Love 2 Cook</title>
</head>
<body>
<header>
<a href="index.html">
<h1 id="logo" >
<img id="icon" src="assets/img/frying-pan-icon.png" alt="Frying Pan Icon">Love 2 Cook
</h1>
</a>
<nav>
<div id="header-menu">
<ul id="menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="recipes-main.html" class="active">Recipes</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<section id="main-recipe-grid">
<h2 id="recipe-h2">Recipes</h2>
<hr class="hr-thick">
<div id="left-recipe-column">
<div class="left-recipe">
<div class="main-recipe-image">
<a href="recipe-spag-bol.html">
<img src="assets/img/spag-bol-252x252.jpg" alt="Spaghetti Bolognese recipe (opens in a new tab)">
</a>
</div>
<div>
<a class="recipe-heading" href="recipe-spag-bol.html">
<h3>Spaghetti Bolognese</h3>
</a>
</div>
<div>
<h5 class="recipe-cost"><strong>Recipe cost: €7.75</strong></h5>
</div>
<div class="recipe-short">
<p>
Spaghetti bolognese is one of the most popular pasta dishes eaten outside of Italy. This popular Italian classic is sure to be a crowd pleaser to all. This super easy recipe is a true Italian classic and has a nice thick meaty sauce
</p>
</div>
</div>
<div class="left-recipe">
<div class="main-recipe-image">
<a href="recipe-spicy-chicken-fajitas.html">
<img src="assets/img/fajitas-252.png" alt="Spicy Chicken Fajitas recipe (opens in a new tab)">
</a>
</div>
<div>
<a class="recipe-heading" href="recipe-spicy-chicken-fajitas.html">
<h3>Spicy Chicken Fajitas</h3>
</a>
</div>
<div>
<h5 class="recipe-cost"><strong>Recipe cost: €6.95</strong></h5>
</div>
<div class="recipe-short">
<p>
Chicken Fajitas are an easy and flavourful meal. A classic Mexican dish with strips of chicken, peppers and onion, this supser simple, tasty recipe provides a healthy burst of flavour to any family night.
</p>
</div>
</div>
</div>
<div id="right-recipe-column">
<div class="right-recipe">
<div class="main-recipe-image">
<a href="recipe-spag-bol.html">
<img src="assets/img/spag-bol-252x252.jpg" alt="Spaghetti Bolognese recipe (opens in a new tab)">
</a>
</div>
<div>
<a class="recipe-heading" href="recipe-spag-bol.html">
<h3>Spaghetti Bolognese</h3>
</a>
</div>
<div>
<h5 class="recipe-cost"><strong>Recipe cost: €7.75</strong></h5>
</div>
<div class="recipe-short">
<p>
Spaghetti bolognese is one of the most popular pasta dishes eaten outside of Italy. This popular Italian classic is sure to be a crowd pleaser to all. This super easy recipe is a true Italian classic and has a nice thick meaty sauce
</p>
</div>
</div>
<div class="right-recipe">
<div class="main-recipe-image">
<a href="recipe-spicy-chicken-fajitas.html">
<img src="assets/img/fajitas-252.png" alt="Spicy Chicken Fajitas recipe (opens in a new tab)">
</a>
</div>
<div>
<a class="recipe-heading" href="recipe-spicy-chicken-fajitas.html">
<h3>Spicy Chicken Fajitas</h3>
</a>
</div>
<div>
<h5 class="recipe-cost"><strong>Recipe cost: €6.95</strong></h5>
</div>
<div class="recipe-short">
<p>
Chicken Fajitas are an easy and flavourful meal. A classic Mexican dish with strips of chicken, peppers and onion, this supser simple, tasty recipe provides a healthy burst of flavour to any family night.
</p>
</div>
</div>
</div>
<div id="center-recipe-column">
<div class="center-recipe">
<div class="main-recipe-image">
<a href="recipe-spag-bol.html">
<img src="assets/img/spag-bol-252x252.jpg" alt="Spaghetti Bolognese recipe (opens in a new tab)">
</a>
</div>
<div>
<a class="recipe-heading" href="recipe-spag-bol.html">
<h3>Spaghetti Bolognese</h3>
</a>
</div>
<div>
<h5 class="recipe-cost"><strong>Recipe cost: €7.75</strong></h5>
</div>
<div class="recipe-short">
<p>
Spaghetti bolognese is one of the most popular pasta dishes eaten outside of Italy. This popular Italian classic is sure to be a crowd pleaser to all. This super easy recipe is a true Italian classic and has a nice thick meaty sauce
</p>
</div>
</div>
<div class="center-recipe">
<div class="main-recipe-image">
<a href="recipe-spicy-chicken-fajitas.html">
<img src="assets/img/fajitas-252.png" alt="Spicy Chicken Fajitas recipe (opens in a new tab)">
</a>
</div>
<div>
<a class="recipe-heading" href="recipe-spicy-chicken-fajitas.html">
<h3>Spicy Chicken Fajitas</h3>
</a>
</div>
<div>
<h5 class="recipe-cost"><strong>Recipe cost: €6.95</strong></h5>
</div>
<div class="recipe-short">
<p>
Chicken Fajitas are an easy and flavourful meal. A classic Mexican dish with strips of chicken, peppers and onion, this supser simple, tasty recipe provides a healthy burst of flavour to any family night.
</p>
</div>
</div>
</div>
</section>
<footer>
<h2 class="socials-note">Find us on our Social Accounts</h2>
<hr class="hr-thick">
<ul class="socials">
<li>
<a href="https://facebook.com" target="_blank" rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)"><i class="fab fa-facebook-f"></i></a>
</li>
<li>
<a href="https://twitter.com" target="_blank" rel="noopener"
aria-label="Visit our Twitter page (opens in a new tab)"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://youtube.com" target="_blank" rel="noopener"
aria-label="Visit our Youtube page (opens in a new tab)"><i class="fab fa-youtube"></i></a>
</li>
<li>
<a href="https://instagram.com" target="_blank" rel="noopener"
aria-label="Visit our Facebook page (opens in a new tab)"><i class="fab fa-instagram"></i></a>
</li>
</ul>
</footer>
<!-- font awesome script -->
<script src="https://kit.fontawesome.com/0dd576827f.js" crossorigin="anonymous"></script>
</body>
</html>