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
32 changes: 16 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
<head>
<meta charset="utf-8">
<title>Startrly</title>
<link REL=StyleSheet HREF="styles/normalize.css">
<link REL=StyleSheet HREF="styles/style.css">
<link href="https://fonts.googleapis.com/css?family=Crimson+Text&display=swap" rel="stylesheet">
</head>
<body>
<div>


<nav>
<ul>
<li>
Startrly
</li>
<li>
<li id="try">
Try Now!
</li>
<li>
Expand All @@ -22,15 +23,14 @@
</ul>
</nav>


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


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

<section>
<h2>Why?</h2>
<ul>
<li>
<ul class="why">
<li id="comfortable">
<img src="http://via.placeholder.com/100x100" />
<strong>Comfortable</strong>
<p>
Et quas molestias excepturi sint occaecati cupiditate non providents, ut aut reiciendis voluptatibus maiores.
</p>
</li>
<li>
<li id="robust">
<img src="http://via.placeholder.com/100x100" />
<strong>Robust</strong>
<p>
At vero eos et accusamus et iusto odio dignissimos ducimus qui. Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam.
</p>
</li>
<li>
<li id="convenient">
<img src="http://via.placeholder.com/100x100" />
<strong>Convenient</strong>
<p>
Expand All @@ -68,7 +68,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,9 +78,9 @@ <h2>Why?</h2>
</section>


<section>
<section class="meet-container">
<h2>Meet the team</h2>
<ul>
<ul class="meet-the-team">
<li>
<img src="https://placebear.com/150/150" alt="profile for kari kiwi" />
<span>Kari Kiwi</span>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h2>Meet the team</h2>
</section>


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


<section>
<div>
<section class="bottom">
<div class="support">
<h3>Support</h3>
<ul>
<li>
Expand Down
Loading