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
Binary file modified .DS_Store
Binary file not shown.
181 changes: 95 additions & 86 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,97 +1,106 @@
<!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>


<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>
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>
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>
<head>
<meta charset="UTF-8">
<link href="styles/normalize.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<title>Meowspace</title>
</head>

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

<nav>
<ul>
<li><a href="#login", class="right-article"> Login </a></li>
<li><a href="#signup", class="right-article"> Signup </a> </li>
</ul>
</nav>
</header>

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

<section id="popular-post">
<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>


<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>
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>
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 id="join-the-club">

<article>

<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>
<h2> Everybody wants to be a cat! </h2>
</section>
</main>
<footer>
</article>
<img alt="Cat playing with mouse on chair" src="assets/join_club.jpg">
</section>

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

</main>
<footer>
<div id="copyright-disclaimer">
<h4> &copy; 2016 </h4>
<p id="disclaimer">
<p>
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>
200 changes: 200 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
@import ='https://fonts.google.com/specimen/Lobster';

a:link {
text-decoration: none;
}
header {
position: fixed;
top: 0px;
width: 90%;
background-color: #cd853f;
padding: 2rem 5%;
display: inline-block;
z-index: 1;
}

header ul{
margin: 0;
}

header li {
display: inline-block;
list-style: none;
padding: 10px;
}

nav{
display: inline-block;
width: 78%;
text-align: right;
font-size: 1.5rem;
}

h2{
display:inline-block;
width: 20%;
margin: 0;
}

main section:first-of-type{
position: relative;
display: inline-block;
background-image: url('../assets/hero.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: 30em;
z-index: 0;
top: 5.5em;
}

h1 {
text-align: center;
color: black;
top: 25%;
position: relative;
font-family: 'Lobster';
font-size: 5rem;
margin-top: 5rem;
color: white;
text-shadow: 2px 2px black,
2px -2px black,
-2px 2px black,
-2px -2px black;
}

#popular-post {
top: 6rem;
position: relative;

}
#popular-post article {
display: inline-block;
border-style: solid;
border-color: black;
border-radius: 1vw;
width: 28%;
text-align: center;
padding: 10px;
margin: 10px;
}

#popular-post h3 {
border-bottom: solid 1px;
margin: -10px;
padding: 10px;
}

#popular-post article a {
border-style: solid;
border-color: black;
border-radius: 2vw;
padding-left: 3vw;
padding-right: 3vw;
border-width: thin;
}

section h2 {
text-align: center;
width: 100%;
font-size: 3vw;
padding-top: 2rem;
}


main section:nth-child(3) {
width: 100%
display: inline-block;
position: relative;
top: 6rem;
border-style: solid;
border-color: black;
}

#join-the-club {
clear: both;
display: inline-block;
background-color: grey;
margin: -10px;

}

#join-the-club h2 {
font-family: 'Amatic SC', cursive;
font-size: 3em;
}

#join-the-club article {
clear: both;
float: left;
width: 40%;
text-align: justify;
padding: 5%;
margin-left: 5%;
}

#join-the-club img {

max-width: 40%;
padding: 10px;
}


#everybody {
display: inline-block;
background-image: url('../assets/everybody.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: 30em;
z-index: 0;
top: 10em;
}

#everybody h2 {
text-align: center;
color: black;
top: 40%;
position: relative;
font-family: 'Lobster';
font-size: 5rem;
color: white;
text-shadow: 2px 2px black,
2px -2px black,
-2px 2px black,
-2px -2px black;
}

#copyright-disclaimer h4 {
display: inline-block;
margin: 0;
}

/*#disclaimer {
display: inline;
}*/

#copyright-disclaimer {
display: inline-block;
width: 40%;
text-align: justify;
padding: 30px;
float: left;
}

footer nav {
display: inline-block;
color: peru;
width: 40%;
text-align: right;
padding: 5%

}

footer ul{
list-style: none;


}
Loading