Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.
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
76 changes: 76 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,77 @@
.nav {
color: #ffffff;
/*background-color: #39393a;
opacity: 0.9;*/
background-color: rgba(0, 0, 0, 0.8);
}

.nav span {
color: #ffffff;
display: inline;
}

img{
width: 100%;
}

.headerimg{
width: 100%;
height: 500px;
background: url("../img/milkbg.jpg") no-repeat center;
background-size: cover;
}

.header{
background-color: rgba(0, 0, 0, 0.5);
color: #ffffff;
position: absolute;
text-align: center;
top: 50px;
height: 400px;
font-size: 25px;
}

.header h1{
padding: 40px 60px 40px 60px;
font-size: 4em;
}

.title p{
font-size: 1.5ex;
}

h3 span {
font-size: 0.5em;
color: white;
background-color: red;
padding: 5px;
}

.container-fluid{
padding: 0px;
margin-top: 40px;
}

.cmonster {
max-width: 200px;
}

.about{
height: 250px;
padding-top: 20px;
background-color: #D3D3D3;
font-size: 1.2em;
}

.contact{
height: 150px;
background-color: #28a1dd;
font-size: 1em;
color: #ffffff;
}

.col-centered{
float: none;
margin: 0 auto;
}

89 changes: 70 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,46 +2,97 @@
<html>
<head>
<title>Cookie Store</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>

<div class="nav"><span> <a href="index.html">index.html</a> | <a href="index1.html">index1.html</a> | <a href="index2.html">index2.html</a> | <a href="index3.html">index3.html</a> | <a href="index4.html">index4.html</a> | <a href="index5.html">index5.html</a></span></div>

<div class="headerimg">
<div class="header col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
<h1>Cookie Store</h1>

<p>Buy our awesome cookies. All proceeds go to charity!</p>
</div>
</div>

<h2>The Cookies</h2>
<div class="container text-center">
<h2 class="">The Cookies</h2>

<h3>Thin Mint Cookies</h3>

<div class="col-xs-12 col-lg-8 col-lg-push-5">
<div class="col-lg-5">
<h3>Thin Mint Cookies <span> NEW </span></h3>
<p>Tasty mint chocolate cookies</p>
<img src="img/mint.png">
</div>
<div class="col-sm-4 col-md-offset-0 col-sm-offset-4 col-lg-5">
<img class="img-circle" src="img/mint.png">
</div>
</div>

<div class="col-xs-12 col-lg-8">
<div class="col-lg-5 col-lg-push-5">
<h3>Peanut Butter Cookies</h3>
<p>Yummy peanut buttery goodness!</p>
<img src="img/peanut.png">
</div>
<div class="col-sm-4 col-md-offset-0 col-sm-offset-4 col-lg-5 col-lg-pull-5">
<img class="img-circle" src="img/peanut.png">
</div>
</div>


<div class="col-xs-12 col-lg-8 col-lg-push-5">
<div class="col-lg-5">
<h3>Short Bread Cookies</h3>
<p>Santa's favorite classic.</p>
<img src="img/shortbread.png">
</div>
<div class="col-sm-4 col-md-offset-0 col-sm-offset-4 col-lg-5">
<img class="img-circle" src="img/shortbread.png">
</div>
</div>


<div class="col-xs-12 col-lg-8">
<div class="col-lg-5 col-lg-push-5">
<h3>Smore's Cookies</h3>
<p>Camp fire favorite!</p>
<img src="img/smores.png">
</div>
<div class="col-sm-4 col-md-offset-0 col-sm-offset-4 col-lg-5 col-lg-pull-5">
<img class="img-circle" src="img/smores.png">
</div>
</div>

</div>

<h2>About us</h2>
<div class="container-fluid">
<div class="about col-md-12 col-sm-12">
<div class="text-center col-sm-3 col-md-3">
<img class="cmonster" src="img/cmonster.png"/>
</div>

<div class="col-sm-9 col-md-8">
<h2 class="text-center">About us</h2>
<div>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>

<h2>Contact us</h2>
<div>
100 Broadway Avenue,<br>
New York, NY 10001 <br>
(212) 555-1234
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div>
</div>
</div>

<div class="text-center contact col-md-12 col-sm-12">
<h2>Contact us</h2>
<div>
100 Broadway Avenue,<br>
New York, NY 10001 <br>
(212) 555-1234
</div>
</div>
</div>



</body>
</html>