Skip to content
Open
86 changes: 44 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<title>Startrly</title>
<link href="https://fonts.googleapis.com/css?family=Merriweather" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="styles/style.css">
</head>
<body>
<div>


<div class="main-container">
<nav>
<ul>
<li>
Expand All @@ -23,24 +23,24 @@
</nav>


<section>
<section class="welcome">
<h1>Startrly</h1>
<sub>A catchy tagline for a great solution</sub>
<a href="#">Some Call to Action</a>
<div><a class="button" href="#">Some Call to Action</a></div>
</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>
<p>
Mx. Lorem
-- Mx. Lorem
</p>
</section>


<section>
<section class="why-startrly">
<h2>Why?</h2>
<ul>
<li>
Expand Down Expand Up @@ -68,49 +68,53 @@ <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>
<p>
Mx. Ipsum
-- Mx. Ipsum
</p>
</section>


<section>
<section class="meet-team">
<h2>Meet the team</h2>
<ul>
<li>
<img 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>
</li>
<li>
<img 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" />
<span>Charles Cheetah</span>
<span>Board Member, CTO</span>
</li>
<li>
<img src="https://placebear.com/150/150" alt="profile for dee dugong" />
<span>Dee Dugong</span>
<span>Startup Enthusiast</span>
</li>
<div class= "first-three">
<li class="a">
<img src="https://placebear.com/150/150" alt="profile for kari kiwi" />
<span>Kari Kiwi</span>
<span>CFO</span>
</li>
<li class="b">
<img src="https://placebear.com/150/150" alt="profile for dan dragon" />
<span>Dan Dragon</span>
<span>CMO</span>
</li>
<li class="c">
<img src="https://placebear.com/150/150" alt="profile for chris caribou" />
<span>Chris Caribou</span>
<span>CIO</span>
</li>
</div>
<div class="last-two">
<li class="d">
<img src="https://placebear.com/150/150" alt="profile for charles cheetah" />
<span>Charles Cheetah</span>
<span>Board Member, CTO</span>
</li>
<li class="e">
<img src="https://placebear.com/150/150" alt="profile for dee dugong" />
<span>Dee Dugong</span>
<span>Startup Enthusiast</span>
</li>
</div>
</ul>
</section>


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


<section>
<section class="footer">
<div>
<h3>Support</h3>
<ul>
Expand All @@ -150,7 +153,7 @@ <h3>Support</h3>
</li>
</ul>
</div>
<div>
<section class>
<h3>About</h3>
<ul>
<li>
Expand All @@ -163,9 +166,8 @@ <h3>About</h3>
Get in Touch
</li>
</ul>
</div>
</section>
</section>

</div>
</body>
</html>
Loading