-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
377 lines (369 loc) · 16.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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<script src="https://kit.fontawesome.com/31eccee54f.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400&family=Roboto+Condensed:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="img/favicon.ico" />
<title><Mike-Back></title>
<!-- Open Graph meta tags to provide content for social sharing (LinkedIn) -->
<meta
name="title"
property="og:title"
content="Mike Back - Full Stack JavaScript Developer from Melbourne, Australia"
/>
<meta
name="image"
property="og:image"
content="https://www.mikeback.me/img/social_share2.jpg"
/>
<meta property="og:image:alt" content="Screenshot of website homepage" />
<meta
name="description"
property="og:description"
content="Mike's developer portfolio website with a personal profile, project examples, technologies and ways to get in touch"
/>
<meta property="og:url" content="https://www.mikeback.me/" />
<meta property="og:type" content="profile" />
<meta property="og:site_name" content="Mike Back" />
<meta property="og:locale" content="en_AU" />
<meta name="author" content="Mike Back" />
</head>
<body>
<header id="header">
<a id="home" href="https://www.mikeback.me/"><h3>MIKE BACK</h3></a>
<nav id="navbar">
<a class="nav-link" href="#scroll-stop"><span>ABOUT</span></a>
<a class="nav-link" href="#scroll-stop2"><span>SKILLS</span></a>
<a class="nav-link" href="#projects"><span>PROJECTS</span></a>
<a class="nav-link" href="#contact-me"><span>CONTACT</span></a>
</nav>
</header>
<section id="welcome-section">
<div id="welcome-text">
<h1>Hello, I'm Mike</h1>
<h3>I'm a Web Developer</h3>
</div>
<a href="#scroll-stop"><img class="scroll-arrow" src="img/scroll-arrow-blu.png" /></a>
<span id="scroll-stop"></span>
</section>
<section id="about">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front">
<img src="img/profile_img.jpg" alt="photo" class="about-img" />
</div>
<div class="flip-card-back">
<a href="https://github.com/MakeItBack" target="_blank"
><img src="img/octocat_dad.png" alt="Avatar" class="about-img"
/></a>
</div>
</div>
</div>
<div id="about-block">
<ul>
<li>A passion for building things and solving problems</li>
<li>Always learning</li>
<li>Pre-installed with Marketing and Engineering</li>
<li>Melbourne Australia</li>
</ul>
</div>
<h3>Let's work on something together</h3>
<a href="#scroll-stop2"><img class="scroll-arrow" src="img/scroll-arrow-ora.png" /></a>
</section>
<section id="skills">
<span id="scroll-stop2"></span>
<h3 class="h3-black">I have experience with...</h3>
<a href="#projects">
<div id="skills-grid">
<img class="tech-logo hide" src="img/tech/html5.png" alt="html5 logo" />
<img class="tech-logo hide" src="img/tech/css3.png" alt="css3 logo" />
<img class="tech-logo show" src="img/tech/html_css.png" alt="html5 and css3 logo" />
<img class="tech-logo hide" src="img/tech/javascript.png" alt="javascript logo" />
<img class="tech-logo" src="img/tech/typescript.png" alt="typescript logo" />
<img class="tech-logo" src="img/tech/bootstrap.png" alt="bootstrap logo" />
<img class="tech-logo hide" src="img/tech/jquery3.png" alt="jquery logo" />
<img class="tech-logo" src="img/tech/sass.png" alt="sass logo" />
<img class="tech-logo" src="img/tech/react.png" alt="React logo" />
<img class="tech-logo hide" src="img/tech/node2.png" alt="node.js logo" />
<img class="tech-logo" src="img/tech/aws.png" alt="aws logo" />
</div>
</a>
</section>
<section id="projects">
<h3 class="h3-black">...and here's some of my projects</h3>
<div id="projects-grid">
<a href="https://github.com/MakeItBack/Trello-Delete-App" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/trello_app.jpg"
alt="Trello Cleanup screenshot"
/>
<p>Trello Cleanup</p>
<div class="tile-overlay">
<h3 class="h3-black">Trello Cleanup</h3>
<p>
A single page web app that lets you bulk delete unwanted Trello boards in
one operation.
</p>
<p class="project-tech">
Built using Sass, JavaScript and Axios to query the Trello API.<br />
<i class="fab fa-html5"></i>
<i class="fab fa-sass"></i>
<i class="fab fa-js"></i>
<i class="fas fa-toolbox"></i>
<i class="fas fa-search"></i>
</p>
<p class="launch">CLICK TO VIEW CODE (GITHUB)</p>
</div>
</div>
</a>
<a href="https://chillishack.netlify.app/" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/chillishack.jpg"
alt="Chillishack screenshot"
/>
<p>Chillishack</p>
<div class="tile-overlay">
<h3 class="h3-black">Chillishack</h3>
<p>
A responsive product landing page, created for a fictional chilli emporium.
</p>
<p class="project-tech">
Built using CSS Flexbox, Google Fonts, Font Awesome and embedded video.<br />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-font-awesome-flag"></i>
<i class="fab fa-google"></i>
<i class="fas fa-photo-video"></i>
</p>
<p class="launch">CLICK TO LAUNCH</p>
</div>
</div>
</a>
<a href="https://ratatat.netlify.app/" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/ratatat.jpg"
alt="Ratatat screenshot"
/>
<p>Ratatat</p>
<div class="tile-overlay">
<h3 class="h3-black">Ratatat</h3>
<p>
Ratatat is a Patatap clone, built using JavaScript libraries.<br />
Hit any key (A-Z) to generate fun sound and graphic effects.
</p>
<p class="project-tech">
Built using Paper.js and Howler.js.<br />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-js"></i>
<i class="fas fa-toolbox"></i>
<i class="fas fa-music"></i>
</p>
<p class="launch">CLICK TO LAUNCH</p>
</div>
</div>
</a>
<a href="https://olives-dice-roller.netlify.app/" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/dice.jpg"
alt="Dice roller screenshot"
/>
<p>Dice Roller</p>
<div class="tile-overlay">
<h3 class="h3-black">Olive's Dice Roller</h3>
<p>
A cat-themed dice roller for my daughter to use during remote learning.<br />
Generates a random dice roll on 1-3 dice. Choose die with either 6 or 10
sides.
</p>
<p class="project-tech">
Built using Bootstrap and jQuery<br />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-js"></i>
<i class="fab fa-bootstrap"></i>
<i class="fas fa-toolbox"></i>
</p>
<p class="launch">CLICK TO LAUNCH</p>
</div>
</div>
</a>
<a href="https://redgreenblue.netlify.app/" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/redgreenblue.jpg"
alt="RGB Game screenshot"
/>
<p>RGB Game</p>
<div class="tile-overlay">
<h3 class="h3-black">RGB Colour Game</h3>
<p>
Test your skill at choosing the correct colour to match a random RGB code.
</p>
<p class="project-tech">
Built using HTML, CSS and JavaScript.<br />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-js"></i>
<i class="fab fa-github"></i>
</p>
<p class="launch">CLICK TO LAUNCH</p>
</div>
</div>
</a>
<a href="https://github.com/MakeItBack/MikeCamp/" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/mikecamp.jpg"
alt="Mikecamp screenshot"
/>
<p>MikeCamp</p>
<div class="tile-overlay">
<h3 class="h3-black">MikeCamp</h3>
<p>
A directory of camping spots in Victoria. Full-stack web app with
authorisation, authentication and RESTful routes.
</p>
<p class="project-tech">
Built with Node, Express, MongoDB, Passport and Bootstrap.<br />
<i class="fab fa-node-js"></i>
<i class="fas fa-database"></i>
<i class="fas fa-key"></i>
<i class="fab fa-bootstrap"></i>
<i class="fab fa-font-awesome-flag"></i>
</p>
<p class="launch">CLICK TO VIEW CODE (GITHUB)</p>
</div>
</div>
</a>
<a href="https://find-a-movie.netlify.app/" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/findamovie.jpg"
alt="Find-a-Movie screenshot"
/>
<p>Find-a-Movie</p>
<div class="tile-overlay">
<h3 class="h3-black">Find-a-Movie</h3>
<p>Displays matching movie titles and artwork based your search term.</p>
<p class="project-tech">
Built using the IMDb API and Bootstrap.<br />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-js"></i>
<i class="fab fa-bootstrap"></i>
<i class="fas fa-search"></i>
</p>
<p class="launch">CLICK TO LAUNCH</p>
</div>
</div>
</a>
<a href="https://bike-survey.netlify.app/" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/bikesurvey.jpg"
alt="Bike Survey screenshot"
/>
<p>Bike Survey</p>
<div class="tile-overlay">
<h3 class="h3-black">Bike Survey</h3>
<p>A nicely styled, responsive web survey form for bike commuters.</p>
<p class="project-tech">
Built with vanilla HTML and CSS.<br />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-free-code-camp"></i>
<i class="fab fa-github"></i>
</p>
<p class="launch">CLICK TO LAUNCH</p>
</div>
</div>
</a>
<a href="https://flexboxdox.netlify.app/" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/flexboxdox.jpg"
alt="Flexbox documentation screenshot"
/>
<p>Flexbox Dox</p>
<div class="tile-overlay">
<h3 class="h3-black">Flexbox Dox</h3>
<p>
A tech docs page about CSS Flexbox with typical features such as code
fragments and nav links.
</p>
<p class="project-tech">
Built with vanilla HTML and CSS.<br />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-free-code-camp"></i>
<i class="fab fa-github"></i>
</p>
<p class="launch">CLICK TO LAUNCH</p>
</div>
</div>
</a>
<!-- <a href="https://record-tribute.netlify.app/" target="_blank">
<div class="project-tile">
<img
class="project-img"
src="img/projects/tribute.jpg"
alt="Tribute page screenshot"
/>
<p>Tribute Page</p>
<div class="tile-overlay">
<h3 class="h3-black">A Tribute</h3>
<p>
Tribute page for a classic woodworking handtool: the #4
Record bench plane.<br />
</p>
<p class="project-tech">
Built with vanilla HTML and CSS.<br />
<i class="fab fa-html5"></i>
<i class="fab fa-css3"></i>
<i class="fab fa-free-code-camp"></i>
<i class="fab fa-github"></i>
</p>
<p class="launch">CLICK TO LAUNCH</p>
</div>
</div>
</a> -->
</div>
</section>
<section id="contact-me">
<div id="contact-container">
<h3>GET IN TOUCH</h3>
<a href="mailto:hello@mikeback.me"><img src="img/Contact/email.png" /></a>
<a href="https://github.com/MakeItBack" id="profile-link" target="_blank"
><img src="img/Contact/Github.png" />
</a>
<a href="tel:+61438651533"><img src="img/Contact/phone.png" /></a>
<a href="https://www.linkedin.com/in/mikeback/" target="_blank"
><img src="img/Contact/LinkedIn_2.png"
/></a>
<a href="https://www.freecodecamp.org/makeitback" target="_blank"
><img src="img/Contact/fCC.png"
/></a>
</div>
</section>
</body>
</html>