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
43 changes: 43 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Page</title>
<link href="styles/styles.css" rel="stylesheet">
</head>
<body>
<header>
<h1><a href="index.html">YASMIN OR</a></h1>
</header>

<main>
<nav>
<h4><a href="index.html">home.</a></h4>
<h4><a href="about.html">about.</a></h4>
<h4><a href="portfolio.html">portfolio.</a></h4 >
<h4><a href="blog.html">blog.</a></h4>
</nav>

<img src="imgs/really-woman.jpg" alt="Me but not really me"/>

<article>
<p><strong>Hello</strong></p>
<p>Pitchfork asymmetrical kombucha, sustainable salvia helvetica four loko. Pour-over stumptown hella neutra organic actually. You probably haven't heard of them live-edge wolf authentic semiotics. Listicle put a bird on it dreamcatcher, street art YOLO celiac brooklyn tumblr jean shorts photo booth vegan. Selvage fashion axe hot chicken, literally subway tile raw denim live-edge godard kinfolk mumblecore health goth fanny pack post-ironic vaporware sriracha. Lumbersexual poutine polaroid, meggings authentic gentrify health goth. Salvia vaporware vegan keytar gluten-free viral ennui.</p>
<p class="contact"><strong>email:</strong> yasminor [at] gmail [dot] com</p>
<p class="contact"><strong>twitter:</strong> @bellwether_bloc</p>
<p class="contact"><strong>github:</strong> @bellewether</p>
</article>
</main>


<footer>
<p id="disclaimer">All ideas, work and opinions expressed are my own.</p>
<span>
<a href=""><img src="imgs/icons/email-icon.png" alt="email-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/icon-twitter-grey-150x150.png" alt="twitter-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/facebookicon.png" alt="facebook-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/google-plus-4-512.png" alt="google-plus-icon" class="social-media-icons"/></a>
</span>
</footer>
</body>
</html>
51 changes: 51 additions & 0 deletions blog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<head>
<meta charset="utf-8">
<title>Blog Page</title>
<link href="styles/styles.css" rel="stylesheet">
</head>
<body>
<header>
<h1><a href="index.html">YASMIN OR</a></h1>

</header>

<main>
<nav>
<h4><a href="index.html">home.</a></h4>
<h4><a href="about.html">about.</a></h4>
<h4><a href="portfolio.html">portfolio.</a></h4 >
<h4><a href="blog.html">blog.</a></h4>
</nav>
<!-- <p id="home-blurb">Pitchfork asymmetrical kombucha, sustainable salvia helvetica four loko. Pour-over stumptown hella neutra organic actually. You probably haven't heard of them live-edge wolf authentic semiotics. Listicle put a bird on it dreamcatcher, street art YOLO celiac brooklyn tumblr jean shorts photo booth vegan. Selvage fashion axe hot chicken, literally subway tile raw denim live-edge godard kinfolk mumblecore health goth fanny pack post-ironic vaporware sriracha. Lumbersexual poutine polaroid, meggings authentic gentrify health goth. Salvia vaporware vegan keytar gluten-free viral ennui.</p> -->
<img src="imgs/very-bored-woman.jpg" alt="bored-woman"/>

<article class="blog-post">
<p>Pitchfork asymmetrical kombucha, sustainable salvia helvetica four loko. Pour-over stumptown hella neutra organic actually. You probably haven't heard of them live-edge wolf authentic semiotics. Listicle put a bird on it dreamcatcher, street art YOLO celiac brooklyn tumblr jean shorts photo booth vegan. Selvage fashion axe hot chicken, literally subway tile raw denim live-edge godard kinfolk mumblecore health goth fanny pack post-ironic vaporware sriracha. Lumbersexual poutine polaroid, meggings authentic gentrify health goth. Salvia vaporware vegan keytar gluten-free viral ennui.</p>
<strong>23 September 2016</strong>
</article>

<article class="blog-post">
<img src="imgs/beautiful-zombie.jpg" alt="beautiful zombie"/>
<p>mood</p>
<strong>20 September 2016</strong>
</article>

<article class="blog-post">
<p>Et proin nam dictum mauris congue. Id vivamus, maecenas magna leo vestibulum ac in, diam ut litora lacus orci, nascetur mi sapien, nulla felis dictum a. Phasellus ipsum enim duis proin arcu, a ullamcorper metus. Est enim egestas lorem maecenas. Consectetuer donec molestiae libero tellus elementum et, elit orci vel quis, nam accumsan amet, vitae sed omnis. Turpis et wisi etiam sed in quisque. Potenti vulputate vitae rerum erat vel lacus, mattis malesuada suspendisse, commodo velit amet ipsum faucibus in justo, volutpat sem iaculis, sem praesent hendrerit. Nonummy nonummy, non at ante montes hendrerit platea, vulputate mattis lobortis mollis pellentesque aenean amet. Nunc pellentesque nibh.</p>
<strong>19 September 2016</strong>
</article>

</main>


<footer>
<p id="disclaimer">All ideas, work and opinions expressed are my own.</p>
<span>
<a href=""><img src="imgs/icons/email-icon.png" alt="email-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/icon-twitter-grey-150x150.png" alt="twitter-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/facebookicon.png" alt="facebook-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/google-plus-4-512.png" alt="google-plus-icon" class="social-media-icons"/></a>
</span>
</footer>
</body>
</html>
Binary file added imgs/.DS_Store
Binary file not shown.
Binary file added imgs/beautiful-zombie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/icons/.DS_Store
Binary file not shown.
Binary file added imgs/icons/email-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/icons/facebookicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/icons/google-plus-4-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/icons/icon-twitter-grey-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/michael-jackson.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/mourning-girl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/really-woman.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/silly-classical-painting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/very-bored-woman.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imgs/woman-drinking-on-a-train.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Yasmin's Personal Site</title>
<link href="styles/styles.css" rel="stylesheet">
</head>
<body>
<header>
<h1><a href="index.html">YASMIN OR</a></h1>

</header>

<main>
<nav>
<h4><a href="index.html">home.</a></h4>
<h4><a href="about.html">about.</a></h4>
<h4><a href="portfolio.html">portfolio.</a></h4 >
<h4><a href="blog.html">blog.</a></h4>
</nav>
<!-- <p id="home-blurb">Pitchfork asymmetrical kombucha, sustainable salvia helvetica four loko. Pour-over stumptown hella neutra organic actually. You probably haven't heard of them live-edge wolf authentic semiotics. Listicle put a bird on it dreamcatcher, street art YOLO celiac brooklyn tumblr jean shorts photo booth vegan. Selvage fashion axe hot chicken, literally subway tile raw denim live-edge godard kinfolk mumblecore health goth fanny pack post-ironic vaporware sriracha. Lumbersexual poutine polaroid, meggings authentic gentrify health goth. Salvia vaporware vegan keytar gluten-free viral ennui.</p> -->
<img src="imgs/michael-jackson.jpg" alt="Me but not really me"/>
<!-- <p id="short-bio">Hi! Some very short bio stuff will go here. Like what my name is, how I spend my days and energy, plus a few things I'm just into. Maybe I will also include a link to my twitter page.</p> -->
</main>


<footer>
<p id="disclaimer">All ideas, work and opinions expressed are my own.</p>
<span>
<a href=""><img src="imgs/icons/email-icon.png" alt="email-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/icon-twitter-grey-150x150.png" alt="twitter-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/facebookicon.png" alt="facebook-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/google-plus-4-512.png" alt="google-plus-icon" class="social-media-icons"/></a>
</span>
</footer>
</body>
</html>
36 changes: 36 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Yasmin's Portfolio</title>
<link href="styles/styles.css" rel="stylesheet">
</head>
<body>
<header>
<h1><a href="index.html">YASMIN OR<a/></h1>

</header>

<main>
<nav>
<h4><a href="index.html">home.</a></h4>
<h4><a href="about.html">about.</a></h4>
<h4><a href="portfolio.html">portfolio.</a></h4 >
<h4><a href="blog.html">blog.</a></h4>
</nav>

<img src="imgs/mourning-girl.jpg" alt="mourning-girl"/>

</main>

<footer>
<p id="disclaimer">All ideas, work and opinions expressed are my own.</p>
<span>
<a href=""><img src="imgs/icons/email-icon.png" alt="email-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/icon-twitter-grey-150x150.png" alt="twitter-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/facebookicon.png" alt="facebook-icon" class="social-media-icons"/></a>
<a href=""><img src="imgs/icons/google-plus-4-512.png" alt="google-plus-icon" class="social-media-icons"/></a>
</span>
</footer>
</body>
</html>
85 changes: 85 additions & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
html {
font: 12px/16px Arial, Serif;
}

header {
/*position: absolute;*/
/*border-style: solid;*/
/*display: inline-block;*/
}
header h1 a{
/*position: absolute;*/
display: inline-block;
margin: 50px 0px 10px 35px;
font-size: 35px;
letter-spacing: 3.5px;
text-decoration: none;
color: black;
}

main nav h4 {
display: inline-block;;
/*float: right;*/
margin: 10px 5px 5px 0;
font-size: 16px;
}

main nav h4 a {
text-decoration: none;
color: black;
}

main nav {
margin: 0px 0px 10px 35px;
/*display: inline-block;*/
}

main {
/*margin: 0 0 0 0;*/
/*border-style: solid;*/
}

main img {
width: 16%;
height: auto;
margin: 0px 0px 0px 35px;
}

article {
display: inline-block;
max-width: 50%;
float: right;
margin: 0 350px 0 0;
}

article.blog-post {
display: inline-block;
max-width: 50%;
float: right;
margin: 0 350px 50px 0;
}

article.blog-post p {
text-align: left;
}

article.blog-post img{
width: 70%;
height: auto;
margin: 0 500px 0 0;
}

footer p{
font-size: 10px;
margin: 10px auto 15px 35px;
}

.social-media-icons {
display: inline;
max-width: 1.75%;
max-height: auto;
}

footer span {
margin: auto auto auto 93px;
}