-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (58 loc) · 2.49 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
<!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>Odin-Recipes</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<small><h1 id="logo">Odin Recipes</h1></small>
<small> <ul>
<li ><a href="recipes/jeid1.html">Sous Vide Pork Tenderloin</a></li>
<li><a href="recipes/jeid2.html">ShakShuka</a></li>
<li><a href="recipes/jeid3.html">Bo Luc Lac</a></li>
</ul></small>
<img id="im" src="https://media.tenor.com/ph6pboNQXxgAAAAC/steak-meat.gif" width="500px" alt="cutting onions">
<p id="ka">This website is awesome</p>
<p id="ma">This website has some text that goes here under the main title. It's smaller and the color is lower contrast.</p>
<a href="recipes/signup.html"><button>sign up</button></a>
</header>
<main>
<div class="lo"><p class="p">Some random information</p>
<figure class="image">
<ul>
<li><img src="kan.jpg" alt="image of kan"><figcaption ><pre><strong>Her Names is Maurine</strong>
she said that our web is
very good and owesome</pre></figcaption></li>
<li><img src="petite.jpg"alt="image of petite"><figcaption><pre><strong>Her Names is Betty</strong>
she is a ugandan after
reaching us she said something...</pre></figcaption></li>
<li> <img src="lenny.jpg" alt="image of lenny"><figcaption><pre><strong>His Names is Leonard</strong>
he visited us
and we enjoyed togeter</pre></figcaption></li>
<li> <img src="fara.jpg" alt="image of fara"><figcaption><pre><strong>Her Names is Francaise</strong>
she is from Kampala Uganda
she saidthat our web is good
and she wish to work with us.</pre></figcaption></li>
</ul>
</figure></div>
<div class="we"> <pre>This is an inspiring quote, or testimonial from a
customer. Maybe it's just filling up space, or maybe
people will actually read it. Who knows? All I know
is that it looks nice.
<b>-Thor, God of Thunder</b>
</pre></div>
<nav class="navigate">
<p class="nav">Call to action! It's time!<p>
<p class="qe">Sign up for our product by clicking that button right over there!<br>
<a href="recipes/signup.html" id="go"><button class="a">sign up</button></a>
</nav>
</main>
<footer>
<p>Copyright © The Odin Project 2021</p>
</footer>
</body>
</html>