-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
359 lines (353 loc) · 12.9 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
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
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>André Grech - Home</title>
<!-- Bootstrap core CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<!-- Custom styles for this template -->
<link href="./custom-styles.css" rel="stylesheet" />
<!-- Google fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Noto+Serif:wght@700&family=Raleway&display=swap"
rel="stylesheet"
/>
<!-- external Colourpalette -->
<script data-id="08901008364158189">
new CoolorsPaletteWidget("08901008364158189", [
"e63946",
"f1faee",
"a8dadc",
"457b9d",
"1d3557",
]);
</script>
</head>
<body class="d-flex flex-column h-100">
<header>
<!-- Fixed navbar -->
<nav
class="navbar navbar-expand-md navbar-dark fixed-top bg-dark"
id="top"
>
<a class="navbar-brand non-head-text text-highlight" href=".\index.html"
>André Grech</a
>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarCollapse"
aria-controls="navbarCollapse"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarCollapse"
>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link non-head-text" href="./contact.html"
>Contact</a
>
</li>
<li class="nav-item active">
<a class="nav-link non-head-text" href="./portfolio.html"
>Portfolio <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a
class="nav-link non-head-text"
href="./index.html"
tabindex="-1"
aria-disabled="true"
>About</a
>
</li>
</ul>
</div>
</nav>
</header>
<!-- Begin page content -->
<main role="main" class="flex-shrink-0">
<div class="container">
<section class="row">
<article class="col-sm-8 window-size-custom">
<h1 id="top-of-page">
Portfolio
<hr />
</h1>
<div class="row" id="resume-section">
<h5 class="col-sm-6">
<a
id="resume-link"
href="https://drive.google.com/file/d/1UxeZtYbFTx45cI5cCExvix9JD0zAURAo/view?usp=sharing"
>
Link to my Resumé
</a>
</h5>
</div>
<section class="row portfolio-section">
<div class="col-sm-6">
<a
href="https://agr2020xman.github.io/Project_1-Basketball-News/"
><img
class="col-sm-12 img-responsive portfolio-image"
src="./Assets/Images/BasketNewsProject.JPG"
alt="Major work for basketball and stats"
/>
</a>
</div>
<div class="col-sm-6">
<h3>
<a
target="_blank"
href="https://github.com/AGr2020Xman/Project_1-Basketball-News"
>Project Basket News</a
>
</h3>
<p>
My first major work putting together all I've learned so far
to manipulate APIs and create a convenient Basketball
statistics and news application.
</p>
</div>
</section>
<section class="row portfolio-section">
<div class="col-sm-6">
<a href="https://food-pal-v1.herokuapp.com/"
><img
class="col-sm-12 img-responsive portfolio-image"
src="./Assets/Images/foodpal.JPG"
alt="Major work for preventing food waste"
/>
</a>
</div>
<div class="col-sm-6">
<h3>
<a
target="_blank"
href="https://github.com/AGr2020Xman/food_pal"
>Project FoodPal</a
>
</h3>
<p>
My third major work utilising the MERN stack. An
under-develpment SPA using React aimed at reducing food
wastage and tracking food expirations.
</p>
</div>
</section>
<section class="row portfolio-section">
<div class="col-sm-6">
<a href="https://community-hub-project.herokuapp.com/"
><img
class="col-sm-12 img-responsive portfolio-image"
src="./Assets/Images/geoverse.JPG"
alt="Major work - first full stack application"
/>
</a>
</div>
<div class="col-sm-6">
<h3>
<a
target="_blank"
href="https://github.com/AGr2020Xman/community-hub-project"
>Project Geoverse</a
>
</h3>
<p>
First major full stack application incorporating front and
back-end functionality to create a modernised 'Geo-cities' in
homage to the 90s phenomena. Future development is planned to
increase the site functionality and polish it for use as a
stand in social-media substitute.
</p>
</div>
</section>
<section class="row portfolio-section">
<div class="col-sm-6">
<a href="https://agr2020xman.github.io/Weather-Dashboard/"
><img
class="col-sm-12 img-responsive portfolio-image"
src="./Assets/Images/WeatherDashboard.JPG"
alt="Weather dashboard online application"
/></a>
</div>
<div class="col-sm-6">
<h3>
<a
target="_blank"
href="https://github.com/AGr2020Xman/Weather-Dashboard"
>Weather Dashboard project</a
>
</h3>
<p>
First major use of APIs in my work. Accesses a weather
dashboard to retrieve forecasted data on user searched cities.
Compatible with both imperial and metric unit regions.
</p>
</div>
</section>
<section class="row portfolio-section">
<div class="col-sm-6">
<a href="https://agr2020xman.github.io/Day-Planner/"
><img
class="col-sm-12 img-responsive portfolio-image"
src="./Assets/Images/DayPlanner.JPG"
alt="Day planning application"
/></a>
</div>
<div class="col-sm-6">
<h3 id="day-planner-desc">
<a target="_blank" href="https://github.com/Day-Planner/"
>Day Planner project</a
>
</h3>
<p>
A 9 to 5 day planner to store daily events across the day.
Updates hourly and refreshes based on the current hour. Useful
for planning or goal setting.
</p>
</div>
</section>
<section class="row portfolio-section">
<div class="col-sm-6">
<a href="https://agr2020xman.github.io/Code-Quiz/"
><img
class="col-sm-12 img-responsive portfolio-image"
src="./Assets/Images/CodeQuiz.JPG"
alt="Coding quiz application"
/></a>
</div>
<div class="col-sm-6">
<h3>
<a target="_blank" href="https://github.com/Code-Quiz/"
>Coding Quiz project</a
>
</h3>
<p>
A timed quiz that saves highscores based on the performance of
the individual. The highscores can be viewed and are saved
using browser local storage.
</p>
</div>
</section>
<section class="row portfolio-section">
<div class="col-sm-6">
<a href="https://github.com/AGr2020Xman/Eat-a-burger"
><img
class="col-sm-12 img-responsive portfolio-image"
src="./Assets/Images/burgertheme.JPG"
alt="Heroku hosted burger app"
/>
</a>
</div>
<div class="col-sm-6">
<h3>
<a
target="_blank"
href="https://github.com/AGr2020Xman/Eat-a-burger"
>Eat the burgers app!</a
>
</h3>
<p>
Using Heroku to host a burger eating app, using MySQL
knowledge to persist that data. Eat the burger app is a fun
demonstration of CRUD functionality, ORM concepts and app
hosting.
</p>
</div>
</section>
<section class="row portfolio-section">
<div class="col-sm-6">
<a href="https://radiant-sea-94722.herokuapp.com/"
><img
class="col-sm-12 img-responsive portfolio-image"
src="./Assets/Images/notetaker.JPG"
alt="Heroku hosted note taker app"
/>
</a>
</div>
<div class="col-sm-6">
<h3>
<a
target="_blank"
href="https://github.com/AGr2020Xman/Note-Taker"
>Note Taker app</a
>
</h3>
<p>
Using Heroku to host a note taking app. Persisted note data is
a pseduo-database as this was created before a full
understanding of MySQL. Uses UUIDs to store unique notes,
storing or deleting data based on user input.
</p>
</div>
</section>
</article>
</section>
</div>
</main>
<footer class="footer mt-auto py-3 container-fluid">
<div class="row">
<span
class="text-muted non-head-text footer-text justify-content-start col-sm-3"
>
© AGr Pty Ltd
</span>
<span
class="text-muted non-head-text footer-text justify-content-start col-sm-3"
>
<a href="https://github.com/AGr2020Xman" target="_blank">
<img class="thumbnails" src="./Assets/Images/github_icon.png" />
</a>
<a href="https://www.linkedin.com/in/andregrech95/" target="_blank">
<img
class="thumbnails"
src="./Assets/Images/linkedin-icon-logo-png.png"
/>
</a>
</span>
<span
class="text-muted non-head-text footer-text col-sm-3 justify-content-center"
>
<a href="./contact.html">Contact me</a>
</span>
<span
class="text-muted non-head-text col-sm-3 footer-text justify-content-end"
>
<a href="#top-of-page">Top of Page</a>
</span>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"
></script>
</body>
</html>