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

Carets -- Canaan West #38

Open
wants to merge 7 commits 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
88 changes: 47 additions & 41 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,33 @@
<!DOCTYPE html>
<html lang="en">

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

<section class="popular_posts">
<h2> Popular Posts </h2>
<section class="popular_articles">
<article>
<h3> Steal the Warm Chair </h3>
<p>
Expand All @@ -34,11 +36,10 @@ <h3> Steal the Warm Chair </h3>
<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.
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 Down Expand Up @@ -66,32 +67,37 @@ <h3> Defense against the Dark Arts </h3>
</p>
<p><a href="#post5"> Learn More </a></p>
</article>

</section>
</section>

<section>
<section id="join_club">
<div id="right_side">
<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_wants">
<h2 class="be_a_cat"> Everybody wants to be a cat! </h2>
</section>
</main>

<footer>
<section id="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>
</section>
<nav>
<ul>
<li><a href="#about"> About </a></li>
<li><a href="#contact"> Contact </a> </li>
</ul>
</nav>
</footer>
</body>
</html>
274 changes: 274 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,274 @@
@import url('https://fonts.googleapis.com/css?family=Courgette');

html{
background: #f7d4e5;
overflow: auto;
}

body {
margin: 10%;
box-sizing: content-box;
}

a {
text-decoration: none;
color: pink;
}

html a:hover {
color: lightblue;
}

p {
padding: 5%;
overflow: hidden;
font-size: 1vw;
}

h3 {
text-align: center;
padding: 5%;
border-bottom: black solid 1px;
}

header{
position: fixed;
top: 0;
width: 100%;
height: 5vw;
background: black;
border: black 1px solid;
/*padding: 25px;*/
z-index: 1000;
}

header h2 {
position: fixed;
left: 12%;
top: 0%;
font-size: 2vw;
font-family: 'Courgette', cursive;
border: pink;
}


header nav {
position: fixed;
right: 17%;
top: 0%;
}

header ul {
list-style: none;
text-decoration: none;
display: flex;
font-family: 'Courgette', cursive;
font-size: 1.3vw;
}

header nav li {
margin-top: 10%;
margin-left: 20%;
}

/*Start Main Section */
main {
position: relative;
padding-top: 2%;
margin-right: 10%;
margin-left: 10%;
background: white;
overflow: hidden;
}

.banner{
position: relative;
/*top: auto;*/
background-image: url('../assets/hero.jpg');
background-size: 100%;
background-repeat: repeat;
height: 38vw;
margin: 10%;
border-bottom: black 10px solid;
padding: 0;
}

.title {
position: absolute;
bottom: -2vw;
right: 0%;
text-align: center;
margin: 0;
padding: 0;
z-index: 2;
font-size-adjust: auto;
font-size: 9vw;
font-family: Courgette, sans-serif;
text-shadow: white;
}

.popular_posts {
display: inline-block;
border-bottom-width: 100%;
border-bottom: black 10px solid;
padding-bottom: 10%;
}

.popular_posts h2 {
text-align: left;
font-size: 4vw;
padding-left: 0%;
font-family: 'Courgette', cursive;
border-top: black 10px solid;
border-bottom: black 10px solid;
padding: 2%;

}
.popular_articles {
margin-left: 3%;

}


.popular_posts article {
position: relative;
border: black 1px solid;
border-radius: 10px;
display: inline-block;
height: 20%;
width: 28%;
text-align: left;
margin: 2%;
}

.popular_posts h3 {
background: black;
color: pink;
font-style: italic;
margin-top: 0;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}

.popular_posts article p {
height: 100px;
text-align: left;
font-size: 1.2vw;
}

.popular_posts a {
background: #fff4f9;
text-align: center;
padding: 5%;
display: inline-block;
margin-left: 25%;
margin-bottom: 0;
border: black 1px solid;
border-radius: 10px;
z-index: -100;
width: 40%;
color: #d68dae;
}




/*Start JOIN THE CLUB Section*/
#join_club {
margin: 10%;
padding-bottom: 10%;
margin-bottom: 20;
display: flex;
max-height: 30vw;
border-bottom: solid 10px black;
}

#join_club img {
max-width: 35vw;
margin-left: 10%;
margin-bottom: 5%;
display:flex;
}

#join_club #right_side {
text-align: center;
width: 25vw;
}

.everybody_wants{
clear: both;
position:relative;
padding: 5%;
border: black 5px solid;
/*border-bottom: black 5px solid;*/
background-image: url("../assets/everybody.jpg");
background-size: 80% auto;
background-repeat: no-repeat;
background-position: center;
height: 20em;
}

.be_a_cat {
position: absolute;
bottom: 0;
right: 12%;
text-align: center;
font-size: 2vw%;
color: white;
font-family: 'Courgette', cursive;
}

/*footer*/
footer {
position: absolute;
width: 80%;
min-height: 12%;
border: black 5px solid;
margin: 0 10%;
padding-top: 2%;
max-width: 79.2%;
background: black;
color: pink;
overflow: hidden;
}


footer h4 {
float: left;
display: inline;
margin: 0;
padding: 0;
}

footer p{
width: 35%;
display: inline;
}

#disclaimer {
position: absolute;
top: 20%;
left: 10%;
display: inline-block;
width: 50%;
margin-top: 0;
font-size: .8vw;
border-right: solid;
padding-right: 8%;
}

footer ul {
padding-top: 0;
margin-top: 0;

}
footer nav {
display: inline-block;
position: absolute;
top: 35%;
right: 10%;
color: black;
/*right: 10%;*/
width: 15%;
text-align: center;
}
Loading