-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
131 lines (130 loc) · 5.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jennifer Winer, Software Developer</title>
<link rel="icon" href="jwfavicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="jwfavicon.ico" type="image/x-icon" />
<!-- CSS (Bootstrap, fonts, styles.css) -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="animate.css">
<!-- JS (jQuery, Bootstrap, script) -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="script.js" charset="utf-8"></script>
</head>
<body>
<div class="container-fluid welcome">
<div class="heading col-md-8 col-md-offset-2">
<h1 class="text-center name">Jennifer Winer</h1>
<p class="tagline text-center">SOFTWARE DEVELOPER</p>
</div>
</div>
<div class="container-fluid text-center" id="nav-about">
<span class="glyphicon glyphicon-menu-down nav-arrow" aria-hidden="true"></span>
</div>
<div class="container-fluid about">
<div class="container ">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="about-title text-center">
<h1>ABOUT ME</h1>
<img src="img/profile.jpg" alt="profile"/>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="about-text pull-left">
<h4>I'm Jennifer, a software developer based in Boulder, Colorado.
<br /><br />
I am a creative problem solver, coder, and artist– a big picture thinker fueled by introspection and energized by hard problems.
<br /><br />
In my free time, I love creating art (pottery, watercolors, sculpture) and spending as much time as I can outside, hiking and exploring, and chasing Colorado's wildflowers.
</h4>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid text-center" id="nav-portfolio">
<span class="glyphicon glyphicon-menu-down nav-arrow" aria-hidden="true"></span>
</div>
<div class="portfolio">
<div class="container">
<h2 class="text-center">PORTFOLIO</h2>
<div class="row">
<div class="col-xs-12">
<h3 class="text-center tech-heading">Recent Technical Work</h3>
<div class="row">
<div class="col-sm-6 col-md-4 portfolio-tech">
<a href="https://empower-you.herokuapp.com" class="thumbnail">
<img src="img/portfolio/empower.png" alt="empower">
</a>
<h3>Empower</h3>
<h4>Anxiety self-management platform that teaches individuals the skills to manage their own anxiety through self-monitoring and self-care. </h4>
<br/>
</div>
<div class="col-sm-6 col-md-4 portfolio-tech">
<a href="http://pricklyposts.herokuapp.com/" class="thumbnail">
<img src="img/portfolio/pricklyposts.png" alt="pricklyposts">
</a>
<h3>Prickly Posts</h3>
<h4>A journaling platform that creatively explore and discover the beauty of Bullet Journaling without the stress of design</h4>
</div>
<div class="col-sm-6 col-md-4 portfolio-tech">
<a href="http://garden-growers.herokuapp.com/" class="thumbnail">
<img src="img/portfolio/garden.png" alt="gardengrowers">
</a>
<h3>Garden Growers</h3>
<h4>Connecting gardeners together in a virtual community</h4>
</div>
</div>
</div>
</div>
<div class="text-center onehourchallenge">
<h4>What have I been up to lately?</h4>
<button class="btn"><a href="/onehourchallenge">One Hour Challenge</a></button>
</div>
</div>
</div>
<div class="container-fluid text-center" id="nav-art">
<span class="glyphicon glyphicon-menu-down nav-arrow" aria-hidden="true"></span>
</div>
<div class="portfolio-art">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="art-mobile">
<h3 class="text-center">POTTERY</h3>
<h4 class="text-center">Recent Artistic Work</h4>
</div>
<div class="row">
<div class="col-sm-4 col-md-2 thumbnail">
<img src="img/art/IMG_4358.JPG" alt="mugs">
</div>
<div class="col-sm-4 col-md-2 thumbnail">
<img src="img/art/IMG_4355.JPG" alt="bowls">
</div>
<div class="col-sm-0 col-md-4 art-desktop">
<h3 class="text-center art-heading">POTTERY</h3>
<h3 class="text-center">Recent Artistic Work</h3>
</div>
<div class="col-sm-4 col-md-2 thumbnail">
<img src="img/art/IMG_4352.JPG" alt="vase">
</div>
<div class="col-sm-4 col-md-2 thumbnail">
<img src="img/art/IMG_4349.JPG" alt="decor">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer text-center">
<a class="footer-link" href="https://www.linkedin.com/in/jenniferwiner/"><img class="footer-linkedin" src="img/icons/linkedin.png" alt="linkedin-logo"></a>
<a class="footer-link" href="https://github.com/jenniferwiner"><img class="footer-git" src="img/icons/github.png" alt="github-logo" height="40px;"></a>
<p class="copyright">Jennifer Winer © 2017 All Rights Reserved.</p>
</div>
</body>
</html>