forked from hack4impact-calpoly/bootcamp-grocery-prep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
47 lines (37 loc) · 1.89 KB
/
about.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
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Sah Dude</title>
<link rel="icon" href="https://upload.wikimedia.org/wikipedia/commons/thumb/9/96/Flag_of_the_Philippines_-_cropped_sun.svg/1900px-Flag_of_the_Philippines_-_cropped_sun.svg.png" type="image/png">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1 class="top">~Grocery Prep~</h1>
<nav>
<a class="top" href = "index.html">Home</a>
<a class="top" id="random"href="random.html">Random Recipe</a>
<a class="top" id= "about" href = "about.html">About the Chef</a>
</nav>
</header>
<main>
<h1 class = "title" >About the Chef</h1>
<p>Hello there. I definitely wouldn't call myself a cook or claim
any real skill within the kitchen, but I have at least learned enough
throughout my life to sustain a somewhat healthly diet. </p>
<p>That being said, I tried to just pick some recipes that would be easy to understand.</p>
<h2>Life</h2>
<p> I grew up paying some limited attention to my mother and grandma cook.
I also attained skill in making random things that I like that weren't
necessarily things my family would be making for household dinner.</p>
<p>Anyway, now I have started to learn more recipes from my mom and auntie
since we cook a lot more at home. I don't quite have all those meals
quite down yet, so the page still consists of mediocre quasi recipes,
if you could even call them that. Enjoy.</p>
<!section>
<!/section>
<p>view below: my grandma and me</p>
<img class="about-pic"src=images/me-and-gma.jpg></img>
</main>
</body>
</html>