-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
393 lines (349 loc) · 19.5 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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Jordan Belinsky</title>
<!-- Meta Data -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="format-detection" content="telephone=no"/>
<meta name="format-detection" content="address=no"/>
<meta name="author" content="Jordan Belinsky" />
<meta name="description" content="Portfolio/Resume Website" />
<!-- Twitter data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@jordan_belinsky">
<meta name="twitter:title" content="Jordan Belinsky">
<meta name="twitter:description" content="Portfolio/Resume Website">
<meta name="twitter:image" content="assets/images/social.jpg">
<!-- Open Graph data -->
<meta property="og:title" content="Jordan Belinsky" />
<meta property="og:type" content="website" />
<meta property="og:url" content="jordanbelinsky.ca" />
<meta property="og:image" content="assets/images/social.jpg" />
<meta property="og:description" content="Portfolio/Resume Website" />
<meta property="og:site_name" content="Jordan Belinsky" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicons/site.webmanifest">
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="assets/styles/vendors/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="assets/styles/style.css"/>
</head>
<body>
<main class="main">
<div class="container gutter-top gutter-bottom">
<div class="row sticky-parent">
<!-- Sidebar -->
<aside class="col-12 col-md-12 col-xl-3">
<div class="sidebar box-outer sticky-column">
<!-- My photo -->
<div class="sidebar__base-info">
<figure class="avatar-box">
<img src="assets/images/profile.jpeg" alt="Jordan Belinsky - Portrait">
</figure>
<div class="text-xl-center">
<h3 class="title title--h3 sidebar__name">Jordan Belinsky</h3>
<div class="badge">4th Year<br/>Computer Science Student</div>
</div>
<button class="btn btn--small btn--icon-right sidebar__btn js-btn-toggle"><span>Show Contacts</span><i class="feathericon-chevron-down"></i></button>
</div>
<div class="sidebar__additional-info js-show">
<div class="separation"></div>
<ul class="details-info">
<!-- Email -->
<li class="details-info__item">
<span class="box icon-box"><i class="font-icon icon-envelope"></i></span>
<div class="contacts-block__info">
<span class="overhead">Email</span>
<a class="text-overflow" href="mailto:[email protected]" title="[email protected]">jordan.belinsky@<br/>outlook.com</a>
</div>
</li>
<!-- Phone -->
<li class="details-info__item">
<span class="box icon-box"><i class="font-icon icon-phone"></i></span>
<div class="contacts-block__info">
<span class="overhead">Phone</span>
<span class="text-overflow" title="+1 (416) 830-5612">+1 (416) 830-5612</span>
</div>
</li>
<!-- Location -->
<li class="details-info__item">
<span class="box icon-box"><i class="font-icon icon-location"></i></span>
<div class="contacts-block__info">
<span class="overhead">Location</span>
<span class="text-overflow" title="Maple, ON">Maple, ON</span>
</div>
</li>
</ul>
<div class="separation d-xl-none"></div>
<!-- Social -->
<div class="social">
<a target="_blank" class="social__link" href="https://github.com/jordanbelinsky/"><i class="feathericon-github"></i></a>
<a target="_blank" class="social__link" href="https://www.linkedin.com/in/jordanbelinsky/"><i class="feathericon-linkedin"></i></a>
<a target="_blank" class="social__link" href="https://twitter.com/jordan_belinsky/"><i class="feathericon-twitter"></i></a>
</div>
</div>
</div>
</aside>
<!-- Content -->
<div class="col-12 col-md-12 col-xl-9">
<div class="box-outer">
<!-- Menu -->
<div class="nav-container js-tabs">
<ul class="nav" id="myTab" role="tablist">
<li class="nav__item" role="presentation"><a id="about-tab" class="active" href="#about" data-bs-toggle="tab" role="tab" aria-controls="about" aria-selected="true">About</a></li>
<li class="nav__item" role="presentation"><a id="resume-tab" href="#resume" data-bs-toggle="tab" role="tab" aria-controls="resume" aria-selected="false">Resume</a></li>
<li class="nav__item" role="presentation"><a id="portfolio-tab" href="#portfolio" data-bs-toggle="tab" role="tab" aria-controls="portfolio" aria-selected="false">Portfolio</a></li>
</ul>
</div>
<div class="content tab-content" id="myTabContent"><!-- id="content" -->
<!-- ABOUT -->
<div id="about" class="tab-pane fade show active _tabcontent _active" role="tabpanel" aria-labelledby="about-tab"><!-- id="about-tab" -->
<div class="pb-0 pb-sm-2">
<h1 class="title title--h1 title__separate">About Me</h1>
<p>Dedicated, quick learning individual studying Computer Science specializing in Software Design at Queen’s University, currently pursuing my final year. Previous work experience includes systems administration, infrastructure, software development, and retail experience.</p>
<p>Feel free to explore this website to learn more about me, or connect with me using the contact information section! You can also check out some of my projects on GitHub, or my LinkedIn for a more in-depth look at my experience!</p>
</div>
<!-- What -->
<h2 class="title title--h2 mt-3">What I'm Doing</h2>
<div class="row">
<!-- Case Item -->
<div class="col-12 col-lg-6">
<div class="case-item box box-inner">
<img class="case-item__icon" src="assets/icons/icon-design.svg" alt="" />
<div>
<h3 class="title title--h3">Front-End Design</h3>
<p class="case-item__caption">Experience working with facets of front-end web design, including HTML, CSS, JavaScript, PHP, Bootstrap, Wordpress, and Webflow</p>
</div>
</div>
</div>
<!-- Case Item -->
<div class="col-12 col-lg-6">
<div class="case-item box box-inner">
<img class="case-item__icon" src="assets/icons/icon-dev.svg" alt="" />
<div>
<h3 class="title title--h3">Back-End Development</h3>
<p class="case-item__caption">Systematic programming spanning Python, Java, C, C++, Bash scripting, as well as functional programming with Haskell and Prolog.</p>
</div>
</div>
</div>
<!-- Case Item -->
<div class="col-12 col-lg-6">
<div class="case-item box box-inner">
<img class="case-item__icon" src="assets/icons/icon-app.svg" alt="" />
<div>
<h3 class="title title--h3">Mobile Apps</h3>
<p class="case-item__caption">Native iOS Applications built using both Swift and SwiftUI, making use of CoreData and ARKit, as well as some work with Flutter for cross-platform app development.</p>
</div>
</div>
</div>
<!-- Case Item -->
<div class="col-12 col-lg-6">
<div class="case-item box box-inner">
<img class="case-item__icon" src="assets/icons/icon-photo.svg" alt="" />
<div>
<h3 class="title title--h3">Search Engine Optimization (SEO)</h3>
<p class="case-item__caption">Leverage Google Analytics and development tools for SEO purposes, improving media caching, content delivery and management, and accessibility characteristics.</p>
</div>
</div>
</div>
</div>
</div>
<!-- RESUME -->
<div id="resume" class="tab-pane fade _tabcontent" role="tabpanel" aria-labelledby="resume-tab"><!-- id="resume-tab" -->
<div class="pb-3">
<h1 class="title title--h1 title__separate">Resume</h1>
</div>
<!-- Education -->
<h2 class="title title--h2"><span class="box icon-box"><i class="font-icon feathericon-book-open"></i></span>Education</h2>
<div class="timeline">
<!-- Queen's -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">Queen's University</h5>
<span class="timeline__period">Sept 2019 — Present</span>
<ul class="timeline__description">
<li>Enrolled in the Software Design (SODE) specialization</li>
<li>COMPSA Mentor - 2021/2022</li>
<li>Dean's List - 2020/2021</li>
<li>2nd Place Finalist - QHacks 2020</li>
<li>Activities and Societies:
<ul>
<li>Computing Students' Association (COMPSA)</li>
<li>Canadian Undergraduate Conference for Artificial Intelligence (CUCAI)</li>
<li>QHacks Hackathon</li>
</ul>
</li>
</ul>
</article>
</div>
<!-- Experience -->
<h2 class="title title--h2"><span class="box icon-box"><i class="font-icon feathericon-briefcase"></i></span>Experience</h2>
<div class="timeline">
<!-- Green Acres -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">App Developer</h5>
<a target="_blank" href="https://campgreenacres.com"><span class="company__name">Camp Green Acres</span></a>
<br/>
<span class="timeline__period">November 2021 - Present</span>
<p class="timeline__description">
Responsible for developing and maintaining the Camp Riverwood and Camp Green Acres native mobile applications, supporting native push notifications, using Flutter and Firebase.
</p>
</article>
<!-- Interaptix -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">iOS AR Developer</h5>
<a target="_blank" href="https://www.interaptix.com/"><span class="company__name">Interaptix Augmented Reality</span></a>
<br/>
<span class="timeline__period">May 2022 — May 2023</span>
<p class="timeline__description">
Worked as part of a small development team on the client-facing iOS/iPadOS AptixAR app. Responsible for implementing the iOS UI Design Refresh based on the Canva UI prototype. Also worked on bug/feature related tickets, and complete QA testing on new features/fixes to prepare changes for the production environment.
</p>
</article>
<!-- CUCAI -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">Marketing and Web Development</h5>
<a target="_blank" href="https://cucai.ca"><span class="company__name">Canadian Undergraduate Conference for Artificial Intelligence (CUCAI)</span></a>
<br/>
<span class="timeline__period">April 2021 — November 2022</span>
<p class="timeline__description">
Responsible for designing and developing web content for the conference. Through use of development tools including <em>Webflow</em> and <em>Netlify</em> hosting, both the temporary landing page and the final conference websites are being tuned for release to invite delegates and deliver information about the conference's return.
</p>
</article>
<!-- Moneris -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">System Administration Intern</h5>
<a target="_blank" href="https://www.moneris.com"><span class="company__name">Moneris Solutions</span></a>
<br/>
<span class="timeline__period">May 2021 — August 2021</span>
<p class="timeline__description">
Was responsible for supporting the Work From Home conditions for employees during the COVID-19 pandemic. Through desktop imaging using <em>SCCM</em>, <em>Active Directory</em>, and <em>SeviceNow</em>, it was ensured that all group policies and licensed software was properly deployed to employee endpoints.
</p>
</article>
<!-- Green Acres -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">Wordpress Developer and SEO</h5>
<a target="_blank" href="https://campgreenacres.com"><span class="company__name">Camp Green Acres</span></a>
<br/>
<span class="timeline__period">November 2020 — February 2021</span>
<p class="timeline__description">
Used optimization techniques including hosted CDN and dynamic caching helpers to improve <em>Google PageSpeed Insights</em> scores by 420% and 200% for desktop and mobile endpoints respectively.
</p>
</article>
<!-- MEDSKL -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">Course Administrator</h5>
<a target="_blank" href="https://medskl.com"><span class="company__name">MEDSKL</span></a>
<br/>
<span class="timeline__period">July 2020 — September 2020</span>
<p class="timeline__description">
Supported virtual learning technologies by utilizing <em>Thinkific</em> and <em>HTML</em> to digitalize MEDSKL course content, assessments, and examinations.
</p>
</article>
<!-- Moneris -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">End User Enablement Intern</h5>
<a target="_blank" href="https://www.moneris.com"><span class="company__name">Moneris Solutions</span></a>
<br/>
<span class="timeline__period">July 2019 — August 2019</span>
<p class="timeline__description">
Managed end user assets and support tickets, imaged devices while deploying licensed software, and analyzed vulnerability reports to determine and take action on software which was violating security protocol.
</p>
</article>
<!-- Camp Walden -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">Sail Specialist</h5>
<a target="_blank" href="https://www.campwalden.ca"><span class="company__name">Camp Walden</span></a>
<br/>
<span class="timeline__period">June 2018 — August 2018</span>
<p class="timeline__description">
Was responsible for the safety and enjoyment of all campers and staff on sailboats. Ensured that any boat repairs were properly done, and patrolled the lake using a crash boat, assisting and teaching campers and staff best practices for sailing.
</p>
</article>
<!-- Best Buy -->
<article class="timeline__item">
<h5 class="title title--h4 timeline__title">Certified Operations Specialist</h5>
<a target="_blank" href="https://corporate.bestbuy.com"><span class="company__name">Best Buy Canada</span></a>
<br/>
<span class="timeline__period">November 2017 — December 2018</span>
<p class="timeline__description">
Assisted in maintaining a positive store image for friendliness, cleanliness, and helpfulness. Offer help where needed to customers through analyzing their desired use cases and providing product knowledge and recommendations to best suit their requirements.
</p>
</article>
</div>
</div>
<!-- PORTFOLIO -->
<div id="portfolio" class="tab-pane fade _tabcontent" role="tabpanel" aria-labelledby="portfolio-tab"><!-- id="portfolio-tab" -->
<div class="pb-3">
<h1 class="title title--h1 title__separate">Portfolio</h1>
</div>
<!-- Filter -->
<div class="select">
<span class="placeholder">Select category</span>
<ul class="filter">
<li class="filter__item">Category</li>
<li class="filter__item active" data-filter="*"><a class="filter__link active" href="#filter">All</a></li>
<!-- <li class="filter__item" data-filter=".category-python"><a class="filter__link" href="#filter">Python</a></li> -->
<li class="filter__item" data-filter=".category-ios"><a class="filter__link" href="#filter">iOS Development</a></li>
<li class="filter__item" data-filter=".category-web"><a class="filter__link" href="#filter">Web Development</a></li>
</ul>
<input type="hidden" name="changemetoo"/>
</div>
<!-- Gallery -->
<div class="gallery-grid js-masonry js-filter-container">
<div class="gutter-sizer"></div>
<!-- Item 1 -->
<div class="gallery-grid__item category-web">
<a target="_blank" href="https://github.com/jordanbelinsky/designslate-web">
<div class="gallery-grid__image-wrap">
<img class="gallery-grid__image cover lazyload" src="assets/images/portfolio/designslate.png" alt="DesignSlate Logo" />
</div>
<div class="gallery-grid__caption">
<h3 class="title gallery-grid__title">DesignSlate</h3>
<span class="gallery-grid__category">Web Development</span>
</div>
</a>
</div>
<!-- Item 2 -->
<div class="gallery-grid__item category-ios">
<a target="_blank" href="https://github.com/jordanbelinsky/educalculate-ios">
<div class="gallery-grid__image-wrap">
<img class="gallery-grid__image cover lazyload" src="assets/images/portfolio/educalculate.png" alt="Educ[alcul]ate Logo" />
</div>
<div class="gallery-grid__caption">
<h3 class="title gallery-grid__title">Educ[alcul]ate</h3>
<span class="gallery-grid__category">iOS Development</span>
</div>
</a>
</div>
<!-- Item 3 -->
<div class="gallery-grid__item category-web">
<a target="_blank" href="https://github.com/omridaniel/goodNews">
<div class="gallery-grid__image-wrap">
<img class="gallery-grid__image cover lazyload" src="assets/images/portfolio/goodnews.png" alt="The Good News Logo" />
</div>
<div class="gallery-grid__caption">
<h3 class="title gallery-grid__title">The Good News</h3>
<span class="gallery-grid__category">Web Development</span>
</div>
</a>
</div>
</div>
</div>
</div><!-- /content -->
</div><!-- /box-outer -->
</div><!-- /col -->
</div><!-- /sticky-parent -->
</div><!-- /container -->
</main>
<div class="back-to-top"></div>
<!-- JavaScripts -->
<script src="assets/js/jquery-3.4.1.min.js"></script>
<script src="assets/js/plugins.min.js"></script>
<script src="assets/js/common.js"></script>
<!-- Mapbox init -->
<script src="assets/js/mapbox.init.js"></script>
</body>
</html>