-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
327 lines (327 loc) · 12.1 KB
/
index.html
File metadata and controls
327 lines (327 loc) · 12.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
id="pagestyle"
rel="stylesheet"
href="desktop_stylesheet.css"
type="text/css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<title>Maciej Grabowski</title>
</head>
<body>
<div class="main page">
<div>
<img
class="profile-pic"
src="images/ProfilePic.png"
alt="Profile Photo"
/>
<h2>Maciej Grabowski</h2>
</div>
<div>
<h1 id="typed"></h1>
<p class="animate__animated animate__fadeInDown animate__delay-2s">
Hi! I'm a Computer Science graduate.<br />
Got my degree in March, 2023.<br />
I'm currently available for hiring!
</p>
</div>
<div class="animate__animated animate__fadeInDown animate__delay-3s">
<h2>About Me:</h2>
<table>
<tr>
<td>
<strong>Location:</strong>
</td>
<td>Warsaw, Poland</td>
</tr>
<tr>
<td>
<strong>Education:</strong>
</td>
<td>
Bachelor, Databases Spec.<br />
<a href="https://pja.edu.pl"
><img class="school-logo" src="images/pjatk.png" /> PJATK</a
>
</td>
</tr>
<tr>
<td>
<strong>Languages:</strong>
</td>
<td>English C2 (CPE Certification), Polish (Native)</td>
</tr>
</table>
</div>
</div>
<div class="page completed-projects">
<h1 class="page-header">Completed Projects ⟶</h1>
<div class="vertical-centering">
<div class="projects">
<div class="project">
<div class="project-content">
<div>
<a href="https://sick.cash">
<img
class="project-logo animate__animated animate__pulse animate__infinite animate__slow"
src="images/SickCash/SickCashLogo.svg"
alt="SickCash Project Logo"
/>
</a>
</div>
<div>
<img
class="screenshot"
src="images/SickCash/SickCash_2.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/SickCash/SickCash_5.jpg"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/SickCash/SickCash_3.jpg"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<br />
<img
class="screenshot"
src="images/SickCash/SickCash_4.jpg"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/SickCash/SickCash_1.jpg"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="demo screenshot"
src="images/SickCash/Demo_Placeholder.png"
alt="Demo Video"
onclick="openPopUpView('video', 'images/SickCash/SickCash_Demo.mp4')"
/>
</div>
</div>
<div class="project-description">
<p>
My bachelor's degree thesis. Together with 2 of my colleagues,
we created an online multiplayer monopoly-like board game.<br /><br />
The majority of the game's logic has been implemented in a
PostgreSQL relational database. We have also created a front-end
React application for users to interact with the game.<br /><br />
My part was focused on working with an API (C#) that connected
the client app with our database, as well as the final E2E
testing of the game utilising Selenium solutions.<br /><br />
This version of our game can be found
<a href="https://sick.cash">here</a>. A new version is in
development, run solely by one of our thesis-group members.
</p>
</div>
</div>
<div class="project">
<div class="project-content">
<div>
<a href="https://github.com/mgrabv/Steam_SaleScraper">
<img
class="project-logo animate__animated animate__pulse animate__infinite animate__slow"
src="images/SteamSaleScraper/SteamScraperLogo.svg"
alt="SickCash Project Logo"
/>
</a>
</div>
<div>
<img
class="screenshot"
src="images/SteamSaleScraper/SaleScraper1.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/SteamSaleScraper/SaleScraper2.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/SteamSaleScraper/SaleScraper3.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<br />
<img
class="screenshot"
src="images/SteamSaleScraper/SaleScraper4.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/SteamSaleScraper/SaleScraper5.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="demo screenshot"
src="images/SteamSaleScraper/SaleScraperDemoPlaceholder.png"
alt="Demo Video"
onclick="openPopUpView('video', 'images/SteamSaleScraper/SaleScraperDemo.mov')"
/>
</div>
</div>
<div class="project-description">
<p>
A desktop application which serves as a tool for scraping
on-sale game listings published on Valve's
<a href="https://store.steampowered.com">Steam</a>
platform.
<br /><br />
The app was written in Java, and makes use of the
<a href="https://jsoup.org">Jsoup</a> HTML parser as well as
Google's
<a href="https://github.com/google/gson">Gson</a> serialization
/ deserialization library. Equipped with a GUI made with
<a href="https://openjfx.io">JavaFX & SceneBuilder</a> it
provides a fluent user experience. <br /><br />
It allows for viewing game listings'
<i><u>discount percentages</u></i>
(functionality recently restricted by Valve), listings' core
information, sorting listings by prices / title / discount as
well as visiting listings' individual store pages.
<br /><br />
The application has been released for Windows, Mac & Linux and
is available to download
<a href="https://github.com/mgrabv/Steam_SaleScraper">here</a>.
</p>
</div>
</div>
<div class="project">
<div class="project-content">
<div>
<a href="https://github.com/mgrabv">
<img
class="project-logo animate__animated animate__pulse animate__infinite animate__slow"
src="images/AcademyProjects/AcademyProjectsLogo.svg"
alt="Academy Projects Logo"
/>
</a>
</div>
<div>
<img
class="screenshot"
src="images/AcademyProjects/Screen1.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/AcademyProjects/Screen2.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/AcademyProjects/Screen3.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<br />
<img
class="screenshot"
src="images/AcademyProjects/Screen4.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/AcademyProjects/Screen5.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
<img
class="screenshot"
src="images/AcademyProjects/Screen6.png"
alt="Project Screenshot"
onclick="openPopUpView('img', this.src)"
/>
</div>
</div>
<div class="project-description">
<p>
Some interesting projects made during the course of studies,
available on my <a href="https://github.com/mgrabv">github</a>.
</p>
</div>
</div>
<div class="project">
<h1>More coming soon!</h1>
</div>
</div>
</div>
<div class="pop-up-container">
<div class="pop-up-background" onclick="closePopUpView()"></div>
<img class="pop-up-content" />
<video class="pop-up-content" type="video/mp4" controls />
</div>
<div class="button-container">
<img
class="button"
id="back-button"
src="images/ArrowBack.png"
onclick="projectScroll(this.id)"
/>
<img
class="button"
id="forward-button"
src="images/ArrowForward.png"
onclick="projectScroll(this.id)"
/>
</div>
</div>
<div class="contact page">
<h1 class="page-header">Contact and Downloads</h1>
<div class="vertical-centering">
<div class="contact-info">
<div id="mail-icon" class="icon-container">
<a href="mailto:maciejgrabowski.it@gmail.com">
<img class="contact-info" src="images/EmailLogo.png" />
</a>
<p>maciejgrabowski.it@gmail.com</p>
</div>
<div id="phone-icon" class="icon-container">
<a href="tel:+48694231201">
<img class="contact-info" src="images/PhoneLogo.png" />
</a>
<p>+48 694 231 201</p>
</div>
<div id="document-icon" class="icon-container">
<a
href="documents/Maciej_Grabowski_CV.pdf"
download="Maciej_Grabowski_CV"
>
<img class="contact-info" src="images/DocumentLogo.png" />
</a>
<p>My CV</p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="script.js"></script>
</body>
</html>