-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (152 loc) · 6.6 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale-1">
<title>Codfish Paradise Inc.</title>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
</html>
<body>
<header>
<img src="img/logo.png" alt="coffee shop logo" class="logo">
<nav>
<ul>
<li><a href="">Home</a></li>
<li><a href="">About us</a></li>
<li><a href="">Contacts</a></li>
</ul>
</nav>
</header>
<section class="home-hero">
<div class="container">
<h1 class="title">For the Codfish-loving elite
<span>delicious portuguese Codfish recipes</span>
</h1>
<a href="" class="button button-accent">Check us out</a>
</div>
</section>
<div class="container">
<section class="home-about">
<div class="home-about-textbox">
<h1>Recipe Lorem Ipsum</h1>
<p>
In large pan, place potatoes covered with cold water. Add salt, bring to boil and cook for 10 minutes. Place boneless codfish over boiling potatoes and cook for about 8 minutes or until flaky.
</p>
<p>
<strong>
Remove cod fish from pan and set aside to cool. Potatoes should be done but pierce with fork to check. Drain potatoes and set aside to cool. Slice the potatoes into 1/4 inch slices.
</strong>
<br>
In large skillet, saute sliced onions, 1/2 tsp salt and bay leaf in 1/2 cup of the olive oil until golden brown.
Add garlic during the last 2 minutes of cooking. Remove the bay leaf and let the onions cool fir a few minutes.
Grease a large deep oven proof pan with olive oil. Start layering the potatoes, flaked cod then onions.
Drizzle olive oil and pepper over each layer. Add garlic powder if you like more garlic flavor.
Make sure you end up with onions on top. Cover with foil and cook for about 20 minutes.
Arrange cooked egg slices on top of the onion layer. Cook uncovered for another 5-10 minutes to desired crispness.
</p>
</div>
</section>
</div>
<section class="portfolio">
<h1>Our top picks</h1>
<!-- portfolio item 01 -->
<figure class="port-item">
<img src="img/bacalhau01.jpg" alt="portfolio item">
<figcaption class="port-desc">
<p>An amazingly cooked Codfish</p>
<a href="" class="button button-accent button-small">Recipe</a>
</figcaption>
</figure>
<!-- portfolio item 02 -->
<figure class="port-item">
<img src="img/bacalhau02.jpg" alt="portfolio item">
<figcaption class="port-desc">
<p>An amazingly cooked Codfish</p>
<a href="" class="button button-accent button-small">Recipe</a>
</figcaption>
</figure>
<!-- portfolio item 03 -->
<figure class="port-item">
<img src="img/bacalhau03.jpg" alt="portfolio item">
<figcaption class="port-desc">
<p>An amazingly cooked Codfish</p>
<a href="" class="button button-accent button-small">Recipe</a>
</figcaption>
</figure>
<!-- portfolio item 04 -->
<figure class="port-item">
<img src="img/bacalhau04.jpg" alt="portfolio item">
<figcaption class="port-desc">
<p>An amazingly cooked Codfish</p>
<a href="" class="button button-accent button-small">Recipe</a>
</figcaption>
</figure>
<!-- portfolio item 05 -->
<figure class="port-item">
<img src="img/bacalhau05.jpg" alt="portfolio item">
<figcaption class="port-desc">
<p>An amazingly cooked Codfish</p>
<a href="" class="button button-accent button-small">Recipe</a>
</figcaption>
</figure>
<!-- portfolio item 06 -->
<figure class="port-item">
<img src="img/bacalhau06.jpg" alt="portfolio item">
<figcaption class="port-desc">
<p>An amazingly cooked Codfish</p>
<a href="" class="button button-accent button-small">Recipe</a>
</figcaption>
</figure>
</section>
<section class="cta">
<div class="container">
<h1 class="title title-cta">Like what you see?
<span>Check out our subscription plans</span>
</h1>
<a href="" class="button button-dark">Pricing</a>
</div>
</section>
<footer>
<div class="container">
<div class="col-3">
<p>
Random business text with perhaps some of our business mottos and/or history.
Did we mention we love Codfish? Anyway here's more Codfish recipe Lorem Ipsum:
In large skillet, saute sliced onions, 1/2 tsp salt and bay leaf in 1/2 cup of the olive oil until golden brown.
Add garlic during the last 2 minutes of cooking. Remove the bay leaf and let the onions cool fir a few minutes.
Grease a large deep oven proof pan with olive oil. Start layering the potatoes, flaked cod then onions.
</p>
</div>
<div class="col-1">
<ul class="unstyled-list">
<li><strong>Codfish!</strong></li>
<li>Bacalhau</li>
<li>Bacalao</li>
<li>Kabeljau</li>
<li>Baccalà</li>
<li>Morue</li>
</ul>
</div>
<div class="col-1">
<ul class="unstyled-list">
<li><strong>Codfish!</strong></li>
<li>Bacalhau</li>
<li>Bacalao</li>
<li>Kabeljau</li>
<li>Baccalà</li>
<li>Morue</li</ul>
</div>
<div class="col-1">
<ul class="unstyled-list">
<li><strong>Codfish!</strong></li>
<li>Bacalhau</li>
<li>Bacalao</li>
<li>Kabeljau</li>
<li>Baccalà</li>
<li>Morue</li>
</ul>
</div>
</div>
</footer>
</body>