Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sockets - Cyndi #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
35 changes: 21 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
<head>
<meta charset="utf-8">
<title>Startrly</title>

<link rel="stylesheet" type="text/css" media="screen" href="styles/normalize.css" />
<link rel="stylesheet" type="text/css" media="screen" href="styles/styles.css" />
</head>
<body>
<main>
<div>


Expand All @@ -23,14 +27,15 @@
</nav>


<section>
<section class="about">
<h1>Startrly</h1>
<sub>A catchy tagline for a great solution</sub>
<p><sub>A catchy tagline for a great solution</sub></p>

<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 @@ -40,7 +45,7 @@ <h1>Startrly</h1>
</section>


<section>
<section class="qualities">
<h2>Why?</h2>
<ul>
<li>
Expand Down Expand Up @@ -68,7 +73,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,30 +83,30 @@ <h2>Why?</h2>
</section>


<section>
<section class="team">
<h2>Meet the team</h2>
<ul>
<li>
<li class="a">
<img src="https://placebear.com/150/150" alt="profile for kari kiwi" />
<span>Kari Kiwi</span>
<span>CFO</span>
</li>
<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>
<li class="c">
<img src="https://placebear.com/150/150" alt="profile for chris caribou" />
<span>Chris Caribou</span>
<span>CIO</span>
</li>
<li>
<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>
<li class="e">
<img src="https://placebear.com/150/150" alt="profile for dee dugong" />
<span>Dee Dugong</span>
<span>Startup Enthusiast</span>
Expand All @@ -110,9 +115,10 @@ <h2>Meet the team</h2>
</section>


<section>
<section class="sponsors">
<h2>Sponsors</h2>
<ul>

<li>
<img src="http://via.placeholder.com/300x100" />
</li>
Expand All @@ -125,14 +131,14 @@ <h2>Sponsors</h2>
<li>
<img src="http://via.placeholder.com/250x120" />
</li>
<li>
<li class="last">
<img src="http://via.placeholder.com/220x100" />
</li>
</ul>
</section>


<section>
<section class="support">
<div>
<h3>Support</h3>
<ul>
Expand Down Expand Up @@ -167,5 +173,6 @@ <h3>About</h3>
</section>

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