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
Mickey Haile London class 9-HTML-CSS-Coursework-Week3 #462
Open
mickeyhaile2
wants to merge
5
commits into
CodeYourFuture:master
Choose a base branch
from
mickeyhaile2: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
5 commits
Select commit
Hold shift + click to select a range
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
Binary file not shown.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| .container { | ||
| width: 24rem; | ||
| margin: 4rem; | ||
| padding: 2rem; | ||
| background-color: white; | ||
| } | ||
|
|
||
| .icon { | ||
| font-size: 3rem; | ||
| padding-left: 1rem; | ||
| } | ||
|
|
||
| h3 { | ||
| margin: 0; | ||
| } | ||
|
|
||
| p { | ||
| margin: 5px 0 0; | ||
| } | ||
|
|
||
| .item { | ||
| padding: 0 0 1.4rem 0; | ||
| } | ||
|
|
||
| /* Generic Styles End */ | ||
|
|
||
| .container { | ||
| display: grid; | ||
| grid-template-columns: 1fr auto; | ||
| } | ||
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 |
|---|---|---|
| @@ -0,0 +1,83 @@ | ||
|
|
||
| <!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"> | ||
| <title>Responsive Cake webpage</title> | ||
| <!-- Add a link to your css file here --> | ||
| <link rel="stylesheet" href="style.css"> | ||
| </head> | ||
|
|
||
| <body> | ||
| <!-- Add your markup here --> | ||
| <header class="header"> | ||
| <nav class="nav"> | ||
| <div class="content"> | ||
| <ul class="link"> | ||
| <li class="active"><a href="index.html">ABOUT ME</a></li> | ||
|
|
||
| <li><a href="order.html">Order</a></li> | ||
| <li><a href="contact.html">CONTACT</a></li> | ||
| </ul> | ||
| <img src="/designs/headerpc.png"> | ||
| </div> | ||
| </nav> | ||
| </header> | ||
|
|
||
|
|
||
|
|
||
| <div class="container"> | ||
| <div class="item"> | ||
| <h3>french cake</h3> | ||
| <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Velit atque hic eligendi</p> | ||
| </div> | ||
| <img class="icon" src="C:\Users\User\Documents\GitHub\HTML-CSS-Coursework-Week3\.github\image\istockphoto-841257072-612x612.jpg"> | ||
| 🍔 | ||
| </span> | ||
| <div class="item"> | ||
| <h3>Italian cake</h3> | ||
| <p>Quos sunt non labore ab dicta ea sequi error, sapiente asperiores quas.</p> | ||
| </div> | ||
| <img class="icon" src="C:\Users\User\Documents\GitHub\HTML-CSS-Coursework-Week3\.github\image\istockphoto-1336693912-612x612.jpg"> | ||
|
Member
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. careful using absolute paths when importing; the path you need to use is either relative to the file you'r ein (gallery.html), or absolute based on the root of your project directory (which your |
||
| 🌮 | ||
| </img> | ||
|
|
||
| <div class="item" > | ||
| <h3>Classic cake</h3> | ||
| <p> | ||
| Dolorem nesciunt minima reprehenderit natus nam ipsum ipsa, laudantium. | ||
| </p> | ||
| </div> | ||
| <img class="icon" src="C:\Users\User\Documents\GitHub\HTML-CSS-Coursework-Week3\.github\image\istockphoto-1344262164-612x612.jpg"> | ||
| 🧇 | ||
| </img> | ||
| </div> | ||
| <footer class="footer"> | ||
| <div class="mainfoot"> | ||
|
|
||
| <div class="wix"> | ||
| <p> | ||
| © 2023 by Mickey Haile.</p> | ||
| </div> | ||
| <div class="call"> | ||
| <h5>Call</h5> | ||
| <p>123-456-7890</p> | ||
|
|
||
| </div> | ||
|
|
||
|
|
||
| <div class="follow"> | ||
| <h5>Follow</h5> | ||
| <div class="footer3"> | ||
| <img src="img/twitter-icon.svg" alt="twitter" /> | ||
| <img src="img/facebook-icon.svg" alt="facebook" /> | ||
| <img src="img/instagram-icon.svg" alt="instagram" width="50" height="50"/> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </footer> | ||
| </body> | ||
| </html> | ||
Empty file.
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
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 |
|---|---|---|
| @@ -0,0 +1,79 @@ | ||
| <fieldset id="a"> | ||
| <form class="form2"> | ||
| <div class="first_name"> | ||
| <label for="fname" class="form-label">First Name*</label> | ||
| <input type="name" class="form-control" id="fname" required> | ||
| </div> | ||
| </fieldset> | ||
|
|
||
| <fieldset id="b"> | ||
| <div class="last_name"> | ||
| <label for="Lname" class="form-label">Last Name*</label> | ||
| <input type="name" class="form-control" id="lname" required> | ||
| </div> | ||
| </fieldset> | ||
|
|
||
| <fieldset id="c"> | ||
| <div class="adress_1"> | ||
| <label for="inputAddress" class="form-label">Address 1*</label> | ||
| <input type="text" class="form-control" id="inputAddress" required> | ||
| </div> | ||
| </fieldset> | ||
|
|
||
|
|
||
| <fieldset id="c"> | ||
| <div class="adress_2"> | ||
| <label for="inputAddress2" class="form-label">Address 2</label> | ||
| <input type="text" class="form-control" id="inputAddress2"> | ||
| </div> | ||
| </fieldset> | ||
|
|
||
| <fieldset id="d"> | ||
| <div class="post_code"> | ||
| <label for="inputPostcode">Postcode *</label> | ||
| <input type="text" class="form-control input-text" id="inputPostcode" | ||
| name="inputPostcode" required> | ||
|
|
||
| </fieldset> | ||
|
|
||
|
|
||
| </div> | ||
| <fieldset id="e"> | ||
| <div class="region"> | ||
| <label for="git">select your Region </label> | ||
| <select id="git" name="s"> | ||
|
|
||
| <option value="North ">North</option> | ||
| <option value="west">West</option> | ||
| <option value="East">East</option> | ||
| <option value="south"> South</option> | ||
| </select> | ||
| </div> | ||
| </fieldset> | ||
|
|
||
|
|
||
| <fieldset id="radios"> | ||
| <legend>are you vegan please select</legend> | ||
| <div class="karma_orange"> | ||
| <input id="color" type="radio" name="o" value="color" /> | ||
| <label for="color">Yes</label> | ||
|
|
||
| <input id="color" type="radio" name="o" value="color" /> | ||
| <label for="color">No</label> | ||
| </div> | ||
| </fieldset> | ||
|
|
||
| <fieldset id="g"> | ||
| <div class="form-check"> | ||
| <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" checked> | ||
|
|
||
| <label class="form-check-label" for="flexCheckDefault"> | ||
| By placing your order you agree to CAKE COPERATIONS <p style="color: #DE6E49">Terms and Conditions.*</p></label> | ||
|
|
||
|
|
||
| </div> | ||
| </fieldset> | ||
|
|
||
| <div> | ||
| <button class="button" id="b">place my order</button> | ||
| </div> |
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.
nice relative units