-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·373 lines (328 loc) · 18.3 KB
/
index.html
File metadata and controls
executable file
·373 lines (328 loc) · 18.3 KB
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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Danielle Maddox | Full Stack Web Developer</title>
<meta name="Portfolio site for Danielle Maddox, Full Stack Web Developer." content="Front end development, back end development, full stack development. Portfolio, projects, skills, education.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<!-- Favicon-->
<link rel="shortcut icon" href="images/favicon.png" >
<!-- Stylesheets -->
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/font/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/font/font-mfizz/font-mfizz.css">
<link rel="stylesheet" href="assets/libs/materialize/css/materialize.min.css" media="screen,projection" />
<link rel="stylesheet" href="assets/css/bootstrap.css" media="screen,projection" />
<link rel="stylesheet" href="assets/css/animate.min.css" media="screen,projection" />
<link rel="stylesheet" href="assets/libs/sweetalert/sweet-alert.css" media="screen,projection" />
<!-- <link rel="stylesheet" href="assets/libs/owl-carousel/owl.carousel.css" media="screen,projection" />
<link rel="stylesheet" href="assets/libs/owl-carousel/owl.transitions.css" media="screen,projection" />
<link rel="stylesheet" href="assets/libs/owl-carousel/owl.theme.css" media="screen,projection" /> -->
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- Color Theme -->
<link rel="stylesheet" href="assets/css/colors/color1.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="loader">
<svg class="circle-loader" height="50" width="50">
<circle class="path" cx="25" cy="25" r="20" fill="none" stroke-width="6" stroke-miterlimit="10" />
</svg>
</div>
</div><!--preloader end-->
<!-- Main Container -->
<main id="app" class="main-section">
<!-- header navigation start -->
<header id="navigation" class="root-sec nav">
<div class="container">
<div class="row nav-inner"> <!-- navigation row -->
<nav class="primary-nav">
<div class="clearfix nav-wrapper">
<!-- start of left side of nav -->
<div class="col-sm-6 logo-desc">
<div class="row brand-logo">
<div class="col logo-name">
<!-- <a href="#home" class="left menu-smooth-scroll" data-section="#home">Danielle Maddox
</a> -->
</div>
</div>
<div class="row">
<!-- <div class="col logo-desc left menu-smooth-scroll">
Full Stack Web Developer
</div> -->
</div>
</div> <!-- end of left side of nav -->
<!-- start of right side of nav -->
<div class="col-sm-6">
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="mdi-navigation-menu"></i></a>
<ul class="inline-menu side-nav" id="mobile-demo">
<!-- Mini Profile // only visible in Tab and Mobile -->
<li class="mobile-profile">
<div class="profile-inner">
<div class="pp-container">
<img src="images/mek.jpg" alt="">
</div>
<h3>Danielle Maddox</h3>
<h5>Full Stack Web Developer</h5>
</div>
</li><!-- mini profile end-->
<li><a href="#about" data-section="#about" class="menu-smooth-scroll"><i class="fa fa-user fa-fw"></i>About Me</a>
</li>
<li><a href="#portfolio" data-section="#portfolio" class="menu-smooth-scroll"><i class="fa fa-briefcase fa-fw"></i>My Work</a>
</li>
<li><a href="#resume" data-section="#resume" class="menu-smooth-scroll"><i class="fa fa-file-text fa-fw"></i>Skills</a>
</ul>
</div> <!-- end of right side of nav -->
</div> <!-- end of clearfix wrapper -->
</nav>
</div> <!-- end navigation row -->
</div> <!-- .container end -->
</header>
<!-- #header navigation end -->
<!-- About Section start -->
<section id="about" class="scroll-section root-sec add-about padd-about lighten-5 about-wrap">
<div class="container">
<div class="row">
<div class="clearfix about-inner">
<div class="col-sm-12 col-md-9">
<div class="person-about">
<!-- <h3 class="about-subtitle">Hi, I'm Danielle Maddox,</h3>
<p>a full stack developer living in Austin, Texas. </p> -->
<p>Hi, I'm <span class="about-subtitle">Danielle Maddox</span>, a <span class="about-subtitle">full stack developer</span> living in Austin, Texas.</p>
<br />
<p>I have worked in various aspects of tech: from SEO, to customer success, to operations, to product management. My depth and range of knowledge provides me with a unique perspective as I build user-centric solutions. I combine my product background with technical expertise to design functional, impactful code. </p>
<br />
<p>Take a look around! If you are so inclined, strike up a conversation.</p>
</div>
</div>
<!-- about me description -->
<!-- <div class="col-sm-6 col-md-2">
<div class="person-img wow fadeIn">
<img class="z-depth-1" src="images/mek.jpg" alt="Profile Picture">
</div>
</div> -->
<!-- about me image -->
<div class="col-sm-6 col-md-3">
<div class="person-info">
<!-- <h3 class="about-subtitle">Contact</h3> -->
<div class="person-img wow fadeIn">
<img class="z-depth-1" src="images/mek.jpg" alt="Profile Picture">
</div>
<h5>Danielle Maddox</h5>
<h5><a href="mailto:dmaddox@gmail.com">dmaddox@gmail.com</a></h5>
<h5><a href="./assets/DanielleMaddoxResume.pdf" target="_blank">Resume</a></h5>
<!-- <a class="waves-effect waves-light btn-large brand-bg white-text"><i class="mdi-content-archive left"></i> Download Resume</a> -->
</div>
<div class="about-social">
<ul>
<li>
<a href="mailto:dmaddox@gmail.com" class="btn-floating waves-effect waves-light"><i class="fa fa-envelope"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/dmaddx/" target="_blank" class="btn-floating waves-effect"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/dmaddox" target="_blank" class="btn-floating waves-effect waves-light"><i class="fa fa-github"></i></a>
</li>
</ul>
</div>
</div>
<!-- about me info -->
</div>
</div>
</div>
<!-- .container end -->
</section>
<!-- #about Section end -->
<!-- Portfolio Section start -->
<section id="portfolio" class="scroll-section root-sec portfolio-wrap padd-tb-60">
<div class="padd-tb-60 brand-bg portfolio-top">
<div class="portfolio-inner">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2 class="title">My Work</h2>
</div>
</div>
</div>
</div>
<!-- .container end -->
</div>
<div id="portfolioModal" class="modal white">
<div class="model-img"></div>
<div class="modal-content">
<h2 class="title"></h2>
<p class="m-content"></p>
<div class="m-label">Details:</div>
<p class="m-deets"></p>
<p class="tech">
<div class="m-label">Tech:</div>
<div class="m-tech">
<ul></ul>
</div>
</p>
</div>
<div class="modal-footer">
<a href="#" target="_blank" class="waves-effect btn-flat brand-text modal-action modal-link1"></a>
<a href="#" target="_blank" class="waves-effect btn-flat brand-text modal-action modal-link2"></a>
</div>
</div>
<div class="portfolio-bottom">
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="clearfix protfolio-item" id="protfolio-msnry">
<!-- Single Portfolio-->
<li class="single-port-item category-1 category-3">
<a href="#portfolioModal" class="waves-effect waves-block waves-light modal-trigger" data-title="Crios - Observe. Orient. Protect." data-content="A cloud-based video surveillance and physical security system that allows customers of any size (from enterprise to home use) to monitor and respond to activities across various sites on their property. Users can login to the intuitive web platform and manage system setup or review past and present events happening on the premises." data-deets="As a Full Stack Developer, I built and integrated Swagger API's into an Angular front end. As part of this work, I built additional Angular components and services to create a seamless, interactive user experience." data-tech="Angular, TypeScript, Swagger API, HTML, CSS, MySQL, Python" data-screenshot-link="./assets/projects/crios/screenshots.html" data-code_sample-link="./assets/projects/crios/code.html"> <!-- Portfolio pop-up content-->
<div class="protfolio-image">
<img src="images/thumb_crios.png" alt="Crios"> <!-- portfolio thumbnail-->
<div class="protfolio-content waves-effect waves-block waves-light">
<div class="protfolio-content__inner">
<h2 class="p-title">Crios</h2>
</div>
</div>
<div class="p-overlay"></div>
</div>
</a>
</li>
<!--/ single portfolio -->
<!-- Single Portfolio-->
<li class="single-port-item category-2 category-1">
<a href="#portfolioModal" class="waves-effect waves-block waves-light modal-trigger" data-title="Size" data-content="Order the right size the first time with our database of brand-specific sizes for various types of clothing. Input your measurements to see your size!" data-deets="I setup the user model using Sequelize ORM, and wrote all user routing required for signup and login leveraging Passport.js authentication. I added logic to save logged in user searches to the user table, so that logged in users automatically see saved sizes without having to re-search." data-tech="JavaScript, MERN, MySQL, Express, React, Node.js, ES6, JSX, Sequelize, Bootstrap, Passport.js, Herokuapp" data-demo-link="https://mighty-depths-40970.herokuapp.com/" data-repo-link="https://github.com/hlivingston07/size">
<div class="protfolio-image">
<img src="images/thumb_size.png" alt="Size">
<div class="protfolio-content waves-effect waves-block waves-light">
<div class="protfolio-content__inner">
<h2 class="p-title">Size</h2>
</div>
</div>
<div class="p-overlay"></div>
</div>
</a>
</li>
<!--/ single portfolio -->
<!-- Single Portfolio-->
<li class="single-port-item category-1 category-2">
<a href="#portfolioModal" class="waves-effect waves-block waves-light modal-trigger" data-title="Binge" data-content="Your guide to a full night of consumption. Submit and review user-generated food/drink pairings with popular TV series, movies and books." data-deets="I wrote JQuery to validate and save user submittions to the database. I contributed back end code to setup the user table using Sequelize ORM. I also coded all user routes and authentication using Passport.js." data-tech="Javascript, JQuery, Sequelize, Bootstrap, Passport.js, Herokuapp" data-demo-link="https://binge-everything.herokuapp.com/" data-repo-link="https://github.com/dmaddox/Binge">
<div class="protfolio-image">
<img src="images/thumb_binge.png" alt="Binge">
<div class="protfolio-content waves-effect waves-block waves-light">
<div class="protfolio-content__inner">
<h2 class="p-title">Binge</h2>
</div>
</div>
<div class="p-overlay"></div>
</div>
</a>
</li>
<!--/ single portfolio -->
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- #portfolio Section end -->
<!-- Resume Section start -->
<section id="resume" class="scroll-section ">
<section id="skill" class="root-sec white skill-wrap">
<div class="sec-overlay">
<div class="container">
<div class="row">
<div class="clearfix skill-inner">
<div class="col-sm-12 col-md-3">
<div class="skill-left">
<!-- <h2 class="title">Skills</h2> -->
<br />
<p>What I like to do.</p>
</div>
</div>
<!-- skills container -->
<div class="col-sm-12 col-md-8 col-md-offset-1">
<div class="skill-right">
<div id="skill-table" class="clearfix skill-table">
<!-- *** -->
<!-- WIP -->
<ul class="skills_ul">
<li class="skills-icon"><i class="icon-javascript"></i><p>JavaScript</p>
</li>
<li class="skills-icon"><i class="icon-jquery"></i><p>JQuery</p>
</li>
<li class="skills-icon"><i class="icon-nodejs"></i><p>Node.js</p>
</li>
<li class="skills-icon"><i class="icon-npm"></i><p>NPM</p>
</li>
<li class="skills-icon"><i class="icon-reactjs"></i><p>React</p>
</li>
<li class="skills-icon"><i class="icon-css3"></i><p>CSS3</p>
</li>
<li class="skills-icon"><i class="icon-html5"></i><p>HTML5</p>
</li>
<li class="skills-icon"><i class="icon-bootstrap"></i><p>Bootstrap</p>
</li>
<li class="skills-icon lrg"><i class="fa fa-github"></i><p>GitHub</p>
</li>
<li class="skills-icon lrg"><i class="fa fa-git-square"></i><p>Git</p>
</li>
<li class="skills-icon"><i class="icon-mongodb"></i><p>MongoDB</p>
</li>
<li class="skills-icon"><i class="icon-mysql"></i><p>MySQL</p>
</li>
</ul>
<!-- *** -->
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- #resume Section end -->
<!-- Footer Section end -->
<footer id="footer" class="root-sec root-sec footer-wrap">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="clearfix footer-inner">
<ul class="left social-icons">
<li><a href="mailto:dmaddox@gmail.com" target="_blank" class="tooltips tooltipped email" data-position="top" data-delay="50" data-tooltip="Email Me"><i class="fa fa-envelope"></i></a>
</li>
<li><a href="https://www.linkedin.com/in/dmaddx/" target="_blank" class="tooltips tooltipped linkedin" data-position="top" data-delay="50" data-tooltip="LinkedIn"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://github.com/dmaddox" target="_blank" class="tooltips tooltipped github" data-position="top" data-delay="50" data-tooltip="GitHub"><i class="fa fa-github"></i></a>
</li>
</ul> <!-- ./social icons end -->
<div class="right copyright">
<p>Danielle Maddox © All Rights Reserved</p>
</div>
</div>
</div>
</div>
</div> <!-- ./container end-->
</footer>
<!-- #footer end -->
</main>
<!-- Main Container end-->
<!-- JavaScripts -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="assets/js/jquery.easing.1.3.js"></script>
<script src="assets/js/detectmobilebrowser.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/waypoints.js"></script>
<script src="assets/js/jquery.counterup.min.js"></script>
<script src="assets/js/jquery.nicescroll.min.js"></script>
<!-- <script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=true"></script> -->
<!-- <script src="assets/js/gmaps.js"></script> -->
<script src="assets/libs/owl-carousel/owl.carousel.min.js"></script>
<script src="assets/libs/materialize/js/materialize.min.js"></script>
<script src="assets/libs/jwplayer/jwplayer.js"></script>
<script src="assets/libs/sweetalert/sweet-alert.min.js"></script>
<script src="assets/js/common.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>