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
173 changes: 93 additions & 80 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,97 +1,110 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Meowspace</title>
</head>

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

<nav>
<ul>
<li><a href="#login"> Login </a></li>
<li><a href="#signup"> Signup </a> </li>
</ul>
</nav>
</header>

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

<section>
<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>
<head>
<meta charset="UTF-8">
<title>Meowspace</title>

<link href="styles/normalize.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
</head>

<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>
<body>
<header class="clearfix">
<h2><a href="index.html"> Meowspace </a></h2>

<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>
<nav>
<ul>
<li><a href="#login"> Login </a></li>
<li><a href="#signup"> Signup </a> </li>
</ul>
</nav>
</header>

<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>
<main>
<section class="center" >
<h1 class="big"> Meowspace </h1>
</section>

<article>
<h3> Defense against the Dark Arts </h3>
<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.
</p>
<p><a href="#post5"> Learn More </a></p>
</article>
<section class="clearfix">
<h2 id="pp"> Popular Posts </h2>

</section>
<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>

<section>
<h2> Join the Club </h2>

<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>
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.
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>
<img alt="Cat playing with mouse on chair" src="assets/join_club.jpg">
</section>

<section>
<h2> Everybody wants to be a cat! </h2>
</section>
</main>
<footer>
<p><a href="#post3"> Learn More </a></p>
</article>

<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>
<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.
</p>
<p><a href="#post5"> Learn More </a></p>
</article>

</section>

<section class="clearfix">
<div>
<div class="right">
<h2> Join the Club </h2>
<p id="jointheclub">
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>
</div>
</div>

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

<section class="center">
<h2 class="big"> Everybody wants to be a cat! </h2>
</section>
</main>



<footer class="clearfix">
<div id="footerleft">
<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>
<nav>
<ul>
<li><a href="#about"> About </a></li>
<li><a href="#contact"> Contact </a> </li>
</ul>
</nav>
</footer>
</body>
</div>
<nav>
<ul>
<li><a href="#about"> About </a></li>
<li><a href="#contact"> Contact </a> </li>
</ul>
</nav>
</footer>
</body>
</html>
159 changes: 159 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@

a{
text-decoration: none;
}

.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}

header {
background-color: lightblue;
position: fixed;
width: 100%;
top: 0px;
height: 90px;

}

header h2 {
margin-top: 30px;
margin-left: 40px;
float: left;
}

header li {
float: left;
margin-left: 20px;
list-style-type: none;
}

header nav {
display: inline-block;
float: right;
margin-right: 30px;
margin-top: 21.5px;
/*width: 100%*/
/*position: absolute;*/
}


main {
margin-top: 90px;
clear: both;
}

main section:first-child {
padding-top: 100px;
}

.big {
background-color: gray;
font-size: 100px;
}

.center {
/*position: relative;*/
height: 400px;
background-color: gray;
/*text-align: center;*/
/*font-size: 200px*/
text-align: center;
vertical-align: middle;
}

#pp {
text-align: center;
font-size: 50px
}

article {
padding: 20px;
border: 2px solid black;
width: 25%;
height: 300px;
border-radius: 25px;
margin: 15px;
float: left;
}

article h3, p a {
text-align: center;

}

h3 {
border: 2px;
/*border-bottom: 2px;*/
}

p a {
border: 2px solid black;
padding: 15px;
border-radius: 20px;
/*position: relative;
bottom: 0px;*/
/*text-align: center;*/
}

main section:nth-child(3) {
padding: 0 80px;
}
main section:nth-child(3) > div {
float: left;
background-color: blue;
width: 50%
}

.right {
margin: auto;
width: 50%;
}

#jointheclub {
float: left;
width: 40%
}

img {
float: right;
width: 50%
}





footer {
background-color: lightblue;
width: 100%;
/*bottom: 0px;*/
display: inline-block;
}


#footerleft {
margin-bottom: 30px;
margin-left: 40px;
float: left;
clear: both;
/*display: inline-block;*/
width: 40%
}

/*footer li {
margin-left: 20px;
}*/

footer nav {
/*display: inline-block;*/
float: right;
margin-right: 30px;
margin-bottom: 21.5px;
clear: both;
width: 40%
}
Loading