-
Notifications
You must be signed in to change notification settings - Fork 35
Queues - Marisol Lopez - Static Site #46
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
base: master
Are you sure you want to change the base?
Changes from all commits
a4f79bd
aafb009
6d585dd
c1abc86
12590af
0188cd0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <title>Marisol Lopez Personal Page</title> | ||
| <link href="../stylesheets/styles.css" rel="stylesheet"> | ||
| <link href="../stylesheets/normalize.css" rel="stylesheet"> | ||
| </head> | ||
|
|
||
| <body> | ||
| <header> | ||
| <h1><a class="home-button" href="index.html"> Marisol Lopez </a></h1> | ||
|
|
||
| <nav> | ||
| <ul class="nav-bar"> | ||
| <li class="nav-link"><a href="about.html">ABOUT</a></li> | ||
| <li class="nav-link"><a href="portfolio.html">PROJECTS</a></li> | ||
| <li class="nav-link"><a href="code-journal.html">BLOG</a></li> | ||
| </ul> | ||
| </nav> | ||
| </header> | ||
|
|
||
| <main> | ||
| <section class ="main-section"> | ||
| <h2>ABOUT MARISOL</h2> | ||
| <div> | ||
| <p>Hodor hodor HODOR! Hodor hodor... Hodor hodor hodor. Hodor hodor HODOR! Hodor hodor, hodor. Hodor hodor - hodor - hodor hodor! Hodor hodor - hodor; hodor hodor hodor? Hodor hodor HODOR! Hodor HODOR hodor, hodor hodor? Hodor hodor HODOR! Hodor hodor... Hodor hodor hodor. Hodor hodor HODOR! Hodor hodor, hodor. Hodor hodor - hodor - hodor hodor! Hodor hodor - hodor; hodor hodor hodor? Hodor hodor HODOR! Hodor HODOR hodor, hodor hodor? Hodor hodor HODOR! Hodor hodor... Hodor hodor hodor. Hodor hodor HODOR! Hodor hodor, hodor. Hodor hodor - hodor - hodor hodor! Hodor hodor - hodor; hodor hodor hodor? Hodor hodor HODOR! Hodor HODOR hodor, hodor hodor?</p> | ||
| </div> | ||
| </section> | ||
|
|
||
|
|
||
| </main> | ||
|
|
||
| <section class="footer"> | ||
| <footer> | ||
| © 2017 Marisol Lopez | ||
| </footer> | ||
| </section> | ||
|
|
||
| </body> | ||
| </html> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <title>BLOG</title> | ||
| <link href="../stylesheets/styles.css" rel="stylesheet"> | ||
| <link href="../stylesheets/normalize.css" rel="stylesheet"> | ||
| </head> | ||
| <body> | ||
| <header> | ||
|
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 use of header! :) |
||
| <h1><a class="home-button" href="index.html"> Marisol Lopez </a></h1> | ||
|
|
||
| <nav> | ||
| <ul class="nav-bar"> | ||
| <li class="nav-link"><a href="about.html">ABOUT</a></li> | ||
| <li class="nav-link"><a href="portfolio.html">PROJECTS</a></li> | ||
| <li class="nav-link"><a href="code-journal.html">BLOG</a></li> | ||
| </ul> | ||
| </nav> | ||
| </header> | ||
|
|
||
| <main> | ||
| <section class ="main-section"> | ||
| <h2>BLOG</h2> | ||
| <div class="blog"> | ||
| <p> | ||
| Topgallant square-rigged transom Privateer yardarm fire ship boom chandler wherry Blimey. Lanyard quarterdeck to go on account tender hogshead lugsail fire ship Spanish Main draft run a rig. Fire ship bowsprit Arr coffer topsail sheet fire in the hole gabion keel Barbary Coast. </p> | ||
| </div> | ||
| <div class="blog"> | ||
| <p> | ||
| Me bilge water red ensign case shot mizzenmast pirate black spot tender ho grapple. Interloper chandler pillage no prey, no pay lookout haul wind belay Barbary Coast boatswain mizzen. Avast wherry jolly boat maroon boatswain clap of thunder cable lookout poop deck ahoy. | ||
|
|
||
| </p> | ||
| </div> | ||
|
|
||
| </section> | ||
|
|
||
|
|
||
| </main> | ||
|
|
||
|
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. Is the use of section appropriate here? I might also use a element to wrap the copyright. (https://developers.facebook.com/docs/instant-articles/reference/footer) |
||
| <section class="footer"> | ||
| <footer> | ||
| © 2017 Marisol Lopez | ||
| </footer> | ||
| </section> | ||
|
|
||
| </body> | ||
| </html> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <title>Marisol Lopez Personal Page</title> | ||
| <link href="../stylesheets/styles.css" rel="stylesheet"> | ||
| <link href="../stylesheets/normalize.css" rel="stylesheet"> | ||
| </head> | ||
|
|
||
| <body> | ||
| <header> | ||
| <h1><a class="home-button" href="index.html"> Marisol Lopez </a></h1> | ||
|
|
||
| <nav> | ||
| <ul class="nav-bar"> | ||
| <li class="nav-link"><a href="about.html">ABOUT</a></li> | ||
| <li class="nav-link"><a href="portfolio.html">PROJECTS</a></li> | ||
| <li class="nav-link"><a href="code-journal.html">BLOG</a></li> | ||
| </ul> | ||
| </nav> | ||
| </header> | ||
|
|
||
| <main> | ||
| <article class="home-page"> | ||
| <p> | ||
| Hey, welcome to my website.<br> Please feel free to use the links in the header<br> if you would like to know more about <a href="about.html">me</a>, my<a href="portfolio.html"> portfolio</a>, or <a href="code-journal.html">blog</a>. | ||
| </p> | ||
| </article> | ||
|
|
||
|
|
||
| </main> | ||
|
|
||
| <section class="footer"> | ||
| <footer> | ||
| © 2017 Marisol Lopez | ||
| </footer> | ||
| </section> | ||
|
|
||
| </body> | ||
| </html> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <title>PROJECTS</title> | ||
| <link href="../stylesheets/styles.css" rel="stylesheet"> | ||
| <link href="../stylesheets/normalize.css" rel="stylesheet"> | ||
| </head> | ||
| <body> | ||
| <header> | ||
| <h1><a class="home-button" href="index.html"> Marisol Lopez<br> </a></h1> | ||
|
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. Look out for spaces between a tags. |
||
|
|
||
| <nav> | ||
| <ul class="nav-bar"> | ||
| <li class="nav-link"><a href="about.html">ABOUT</a></li> | ||
| <li class="nav-link"><a href="portfolio.html">PROJECTS</a></li> | ||
| <li class="nav-link"><a href="code-journal.html">BLOG</a></li> | ||
| </ul> | ||
| </nav> | ||
| </header> | ||
|
|
||
| <main> | ||
| <section class ="main-section"> | ||
| <h2>PROJECTS</h2> | ||
| <div class="project-images"> | ||
| <a href="https://github.com/marisol-lopez/Random-Menu"><img src="../images/menu.jpg"></a> | ||
|
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. Don't forget alt. |
||
| <a href="https://github.com/marisol-lopez/Calculator"><img src="../images/calculator.jpg"></a><a href="#"></a> | ||
| <a href="https://github.com/marisol-lopez/Word-Guess"><img src="../images/hangman.jpg"></a> | ||
| </div> | ||
| </section> | ||
| </main> | ||
| <section class="footer"> | ||
| <footer> | ||
| © 2017 Marisol Lopez | ||
| </footer> | ||
| </section> | ||
|
|
||
| </body> | ||
| </html> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,137 @@ | ||
| * { | ||
|
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 use of universal selector! |
||
| font-family: "Helvetica Neue"; | ||
| } | ||
|
|
||
| /*****Navigation bar at top of page*****/ | ||
|
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 job on separating code by including comments! |
||
| header { | ||
| border: 1px solid; | ||
| width: 100%; | ||
| top: 0px; | ||
| position: fixed; | ||
| display: flex; | ||
| justify-content: space-between; | ||
| background-color: white; | ||
| } | ||
|
|
||
| nav, | ||
| h1 { | ||
| margin: 0.67em; | ||
|
|
||
| } | ||
|
|
||
| nav { | ||
| margin-top: 1em; | ||
| } | ||
|
|
||
| .nav-bar{ | ||
| padding: 0; | ||
| } | ||
|
|
||
| .nav-link{ | ||
| list-style-type: none; | ||
| display: inline; | ||
| padding: 10px; | ||
| color: black; | ||
| } | ||
| .nav-link a{ | ||
| color: black; | ||
| text-decoration: none; | ||
| } | ||
|
|
||
| .nav-link a:hover{ | ||
| color: pink; | ||
| } | ||
|
|
||
| .home-button { | ||
| color: black; | ||
| text-decoration: none; | ||
| } | ||
|
|
||
| .home-button:hover { | ||
| color: pink; | ||
| } | ||
|
|
||
| /*******Body*******/ | ||
|
|
||
| body { | ||
| padding-top: 100px; | ||
| margin: 0px; | ||
| } | ||
| /*****Section******/ | ||
|
|
||
| .main-section { | ||
| border-bottom: 1px solid; | ||
| width: 100%; | ||
| height: 300px; | ||
| padding-bottom: 110px; | ||
| } | ||
|
|
||
| .main-section h2 { | ||
| width: 20%; | ||
| /*background-color: red;*/ | ||
| margin-left: 5%; | ||
| /*border: solid;*/ | ||
| font-size: 4rem; | ||
| text-align: center; | ||
| margin-top: 130px; | ||
| } | ||
|
|
||
| section div { | ||
| width: 50%; | ||
| /*background-color: yellow;*/ | ||
| margin-right: 5%; | ||
| /*border: solid;*/ | ||
| margin-left: 17%; | ||
| /*float: right; | ||
|
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. Unused CSS be sure to remove them :). |
||
| clear: both;*/ | ||
| } | ||
|
|
||
| .blog { | ||
| width: 50%; | ||
| /*background-color: yellow;*/ | ||
| /*margin-right: 5%;*/ | ||
| /*border: solid;*/ | ||
| /*margin-left: 17%;*/ | ||
| float: right; | ||
| clear: both; | ||
| } | ||
|
|
||
| section h2, | ||
| section div{ | ||
| display: inline-block; | ||
| } | ||
|
|
||
| .project-images { | ||
| margin-top: 60px; | ||
| } | ||
|
|
||
| .project-images img { | ||
| border-radius: 100%; | ||
| padding: 5px; | ||
| } | ||
|
|
||
| /******Footer******/ | ||
| .footer { | ||
| position: fixed; | ||
| bottom: 10px; | ||
| width: 100%; | ||
| display: block; | ||
| } | ||
|
|
||
| .home-page { | ||
| font-size: 40px; | ||
| font-family: "Arial Narrow", Arial, sans-serif; | ||
| text-align: center; | ||
| padding-top: 100px; | ||
|
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. Could you have written this(paddings) in one line instead? (https://www.w3schools.com/css/tryit.asp?filename=trycss_padding_shorthand) |
||
| padding-bottom: 70px; | ||
| border-bottom: 1px solid; | ||
| } | ||
|
|
||
| .home-page a { | ||
| text-decoration: none; | ||
| color: black; | ||
| } | ||
|
|
||
| .home-page a:hover { | ||
|
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. Great use of hover! The color pink is used in few places. You might be able to to dry it. |
||
| color: pink; | ||
| } | ||
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.
Look out for extra white spaces.