-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
351 lines (348 loc) · 13.8 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
<!Doctype html>
<html lang="en">
<head>
<title>Portfolio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,200;1,300;1,400&display=swap" rel="stylesheet">
<link href="css/normalise.css" type="text/css" rel="stylesheet">
<link href="css/style.css" type="text/css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.css" />
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"/>
<script defer src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<script defer type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core/dist/ionic/ionic.esm.js"></script>
<script defer src="https://unpkg.com/swiper/swiper-bundle.js"></script>
<script defer src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script defer src="https://unpkg.com/swup@latest/dist/swup.min.js"></script>
<script defer src="src/scripts.js"></script>
</head>
<body>
<header>
<nav class="container">
<div class="empty"></div>
<div class="link">
<a href="/index.html" class="navlink">
<img class="uiButton" src="images-logo/building.png" alt="home"><span>Home</span></a>
<a href="/aboutme.html" class="navlink">
<img class="uiButton" src="images-logo/man.png" alt="about me"><span>About me</span></a>
<a href="portfolio.html" class="navlink">
<img class="uiButton" src="images-logo/browsers.png" alt="portfolio"><span>Portfolio</span></a>
<a href="Alexander_Ferreira_CV.pdf" download="Alexander_Ferreira_CV.pdf" class="navlink">
<img class="uiButton" src="images-logo/downloading.png" alt="download cv"><span>Download CV</span></a>
</div>
</nav>
</header>
<main class="portfolio-container transition-fade" id="swup">
<section class="slider-container">
<!-- Slider main container -->
<div class="swiper-container">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide">
<div class="project-title">
<h2>Project Name: Office Login App</h2>
</div>
<div class="image-container">
<img src="images-logo/OfficeLogin.png">
</div>
<div class="icons-container">
<div class="first-icons">
<i class="php">
<i class="fab fa-php"></i>
</i>
<!--<i class="ts">
<p class="iconify ts-logo" data-icon="logos-typescript-icon"
data-inline="false"></p>-->
</i>
<i class="html">
<ion-icon name="logo-html5"></ion-icon>
</i>
<i class="css">
<ion-icon name="logo-css3"></ion-icon>
</i>
<i class="js">
<ion-icon name="logo-javascript"></ion-icon>
</i>
</div>
<div class="second-icons">
<!--<i class="preview">
<a href="https://2021-alexf.dev.io-academy.uk/ToDo/"><ion-icon name="eye-outline"></ion-icon></a>
</i>-->
<i class="code">
<a href="https://github.com/SniffleSneeze/Office-Login"><ion-icon name="code-slash-outline"></ion-icon></a>
</i>
</div>
</div>
<p>
Basic office login application to practice MVC FrameWork and CRUD.
<em>*This application has been build to fit IPad format</em>
Using PHP Slim Framework, Javascript, HTML5 and CSS Bootstrap for an easy and constant design across the app.
</p>
</div>
<div class="swiper-slide">
<div class="project-title">
<h2>Project Name: Todo List</h2>
</div>
<div class="image-container">
<img src="images-logo/ToDoList.png">
</div>
<div class="icons-container">
<div class="first-icons">
<i class="php">
<i class="fab fa-php"></i>
</i>
<!--<i class="ts">
<p class="iconify ts-logo" data-icon="logos-typescript-icon"
data-inline="false"></p>-->
</i>
<i class="html">
<ion-icon name="logo-html5"></ion-icon>
</i>
<i class="css">
<ion-icon name="logo-css3"></ion-icon>
</i>
<!--<i class="js">
<ion-icon name="logo-javascript"></ion-icon>
</i>-->
</div>
<div class="second-icons">
<!--<i class="preview">
<a href="https://2021-alexf.dev.io-academy.uk/ToDo/"><ion-icon name="eye-outline"></ion-icon></a>
</i>-->
<i class="code">
<a href="https://github.com/SniffleSneeze/ToDo"><ion-icon name="code-slash-outline"></ion-icon></a>
</i>
</div>
</div>
<p>
First project that introduce me to the SLIM framework for PHP and to practice MVC design Pattern.
Being carfule to respect the Dependency injection / Factory Pattern.
For the front-end I'm just using HTML and CSS, no JS.
</p>
</div>
<div class="swiper-slide">
<div class="project-title">
<h2>Project Name: Koalas Cars</h2>
</div>
<div class="image-container">
<img src="images-logo/KoalasCars.png">
</div>
<div class="icons-container">
<div class="first-icons">
<i class="php">
<i class="fab fa-php"></i>
</i>
<!--<i class="ts">
<p class="iconify ts-logo" data-icon="logos-typescript-icon"
data-inline="false"></p>-->
</i>
<i class="html">
<ion-icon name="logo-html5"></ion-icon>
</i>
<i class="css">
<ion-icon name="logo-css3"></ion-icon>
</i>
<!--<i class="js">
<ion-icon name="logo-javascript"></ion-icon>
</i>-->
</div>
<div class="second-icons">
<i class="preview">
<a href="https://dev.io-academy.uk/projects/2021-may/2021-may-koalaCars/"><ion-icon name="eye-outline"></ion-icon></a>
</i>
<i class="code">
<a href="https://github.com/iO-Academy/2021-may-koalaCars"><ion-icon name="code-slash-outline"></ion-icon></a>
</i>
</div>
</div>
<p>
Building an application exclusively with vanilla PHP, using the SOLID principles and high quality code following the PSR12 standards.
We used cURL to fetch data and populate a MySQL database.
We then used a Hydrator to populate the UI with that data and HTML & CSS to build the front-end
</p>
</div>
<div class="swiper-slide">
<div class="project-title">
<h2>Project Name: iO Aptitude Test</h2>
</div>
<div class="image-container">
<img src="images-logo/iOAcademy-Aptitud-Test.png">
</div>
<div class="icons-container">
<div class="first-icons">
<!--<i class="php">
<i class="fab fa-php"></i>
</i>-->
<i class="ts">
<p class="iconify ts-logo" data-icon="logos-typescript-icon"
data-inline="false"></p>
</i>
<i class="html">
<ion-icon name="logo-html5"></ion-icon>
</i>
<i class="css">
<ion-icon name="logo-css3"></ion-icon>
</i>
<i class="js">
<ion-icon name="logo-javascript"></ion-icon>
</i>
</div>
<div class="second-icons">
<i class="code">
<a href="https://github.com/iO-Academy/aptitude-test"><ion-icon name="code-slash-outline"></ion-icon></a>
</i>
</div>
</div>
<p>
As a team we had to work with a pre-built RESTful API, we had to work with legacy TypeScript code to test people's aptitude for iO Academy.
We used Gulp to compile our SASS and TypeScript and made use of Fetch to interact with the back-end API. Our task as a team was to improve the user UI,
which required modifying the underlying data structure and ensuring the existing code still worked with the new structure.
</p>
</div>
<div class="swiper-slide">
<div class="project-title">
<h2>Project Name: Solar System</h2>
</div>
<div class="image-container">
<img src="images-logo/SolarSystem.png">
</div>
<div class="icons-container">
<div class="first-icons">
<!--<i class="php">
<i class="fab fa-php"></i>
</i>
<i class="ts">
<p class="iconify ts-logo" data-icon="logos-typescript-icon"
data-inline="false"></p>
</i>-->
<i class="html">
<ion-icon name="logo-html5"></ion-icon>
</i>
<i class="css">
<ion-icon name="logo-css3"></ion-icon>
</i>
<i class="js">
<ion-icon name="logo-javascript"></ion-icon>
</i>
</div>
<div class="second-icons">
<i class="preview">
<a href="https://2021-alexf.dev.io-academy.uk/SolarSystem/"><ion-icon name="eye-outline"></ion-icon></a>
</i>
<i class="code">
<a href="https://github.com/SniffleSneeze/SolarSystem"><ion-icon name="code-slash-outline"></ion-icon></a>
</i>
</div>
</div>
<p>
Project that introduce me to API, I've use Gulp to compile some SASS,
use of fetch to interact with the API and then use Handlebar to dynamically insert the different pages data into the pages.
</p>
</div>
<div class="swiper-slide">
<div class="project-title">
<h2>Project Name: Collection App</h2>
</div>
<div class="image-container">
<img src="images-logo/CollectionApp.png">
</div>
<div class="icons-container">
<div class="first-icons">
<i class="php">
<i class="fab fa-php"></i>
</i>
<!--<i class="ts">
<p class="iconify ts-logo" data-icon="logos-typescript-icon"
data-inline="false"></p>-->
</i>
<i class="html">
<ion-icon name="logo-html5"></ion-icon>
</i>
<i class="css">
<ion-icon name="logo-css3"></ion-icon>
</i>
<!--<i class="js">
<ion-icon name="logo-javascript"></ion-icon>
</i>-->
</div>
<div class="second-icons">
<i class="preview">
<a href="https://2021-alexf.dev.io-academy.uk/Collection_App/"><ion-icon name="eye-outline"></ion-icon></a>
</i>
<i class="code">
<a href="https://github.com/SniffleSneeze/Collection_App"><ion-icon name="code-slash-outline"></ion-icon></a>
</i>
</div>
</div>
<p>
First Application, where I put in practice PHP to retrieve and insert date to a DB using SQL query.
I also had the chance to try Unitesting for the first time on this application.
I have then use HTML & CSS for the front end.
</p>
</div>
<div class="swiper-slide">
<div class="project-title">
<h2>Project Name: Memory Game</h2>
</div>
<div class="image-container">
<img src="images-logo/KoalaMemory.png">
</div>
<div class="icons-container">
<div class="first-icons">
<!--<i class="php">
<i class="fab fa-php"></i>
</i>
<i class="ts">
<p class="iconify ts-logo" data-icon="logos-typescript-icon"
data-inline="false"></p>
</i>-->
<i class="html">
<ion-icon name="logo-html5"></ion-icon>
</i>
<i class="css">
<ion-icon name="logo-css3"></ion-icon>
</i>
<i class="js">
<ion-icon name="logo-javascript"></ion-icon>
</i>
</div>
<div class="second-icons">
<i class="preview">
<a href="https://dev.io-academy.uk/projects/2021-may/memory-game/"><ion-icon name="eye-outline"></ion-icon></a>
</i>
<i class="code">
<a href="https://github.com/iO-Academy/2021-koalas-memory-pattern-game"><ion-icon name="code-slash-outline"></ion-icon></a>
</i>
</div>
</div>
<p>
First team project, I had the pleasure to be the SCRUM MASTER and we were ask put together a memory game.
The first step was to create a wireframe and then to look for asset.
We have use JS to interact with the DOM and some CSS & HTML for front-end. No PHP for in this application.
</p>
</div>
...
</div>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<!-- If we need navigation buttons -->
<div class="swiper-button-prev">
<i class="fas fa-chevron-left swiper-portfolio-icon"></i>
</div>
<div class="swiper-button-next">
<i class="fas fa-chevron-right swiper-portfolio-icon"></i>
</div>
</div>
</section>
</main>
<footer>
<div>
<p>© 2021 - Alexander Ferreria -</p>
</div>
</footer>
</body>
</html>