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 475
North West 4- Bimbola Lasisi- Html/Css -Week1 #55
Closed
Closed
Changes from all commits
Commits
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
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 |
|---|---|---|
| @@ -1,22 +1,95 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta | ||
| name="viewport" | ||
| content="width=device-width, initial-scale=1, shrink-to-fit=no" | ||
| /> | ||
| <title>My Blog</title> | ||
| <link | ||
| href="//fonts.googleapis.com/css?family=Roboto:400,500,300" | ||
| rel="stylesheet" | ||
| type="text/css" | ||
| /> | ||
| <link rel="stylesheet" href="css/style.css" /> | ||
| <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> | ||
| </head> | ||
| <body> | ||
| <!-- Add your HTML markup here --> | ||
| <!-- Remember: Use semantic HTML tags like <header>, <main>, <nav>, <footer>, <section> etc --> | ||
| </body> | ||
| </html> | ||
|
|
||
| <head> | ||
| <meta charset="UTF-8" /> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
| <meta name="description" content="This is a description of my blog"> | ||
| <title> MY Javascript Blog</title> | ||
| <link href="//fonts.googleapis.com/css?family=Roboto:400,500,300" rel="stylesheet" type="text/css" /> | ||
| <link rel="stylesheet" href="css/style.css" /> | ||
| <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> | ||
|
|
||
| </head> | ||
|
|
||
| <body> | ||
| <!-- Add your HTML markup here --> | ||
|
|
||
| <header> | ||
| <h1> JS Documentation</h1> | ||
| <nav> | ||
| <ul> | ||
| <li><a href="#">Home</a></li> | ||
| <li><a href="#">About</a></li> | ||
| <li><a href="#">Blog</a></li> | ||
| </ul> | ||
| </nav> | ||
| </header> | ||
|
|
||
| <main> | ||
| <section class="article"> | ||
| <article> | ||
| <header> | ||
| <h2> | ||
| What is Lorem Ipsum? | ||
| </h2> | ||
| <img | ||
| src="https://dvg5hr78c8hf1.cloudfront.net/2016/06/17/13/45/01/cc2fac88-2f81-4cc5-9ec9-334042781fd0/1*OsjnQFK1i6CkjXQmTErAtw.jpeg" | ||
| alt=" JavaScript image"> | ||
| <p> | ||
| Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the | ||
| industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and | ||
| scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into | ||
| electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of | ||
| Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like | ||
| Aldus PageMaker including versions of Lorem Ipsum. | ||
| </p> | ||
| </article> | ||
| </header> | ||
|
|
||
| <article> | ||
| <header> | ||
| <h2> | ||
| Why do we use it? | ||
| </h2> | ||
| <img src="https://www.tutorialrepublic.com/lib/images/javascript-illustration.png" alt=" JavaScript image"> | ||
| <p> | ||
| It is a long established fact that a reader will be distracted by the readable content of a page when | ||
| looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of | ||
| letters, as opposed to using 'Content here, content here', making it look like readable English. Many | ||
| desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a | ||
| search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved | ||
| over the years, sometimes by accident, sometimes on purpose (injected humour and the like). | ||
| </p> | ||
| </article> | ||
|
Comment on lines
+50
to
+64
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. Well done you have added a title using the
|
||
| </header> | ||
|
|
||
| <article> | ||
| <header> | ||
| <h2> | ||
| Where does it come from? | ||
| </h2> | ||
| <img src="https://cdn.educba.com/academy/wp-content/uploads/2019/03/introduction-to-javascript.png.webp" | ||
| alt=" An introduction to JavaScript image"> | ||
| <p> Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical | ||
| Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at | ||
| Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem | ||
| Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable | ||
| source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes | ||
| of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular | ||
| during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in | ||
| section 1.10.32.</p> | ||
| </article> | ||
|
Comment on lines
+67
to
+82
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. Please see previous two comments above regarding the closing |
||
| </header> | ||
| </section> | ||
| </main> | ||
|
|
||
| <footer> | ||
| <h3>By Bimbola Lasisi</h3> | ||
| <p> Get to know us better </p> | ||
| <ul> | ||
| <li> CopyRight</li> | ||
| <li> Javascript</li> | ||
| </ul> | ||
| <a href="https://www.lipsum.com"> click me </a> | ||
| </footer> | ||
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.
Well done you have added a title using the
<h2>tag. 👍🏽Please see below for improvements:
</header>in between the<articles></articles>block. Actually, you have instead put the closing</header>tag outside the<articles></articles>block<summary></summary>block within the<articles></articles>block. Please can you add that to your code.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.
Thank you , I will work on it Asap