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 - Kate N #44

Open
wants to merge 1 commit 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
44 changes: 30 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<html>
<head>
<meta charset="utf-8">
<link REL=StyleSheet HREF="normalize.css" TYPE="text/css">
<link REL=StyleSheet HREF="style.css" TYPE="text/css">
<title>Startrly</title>
</head>
<body>
Expand All @@ -23,24 +25,37 @@
</nav>


<section>
<section class="sub">
<h1>Startrly</h1>
<sub>A catchy tagline for a great solution</sub>
<a href="#">Some Call to Action</a>
<br>
<br>
<p></p>
<a href="#"></a>
<input name="name" type="text" placeholder=" Some Call To Action">
</div>
</section>
<br>
<br>
<br>
<hr>


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


<hr>
<section>
<br>
<br>
<h2>Why?</h2>
<ul>
<li>
Expand All @@ -67,18 +82,18 @@ <h2>Why?</h2>
</ul>
</section>


<hr>
<section>
<blockquote>
Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
"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

Choose a reason for hiding this comment

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

I think there is a way to add a "--" in css instead of changing the html directly! I would try using the pseudo-class ":before" with "content: '--'"

</p>
</section>


<section>
<hr>
<section class="team">
<h2>Meet the team</h2>
<ul>
<li>
Expand Down Expand Up @@ -110,7 +125,7 @@ <h2>Meet the team</h2>
</section>


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

<hr>

<section>
<section class="footer">
<div>
<h3>Support</h3>
<ul>
Expand Down Expand Up @@ -168,4 +184,4 @@ <h3>About</h3>

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