-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·360 lines (357 loc) · 11.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="images/favicon.ico" />
<title>Diane Leigh's Profile</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="css/websites.css" />
<script src="js/carousel.js"></script>
<link
href="https://fonts.googleapis.com/css?family=Muli%7CRoboto:400,300,500,700,900"
rel="stylesheet"
/>
</head>
<body>
<div class="wrap">
<header>
<div class="wrapper">
<img
src="images/me.jpg"
alt="Picture of Diane Leigh"
class="profile-image"
/>
<h1 class="tag name">Diane R. Leigh</h1>
<h2 class="tag profession">
Developer / Website Design / Data Scientist
</h2>
</div>
<div class="main-nav">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</header>
</div>
<main>
<section class="top">
<div class="card_intro">
<h2 class="card-title">Introduction</h2>
<p>
I have a Master's degree in Physiology and have spent the last 30+
years working in basic science research honing my analytical and
problem solving skills. In all my time as a researcher the most fun
I had was programming for data analysis in MatLab. So I have choosen
programming as a second career. To this end I have been taking
online classes using
<a
style="color: #ca04ca"
href="https://www.coursera.org/user/eecc54e8685ad03a253996fc8cf2ed9f"
target="_blank"
>Coursera</a
>,
<a
style="color: #ca04ca"
href="https://teamtreehouse.com/dianeleigh"
target="_blank"
>Treehouse</a
>
and
<a
style="color: #ca04ca"
href="hhttps://www.udemy.com/user/diane-leigh/"
target="_blank"
>Udemy</a
>.
<!-- I have also spent some time on <a style="color: #ca04ca" href="https://www.hackerrank.com/leighd2008" target="_blank">HackerRank</a> -->
</p>
<p>
I am ready to partner with you, either remotely or freelance, as a
Developer/Web Designer.
<a style="color: #ca04ca" href="contact.html">Please contact me</a>,
so I can analyze your needs and help you build your next project.
</p>
</div>
</section>
<section>
<div class="card_skills">
<h2 class="card-title">My Skills</h2>
<ul class="skills">
<li>JavaScript</li>
<li>HTML5</li>
<li>CSS3</li>
<li>React</li>
<li>Responsive Web Design</li>
<li>Databases</li>
<li>MongoDB</li>
<li>Mongoose</li>
<li>SQL</li>
<li>Git / Github</li>
<li>Express</li>
<li>docker</li>
<li>redis</li>
<li>AWS</li>
<li>Python</li>
<li>Django</li>
<li>Flask</li>
<li>Gulp</li>
<li>Nodejs</li>
<li>Rest</li>
<li>Ajax</li>
<li>jQuery</li>
<li>Data Analytics</li>
<li>Tableau</li>
<li>R / RStudio</li>
<li>Excel</li>
<li>Word</li>
<li>Power Point</li>
<li>Business Metrics</li>
<li>Reproducible Research</li>
<li>Biostatistics</li>
<li>Machine Learning</li>
<li>Data Science</li>
<li>Regression Models</li>
</ul>
</div>
</section>
<section>
<div class="card_websites">
<h2 class="card-title">Websites</h2>
<ul class="web">
<li class="website">
<a href="https://leighd2008.github.io/firefastpitch/" target="_blank"
><img
class="preview"
alt="Fire Fastpitch Softball"
src="images/FireFastpitch.png"
/>Fire Fastpitch</a
>
</li>
<li class="website">
<a href="https://crown-ecommerce.herokuapp.com/" target="_blank"
><img
class="preview"
alt="Crown Clothing ecommerce"
src="images/CrownClothing.png"
/>Crown Clothing
</a>
</li>
<li class="website">
<a
href="https://leighd2008.github.io/BuckeyeCharge/"
target="_blank"
><img
class="preview"
alt="Buckeye Charge Travel Softball Organization"
src="images/BuckeyeCharge.png"
/>Buckeye Charge
</a>
</li>
<li class="website">
<a
href="https://leighd2008.github.io/robofriends/"
target="_blank"
><img
class="preview"
alt="Robofriends React App"
src="images/robofriends.png"
/>Robofriends - React App</a
>
</li>
<li class="website">
<a href="https://smart-brain22.herokuapp.com/" target="_blank"
><img
class="preview"
alt="Smart Brain app "
src="images/smartbrain-heroku.png"
/>Smart Brain on Heroku</a
>
</li>
<li class="website">
<a
href="https://leighd2008.github.io/Music_Express_Party/"
target="_blank"
><img
class="preview"
alt="Children's Parties by Music Express website"
src="images/Amber_website.png"
/>Children's Parties by Music Express</a
>
</li>
<li class="website">
<a href="https://leighd2008.github.io/starwars/" target="_blank"
><img
class="preview"
alt="Star Wars Ultimate Guide"
src="images/Star_Wars.png"
/>Star Wars The Ultimate Guide</a
>
</li>
<li class="website">
<a
href="https://leighd2008.github.io/Flickr_Photo_Search/"
target="_blank"
><img
class="preview"
alt="Flickr Photo Search Website"
src="images/Flickr_Photo_Search_App.png"
/>Flickr Photo Search Website</a
>
</li>
<li class="website">
<a
href="https://leighd2008.github.io/RobotAnimation/"
target="_blank"
><img
class="preview"
alt="Robot Animation just website"
src="images/RobotAnimation.png"
/>Robot Animation just for fun</a
>
</li>
<li class="website">
<a href="https://leighd2008.github.io/frog_game" target="_blank"
><img
class="preview"
alt="Javascript Frog Game"
src="images/Frog_Game.png"
/>Frog Game - Under Construction</a
>
</li>
<li class="website">
<a
href="https://leighd2008.github.io/Scott_website/"
target="_blank"
><img
class="preview"
alt="Attorney Scott Patterson Website"
src="images/Scott_Website.png"
/>Attorney Scott Patterson - Under Construction</a
>
</li>
</ul>
</div>
</section>
<section class="flex">
<div class="card">
<h2 class="card-title">Data Science Projects</h2>
<ul class="skills">
<li>
<a
href="https://github.com/leighd2008/Data_Science_Capstone"
target="_blank"
>Data Science Capstone
</a>
</li>
<li>
<a
href="https://github.com/leighd2008/DDP-Week4-Shiny-Application"
target="_blank"
>Shiny app and presentation</a
>
</li>
<li>
<a
href="https://github.com/leighd2008/practicalmachinelearning"
target="_blank"
>Practical machine learning
</a>
</li>
</ul>
</div>
<div class="card">
<h2 class="card-title">Open Source Developer Projects</h2>
<ul class="skills">
<li>
<a
href="https://github.com/zero-to-mastery/drum-root"
target="_blank"
><img class="OSDP" alt="Drum-Root" src="images/ZtoM.png" />Drum
Root</a
>
</li>
<li>
<a
href="https://github.com/zero-to-mastery/projectLive"
target="_blank"
><img
class="OSDP"
alt="Project Live"
src="images/ZtoM.png"
/>Project Live</a
>
</li>
<li>
<a
href="https://github.com/leighd2008/visual-music"
target="_blank"
><img
class="OSDP"
alt="Visual Music"
src="images/ZtoM.png"
/>Visual Music
</a>
</li>
<li>
<a
href="https://www.fullstacktrends.com/?ref=producthunt"
target="_blank"
><img
class="OSDP"
alt="Fullstack Trends"
src="images/ZtoM.png"
/>Fullstack Trends</a
>
</li>
<li>
<a
href="https://collabears.herokuapp.com/community-projects"
target="_blank"
><img
class="OSDP"
alt="Chingu-Voyage 7 - Bears-10"
src="images/Chingu.png"
/>Chingu-Voyage 7 - Bears-10
</a>
</li>
</ul>
</div>
</section>
<footer>
<br />
<ul>
<li>
<a
href="https://www.udemy.com/user/diane-leigh/"
target="_blank"
class="social udemy"
>Udemy</a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/diane-leigh-5251a275/"
target="_blank"
class="social linkedin"
>LinkedIn</a
>
</li>
<li>
<a
href="https://github.com/leighd2008/"
target="_blank"
class="social github"
>Github</a
>
</li>
</ul>
<br />
<p class="copyright">Copyright 2018, Diane Leigh</p>
</footer>
</main>
</body>
</html>