Skip to content

Commit

Permalink
Davies burgers Read me file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza-Musa committed Mar 1, 2024
1 parent 984fc19 commit dfaa209
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# My Awesome Project

<img src="/../Screenshot 2024-03-01 at 18.40.21.png">
<img src="./assests/Davies.png" />
Write a short sentence or two about this project and what it does. Be sure to include a link and a screenshot (we're front end devs so we can actually see our work!).

**Link to project:** xxhmu54.github.io/Davies-Burgers/
Expand All @@ -22,13 +22,3 @@ You don't have to include this section but interviewers _love_ that you can not
## Lessons Learned:

No matter what your experience level, being an engineer means continuously learning. Every time you build something you always have those _whoa this is awesome_ or _wow I actually did it!_ moments. This is where you should share those moments! Recruiters and interviewers love to see that you're self-aware and passionate about growing.

## Examples:

Take a look at these couple examples that I have in my own portfolio:

**Palettable:** https://github.com/alecortega/palettable

**Twitter Battle:** https://github.com/alecortega/twitter-battle

**Patch Panel:** https://github.com/alecortega/patch-panel
Binary file added assests/Davies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions style.css → assests/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

body {
background-image: url("https://content.codecademy.com/courses/web-101/unit-6/htmlcss1-img_foodlogo.png");
/* background-color: #FFF; */
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 18px;
Expand All @@ -29,7 +28,7 @@ nav span {
font-size: 16px;
font-weight: 100;
letter-spacing: 2px;
margin: 10px 0px;
margin: 10px 0;
}

nav a {
Expand All @@ -52,6 +51,7 @@ nav a {
background-position: center;
background-size: cover;
height: 320px;

}

.header h1 {
Expand All @@ -63,7 +63,7 @@ nav a {
line-height: 40px;
width: 68%;
padding: 20px;
margin: 0px auto;
margin: 0 auto;
}

/* Content Body */
Expand Down Expand Up @@ -112,7 +112,7 @@ ul.nutrition li {
list-style: none;
width: 200px;
padding: 10px 20px;
margin-bottom: 3px;
margin: 3px;
}

.nutrition .category {
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<title>Davie JR's Menu</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,500,700|Oswald:300,400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="../DavBurger/resources/reset.css">
<link rel="stylesheet" type="text/css" href="../DavBurger/resources/css/style.css">
</head>

<body>
Expand All @@ -27,16 +27,16 @@
<!-- Content Header -->

<div class="header">
<h1>BBQ BEEF BURGER</h1>
<h1>BBQ BACON BURGER</h1>
</div>

<!-- Content Body -->

<div class="body">
<p>
Our BBQ Beed Burger features our special house ground blend of wagyu and sirloin, spiced perfectly, and
Our BBQ Bacon Burger features our special house ground blend of wagyu and sirloin, spiced perfectly, and
finished off with just a drop of white truffle oil. A butter grilled brioche bun layered with roasted
red onion, perfectly crispy beef, and our hickory smoked BBQ sauce.
red onion, perfectly crispy pork belly, and our hickory smoked BBQ sauce.
</p>

<!-- Order Button -->
Expand Down Expand Up @@ -72,4 +72,4 @@ <h1>BBQ BEEF BURGER</h1>

</body>

</html>
</html>

0 comments on commit dfaa209

Please sign in to comment.