forked from code-differently/RR-JS-CSS-Convert-Mock
-
Notifications
You must be signed in to change notification settings - Fork 9
Sorry I didn't have time to finish #3
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
Open
seagreenmedia
wants to merge
4
commits into
Return-Ready-2021-JavaScript-Evening:main
Choose a base branch
from
seagreenmedia:main
base: main
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
4 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
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
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 |
|---|---|---|
| @@ -0,0 +1,247 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
|
|
||
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> | ||
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | ||
| <link rel="stylesheet" href="styles/index.css"> | ||
| <title>Elu's Blog</title> | ||
| </head> | ||
|
|
||
| <body> | ||
| <div> | ||
| <header class="bg-dark"> | ||
| <div> | ||
| <nav class="navbar nav-pills navbar-expand-sm navbar-light bg-dark"> | ||
| <div> | ||
| <img src="images/Ikaros-designstyle-smoothie-u.png" alt="Ikaros Logo" style="width: 7%; height: 7%;"> | ||
| </div> | ||
| <div class="collapse navbar-collapse flex-grow-1 text-right" id="navbar"> | ||
| <ul class="navbar-nav ml-auto flex-nowrap p-4"> | ||
| <li class="nav-item"> | ||
| <a class="nav-link active" href="index.html">Home<span class="sr-only">(current)</span></a> | ||
| </li> | ||
| <li class="nav-item"> | ||
| <a class="nav-link text-light" href="#">Service</a> | ||
| </li> | ||
| <li class="nav-item"> | ||
| <a class="nav-link text-light" href="#">Portfolio</a> | ||
| </li> | ||
| <li class="nav-item"> | ||
| <a class="nav-link text-light" href="#">About</a> | ||
| </li> | ||
| <li class="nav-item"> | ||
| <a class="nav-link text-light" href="blogPost.html">Blog</a> | ||
| </li> | ||
| <li class="nav-item"> | ||
| <a class="nav-link text-light" href="#">Contact</a> | ||
| </li> | ||
| </ul> | ||
| </div> | ||
| </nav> | ||
| </div> | ||
| </header> | ||
|
|
||
| <div class="container text-left mx-10"> | ||
| <div class="row card-deck"> | ||
| <div class="col-4 my-3"> | ||
| <div class="card" style="width: 18rem;"> | ||
| <img src="images/placeholder.png" class="card-img-top" alt="stockPhoto"> | ||
| <div class="card-body"> | ||
| <h1 class="card-title">Card title</h1> | ||
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
| </div> | ||
| <div class="card-footer"> | ||
| <small class="text-muted">Date posted</small> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="col-4 my-3"> | ||
| <div class="card" style="width: 18rem;"> | ||
| <img src="images/placeholder.png" class="card-img-top" alt="stockPhoto"> | ||
| <div class="card-body"> | ||
| <h1 class="card-title">Card title</h1> | ||
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
| </div> | ||
| <div class="card-footer"> | ||
| <small class="text-muted">Date posted</small> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="col-4 my-3"> | ||
| <div class="card" style="width: 18rem;"> | ||
| <img src="images/placeholder.png" class="card-img-top" alt="stockPhoto"> | ||
| <div class="card-body"> | ||
| <h1 class="card-title">Card title</h1> | ||
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
| </div> | ||
| <div class="card-footer"> | ||
| <small class="text-muted">Date posted</small> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="row card-deck"> | ||
| <div class="col-4 my-3"> | ||
| <div class="card" style="width: 18rem;"> | ||
| <img src="images/placeholder.png" class="card-img-top" alt="stockPhoto"> | ||
| <div class="card-body"> | ||
| <h1 class="card-title">Card title</h1> | ||
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
| </div> | ||
| <div class="card-footer"> | ||
| <small class="text-muted">Date posted</small> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="col-4 my-3"> | ||
| <div class="card" style="width: 18rem;"> | ||
| <img src="images/placeholder.png" class="card-img-top" alt="stockPhoto"> | ||
| <div class="card-body"> | ||
| <h1 class="card-title">Card title</h1> | ||
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
| </div> | ||
| <div class="card-footer"> | ||
| <small class="text-muted">Date posted</small> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="col-4 my-3"> | ||
| <div class="card" style="width: 18rem;"> | ||
| <img src="images/placeholder.png" class="card-img-top" alt="stockPhoto"> | ||
| <div class="card-body"> | ||
| <h1 class="card-title">Card title</h1> | ||
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
| </div> | ||
| <div class="card-footer"> | ||
| <small class="text-muted">Date posted</small> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="row card-deck"> | ||
| <div class="col-4 my-3"> | ||
| <div class="card" style="width: 18rem;"> | ||
| <img src="images/placeholder.png" class="card-img-top" alt="stockPhoto"> | ||
| <div class="card-body"> | ||
| <h1 class="card-title">Card title</h1> | ||
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
| </div> | ||
| <div class="card-footer"> | ||
| <small class="text-muted">Date posted</small> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="col-4 my-3"> | ||
| <div class="card" style="width: 18rem;"> | ||
| <img src="images/placeholder.png" class="card-img-top" alt="stockPhoto"> | ||
| <div class="card-body"> | ||
| <h1 class="card-title">Card title</h1> | ||
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
| </div> | ||
| <div class="card-footer"> | ||
| <small class="text-muted">Date posted</small> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <div class="col-4 my-3"> | ||
| <div class="card" style="width: 18rem;"> | ||
| <img src="images/placeholder.png" class="card-img-top" alt="stockPhoto"> | ||
| <div class="card-body"> | ||
| <h1 class="card-title">Card title</h1> | ||
| <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p> | ||
| </div> | ||
| <div class="card-footer"> | ||
| <small class="text-muted">Date posted</small> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
| <hr> | ||
| <div style="padding-bottom: 3%;"> | ||
| <button class="button">Older Posts</button> | ||
| </div> | ||
|
|
||
| <div class="container bottom-nav"> | ||
| <div class="row bg-dark text-light"> | ||
| <div class="col"> | ||
| <h2 class="text-light"><strong>POPULAR POSTS</strong></h2> | ||
| <div> | ||
| <p class="footer-text">Vivamus sagittis lacus vel augue laoreet rutrum dolor auctor.</p> | ||
| <small>14 Nov, 2012</small> | ||
| </div> | ||
| <hr> | ||
| <div> | ||
| <p class="footer-text">Scelerisque nisl consectetur et.</p> | ||
| <small>22 May, 2012</small> | ||
| </div> | ||
| <hr> | ||
| <div> | ||
| <p class="footer-text">Pellentesque ornare sem lacinia quam venenatis vestibulum. Fusce</p> | ||
| <small>15 July, 2012</small> | ||
| </div> | ||
| </div> | ||
| <br> | ||
| <div class="col"> | ||
| <h2 class="text-light"><strong>TWITTER</strong></h2> | ||
| <div> | ||
| <p class="footer-text">Praesent commodo cursus magna Morbi leo risus nulla consectetur. -21 hours ago</p> | ||
| </div> | ||
| <hr> | ||
| <div> | ||
| <p class="footer-text">Vestibulum id ligula porta euismod semper. auctor dolor fermentum. -2 days ago</p> | ||
| </div> | ||
| <hr> | ||
| <div> | ||
| <p class="footer-text">Donec ullamcorper nulla non metus auctor. -3 days ago</p> | ||
| </div> | ||
| </div> | ||
| <br> | ||
| <div class="col"> | ||
| <h2 class="text-light"><strong>A LITTLE ABOUT ME</strong></h2> | ||
| <p class="footer-text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium sit est, modi quibusdam, rem nam voluptatibus dolorum alias corporis, molestias necessitatibus explicabo enim quod sint nobis molestiae sed obcaecati error?</p> | ||
| <p class="footer-text">Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> | ||
| </div> | ||
| <br> | ||
| <div class="mh-100"> | ||
| <form> | ||
| <h2 class="text-light"><strong>CONTACT FORM</strong></h2> | ||
| <div class="form-group"> | ||
| <input type="name" class="form-control bg-dark" id="name" placeholder="Name"> | ||
| </div> | ||
| <div class="form-group"> | ||
| <input type="email" class="form-control bg-dark" id="email" placeholder="name@email.com"> | ||
| </div> | ||
| <div class="form-group"> | ||
| <textarea class="form-control bg-dark" id="contactMessage" rows="3" placeholder="Message"></textarea> | ||
| </div> | ||
| </form> | ||
| </div> | ||
| </div> | ||
| </div> | ||
|
|
||
|
|
||
| <div class="footer"> | ||
| <span class="align-middle" style="margin-left: 1%">© 2011 Ikaros. Theme by <a href="http://eluhachi.wixsite.com/seagreenmedia">Sea Green Media</a></span> | ||
| <span> | ||
| <a href="#" class="fa fa-rss"></a> | ||
| <a href="#" class="fa fa-facebook"></a> | ||
| <a href="#" class="fa fa-twitter"></a> | ||
| <a href="#" class="fa fa-dribbble"></a> | ||
| <a href="#" class="fa fa-pinterest"></a> | ||
| <a href="#" class="fa fa-linkedin"></a> | ||
| </span> | ||
| </div> | ||
| </body> | ||
|
|
||
| </html> | ||
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,106 @@ | ||
| h1 { | ||
| font-size: larger; | ||
| } | ||
|
|
||
| h2 { | ||
| font-size: medium; | ||
| } | ||
|
|
||
| ul { | ||
| float: right; | ||
| position: fixed; | ||
| top: 0; | ||
| width: 100%; | ||
| } | ||
|
|
||
| li { | ||
| display: inline; | ||
| } | ||
|
|
||
| .button { | ||
| background-color: rgba(11, 124, 194, 0.817); | ||
| color: whitesmoke; | ||
| font-size: large; | ||
| font-family: Arial, Helvetica, sans-serif; | ||
| font-weight: bolder; | ||
| margin-left: 16%; | ||
| padding: 15 25 15 25; | ||
| } | ||
|
|
||
|
|
||
| /* --------- Bottom Navigation -------- */ | ||
|
|
||
| .bottom-nav { | ||
| background-color: rgb(52, 59, 63); | ||
| padding: 1% 2% 1% 1.125%; | ||
| } | ||
|
|
||
| .blog-bottom-nav { | ||
| background-color: rgb(52, 59, 63); | ||
| padding: 1% 2% 1% 1.125%; | ||
| position: relative; | ||
| } | ||
|
|
||
| .footer-text { | ||
| font-size: small; | ||
| } | ||
|
|
||
|
|
||
| /* -------------- Footer ------------- */ | ||
|
|
||
| .footer { | ||
| background-color: rgb(33, 33, 33); | ||
| color: rgb(227, 227, 227); | ||
| height: 50px; | ||
| } | ||
|
|
||
| .fa { | ||
| padding: 8px; | ||
| padding-right: 25px; | ||
| font-size: 20px; | ||
| height: 35px; | ||
| width: 5px; | ||
| text-align: center; | ||
| text-decoration: none; | ||
| margin: 5px 2px; | ||
| float: right; | ||
| } | ||
|
|
||
| .fa:hover { | ||
| opacity: 0.5; | ||
| } | ||
|
|
||
| .fa-rss { | ||
| background: #ff6600; | ||
| color: white; | ||
| } | ||
|
|
||
| .fa-facebook { | ||
| background: #3B5998; | ||
| color: white; | ||
| } | ||
|
|
||
| .fa-twitter { | ||
| background: #55ACEE; | ||
| color: white; | ||
| } | ||
|
|
||
| .fa-dribbble { | ||
| background: #ea4c89; | ||
| color: white; | ||
| } | ||
|
|
||
| .fa-pinterest { | ||
| background: #cb2027; | ||
| color: white; | ||
| } | ||
|
|
||
| .fa-linkedin { | ||
| background: #007bb5; | ||
| color: white; | ||
| } | ||
|
|
||
| .active { | ||
| background-color: rgb(33, 33, 33); | ||
| color: rgb(97, 151, 205) | ||
| } | ||
|
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. Good work on first page, fix the layout of the second page and you will be go to go! (75%) |
||
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.
Minor styling issues on this page with footer, card layout (-2)
Missing Navbar links (-3)