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

completed excluding bonus #2

Open
wants to merge 1 commit 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
40 changes: 20 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@
<head>
<meta charset="utf-8">
<title>Sartre’s List</title>
<!-- attach link to css stylesheet here -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<h1><a href="index.html">Sartre’s List</a></h1>
<h2>Better-Dressed People</h2>
<nav>
<a href="#">Women’s</a>
<a href="#">Men’s</a>
<a href="#">On the Street</a>
<a href="#">The Catwalk</a>
<a href="#">AdWatch</a>
<a href="#">About</a>
<h1><a href="index.html" id="mainTitle">Sartre’s List</a></h1>
<h2 id="subTitle">Better-Dressed People</h2>
<nav class="navMenu">
<a href="#" class="navButton" id="womenButton">Women’s</a>
<a href="#" class="navButton">Men’s</a>
<a href="#" class="navButton">On the Street</a>
<a href="#" class="navButton">The Catwalk</a>
<a href="#" class="navButton">AdWatch</a>
<a href="#" class="navButton">About</a>
</nav>
</header>

<article>
<h3>11/12/13</h3>
<h2><a href="#">On the Street in Brooklyn</a></h2>
<img src="INSERT IMG and PATH">
<p>Cray culpa stumptown, flexitarian ex Odd Future do fugiat Wes Anderson proident 3 wolf moon officia bitters small batch. Et consequat do, nulla you probably haven’t heard of them High Life scenester. Vinyl fugiat High Life, kogi do VHS in aliqua lo-fi leggings gentrify Neutra tumblr. Odio vegan PBR, Marfa forage blue bottle try-hard readymade meggings retro delectus Echo Park. Ugh consectetur farm-to-table forage, laboris blue bottle McSweeney’s tattooed excepteur yr. Magna ut Schlitz flexitarian, vinyl craft beer proident yr forage 8-bit ethical sustainable placeat retro. Officia pickled beard, adipisicing gluten-free sint craft beer quis thundercats id 3 wolf moon fashion axe.</p>
<h4><a href="#">Continues...</a></h4>
<h3 class="date">11/12/13</h3>
<h2><a href="#" class="topicTitle">On the Street in Brooklyn</a></h2>
<img src="fashion_photo.jpeg">
<p class="topicContent">Cray culpa stumptown, flexitarian ex Odd Future do fugiat Wes Anderson proident 3 wolf moon officia bitters small batch. Et consequat do, nulla you probably haven’t heard of them High Life scenester. Vinyl fugiat High Life, kogi do VHS in aliqua lo-fi leggings gentrify Neutra tumblr. Odio vegan PBR, Marfa forage blue bottle try-hard readymade meggings retro delectus Echo Park. Ugh consectetur farm-to-table forage, laboris blue bottle McSweeney’s tattooed excepteur yr. Magna ut Schlitz flexitarian, vinyl craft beer proident yr forage 8-bit ethical sustainable placeat retro. Officia pickled beard, adipisicing gluten-free sint craft beer quis thundercats id 3 wolf moon fashion axe.</p>
<h4 class="conButBlock"><a href="#" class="contentButton">Continues...</a></h4>
</article>

<article>
<h3>11/11/13</h3>
<h2><a href="#">Vintage in Vogue</a></h2>
<img src="INSERT IMG and PATH">
<p>Selfies sunt Tumblr, delectus small batch DIY umami sint. Polaroid chambray selfies McSweeney's Cosby sweater, Pitchfork tattooed assumenda Wes Anderson Blue Bottle twee Carles ennui. Nisi locavore fugiat sapiente salvia aliqua. Shoreditch kogi exercitation fashion axe. Wolf semiotics Pinterest, laboris quis master cleanse tousled small batch street art bespoke fingerstache dreamcatcher ethical labore. Dreamcatcher iPhone typewriter, tote bag four loko fanny pack master cleanse organic PBR reprehenderit actually. Craft beer drinking vinegar wayfarers, pork belly narwhal pariatur polaroid cupidatat in 8-bit distillery anim literally.</p>
<h4><a href="#">Continues...</a></h4>
<h3 class="date">11/11/13</h3>
<h2><a href="#" class="topicTitle">Vintage in Vogue</a></h2>
<img src="fashion_photo2.jpeg">
<p class="topicContent">Selfies sunt Tumblr, delectus small batch DIY umami sint. Polaroid chambray selfies McSweeney's Cosby sweater, Pitchfork tattooed assumenda Wes Anderson Blue Bottle twee Carles ennui. Nisi locavore fugiat sapiente salvia aliqua. Shoreditch kogi exercitation fashion axe. Wolf semiotics Pinterest, laboris quis master cleanse tousled small batch street art bespoke fingerstache dreamcatcher ethical labore. Dreamcatcher iPhone typewriter, tote bag four loko fanny pack master cleanse organic PBR reprehenderit actually. Craft beer drinking vinegar wayfarers, pork belly narwhal pariatur polaroid cupidatat in 8-bit distillery anim literally.</p>
<h4 class="conButBlock"><a href="#" class="contentButton">Continues...</a></h4>
</article>

</body>
Expand Down
64 changes: 64 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
img {
width: 95%;
height: auto;
}
p {
color: grey;
max-width: 95%;
line-height: 25px;
font-size: 20px;
}
p::first-letter {
font-size: 90px;
float: left;
padding-right: 10px;
padding-bottom: 5px;
line-height: 80px;
}
#mainTitle {
text-decoration: none;
color: salmon;
}
#subTitle {
font-weight: 500;
}
.navMenu {
display: block;
}
#womenButton {
padding-left: 0;
}
.navButton {
color: lightgrey;
font-size: 28px;
padding: 8px;
text-align: left;
}
.date {
color: lightgrey;
text-decoration: none;
font-weight: 500;
font-size: 30px;
margin-bottom: 0;
padding-bottom: 0;
}
.topicTitle {
text-decoration: none;
font-size: 30px;
color: black;
font-weight: 500;
margin-top: 0;
padding-top: 0;
}
.conButBlock {
text-align: right;
width: 95%;
border-bottom: solid;
border-bottom-color: lightgrey;
padding-bottom: 30px;
}
.contentButton {
text-decoration: none;
color: salmon;
font-size: 20px;
}