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
90 changes: 48 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
<!DOCTYPE html>
<html lang="en">

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

<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>
<section class="popular-posts">
<h2> Popular Posts </h2>

<div class="post-row">
<article>
<h3> Steal the Warm Chair </h3>
<p>
Expand All @@ -38,7 +39,7 @@ <h3> Steal the Warm Chair </h3>
<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.
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>
Expand All @@ -50,7 +51,8 @@ <h3> Fancy Feasts </h3>
</p>
<p><a href="#post3"> Learn More </a></p>
</article>

</div>
<div class="post-row">
<article>
<h3> Control your Human </h3>
<p>
Expand All @@ -66,32 +68,36 @@ <h3> Defense against the Dark Arts </h3>
</p>
<p><a href="#post5"> Learn More </a></p>
</article>
</div>
</section>

</section>

<section>
<section id="join">
<div class="join_the_club">
<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>
</div>
<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>
<section class="everybody">
<h2> Everybody wants to be a cat! </h2>
</section>
</main>
<footer>
<div class="copyright">
<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>
157 changes: 157 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,157 @@
html {
font-family: fantasy;
}

header h2, nav {
display: inline-block;
/*margin: 16px 20px;*/
}

header nav {
float: right;
padding-right: 5%;
}

header h2 {
padding-left: 40px;
font-size: 2em;
}

header {
/*margin: 0 7%;*/
background: pink;
}

header nav {
margin: .83em;
}

header li {
display: inline-block;
text-align: right;
margin-left: 15px;
}

header a {
text-decoration: none;
}

#cat {
background-image: url("../assets/hero.jpg");
background-size: cover;
background-position: center;
height: 700px;
max-width: 100%;
}

#cat h1 {
line-height: 20;
text-align: center;
font-size: 2.5em;
color: white;
margin: 0 0;
}

.popular-posts {
border-bottom: 3px solid black;
}

.popular-posts h2 {
text-align: center;
}

.post-row {
margin: 0 auto;
}

.popular-posts article {
border: black 1px solid;
border-radius: 20px;
border-color: black;
border-width: 3px;
height: 200px;
background: pink;
margin: 15px;
height: px;
width: 30%;
display: inline-grid;

}

.popular-posts article h3 {
border-bottom: black 1px solid;*/
/*border: dashed;*/
border-color: black;
border-width: 3px;
text-align: center;
padding-bottom: 10px;

}

.popular-posts article p {
margin: 10px;
}

.popular-posts article a {
border: blue 1px solid;
border-radius: 6px;
padding: 5px;
margin-left: 200px;
text-decoration: none;
text-transform: uppercase;
}

#join img {
display: inline-block;
width: 10%;
}

.join_the_club {
display: inline-block;
/*margin: 10px 80% 35px 0%;*/
width: 30%;
}

#join {
margin: 1%;
text-align: center;
}
.everybody {
clear: both;
background-image: url("../assets/everybody.jpg");
background-size: cover;
background-position: center;
height: 700px;
max-width: 100%;
}

.everybody h2 {
line-height: 20;
text-align: center;
font-size: 2.5em;
color: white;
}

footer nav {
display: inline-block;
width: 30%;
}

.copyright {
display: inline-block;
margin: 1%;
width: 30%;
}

.copyright h4 {
float: left;
margin: 0;
}

.copyright p {
margin: 0;
}

footer {
margin: 0 auto;
}
Loading