-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
executable file
·257 lines (234 loc) · 12.5 KB
/
portfolio.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ========== Meta Tags ========== -->
<meta charset="UTF-8">
<meta name="description" content="Cocoon -Portfolio">
<meta name="keywords" content="Cocoon , Portfolio">
<meta name="author" content="Pharaohlab">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ========== Title ========== -->
<title>Allison K. Williams</title>
<!-- ========== Favicon Ico ========== -->
<!--<link rel="icon" href="fav.ico">-->
<!-- ========== STYLESHEETS ========== -->
<!--Lightbox-->
<!-- <link href="path/to/lightbox.css" rel="stylesheet"> -->
<!-- Bootstrap CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Fonts Icon CSS -->
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/et-line.css" rel="stylesheet">
<link href="assets/css/ionicons.min.css" rel="stylesheet">
<!-- Carousel CSS -->
<link href="assets/css/slick.css" rel="stylesheet">
<!-- Magnific-popup -->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
</head>
<body>
<div class="loader">
<div class="loader-outter"></div>
<div class="loader-inner"></div>
</div>
<div class="body-container container-fluid">
<a class="menu-btn" href="javascript:void(0)">
<i class="ion ion-grid"></i>
</a>
<div class="row justify-content-center">
<!--=================== side menu ====================-->
<div class="col-lg-2 col-md-3 col-12 menu_block">
<!--logo -->
<div class="logo_box">
<a href="index.html"><img class="headshot" src="assets/img/headshot-main-small.jpg" style="height: 75%; width: 75%;" alt="Allison Williams headshot" />
</a>
</div>
<!--logo end-->
<!--main menu -->
<div class="side_menu_section">
<ul class="menu_nav">
<li class="active">
<a href="index.html">
Home
</a>
</li>
<li>
<a href="about.html">
About
</a>
</li>
<li>
<a href="portfolio.html">
Portfolio
</a>
<ul>
<li>
<a href="https://samepageapp.herokuapp.com/" target="_blank">Same Page
<a href="https://github.com/hackabull/Same-Page" target="_blank">Same Page GitHub
<i class="ion ion-social-github"></i>
</a>
</li>
<li>
<a href="https://babybearbooks.com/" target="_blank">Baby Bear Books
<a href="https://github.com/hackabull/Baby-Bear-Books" target="_blank">Baby Bear Books GitHub
<i class="ion ion-social-github"></i>
</a>
</li>
<li>
<a href="https://github.com/AceKingQueen/Work-Almost-From-Home" target="_blank">Work (Almost) from Home
<a href="https://github.com/AceKingQueen/Work-Almost-From-Home" target="_blank">Work (Almost) from Home GitHub
<i class="ion ion-social-github"></i>
</a>
</li>
</ul>
</li>
<li>
<a href="Resume_Allison K. Williams.pdf" target="_blank">
Résumé
</a>
</li>
<li>
<a href="contact.html">
Contact
</a>
</li>
</ul>
</div>
<!--main menu end -->
<!--social and copyright -->
<div class="side_menu_bottom">
<div class="side_menu_bottom_inner">
<ul class="social_menu">
<li>
<a href="https://github.com/AceKingQueen">
<i class="ion ion-social-github"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/allisonkingwilliams/">
<i class="ion ion-social-linkedin"></i>
</a>
</li>
<li>
<a href="https://www.rmcathletics.com/sports/wbkb/index">
<i class="ion ion-social-dribbble"></i>
</a>
</li>
</ul>
<div class="copy_right">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
<p class="copyright">Copyright ©
<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with
<i class="fa fa-heart-o" aria-hidden="true"></i> by
<a href="https://colorlib.com">Colorlib</a>
</p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</div>
<!--social and copyright end -->
</div>
<!--=================== side menu end====================-->
<!--=================== content body ====================-->
<div class="col-lg-10 col-md-9 col-12 body_block align-content-center">
<!--=================== filter portfolio start====================-->
<div class="portfolio gutters grid img-container">
<div class="grid-sizer col-sm-12 col-md-6 col-lg-3"></div>
<div class="grid-item col-sm-12 col-md-6 col-lg-3">
<h1>Same Page</h1>
<h4>A MVC app built to keep two households on the same page using Node, Express, and mySQL.</h4>
<a href="assets/gifs/SamePage.gif" class="with-caption image-link" title="Same Page">
<div class="project_box_one">
<img src="assets/gifs/SamePage.gif" alt="same page" />
<div class="product_info">
<div class="product_info_text">
<div class="product_info_text_inner">
<i class="ion ion-plus"></i>
<h4>Same Page</h4>
</div>
</div>
</div>
</div>
</a>
</div>
<!-- <div class="grid-item col-md-6 col-lg-3">
<h1>Saturday Griller</h1>
<h4>A full stack app where users input the names of foods they'd like to grill now and foods they might like to grill later.</h4>
<a href="assets/gifs/Grilling.gif" title="Saturday-Grilling">
<div class="project_box_one">
<img src="assets/gifs/Grilling.gif" alt="Saturday-Grilling" />
<div class="product_info">
<div class="product_info_text">
<div class="product_info_text_inner">
<i class="ion ion-plus"></i>
<h4>Saturday-Griller</h4>
</div>
</div>
</div>
</div>
</a>
</div> -->
<div class="grid-item col-sm-12 col-md-6 col-lg-3">
<h1>Work (Almost) from Home</h1>
<h4>Who doesn't want a few extra minutes each day to do more of what they want to do and less of what they don't?</h4>
<a href="assets/gifs/WorkAlmost.gif" title="Work (Almost) from Home">
<div class="project_box_one">
<img src="assets/gifs/WorkAlmost.gif" alt="Work-Almost-From-Home" />
<div class="product_info">
<div class="product_info_text">
<div class="product_info_text_inner">
<i class="ion ion-plus"></i>
<h4>Work (Almost) from Home</h4>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="grid-item col-md-6 col-lg-3">
<h1>Baby Bear Books</h1>
<h4>A new kind of bedtime story built with React.</h4>
<a href="assets/gifs/BabyBear.gif" title="Baby-Bear-Books">
<div class="project_box_one">
<img src="assets/gifs/BabyBear.gif" alt="Baby-Bear-Books" />
<div class="product_info">
<div class="product_info_text">
<div class="product_info_text_inner">
<i class="ion ion-plus"></i>
<h4>Baby Bear Books</h4>
</div>
</div>
</div>
</div>
</a>
</div>
<!--=================== filter portfolio end====================-->
<!--=================== content body end ====================-->
</div>
</div>
<!-- jquery -->
<script src="assets/js/jquery.min.js"></script>
<!--lightbox-->
<!-- <script src="path/to/lightbox.js"></script> -->
<!-- bootstrap -->
<script src="assets/js/popper.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<!--slick carousel -->
<script src="assets/js/slick.min.js"></script>
<!--Portfolio Filter-->
<script src="assets/js/imgloaded.js"></script>
<script src="assets/js/isotope.js"></script>
<!-- Magnific-popup -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!--Counter-->
<script src="assets/js/jquery.counterup.min.js"></script>
<!-- WOW JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Custom js -->
<script src="assets/js/main.js"></script>
</body>
</html>