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
Binary file added images/flora-flower-leaves-2395244.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tulip.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 27 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,36 +1,33 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="styles/normalize.css" rel="stylesheet">
<link href="styles/style.css" rel="stylesheet">
<title>Startrly</title>
</head>
<body>
<div>


<nav>
<ul>
<li>
<li class="start">
Startrly
</li>
<li>
<li class="end">
Try Now!
</li>
<li>
<li class="end">
About
</li>
</ul>
</nav>


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


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


<section>
<section class="values">
<h2>Why?</h2>
<ul>
<li>
<img src="http://via.placeholder.com/100x100" />
<img src="http://via.placeholder.com/100x100" class="comfortable"/>
<div>
<strong>Comfortable</strong>
<p>
Et quas molestias excepturi sint occaecati cupiditate non providents, ut aut reiciendis voluptatibus maiores.
</p>
</div>
</li>
<li>
<img src="http://via.placeholder.com/100x100" />
<div>
<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>
</div>
</li>
<li>
<img src="http://via.placeholder.com/100x100" />
<div>
<strong>Convenient</strong>
<p>
Itaque earum rerum hic tenetur a sapiente delectus.
</p>
</div>
</li>
</ul>
</section>


<section>
<section class="block">
<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,39 +80,39 @@ <h2>Why?</h2>
</section>


<section>
<section class="team">
<h2>Meet the team</h2>
<ul>
<li>
<img src="https://placebear.com/150/150" alt="profile for kari kiwi" />
<img src="https://placebear.com/150/150" alt="profile for kari kiwi" class="kiwi"/>
<span>Kari Kiwi</span>
<span>CFO</span>
</li>
<li>
<img src="https://placebear.com/150/150" alt="profile for dan dragon" />
<img src="https://placebear.com/150/150" alt="profile for dan dragon" class="dragon" />
<span>Dan Dragon</span>
<span>CMO</span>
</li>
<li>
<img src="https://placebear.com/150/150" alt="profile for chris caribou" />
<img src="https://placebear.com/150/150" alt="profile for chris caribou" class="caribou" />
<span>Chris Caribou</span>
<span>CIO</span>
</li>
<li>
<img src="https://placebear.com/150/150" alt="profile for charles cheetah" />
<img src="https://placebear.com/150/150" alt="profile for charles cheetah" class="cheetah"/>
<span>Charles Cheetah</span>
<span>Board Member, CTO</span>
</li>
<li>
<img src="https://placebear.com/150/150" alt="profile for dee dugong" />
<img src="https://placebear.com/150/150" alt="profile for dee dugong" class="dugong"/>
<span>Dee Dugong</span>
<span>Startup Enthusiast</span>
</li>
</ul>
</section>


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


<section>
<div>
<section class="bottom footer">
<div class="support">
<h3>Support</h3>
<ul>
<li>
Expand All @@ -150,7 +152,7 @@ <h3>Support</h3>
</li>
</ul>
</div>
<div>
<div class="about">
<h3>About</h3>
<ul>
<li>
Expand Down
Loading