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
93 changes: 49 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,105 +3,110 @@
<head>
<meta charset="utf-8">
<title>Startrly</title>
<link href="https://fonts.googleapis.com/css?family=Mansalva&display=swap" rel="stylesheet">
<link href="styles/normalize.css" rel="stylesheet">
<link href="styles/style.css" rel="stylesheet">
</head>
<body>
<div>


<nav>
<ul>
<li>
Startrly
</li>
<li>
Try Now!
</li>
<li>
About
</li>
</ul>
</nav>
<div class="general">
<div class="section1">
<nav>
<ul>
<li class="title">
Startrly
</li>
<li class="try">
Try Now!
</li>
<li class="about">
About
</li>
</ul>
</nav>
</div>


<section>
<section class="section2">
<h1>Startrly</h1>
<sub>A catchy tagline for a great solution</sub>
<sub class="phrase">A catchy tagline for a great solution</sub>
<div class="button">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! This makes it clear that it's a button.

<a href="#">Some Call to Action</a>
</div>
</section>


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


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


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


<section>
<section class="section6">
<h2>Meet the team</h2>
<ul>
<li>
<ul class="team">
<li id="kari">
<img src="https://placebear.com/150/150" alt="profile for kari kiwi" />
<span>Kari Kiwi</span>
<span>CFO</span>
</li>
<li>
<li id="dan">
<img src="https://placebear.com/150/150" alt="profile for dan dragon" />
<span>Dan Dragon</span>
<span>CMO</span>
</li>
<li>
<li id="chris">
<img src="https://placebear.com/150/150" alt="profile for chris caribou" />
<span>Chris Caribou</span>
<span>CIO</span>
</li>
<li>
<li id=charles>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing quotes but I love how you gave every person an id.

<img src="https://placebear.com/150/150" alt="profile for charles cheetah" />
<span>Charles Cheetah</span>
<span>Board Member, CTO</span>
</li>
<li>
<li id="dee">
<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,9 @@ <h2>Meet the team</h2>
</section>


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


<section>
<section class="section8">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed you gave sections an id and called it 'section#'. I think it'd be more meaningful to name each section based on what it is.

<div>
<h3>Support</h3>
<ul>
Expand Down
Binary file added styles/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading