Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
<head>
<meta charset="utf-8">
<title>Startrly</title>
<link href="styles/styles.css" rel="stylesheet">
<link href="styles/normalize.css" rel="stylesheet">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great order! (it matters :)

</head>
<body>
<div>


<nav>
<ul>
<ul id="navbar">
<li>
Startrly
</li>
Expand All @@ -23,14 +25,14 @@
</nav>


<section>
<section id="title">
<h1>Startrly</h1>
<sub>A catchy tagline for a great solution</sub>
<a href="#">Some Call to Action</a>
</section>


<section>
<section class="quote">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like how you utilized id for specific sessions and class for common sections.

<blockquote>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</blockquote>
Expand All @@ -40,7 +42,7 @@ <h1>Startrly</h1>
</section>


<section>
<section id="why">
<h2>Why?</h2>
<ul>
<li>
Expand Down Expand Up @@ -68,7 +70,7 @@ <h2>Why?</h2>
</section>


<section>
<section class="quote">
<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>
Expand All @@ -78,7 +80,7 @@ <h2>Why?</h2>
</section>


<section>
<section id="team">
<h2>Meet the team</h2>
<ul>
<li>
Expand Down Expand Up @@ -110,7 +112,7 @@ <h2>Meet the team</h2>
</section>


<section>
<section id="sponsors">
<h2>Sponsors</h2>
<ul>
<li>
Expand Down
Loading