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
115 changes: 86 additions & 29 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,93 @@
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./stylesheets/default.css">
<link rel="stylesheet" type="text/css" href="./stylesheets/about.css">
<title>About Jenna Andersen</title>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="./stylesheets/about.css">
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<title>Jenna Andersen</title>

</head>
<body>

<img id="header" src="./imgs/homepageheader.png" alt="Jenna Andersen"></a>
<section>
<a class="socialIcons" href="https://twitter.com/jennacole">
<img src="./imgs/social_02.png" alt="Jenna Andersen on Twitter"></a>
<a class="socialIcons" href="https://instagram.com/jennacolephoto">
<img src="./imgs/social_04.png" alt="Jenna Andersen on Instagram"></a>
<a class="socialIcons" href="https://www.facebook.com/jennacolephotography">
<img src="./imgs/social_01.png" alt="Jenna Andersen on Facebook"></a>
<a class="socialIcons" href="https://github.com/jnicholea">
<img src="./imgs/social_14.png" alt="Jenna Andersen on GitHub"></a>
</section>

<section>

<div class="container">

<div class="row">
<div id="breathing_room" class="col-md-4 col-xs-4" >
</div>
<div id="menu" class="col-md-8 col-xs-8" >
<h1>
<a class="menu_buttons" href="./index.html">home</a>
<a>|</a>
<a class="menu_buttons" href="./about.html">about</a>
<a>|</a>
<a class="menu_buttons" href="./works.html">works</a>
<a>|</a>
<a class="menu_buttons" href="./blog/index.html">blog</a>
<a id="email" href="mailto:jenna@jennaandersen.com">jenna@jennaandersen.com</a>
</h1>

</div>
</div>
</div>

<div class="container">
<div class="row">

<div id="left_col" class="col-md-4 col-xs-1" >
<img id="logo" class="img-responsive" src="./imgs/homepageheader.png" alt="Jenna Andersen"></a>
<a class="socialIcons" class="img-responsive" href="https://twitter.com/jennacole">
<img src="./imgs/social_02.png" alt="Jenna Andersen on Twitter"></a>
<a class="socialIcons" class="img-responsive" href="https://instagram.com/jennacolephoto">
<img src="./imgs/social_04.png" alt="Jenna Andersen on Instagram"></a>
<a class="socialIcons" class="img-responsive" href="https://www.facebook.com/jennacolephotography">
<img src="./imgs/social_01.png" alt="Jenna Andersen on Facebook"></a>
<a class="socialIcons" class="img-responsive"href="https://github.com/jnicholea">
<img src="./imgs/social_14.png" alt="Jenna Andersen on GitHub"></a>
</div>

<div id="right_col" class="col-md-8 .col-xs-11 ">
<section>
<img class="body_pic" src="./imgs/filmstalking.jpg" alt="Jenna Andersen, film photographer"></a>
<p class="body_text">
My first job was driving tractor in the cherry orchards, and my first entreuprenerial effort was a pumpkin patch located in the field in front of my parent's house. My father's parents are ranchers, my mother's parents own a dairy, and my parents have built their farm out to include a produce packing shed and drip irrigation distribution business.
<br>
<br>
I was the first in my direct family line to graduate from college and I put my English major to use by turning my writing into profits through blogging. I launched Jenna Cole Photography in 2009 and have photographed several dozen weddings and many dozens of portrait sessions since.
<br>
<br>

In 2015 I was accepted into <a href="http://devbootcamp.com/">Dev Bootcamp</a> where I will add web development to my skillset. After 5+ years of being self-employed while caring for two children I'm looking forward to working full-time in the world of tech where I can marry my aesthetic eye, idiomatic writing style, and blossoming web development skills.


</p>

</div>


</div>
</div>


<div class="container">

<div class="row">
<div id="footer" class="col-md-12" >
<p>Jenna Andersen - 2015 - All Rights Reserved</p>
</div>
</div>
</div>



</body>
</html>

<!-- <section>
<div class="greigeBox">

<img class="greigePic" src="./imgs/filmstalking.jpg" alt="Jenna Andersen, film photographer"></a>
Expand All @@ -44,14 +111,4 @@
<a class="visitThese" href="./blog/index.html">blog</a>

</div>
</section>

<section>
<address class="mailTo">
<a href="mailto:jenna@jennaandersen.com">jenna@jennaandersen.com</a>
</address>
</section>


</body>
</html>
</section> -->
Loading