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

Queues- Anna Barklund- meowspace #33

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
121 changes: 72 additions & 49 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
<head>
<meta charset="UTF-8">
<title>Meowspace</title>
<link href="styles/normalize.css" rel="stylesheet" >
<link href="styles/main.css" rel="stylesheet" >

</head>

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

<nav>
<ul>
<li><a href="#login"> Login </a></li>
Expand All @@ -18,80 +20,101 @@ <h2><a href="index.html"> Meowspace </a></h2>
</nav>
</header>


<main>
<section>
<section id = "section1">
<h1> Meowspace </h1>
</section>

<section>


<section id = "section2">
<h2> Popular Posts </h2>

<article>
<h3> Steal the Warm Chair </h3>
<p>
Hide when guests come over if it smells like fish eat as much as you wish. Meow. Scream at teh bath mewl for food at 4am for eat all the power cords and the dog smells bad and steal the warm chair right after you get up.
</p>
<p><a href="#post1"> Learn More </a></p>
</article>
<div id = "articles">
<article>
<h3> Steal the Warm Chair </h3>
<p class = "text1">
Hide when guests come over if it smells like fish eat as much as you wish. Meow. Scream at teh bath mewl for food at 4am for eat all the power cords and the dog smells bad and steal the warm chair right after you get up.
</p>
<p class = "button1"><a href="#post1"> Learn More </a></p>
</article>

<article>
<h3> Cat not Kitten Around </h3>
<p class = "text1">
Curl up and sleep on the freshly laundered towels please stop looking at your phone and pet me cat slap dog in face. Cat not kitten around.
</p>
<p class = "button1"><a href="#post2"> Learn More </a></p>
</article>

<article>
<h3> Cat not Kitten Around </h3>
<p>
Curl up and sleep on the freshly laundered towels please stop looking at your phone and pet me cat slap dog in face. Cat not kitten around.
</p>
<p><a href="#post2"> Learn More </a></p>
</article>
<article>
<h3> Fancy Feasts </h3>
<p class = "text1">
Spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce catch mouse and gave it as a present lie on your belly and purr when you are asleep and scamper for thinking longingly about tuna brine.
</p>
<p class = "button1"><a href="#post3"> Learn More </a></p>
</article>

<article>
<h3> Fancy Feasts </h3>
<p>
Spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce catch mouse and gave it as a present lie on your belly and purr when you are asleep and scamper for thinking longingly about tuna brine.
</p>
<p><a href="#post3"> Learn More </a></p>
</article>
<article>
<h3> Control your Human </h3>
<p class = "text1">
Refuse to drink water except out of someone's glass meow to be let in sweet beast. The dog smells bad howl uncontrollably for no reason or eat and than sleep on your face.
</p>
<p class = "button1"><a href="#post4"> Learn More </a></p>
</article>

<article>
<h3> Defense against the Dark Arts </h3>
<p class = "text1">
Flee in terror at cucumber discovered on floor. Kitty power! destroy couch as revenge but have my breakfast. Spaghetti yarn but meow meow so friends are not food.
</p>
<p class = "button1"><a href="#post5"> Learn More </a></p>
</article>
</div>
</section>

<article>
<h3> Control your Human </h3>
<p>
Refuse to drink water except out of someone's glass meow to be let in sweet beast. The dog smells bad howl uncontrollably for no reason or eat and than sleep on your face.
</p>
<p><a href="#post4"> Learn More </a></p>
</article>

<article>
<h3> Defense against the Dark Arts </h3>
<section id = "section3">
<div id = "div1">
<h2> Join the Club </h2>
<p>
Flee in terror at cucumber discovered on floor. Kitty power! destroy couch as revenge but have my breakfast. Spaghetti yarn but meow meow so friends are not food.
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>
<p><a href="#post5"> Learn More </a></p>
</article>

</div>
<div id = "div2">
<img alt="Cat playing with mouse on chair" src="assets/join_club.jpg">
</div>
</section>

<section>
<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 = "section4">
<h2> Everybody wants to be a cat! </h2>
</section>
</main>




<footer>
<h4> &copy; 2016 </h4>
<p id="disclaimer">
Meowspace is not responsible for, and expressly disclaims all liability for, damages of any kind arising out of use, reference to, or reliance on any information contained within the site. While the information contained within the site is periodically updated, no guarantee is given that the information provided in this Web site is correct, complete, and up-to-date.
</p>
<div>
<h4> &copy; 2016 </h4>
<p id="disclaimer">
Meowspace is not responsible for, and expressly disclaims all liability for, damages of any kind arising out of use, reference to, or reliance on any information contained within the site. While the information contained within the site is periodically updated, no guarantee is given that the information provided in this Web site is correct, complete, and up-to-date.
</p>
</div>

<nav>
<ul>
<li><a href="#about"> About </a></li>
<li><a href="#contact"> Contact </a> </li>
</ul>
</nav>
</footer>


</body>
</html>
Loading