This repository was archived by the owner on Jan 14, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 596
LONDON_9_FarnooshMoayeri-HTML/CSS-WEEK-3 #452
Open
Farnooshmo
wants to merge
9
commits into
CodeYourFuture:master
Choose a base branch
from
Farnooshmo:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5df00aa
link HTML to CSS
Farnooshmo 7301bab
add HTML
Farnooshmo 9f14cbe
Create JS & link JS to HTML
Farnooshmo d4a37d6
update main section
Farnooshmo fc9d428
fix header
Farnooshmo 85b23de
fix gallery
Farnooshmo 4ff3a5d
mobile fisrt done!
Farnooshmo 3a0cd56
make hamburger menu
Farnooshmo bf65a53
media query done
Farnooshmo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,91 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
|
|
||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| <meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
| <title>Responsive Cake webpage</title> | ||
| <!-- Add a link to your css file here --> | ||
| </head> | ||
| <link rel="stylesheet" href="style.css" /> | ||
| <script src="scripts.js"></script> | ||
| </head> | ||
|
|
||
| <body> | ||
| <body> | ||
| <!-- Add your markup here --> | ||
| </body> | ||
| <header class="header" style="height: 32vh"> | ||
| <div class="cake_shop_avatar"> | ||
| <!-- <img src="img/cupcake.webp" /> --> | ||
| </div> | ||
| <div class="cake_shop_slogan"> | ||
| <h1>The best cakes in town delivered to your door!</h1> | ||
| </div> | ||
|
|
||
| <!-- <nav class="navbar"> --> | ||
|
|
||
| <nav role="navigation" class="navbar"> | ||
| <div id="menuToggle"> | ||
| <input type="checkbox" /> | ||
|
|
||
| <span></span> | ||
| <span></span> | ||
| <span></span> | ||
|
|
||
| <ul id="menu"> | ||
| <li class="nav_item"> | ||
| <a class="nav_link" href="#">Home</a> | ||
| </li> | ||
| <li class="nav_item"> | ||
| <a class="nav_link" href="#">Cakes</a> | ||
| </li> | ||
| <li class="nav_item"><a class="nav_link" href="#"> Ordering</a></li> | ||
| <li class="nav_item"><a class="nav_link" href="#">Lessons</a></li> | ||
| <li class="nav_item"><a class="nav_link" href="#">About</a></li> | ||
| </ul> | ||
| </div> | ||
| </nav> | ||
| </header> | ||
|
|
||
| <section class="main"> | ||
| <article class="hero"> | ||
| <div class="welcome_text"> | ||
| <h1 class="welcome">Welcome</h1> | ||
| <p> | ||
| Lorem ipsum, dolor sit amet consectetur adipisicing elit. Porro, | ||
| quam hic! Neque recusandae consequatur fugit alias quibusdam! | ||
| Perspiciatis enim ab facere possimus similique, aut at pariatur | ||
| soluta quis reiciendis rem. | ||
| </p> | ||
| </div> | ||
| <div class="welcome_image"> | ||
| <img src="img/Cake-.jpeg" alt="cake" /> | ||
| </div> | ||
| </article> | ||
|
|
||
| <section class="cake_gallery_wrapper"> | ||
| <div class="bday_cakes"> | ||
| <img src="img/Bday_cake.jpeg" alt="birthday_cake" /> | ||
| </div> | ||
|
|
||
| <div class="tarts"> | ||
| <img src="img/tart.jpeg" alt="tarts" /> | ||
| </div> | ||
|
|
||
| <div class="cup_cakes"> | ||
| <img src="img/cupcakes.webp" alt="cup_cakes" /> | ||
| </div> | ||
|
|
||
| <div class="buns_and_rolls"> | ||
| <img src="img/Cinnamon rolls.jpeg" alt="cinnamon rolls" /> | ||
| </div> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ditto for all hard coded width/height
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I changed them:) |
||
| </section> | ||
| </section> | ||
|
|
||
| </html> | ||
| <footer class="footer"> | ||
| <div class="address"> | ||
| 📍Code Your Future, 69 Wilson St, London EC2A 2BB | ||
| </div> | ||
| <div class="email">📩 info@cake.cyf.co.uk</div> | ||
| <div class="telephone">☎️ 020 2222 4444</div> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is better to use css to configure style, can you try move this into ccs?