Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PTBC 10 (Aaron) - 1.E.1 Recipe Site #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions cuisines/chinese-cuisine.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chinese Cuisine</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<h1>Chinese Cuisine Recipes</h1>
<div><a href="../recipes/spring-roll.html">Spring Rolls</a></div>
<div><a href="../recipes/carrot-cake.html">Carrot Cake</a></div>
</body>
</html>
14 changes: 14 additions & 0 deletions cuisines/western-cuisine.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Western Cuisine</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<h1>Western Cuisine Recipes</h1>
<div><a href="../recipes/onion-rings.html">Onion Rings</a></div>
<div><a href="../recipes/fish-and-chips.html">Fish and Chips</a></div>
</body>
</html>
Binary file added images/carrot-cake.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/chipi-chipi-chapa-chapa.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/fish-and-chips.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/onion-rings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/spring-roll.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>The Best Recipes!</title>
<title>Let him cook</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Recipes</h1>
<h1>The Chippi Chappa Cookbook </h1>
<img src="./images/chipi-chipi-chapa-chapa.gif" width="500 px">
<div><a href="./cuisines/western-cuisine.html">Western Cuisine</a></div>
<div><a href="./cuisines/chinese-cuisine.html">Chinese Cuisine</a></div>
</body>
</html>
26 changes: 26 additions & 0 deletions recipes/carrot-cake.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carrot Cake</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<h1>Carrot Cake</h1>
<img src="../images/carrot-cake.jpg">
<p>Preparation time : 15 mins </p>
<p>Ingredients:</p>
<ul>
<li>2 radish</li>
<li>2 cloves of garlic</li>
<li>1 tablespoon of salt</li>
</ul>
<p>Steps:</p>
<ol>
<li>Lorem ipsum dolor </li>
<li>iatis quod deserunt ipsam ea vero provident?</li>
<li> laudantium nulla! Earum, vel.</li>
</ol>
</body>
</html>
26 changes: 26 additions & 0 deletions recipes/fish-and-chips.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fish and Chips</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<h1>Fish and Chips</h1>
<img src="../images/fish-and-chips.jpg">
<p>Preparation time : 20 mins </p>
<p>Ingredients:</p>
<ul>
<li>1 fish</li>
<li>2 tablespoons of flour</li>
<li>1 cat</li>
</ul>
<p>Steps:</p>
<ol>
<li>Lorem ipsum dolor </li>
<li>iatis quod deserunt ipsam ea vero provident?</li>
<li> laudantium nulla! Earum, vel.</li>
</ol>
</body>
</html>
26 changes: 26 additions & 0 deletions recipes/onion-rings.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Onion Rings</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<h1>Onion Rings</h1>
<img src="../images/onion-rings.jpg">
<p>Preparation time : 25 mins </p>
<p>Ingredients:</p>
<ul>
<li>1 large egg</li>
<li>3/4 cup dry bread crumbs</li>
<li>1 cup milk</li>
</ul>
<p>Steps:</p>
<ol>
<li>Lorem ipsum dolor </li>
<li>iatis quod deserunt ipsam ea vero provident?</li>
<li> laudantium nulla! Earum, vel.</li>
</ol>
</body>
</html>
27 changes: 27 additions & 0 deletions recipes/spring-roll.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spring Roll</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<h1>Spring Rolls</h1>
<img src="../images/spring-roll.jpg">
<p>Preparation time : 10 mins </p>
<p>Ingredients:</p>
<ul>
<li>1 tablespoon of oil</li>
<li>1 radish</li>
<li>1 teaspoon of soy sauce</li>
</ul>
<p>Steps:</p>
<ol>
<li>Lorem ipsum dolor </li>
<li>iatis quod deserunt ipsam ea vero provident?</li>
<li> laudantium nulla! Earum, vel.</li>
</ol>

</body>
</html>
14 changes: 14 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
img {
width: 500px
}

body {
text-align: center;
margin: 0px;
}

ul, ol {
display: inline-block;
text-align: left;
}