-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
405 lines (378 loc) · 16.2 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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Steven Wooding Portfolio</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Lato:400,300,700'>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-2"><img class="logo" src="images/sw_logo.svg"></div>
<div class="col-md-10 text-right text-uppercase">
<h1>Steven Wooding</h1>
<h3>Udacity Full Stack Web Developer Nanodegree Graduate</h3>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr/>
<a href="#" data-toggle="modal" data-target="#about">
<img class="img-responsive" src="images/code.png" alt="Image of Python code.">
</a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Featured Work</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 text-center project-item">
<a href="#" data-toggle="modal" data-target="#projectbulb">
<img class="img-responsive center-block" src="images/bulbcompare-360x292.png"
alt="Screenshot of BulbCompare.com">
</a>
<h3 class="text-uppercase">AngularJS: BulbCompare.com</h3>
<p>
<a href="https://github.com/SteveWooding/angular-calc-tool">
Link to project on GitHub
</a>
</p>
</div>
<div class="col-md-4 col-sm-6 text-center project-item">
<a href="#" data-toggle="modal" data-target="#projectgamestats">
<img class="img-responsive center-block" src="images/gamestats-360x292.png"
alt="Screenshot of Game Statistics">
</a>
<h3 class="text-uppercase">AngularJS: Game Statistics</h3>
<p>
<a href="https://github.com/SteveWooding/coc-clan-manager">
Link to project on GitHub
</a>
</p>
</div>
<div class="col-md-4 col-sm-6 text-center project-item">
<a href="#" data-toggle="modal" data-target="#projectgame">
<img class="img-responsive center-block" src="images/arcade-game-360x292.png"
alt="Screenshot of simple arcade game">
</a>
<h3 class="text-uppercase">JavaScript Arcade Game</h3>
<p>
<a href="https://github.com/SteveWooding/frontend-nanodegree-arcade-game">
Link to project on GitHub
</a>
</p>
</div>
<div class="col-md-4 col-sm-6 text-center project-item">
<a href="#" data-toggle="modal" data-target="#project1">
<img class="img-responsive center-block" src="images/linux-config-360x292.png"
alt="Screenshot of Linux server commands">
</a>
<h3 class="text-uppercase">Linux Server Configuration</h3>
<p>
<a href="https://github.com/SteveWooding/fullstack-nanodegree-linux-server-config">
Link to project on GitHub
</a>
</p>
</div>
<div class="col-md-4 col-sm-6 text-center project-item">
<a href="#" data-toggle="modal" data-target="#project2">
<img class="img-responsive center-block" src="images/conference-360x292.jpg"
alt="Screenshot of conference app.">
</a>
<h3 class="text-uppercase">Conference Organisation App</h3>
<p>
<a href="https://github.com/SteveWooding/fullstack-nanodegee-conference">
Link to project on GitHub
</a>
</p>
</div>
<div class="col-md-4 col-sm-6 text-center project-item">
<a href="#" data-toggle="modal" data-target="#project3">
<img class="img-responsive center-block" src="images/catalog-360x292.png"
alt="Screenshot of catalogue app.">
</a>
<h3 class="text-uppercase">Catalogue App</h3>
<p>
<a href="https://github.com/SteveWooding/fullstack-nanodegree-vm/tree/master/vagrant/catalog">
Link to project on GitHub
</a>
</p>
</div>
<div class="col-md-4 col-sm-6 text-center project-item">
<a href="#" data-toggle="modal" data-target="#project4">
<img class="img-responsive center-block" src="images/tournament-360x292.png"
alt="Screenshot of SQL code.">
</a>
<h3 class="text-uppercase">Tournament Results</h3>
<p>
<a href="https://github.com/SteveWooding/fullstack-nanodegree-vm/tree/master/vagrant/tournament">
Link to project on GitHub
</a>
</p>
</div>
<div class="col-md-4 col-sm-6 text-center project-item">
<a href="#" data-toggle="modal" data-target="#project5">
<img class="img-responsive center-block" src="images/movie-website-360x292.png"
alt="Screenshot of movie trailer website.">
</a>
<h3 class="text-uppercase">Movie Trailer Website</h3>
<p>
<a href="https://github.com/SteveWooding/movie-website">
Link to project on GitHub
</a>
</p>
</div>
<div class="col-md-4 col-sm-6 text-center project-item">
<a href="#" data-toggle="modal" data-target="#project6">
<img class="img-responsive center-block" src="images/360ify-360x292.png"
alt="Screenshot of 360ify.com website.">
</a>
<h3 class="text-uppercase">360ify.com</h3>
<p>
<a href="https://bitbucket.org/stevenwooding/360ify">
Link to project on BitBucket
</a>
</p>
</div>
</div>
<div class="row footer">
<div class="col-md-6 col-sm-6 col-xs-6">
<a href="#" data-toggle="modal" data-target="#about">About this website</a>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 text-right">
<a href="https://github.com/SteveWooding/my-portfolio" data-toggle="modal" data-target="#about">
This site on GitHub
</a>
</div>
</div>
</div>
<!-- Modal for AngularJS BulbCompare.com project -->
<div class="modal fade" id="projectbulb" tabindex="-1" role="dialog"
aria-labelledby="bulbCompare" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="bulbCompare">AngularJS Project: BulbCompare.com</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/bulbcompare-555x300.png">
<p>
This is a AngularJS calculation tool that helps people compare different types of bulbs.
The project uses Angular's two-way data binding and maths features to perform the
calculations. This project was completed while doing the Lynda.com course
<a href="https://www.lynda.com/AngularJS-tutorials/Creating-Calculation-Tool-AngularJS/424042-2.html">
Creating a Calculation Tool with AngularJS 1</a>. A live version of this project can be
found at <a href="https://bulbcompare.com">bulbcompare.com</a>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal for AngularJS Game Stats project -->
<div class="modal fade" id="projectgamestats" tabindex="-1" role="dialog"
aria-labelledby="projectgamestats" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="projectgamestats">AngularJS Project: Game Statistics</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/gamestats-555x300.png">
<p>
This project uses an AngularJS frontend that gets data from a Python Flask backend.
The data comes from a public API that the game creator has made available. To enable
further long term analysis and to avoid API limits, the data is stored in a PostgreSQL
database. The Angular frontend allows for instant sorting of the data on any column,
without any calls back to the server. You can see it in action
<a href="https://clashman.empiresteve.com">here</a>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal for arcade game project -->
<div class="modal fade" id="projectgame" tabindex="-1" role="dialog"
aria-labelledby="arcadeGame" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="arcadeGame">JavaScript Arcade Game</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/arcade-game-555x300.png">
<p>
This JavaScript arcade game uses object-oriented design patterns to handle multiple game
objects. This was a Udacity project with the graphics and basic engine supplied. I coded
the game logic and added features such as levels, lives and high score. A live version
of the game can be found <a href="https://game.stevenwooding.com">here</a>.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal for Linux config project -->
<div class="modal fade" id="project1" tabindex="-1" role="dialog"
aria-labelledby="linuxConfig" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="linuxConfig">Linux Server Configuration</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/linux-config-555x300.png">
<p>
Installed and configured all required software to turn a baseline Ubuntu Amazon Web
Services server into a fully functional web application server, including Apache Web
Server and PostgreSQL database server.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal for Conference project -->
<div class="modal fade" id="project2" tabindex="-1" role="dialog"
aria-labelledby="confApp" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="confApp">Conference Organisation App</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/conference-555x300.jpg"> Using Google
App Engine's Endpoints API, built the Python backend to support a web- and Android-based
conference organization application.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal for Catalog app -->
<div class="modal fade" id="project3" tabindex="-1" role="dialog"
aria-labelledby="catalogApp" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="catalogApp">Catalogue App</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/catalog-555x300.png"> Developed a
content management system using the Flask framework in Python. Authentication is provided
via OAuth and all data is stored within an SQL database.
<p>
<a href="https://zooma.stevenwooding.com" target="_blank">Click here</a> for the live
demo of this project.
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal for Tournament project -->
<div class="modal fade" id="project4" tabindex="-1" role="dialog"
aria-labelledby="tournament" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="tournament">Tournament Results</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/tournament-555x300.png">
Built a PostgreSQL relational database scheme to store the results of a game tournament.
Also provided a number of queries to efficiently report the results of the tournament and
determine the winner.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal for Movie website project -->
<div class="modal fade" id="project5" tabindex="-1" role="dialog"
aria-labelledby="movieWebsite" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="movieWebsite">Movie Trailer Website</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/movie-website-555x300.png">
Project uses server-side code to dynamically create a website of movies using
object-oriented Python. I added the storyline and release date of each movie to the
website. I also changed the look of the website to a dark theme using CSS.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal for 360ify project -->
<div class="modal fade" id="project6" tabindex="-1" role="dialog"
aria-labelledby="three60ify" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="three60ify">360ify.com Website</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/360ify-555x300.png">
A Bootstrap website featuring some of my photosphere photographs and virtual tours. Uses
PHP includes to be more DRY (Don't Repeat Yourself). The website is live at
<a href="http://360ify.com" target="_blank">360ify.com</a>.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal for about this website -->
<div class="modal fade" id="about" tabindex="-1" role="dialog"
aria-labelledby="about" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="about">About this website</h4>
</div>
<div class="modal-body">
<img class="img-responsive modal-img" src="images/portfolio-555x300.png">
This is a responsive website built using the <a href="http://getbootstrap.com/">Bootstrap</a>
framework and custom CSS. The site features some of the projects I have completed. Further
details of each project can be revealed by click on an project image or by visiting the
project on GitHub. The source code for this site can be found on my GitHub account
<a href="https://github.com/SteveWooding/my-portfolio" target="_blank">here</a>.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="js/jquery-1.12.0.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>