-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
452 lines (436 loc) Β· 19.6 KB
/
404.html
File metadata and controls
452 lines (436 loc) Β· 19.6 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
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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, minimum-scale=0.5" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta
name="description"
content="Matei Nicolae - Web Technical Lead & Trainer. I'd like to help you understand and master web technologies."
/>
<meta
name="keywords"
content="Matei Nicolae, Web Technical Lead, Trainer, Web Technologies, JavaScript, Udemy, Course, Discounts, Coupons, Java, Oracle Certified Professional"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png" />
<title>Learn Web Programming with Matei Nicolae</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/rubik.css" />
</head>
<body>
<header>
<div id="header-wrapper">
<div id="my-picture">
<img src="/images/matei-nicolae.jpg" width="100" height="100" alt="Nicolae" />
</div>
<div id="header-info">
<h1>Matei Nicolae</h1>
<h2 id="job-title">
Web Technical Lead @
<a href="https://www.rws.com/" target="_blank" class="animate-decoration">RWS</a> & Trainer @
<a href="https://fasttrackit.org/" target="_blank" class="animate-decoration">FastTrackIT</a>
</h2>
</div>
<div id="top-actions">
<div>
<button type="button" id="colorblind" title="Check Site for colorblind people">
<img src="/images/colorblind.png" alt="Color Blind" height="24" width="35" class="link" />
</button>
</div>
<div>
<button type="button" id="toggle-dark-mode" title="Toggle dark mode">
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="toggle-dark-mode-icon moon svg replaced-svg"
>
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"></path>
</svg>
<svg
xmlns="http://www.w3.org/2000/svg"
width="18"
height="18"
viewBox="0 0 24 24"
fill="none"
stroke="#ffffff"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="toggle-dark-mode-icon sun svg replaced-svg"
>
<circle cx="12" cy="12" r="5"></circle>
<line x1="12" y1="1" x2="12" y2="3"></line>
<line x1="12" y1="21" x2="12" y2="23"></line>
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64"></line>
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78"></line>
<line x1="1" y1="12" x2="3" y2="12"></line>
<line x1="21" y1="12" x2="23" y2="12"></line>
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36"></line>
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22"></line>
</svg>
</button>
</div>
</div>
</div>
<div id="text-carousel">
#AI PERFORMS BEST WHEN PAIRED WITH #STRONG #KNOWLEDGE. #INVEST IN #LEARNING TO UNLOCK ITS FULL POTENTIAL. #AI IS
#NOT A #REPLACEMENT FOR #HUMANS. IT IS A #TOOL TO #ENHANCE #HUMAN #CAPABILITIES
</div>
<ul id="top-menu-bar">
<li><a href="#home" data-page="home">Home</a></li>
<li><a href="#skills" data-page="skills">Skills</a></li>
<li><a href="#projects" data-page="projects">Projects</a></li>
<li><a href="#languages" data-page="languages">Languages</a></li>
</ul>
</header>
<section id="content">
<div id="side-menu">
<section>
<div id="circle-menu-wrapper">
<div id="circle-menu"></div>
</div>
</section>
<section>
<h2>π¨ Contact</h2>
<form
action="https://docs.google.com/forms/d/e/1FAIpQLScBUBDJ3MXsjh0MxEd1sO1hwzVfvVq7LV17n2KEv0H8NRJNjg/viewform"
id="contact-form"
target="_blank"
method="get"
>
<div class="form-row">
<label for="Name">About you</label>
<input type="text" id="Name" name="entry.2005620554" placeholder="Enter your name" />
</div>
<div class="form-row">
<input type="email" id="Email" name="entry.1045781291" placeholder="your@email.com" />
</div>
<div class="form-row">
<label for="Subject">Content</label>
<input type="text" id="Subject" name="entry.1065046570" placeholder="Subject" />
</div>
<div class="form-row">
<textarea id="Message" name="entry.839337160" rows="3" placeholder="Message"></textarea>
</div>
<div class="actions">
<div class="tfill"></div>
<button type="reset">β Reset</button>
<button type="submit" class="primary-action">π© Send</button>
</div>
</form>
</section>
<section>
<h2 title="Rubik Face challenge">π challenge</h2>
<form action="" id="rubikChallenge">
<div class="toolbar">
<input type="number" name="size" value="3" min="1" max="5" required style="width: 40px" />
<button class="scrambleFace" type="submit">π Scramble</button>
</div>
<div class="rubik-face"></div>
</form>
<div class="actions">
<div class="tfill"></div>
<a href="#rubik" data-page="rubik" class="page-actions" title="More rubik faces / sizes">More faces</a>
</div>
</section>
</div>
<div id="main">
<div id="home" class="page">
<h2>π‘ Home</h2>
<p>
Hey there... π! <br />
This page is about
<a href="http://www.linkedin.com/in/nicolaematei" target="_blank" class="animate-decoration">me</a>... but
it can also be about you... if you learn with me π. I hope I can make a difference and help you
<strong>re-start</strong> your <strong>career</strong> in programming.
</p>
<p>
My name is <strong>Matei Nicolae</strong>, I'm an Web Technical Lead & Trainer. I'd like to help you
understand and master web technologies.
</p>
<h3>βπ» My course on Udemy</h3>
<div id="my-course">
<div>
<a class="qr-code-link" href="/web" target="_blank"
><img src="/images/web-qr-code.webp" alt="nmatei.github.io/web" height="200" width="181"
/></a>
</div>
<div id="udemy-cover">
<p>
If you have an <strong>interest in programming</strong>, consider taking my course
<a href="/web" target="_blank" class="bold">Become a WEB Developer from Scratch, step by step Guide</a>,
to explore whether this field/domain appeals to you.
</p>
<p style="text-align: right">
Always refer to this link for β¨Latest <strong>Coupons</strong> / <strong>Discounts</strong>.
</p>
</div>
</div>
<ul class="colored-list">
<li>
<strong>Practical Hands-On Learning:</strong> You'll work on real-world projects and gain skills you can
apply immediately.
</li>
<li>
<strong>Comprehensive Curriculum:</strong> This course is designed to take you from a complete beginner to
a confident developer, covering everything you need to know.
</li>
</ul>
<h3>πββοΈ About me</h3>
<p>
I've been building complex Web Applications in big companies. Started my career in 2006 at a Software
company and at the same time was teaching students as a Lector at
<a href="https://utm.md/en/" target="_blank">Technical University of Moldova</a>. When I've moved to
Romania, I tried to combine working at my new company with my hobby by teaching others and helping them
restart their career in development.
</p>
<p>
I'm also certified in
<a
href="https://www.credly.com/badges/0c8342ac-bb6e-4197-9295-673603a98132/linked_in_profile"
target="_blank"
>Oracle Certified Professional, Java SE 6 Programmer</a
>
and I'm also one of founders of
<a href="https://github.com/RWS/Testy" target="_blank">RWS/Testy</a> framework that helps QA's automate
their code faster and nicer.
</p>
<p>
Passionate speedcuber with a keen dedication to mastering Rubik's Cubes, competing in speedcubing events
with a focus on continuous improvement and achieving personal bests. I've also passed on my love for cubing
to my three children, teaching them how to solve the Rubik's Cube. Check out our
<a
href="https://youtube.com/playlist?list=PLKKdgn3CnKC2j0VlOZafMkejrDZLoV07q&si=xAhgNdGHDrmJvnlO"
target="_blank"
>Rubik's Cube solving journey on YouTube</a
>. View my
<a href="https://www.worldcubeassociation.org/persons/2010NICO01" target="_blank"
>World Cube Association competition results</a
>.
</p>
<h3>
<svg
style="vertical-align: top"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="currentColor"
class="mercado-match"
width="20"
height="20"
focusable="false"
>
<path
d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"
></path>
</svg>
How to Enhance Your LinkedIn Profile?
</h3>
<p>
Your LinkedIn profile is your digital handshake with the professional world. Make it shine like a beacon of
your accomplishments and aspirations!
</p>
<ul class="colored-list">
<li>Create and fill your linkedin profile.</li>
<li>
And you can also
<a
href="https://www.linkedin.com/help/linkedin/answer/87/customizing-your-public-profile-url?lang=en"
target="_blank"
>Personalize the URL for your profile</a
>.
</li>
<li>Link your linkedin and <strong>github</strong> accounts, post them here as well.</li>
<li>Find and <strong>join</strong> with your <strong>colegues</strong> / friends.</li>
<li>In your profile <strong>picture</strong> you should be serious and <strong>"rememberable"</strong>.</li>
</ul>
</div>
<div id="skills" class="page">
<h2>Skills & Endorcements</h2>
<ul class="colored-list"></ul>
<br />
<p style="text-align: right">
* To see all updated skills and achievements check my
<a href="https://www.linkedin.com/in/nicolaematei" target="_blank">LinkedIn</a> account.
</p>
</div>
<div id="projects" class="page">
<h2>π₯ Projects</h2>
<p>Here are some of the public projects I've been working on.</p>
<ul class="colored-list">
<li>
<a href="https://github.com/nmatei/chrome-bible-utilities" target="_blank"
>Chrome extension to for <strong>Bible.com</strong></a
>
<p>
This Chrome extension will help you project Bible verses in your Church/Bible Study group, You decide
which version to display and also can project parallel versions or in 2 different languages.
</p>
<p>
Install Chrome plugin from Chrome web store
<a
href="https://chrome.google.com/webstore/detail/project-verses-from-bible/fklnkmnlobkpoiifnbnemdpamheoanpj"
target="_blank"
>Project verses from bible.com
</a>
</p>
</li>
<li>
<a href="https://github.com/nmatei/simple-quiz-app" target="_blank"
><strong>JS</strong> / HTML / CSS / Bible <strong>Quiz</strong></a
>
<p>
A collection of questions to help you understand basic web (html/css/js) concepts (mostly javascript).
</p>
</li>
<li>
<a href="https://github.com/RWS/Testy" target="_blank"
><strong>Testy</strong> Framework (for Automated Acceptance Testing)</a
>
<p>
Testy is a framework that helps QA's automate their code faster and nicer. It's a framework that
integrates with Selenium. Excellent for ExtJS and complex UI.
</p>
</li>
<li>
<a href="/generators"><strong>Generators</strong></a> - Different Page & elements generators
<p>
Here you can find different generators. You can automate the creation of conference
<a target="_blank" href="https://nmatei.github.io/generators/badges">badges</a>. Also you can generate a
nice <a target="_blank" href="https://nmatei.github.io/generators/circle-slices">circle slices</a> with
your own text.
</p>
</li>
</ul>
<h3>π¨βπ For my students</h3>
<ul class="colored-list">
<li>
<a href="https://github.com/nmatei/web-intro-presentation" target="_blank">Web Presentation</a>
<p>Intro Presentation to Web Development for students that want to learn basics of HTML/CSS/JS</p>
</li>
<li>
<a href="https://github.com/nmatei/teams-networking" target="_blank">Teams Networking</a>
<p>Some projects created by my students or find new project ideas.</p>
</li>
<li>
<a href="https://github.com/nmatei/speedcubing-algoritms" target="_blank">SpeedCubing Algorithms</a>
<p>Advanced algorithms for solving the Rubik's Cube (F2L/OLL/PLL)</p>
</li>
<li>
<a href="https://github.com/nmatei/warranties-list" target="_blank">Warranties List</a>
<p>A simple app using node & express for managing warranties</p>
</li>
</ul>
<h3>Other Projects</h3>
<ul class="colored-list">
<li>
<a href="https://github.com/nmatei/salus-logs" target="_blank">Salus Logs</a>
</li>
<li>
<a href="https://technopilot.ro/" target="_blank">TechnoPilot.ro</a>
</li>
</ul>
</div>
<div id="languages" class="page">
<h2>Known Languages</h2>
<table>
<tr>
<th>Language</th>
<th>Level</th>
</tr>
<tr>
<td class="bold">Romanian</td>
<td>Native or bilingual proficiency</td>
</tr>
<tr>
<td class="bold">English</td>
<td>Professional working proficiency</td>
</tr>
<tr>
<td>Russian</td>
<td>Elementary proficiency</td>
</tr>
<tr>
<td>Italian</td>
<td>Elementary proficiency</td>
</tr>
<tr>
<td class="bold">"Java Script"</td>
<td>Full professional proficiency</td>
</tr>
</table>
</div>
<div id="rubik" class="page">
<h2>π Rubik Face challenge</h2>
<p>Try to make only <strong>one face</strong> of the cube to look like this <strong>scramble</strong>.</p>
<form action="" id="rubikChallengePage">
<div class="toolbar">
<input type="number" name="size" value="5" min="1" max="20" required />
<button class="scrambleFace" type="submit">π Scramble</button>
</div>
<div class="rubik-face"></div>
</form>
</div>
</div>
</section>
<footer>
<a class="item" href="https://www.linkedin.com/in/nicolaematei" target="_blank">
<svg
style="vertical-align: top"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
data-supported-dps="24x24"
fill="currentColor"
class="mercado-match"
width="17"
height="17"
focusable="false"
>
<path
d="M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z"
></path>
</svg>
<span>LinkedIn</span>
</a>
<span class="item">|</span>
<a class="item" href="https://github.com/nmatei" target="_blank">
<svg
height="17"
aria-hidden="true"
viewBox="0 0 16 16"
version="1.1"
width="17"
data-view-component="true"
class="octicon octicon-mark-github v-align-middle"
>
<path
d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"
></path>
</svg>
<span>GitHub</span>
</a>
<span class="item">|</span>
<a class="item" target="_blank" href="https://fasttrackit.org/curs-web-cluj-napoca/">
<span>π€</span><span>Trainings</span></a
>
<span class="item">|</span>
<a class="item" target="_blank" href="https://www.youtube.com/c/mateinick"
><img height="20" width="49" src="/images/youtube.png" alt="YouTube"
/></a>
</footer>
<script src="/js/rubik.js"></script>
<script src="/js/gradient-text.js"></script>
<script src="/js/redirect-links.js"></script>
<script src="https://nmatei.github.io/generators/docs/circle-slices.js"></script>
<script src="/functions.js"></script>
</body>
</html>