generated from Code-Institute-Org/ci-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (69 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--favicon-->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon_io/apple-touch-icon.png">
<link rel="icon" type="images/png" sizes="32x32" href="assets/favicon_io/favicon-32x32.png">
<link rel="icon" type="images/png" sizes="16x16" href="assets/favicon_io/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<title>Recipe for easy dinner</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<section id="nature">
<h1 id="logo">Easy Recipies</h1>
<nav>
<div class="container">
<a href="index.html" class="active">Recipes</a></li>
<a href="about.html">About</a></li>
<a href="signup.html">Sign Up</a></li>
</div>
</nav>
</a> </header>
<main>
<h1>Recipe 1:</h1>
<h2>Meatballs with feta cheese, served with thatsiki and roasted potatos.</h2>
<h4>
<div class="container">
<div class="content">
<ul>
<li>Minced meat</li>
<li>Egg</li>
<li>Feta cheese</li>
<li>Salt</li>
<li>Black peppar</li>
<li>Bread crumbs</li>
<li>Parsley</li>
</ul>
</div>
</h4>
<div class="sidebar">
<h2> How to do it:</h2>
<p>Put the minced meat in a bowl, add eggs and bread crumbs.</p>
<p>Add feta cheese, salt and pepper. Mix all the ingredients with your hands. Add Parsley.</p>
<p>Roll small meatballs and pan fry them.</p>
<p> Serve it with Thatsiki and roasted Potatos</p>
</div>
<h3>Thatsiki</h3>
<ol>
<li>Put Yoghurt in a bowl</li>
<li>Add Garlic</li>
<li>Add olive oil</li>
<li>Mix it all together</li>
<li>Add Cucumber (torned cucumber)</li>
<li>Put it in fridge until serving</li>
</ol>
</main>
<footer>
<div class="container">
<a href="https://www.facebook.com/" class="facebook">Facebook</a>
<a href="https://twitter.com/" class="twitter">Twitter</a>
<a href="https://www.instagram.com/" class="instagram">Instagram</a>
<a href="https://www.youtube.com/" class="youtube">Youtube</a>
</div>
</footer>
</section>
</body>
</html>