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
24 changes: 14 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,39 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Startrly</title>
<link href="normalize.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
</head>
<body>
<div>


<nav>
<ul>
<li>
<li id="startrly-link">
Startrly
</li>
<li>
<li id="try-now-link">
Try Now!
</li>
<li>
<li id="learn-about-link">
About
</li>
</ul>
</nav>


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


<section>
<section class="quote-class">
<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 +44,7 @@ <h1>Startrly</h1>
</section>


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


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


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


<section>
<section class="sponsors-class">
<h2>Sponsors</h2>
<ul>
<li>
Expand All @@ -132,7 +136,7 @@ <h2>Sponsors</h2>
</section>


<section>
<section class="footer-class">
<div>
<h3>Support</h3>
<ul>
Expand Down
Loading