-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
217 lines (193 loc) · 8.28 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Filip's Portfolio | Work</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link
href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&display=swap"
rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Carrois+Gothic+SC&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Expanded:wght@100;300;400;500&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Metrophobic&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<header class="page-header">
<nav class="page-header__item navigation">
<div class="navigation__item">
<a href="index.html" class="navigation__item--transition">filip
sazdov</a>
</div>
<div class="navigation__item">
<a href="about.html" class="navigation__item--transition">about</a>
</div>
<div class="navigation__item">
<a href="work.html" class="navigation__item--transition
navigation__item--active">work</a>
</div>
<div class="navigation__item">
<a href="contact.html" class="navigation__item--transition">contact</a>
</div>
</nav>
</header>
<main>
<section id="grid-section">
<div class="grid">
<div class="grid__item">
<h2>Meet 'meet', the app that helps you meet</h2>
<img class="screenshot" src="./img/ScreenshotMeetApp.png"
alt="Screenshot of Meet App">
<div class="link-container">
<a target="_blank" href="https://github.com/Filip-Sazdov/meet">See
project
on GitHub</a>
<a target="_blank" href="https://filip-sazdov.github.io/meet/">See
live
project
in the wild</a>
</div>
<p class="project-description">
This project is the fourth achievement from my CareerFoundry
Bootcamp curriculum. It is a serverless PWA with authentication
via Google and works offline
with cached data. I used the React library,
the Recharts Data Visualisation library, Google Calendar API,
Jest-Cucumber, Puppeteer and Enzyme for testing and
a whole lot of CSS3. The purpose of the app is to demonstrate my
abilites in using advanced Web Development techniques and
technologies.
</p>
</div>
<div class="grid__item">
<h2>myFlix React movie_api-client</h2>
<img class="screenshot" src="./img/react-api-screenshot.png"
alt="Screenshot of React Movie App.">
<div class="link-container">
<a target="_blank"
href="https://github.com/Filip-Sazdov/movie_api-client">See
project
on GitHub</a>
<a target="_blank" href="https://movie-api-client.netlify.app/">See
live
project
in the wild</a>
</div>
<p class="project-description">
This project is the third achievement from my CareerFoundry
Bootcamp curriculum. It is the React front-end for a RESTful API I
built.
I used the React library, Redux for state management and
React-Bootstrap for the styling.
</p>
</div>
<div class="grid__item">
<h2>myFlix Angular movie_api-client</h2>
<img class="screenshot" src="./img/angular-api-screenshot.png"
alt="Screenshot of Angular Movie App.">
<div class="link-container">
<a target="_blank"
href="https://github.com/Filip-Sazdov/myFlix-Angular-client">See
project
on GitHub</a>
<a target="_blank"
href="https://filip-sazdov.github.io/myFlix-Angular-client/welcome">See
live
project
in the wild</a>
</div>
<p class="project-description">
This project is the sixth and final achievement from my
CareerFoundry
Bootcamp curriculum. It is the Angular version of the front-end
for a RESTful API I
built as part of the bootcamp. Here I used the Angular framework,
and Angular-Material for the styling.
</p>
</div>
<div class="grid__item">
<h2>Pokédex JavaScript Web App</h2>
<img class="screenshot" src="./img/ScreenshotPokedexVanillaJS.png"
alt="Screenshot of Vanilla JavaScript Pokedex">
<div class="link-container">
<a target="_blank"
href="https://github.com/Filip-Sazdov/pokedex-js-app">See
project
on GitHub</a>
<a target="_blank"
href="https://filip-sazdov.github.io/pokedex-js-app/">See live
project
in the wild</a>
</div>
<p class="project-description">
I built this project from scratch using only HTML5, CSS3 and
vanilla JavaScript as part of the first achievement from the
Career Foundry Online Bootcamp I attended. The app demonstrates my
abilites in utilising a RESTfull API.
</p>
</div>
<div class="grid__item">
<h2>Pokédex JavaScript & Bootstrap Web App</h2>
<img class="screenshot" src="./img/ScreenshotPokedexBootstrap.png"
alt="Screenshot of Bootstrap Pokedex">
<div class="link-container">
<a target="_blank"
href="https://github.com/Filip-Sazdov/pokedex-bootstrap-app">See
project
on GitHub</a>
<a target="_blank"
href="https://filip-sazdov.github.io/pokedex-bootstrap-app/">See
live
project
in the wild</a>
</div>
<p class="project-description">
This is the second version of the Pokédex Web App built using
vanilla JavaScript and Bootstrap 4. After I built the vanilla
JavaScript, HTML5, and CSS3 version as part of the Career Foundry
Online Bootstrap Curriculum, I decided that it would be a good
idea to refactor the original code using Bootstrap as an exercise
in finding the differences in syntax and application.
</p>
</div>
<div class="grid__item">
<h2>Pokédex jQuery & Bootstrap 4 Web App</h2>
<img class="screenshot"
src="./img/ScreenshotPokedexjQueryBootstrap.png"
alt="Screenshot of jQuery and Bootstrap Pokedex">
<div class="link-container">
<a target="_blank"
href="https://github.com/Filip-Sazdov/pokedex-jquery-bootstrap-app">See
project
on GitHub</a>
<a target="_blank"
href="https://filip-sazdov.github.io/pokedex-jquery-bootstrap-app/">See
live
project
in the wild</a>
</div>
<p class="project-description">
This is the third and final version of the Pokédex Web App series.
In this version, I wanted to get a better grasp of the nuanced
differences between vanilla JavaScript and jQuery so I refactored
all vanilla JavaScript into jQuery.
</p>
</div>
</div>
<div class="modal-screenshot">
<span class="close">×</span>
<img class="modal-content" src="" alt="" id="modal-img">
</div>
</section>
</main>
<script src="js/index.js"></script>
</body>
</html>