-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
281 lines (272 loc) · 15 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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./images/icon2.png" type="image/gif" sizes="16x16">
<link href="https://fonts.googleapis.com/css?family=Bubblegum+Sans|Philosopher" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="container">
<nav>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#about">About</a></li>
<li><a href="#techStack">Skills</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</nav>
<!-- Projects ------------------------------------------------------------------------------->
<div id="projects">
<div class="lineDivider">
<div class="lineDivBack">
<h1>Projects</h1>
</div>
<div class="secondDivBack">
</div>
</div>
<div id="projectbg">
<div id="PacmanSection">
<h3>PacMan</h3>
<a href="https://github.com/Rainbow-Ninja/PacMan"><video id="pacman" muted autoplay loop><source src="./videos/PacMan.mp4" type="video/mp4"></video></a>
<p>Click video to see source code</p>
<ul>
<li>Ruby</li>
</ul>
<h4>One of my first passion projects created on the weekend</h4>
</div>
<div id="MazeSection">
<h3>aMazing</h3>
<a href="https://github.com/Rainbow-Ninja/TerminalApp"><video id="maze" muted autoplay loop><source src="./videos/maze.mp4" type="video/mp4"></video></a>
<p>Click video to see source code</p>
<ul>
<li>Ruby</li>
</ul>
<h4>A maze game I collaboratively created for a class project</h4>
</div>
<div id="AstroBoySection">
<h3>AstroBoy with CSS</h3>
<a href="https://github.com/Rainbow-Ninja/AstroBoy"><img id="AstroBoy" src="./images/done.PNG" alt="image not found"></a>
<p>Click image to see source code</p>
<ul>
<li>HTML | CSS</li>
</ul>
<h4>The first pure CSS image I created</h4>
</div>
<div id="cuteTacoSection">
<h3>Cute Taco with CSS</h3>
<a href="https://github.com/Rainbow-Ninja/CuteTaco"><img id="cuteTaco" src="./images/Taco.PNG" alt="image not found"></a>
<p>Click image to see source code</p>
<ul>
<li>HTML | CSS</li>
</ul>
<h4>The second pure CSS image I created</h4>
</div>
<div id="bobPageSection">
<h3>A Happy Little Index</h3>
<a href="https://github.com/Rainbow-Ninja/AHappyLittleRepo"><img id="bobPage" src="./images/BobLogin.PNG" alt="image not found"></a>
<p>Click image to see source code</p>
<ul>
<li>Ruby | Rails | PostgreSQL | HTML | CSS</li>
</ul>
<h4>My very first rails app: a community for artists who love Bob Ross</h4>
</div>
<div id="farmersSection">
<h3>The Sleepy Farmers Market</h3>
<a href="https://github.com/Rainbow-Ninja/TheFarmersMarket"><img id="farmers" src="./images/farmer.jpg" alt="image not found"></a>
<p>Click image to see source code</p>
<ul>
<li>Ruby | Rails | PostgreSQL | HTML | CSS</li>
<li>Heroku to deploy</li>
</ul>
<h4>My second rails app: pre-order your fresh vegys so you can sleep in on farmers market day</h4>
</div>
<div id="monsterSection">
<h3>Random Monster Generator</h3>
<a href="https://github.com/Rainbow-Ninja/Random-Monster-Generator"><video id="monsters" muted autoplay loop><source src="./videos/randommonsters.mp4" type="video/mp4"></video></a>
<p>Click image to see source code</p>
<ul>
<li>JavaScript | jQuery | HTML | CSS</li>
<li>Netlify to deploy</li>
</ul>
<h2><a href="https://random-monster-generator.netlify.com/">Click here to see it live</a></h2>
<h4>A fun weekend spent experimenting with DOM manipulation</h4>
</div>
<div id="memorySection">
<h3>Memory</h3>
<a href="https://github.com/Rainbow-Ninja/react-hackathon"><video id="memory" muted autoplay loop><source src="./videos/React.mp4" type="video/mp4"></video></a>
<p>Click image to see source code</p>
<ul>
<li>React | JavaScript | JSX</li>
<li>Netlify to deploy</li>
</ul>
<h2><a href="https://memories-of-india.netlify.com/">Click here to see it live</a></h2>
<h4>A React Hackathon made in pairs in 2 days</h4>
</div>
</div>
</div>
<!-- About ------------------------------------------------------------------------------------>
<div id="about">
<div class="lineDivider">
<div class="lineDivBack">
<h1>About Me</h1>
</div>
<div class="secondDivBack">
</div>
</div>
<div id="aboutText">
<p>I am a passionate Software Developer based in Sydney, Australia. I enjoy getting my teeth into a good coding challenge and designing interesting things. When I'm not coding you'll find me creating something in my art studio - be it drawing, painting, or making 8-bit art from Rubiks Cubes; hanging out with my family and playing with my pets; or sparring with friends at Hapkido.</p>
<p>After studying at Coder Academy for a little over a month I had the privilege of presenting the solution to an Exercism challenge at the ROROSYD MeetUp, a MeetUp I have presented several projects at now including the work I completed at a RailsGirls event.</p>
<p>I have enjoyed being involved in the coding community, attending MeetUps and events such as the Voxxed Conference2019, SheHacks2019, CampJS, LevelUp and RailsGirlsNext.</p>
</div>
<div id="aboutImages">
<div class="row">
<img src="./images/about/red.jpg" alt="photography">
<img src="./images/about/paint.jpg" alt="paint">
<img src="./images/about/8bit2.jpg" alt="pacman">
<img src="./images/about/RoroSyd.png" alt="rorosyd">
</div>
<div class="row">
<img src="./images/about/whittle.jpg" alt="whittling">
<img src="./images/about/takedown.jpg" alt="hapkido">
<img src="./images/about/bertnernie.png" alt="Bert & Ernie">
<img src="./images/about/2.jpg" alt="poster">
</div>
<div class="row">
<img src="./images/about/drama.jpg" alt="drama sets">
<img src="./images/about/planets.jpg" alt="planets">
<img src="./images/about/hapkido.jpg" alt="hapkido">
<img src="./images/about/tower.jpg" alt="drama sets">
</div>
<div class="row">
<img src="./images/about/green.jpg" alt="sewing">
<img src="./images/about/8bit3.jpg" alt="pacman">
<img src="./images/about/6.jpg" alt="sheHacks">
<img src="./images/about/mosaic.jpg" alt="mosaic">
</div>
<div class="row">
<img src="./images/about/hands.jpg" alt="drawing">
<img src="./images/about/3.jpg" alt="sheHacks">
<img src="./images/about/draws.jpg" alt="drawing">
<img src="./images/about/peace.jpg" alt="photography">
</div>
</div>
<div id="workStudy">
<h3>Study History</h3>
<p>I'm currently working online to complete my Certified Cloud Practicioner certification with AWS, due to finish mid September 2020.<p>
<p>I completed a Diploma of IT at Coder Academy, February 2020, where I maintained a high distinction average.</p>
<p>I achieved my first degree black belt in Hapkido in 2018, and am an assistant instructor in our kids class, for kids aged 7-14yrs.</p>
<p>I completed a Bachelor of Mathematics Education from the University of Wollongong in 2007.</p>
<p>I have a certificate in Comprehensive Writing also completed in 2007.</p>
<h3>Work History</h3>
<p>Straight out of highschool I worked full time in Pets Paradise as a retail assistant.</p>
<p>I have worked over 5years in the disability sector in various roles working with people with varying degrees of ability.</p>
<p>From 2011 - 2018 I homeschooled my son while working in my own time as an artist. One of my more prominent mosaic works (some photos above) can be seen cemented to the retaining wall on Hordens beach park in Bundeena. To see more of my art feel free to check out my <span><a href="https://www.instagram.com/scaffelpike/">instagram</a></span>.</p>
<p>I had a one month internship to finalise my studies at Coder Academy. Here I worked with the Avalara and Google API with Javascript to validate ~100,000 client addresses.</p>
<p>Following Safety Culture I was given the oppostunity to work at Grok Learning for 4mths. Here I works with Python and Django within Docker. Each day included expanding and maintaining the website, writing content, and supporting consumers. I worked with a small dev team on a large established code base.</p>
</div>
</div>
<!-- techStack/skills --------------------------------------------------------------------------->
<div id="techStack">
<div class="lineDivider">
<div class="lineDivBack">
<h1>Skills</h1>
</div>
<div class="secondDivBack">
</div>
</div>
<div id="techStackPics">
<div id="JS">
<img src="./images/js.png" alt="JavaScript">
<p>JavaScript</p>
</div>
<div id="mongoDB">
<img src="./images/mongo.jpg" alt="MongoDB">
<p>MongoDB</p>
</div>
<div id="React">
<img src="./images/react.png" alt="React">
<p>React</p>
</div>
<div id="ruby">
<img src="./images/ruby.png" alt="ruby">
<p>Ruby</p>
</div>
<div id="rails">
<img src="./images/rails.png" alt="rails">
<p>Rails</p>
</div>
<div id="postgresql">
<img src="./images/post.png" alt="PostgreSQL">
<p>PostgreSQL</p>
</div>
<div id="html">
<img src="./images/html5.png" alt="html">
<p>HTML</p>
</div>
<div id="CSSS">
<img src="./images/csss.png" alt="css">
<p>CSS</p>
</div>
<div id="bootstrap">
<img src="./images/boot.png" alt="bootstrap">
<p>Bootstrap</p>
</div>
<div id="sass">
<img src="./images/sass2.png" alt="sass">
<p>SASS</p>
</div>
<div id="git">
<img src="./images/git.png" alt="git">
<p>Git</p>
</div>
<div id="holder">
<img src="./images/holder.png" alt=" ">
<p> </p>
</div>
</div>
</div>
<!-- Contact ---------------------------------------------------------------------------------->
<div id="contact">
<div class="lineDivider">
<div class="lineDivBack">
<h1>Find Me</h1>
</div>
<div class="secondDivBack">
</div>
</div>
<div id="contactArea">
<div class="contactClass" id="twitter">
<img src="./images/twitter.png" alt="twitter">
<a href="https://twitter.com/CodeTravelled"><h2>Twitter</h2></a>
</div>
<div class="contactClass" id="github">
<img src="./images/github.png" alt="github">
<a href="https://github.com/Rainbow-Ninja"><h2>GitHub</h2></a>
</div>
<div class="contactClass" id="linkedin">
<img src="./images/linkedin.png" alt="LinkedIn">
<a href="https://www.linkedin.com/in/jo-dunham-ab1010185/"><h2>LinkedIn</h2></a>
</div>
<div class="contactClass" id="codePen">
<img src="./images/codePen.png" alt="codePen">
<a href="https://codepen.io/rainbow-ninja"><h2>CodePen</h2></a>
</div>
<div class="contactClass" id="stackOverflow">
<img src="./images/stack.png" alt="StackOverflow">
<a href="https://stackoverflow.com/users/11247139/rainbowninja"><h2>StackOverflow</h2></a>
</div>
<div class="contactClass" id="email">
<img src="./images/email.png" alt="email">
<a href="mailto:[email protected]?subject=Mail%from%Portfolio%Page"><h2>Email Me</h2></a>
</div>
</div>
<div class="rainbowLine">
</div>
</div>
</div>
</body>
</html>