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
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@

<head>
<meta charset="UTF-8">
<title>Meowspace</title>
<title>MeowSpace</title>
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="styles/main.css">
</head>

<body>
<header>
<h2><a href="index.html"> Meowspace </a></h2>
<h2><a href="index.html"> MeowSpace </a></h2>

<nav>
<ul>
Expand All @@ -20,10 +22,10 @@ <h2><a href="index.html"> Meowspace </a></h2>

<main>
<section>
<h1> Meowspace </h1>
<h1> MeowSpace </h1>
</section>

<section>
<section id="all-articles">
<h2> Popular Posts </h2>

<article>
Expand All @@ -34,7 +36,6 @@ <h3> Steal the Warm Chair </h3>
<p><a href="#post1"> Learn More </a></p>
</article>


<article>
<h3> Cat not Kitten Around </h3>
<p>
Expand Down Expand Up @@ -69,15 +70,15 @@ <h3> Defense against the Dark Arts </h3>

</section>

<section>
<h2> Join the Club </h2>
<section id="join">
<h2> Join the Club!</h2>
<p>
Cats go for world domination chase red laser dot. Flop over. Play riveting piece on synthesizer keyboard poop in the plant pot for shove bum in owner's face like camera lens. With tail in the air i could pee on this if i had the energy hola te quiero yet claw drapes mewl for food at 4am.
</p>
<img alt="Cat playing with mouse on chair" src="assets/join_club.jpg">
</section>

<section>
<section id="everybody">
<h2> Everybody wants to be a cat! </h2>
</section>
</main>
Expand Down
Loading