-
Notifications
You must be signed in to change notification settings - Fork 47
Leaves - Yitgop #44
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?
Leaves - Yitgop #44
Changes from all commits
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 |
|---|---|---|
| @@ -1,14 +1,19 @@ | ||
| <!DOCTYPE html> | ||
|
|
||
| <html> | ||
|
|
||
| <head> | ||
| <meta charset="utf-8"> | ||
| <title>Startrly</title> | ||
| <link href="normalize.css" rel="stylesheet"/> | ||
| <link href="styles.css" rel="stylesheet"/> | ||
| </head> | ||
| <body> | ||
| <div> | ||
|
|
||
| <body> | ||
|
|
||
| <nav> | ||
| <div class="container"> | ||
|
|
||
| <nav class="nav"> | ||
| <ul> | ||
| <li> | ||
| Startrly | ||
|
|
@@ -22,15 +27,13 @@ | |
| </ul> | ||
| </nav> | ||
|
|
||
|
|
||
| <section> | ||
| <section class="section_1"> | ||
| <h1>Startrly</h1> | ||
| <sub>A catchy tagline for a great solution</sub> | ||
| <a href="#">Some Call to Action</a> | ||
| </section> | ||
|
|
||
|
|
||
| <section> | ||
| <section class="section_2"> | ||
|
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. you can add quotations before/after the quotes by using ::before and ::after: e.g. 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. similarly with the "--" before Mx. Lorem: e.g. |
||
| <blockquote> | ||
| Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | ||
| </blockquote> | ||
|
|
@@ -39,8 +42,7 @@ <h1>Startrly</h1> | |
| </p> | ||
| </section> | ||
|
|
||
|
|
||
| <section> | ||
| <section class="section_3"> | ||
| <h2>Why?</h2> | ||
| <ul> | ||
| <li> | ||
|
|
@@ -67,8 +69,7 @@ <h2>Why?</h2> | |
| </ul> | ||
| </section> | ||
|
|
||
|
|
||
| <section> | ||
| <section class="section_4"> | ||
|
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. section_2 and section_4 are both quotes, and are formatted similarly, so maybe they could be a class! |
||
| <blockquote> | ||
| Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. | ||
| </blockquote> | ||
|
|
@@ -77,8 +78,7 @@ <h2>Why?</h2> | |
| </p> | ||
| </section> | ||
|
|
||
|
|
||
| <section> | ||
| <section class="section_5"> | ||
| <h2>Meet the team</h2> | ||
| <ul> | ||
| <li> | ||
|
|
@@ -109,8 +109,7 @@ <h2>Meet the team</h2> | |
| </ul> | ||
| </section> | ||
|
|
||
|
|
||
| <section> | ||
| <section class="section_6"> | ||
| <h2>Sponsors</h2> | ||
| <ul> | ||
| <li> | ||
|
|
@@ -131,8 +130,7 @@ <h2>Sponsors</h2> | |
| </ul> | ||
| </section> | ||
|
|
||
|
|
||
| <section> | ||
| <section class="section_7"> | ||
| <div> | ||
| <h3>Support</h3> | ||
| <ul> | ||
|
|
@@ -167,5 +165,7 @@ <h3>About</h3> | |
| </section> | ||
|
|
||
| </div> | ||
|
|
||
| </body> | ||
|
|
||
| </html> | ||
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.
i think because the
class="nav"is withinclass="container", you only need to have one class here.e.g. if you had just
div class="container", you can access the "nav" by: