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
77 changes: 45 additions & 32 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,55 @@
<head>
<meta charset="utf-8">
<title>Startrly</title>
<link href="styles/normalize.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Manjari|Saira+Stencil+One&display=swap" rel="stylesheet">
<link href="styles/style.css" rel="stylesheet">
</head>
<body>
<div>


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


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


<hr></hr>


<section>
<section class="center">
<blockquote>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</blockquote>
<p>
<cite>
Mx. Lorem
</p>
</cite>
</section>

<hr></hr>

<section>
<section class="center">
<h2>Why?</h2>
<ul>
<ul class="container">
<li>
<img src="http://via.placeholder.com/100x100" />
<strong>Comfortable</strong>
Expand All @@ -67,52 +76,55 @@ <h2>Why?</h2>
</ul>
</section>

<hr></hr>

<section>
<section class="center">
<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>
<p>
<cite>
Mx. Ipsum
</p>
</cite>
</section>

<hr></hr>

<section>
<section class="center">
<h2>Meet the team</h2>
<ul>
<ul class="team">
<li>
<img src="https://placebear.com/150/150" alt="profile for kari kiwi" />
<img class="photos" src="https://placebear.com/150/150" alt="profile for kari kiwi" />
<span>Kari Kiwi</span>
<span>CFO</span>
</li>
<li>
<img src="https://placebear.com/150/150" alt="profile for dan dragon" />
<span>Dan Dragon</span>
<span>CMO</span>
<img class="photos" src="https://placebear.com/150/150" alt="profile for dan dragon" />
<span>Dan Dragon</span>
<span>CMO</span>
</li>
<li>
<img src="https://placebear.com/150/150" alt="profile for chris caribou" />
<img class="photos" src="https://placebear.com/150/150" alt="profile for chris caribou" />
<span>Chris Caribou</span>
<span>CIO</span>
</li>
<li>
<img src="https://placebear.com/150/150" alt="profile for charles cheetah" />
<img class="photos" src="https://placebear.com/150/150" alt="profile for charles 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 class="photos" src="https://placebear.com/150/150" alt="profile for dee dugong" />
<span>Dee Dugong</span>
<span>Startup Enthusiast</span>
</li>
</ul>
</section>

<hr></hr>

<section>
<section class="center">
<h2>Sponsors</h2>
<ul>
<ul class="sponsors">
<li>
<img src="http://via.placeholder.com/300x100" />
</li>
Expand All @@ -131,11 +143,12 @@ <h2>Sponsors</h2>
</ul>
</section>

<hr></hr>

<section>
<div>
<section class="container">
<div class="footer">
<h3>Support</h3>
<ul>
<ul class="footer">
<li>
Demo
</li>
Expand All @@ -150,9 +163,9 @@ <h3>Support</h3>
</li>
</ul>
</div>
<div>
<div class="footer">
<h3>About</h3>
<ul>
<ul class="footer">
<li>
Our Mission
</li>
Expand Down
Loading