-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
434 lines (388 loc) · 20.9 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
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
<!DOCTYPE html>
<html>
<head>
<title>Evren BAL | Web Developer</title>
<meta charset="UTF-8"/>
<meta lang="en"/>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta keywords="FreeCodeCamp, Technical Documentation Page">
<meta description="This is a sample form built for freeCodeCamp Personal Portfolio assignment">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://use.fontawesome.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"/>
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav id="navbar">
<h1 id="logo"><a href="#welcome">Evren Bal</a></h1>
<a href="#welcome-section" class="active">About</a>
<a href="#projects">Projects</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact Me</a>
</nav>
<div id="page-wrapper">
<main id="main-content">
<section id="welcome-section">
<aside class="section-side">
<div>
<h1 class="text-white">Hello! I am a Evren Bal!</h1>
<p class="text-white">I am a fullstack web developer who loves to learn new technologies, platforms, frameworks, programming languages and any other development related topics.</p>
</div>
</aside>
<div class="section-content">
<div>
<h2 class="text-black">About Me</h2>
<p>
I am an Industrial Engineer passionate about innovation and self-improvement My
online journey started with my first website in 1998 and continued with several
commercial, personal and non-profit projects throughout the years.
</p>
<p>
I describe myself as a Full Stack developer rather than an Industrial Engineer, but I
am grateful for the perspective added with its multidisciplinary approach.
</p>
<p>
Finding solutions to challenging problems is a self-motivator for me. I am eager to
learn new technologies, platforms, frameworks, programming languages and any
other development related topics.
</p>
<p>
I would like to broaden my development skills for the short term, focus more on
architectural decisions in the mid-term and lead a diverse team of developers in the
long term.
</p>
<div class="notice">This is not a real portfolio page, but a sample one built for
<a href="https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-personal-portfolio-webpage" target="_blank" rel="nofollow noopener">FreeCodeCamp Responsive Web Design Certification</a>
</div>
</div>
</div>
</section>
<section id="projects">
<aside class="section-side">
<h2 class="text-white">Projects</h2>
</aside>
<div class="section-content">
<aside class="text-white">
<h3>freeCodeCamp Responsive Web Design Certification Projects</h3>
<p>These are the projects that needs to be completed for Responsive Web Design Certification from FreeCodeCamp.</p>
</aside>
<div class="projects-container">
<div class="project-tile">
<a href="https://evrenbal.github.io/FCC-TributePage/" rel="noopener" target="_blank">
<figure>
<div class="aspect-ratio-16-9">
<img src="img/fcc_tribute_page.jpg" alt="freeCodeCamp Tribute Page Assignment"/>
</div>
<div class="tags">
<span>HTML5</span>
<span>CSS3</span>
<span>VanillaJS</span>
</div>
<figcaption>Project #1 Tribute Page</figcaption>
</figure>
</a>
<p>Built a tribute page for Turkey's founder Mustafa Kemal Atatürk</p>
<nav>
<a href="https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-tribute-page" rel="noopener nofollow" target="_blank"><i class="fa fa-info-circle"></i></i>Instructions</a>
<a href="https://evrenbal.github.io/FCC-TributePage/" rel="noopener" target="_blank"><i class="fa fa-eye"></i>Live Preview</a>
<a href="https://github.com/evrenbal/FCC-TributePage" rel="noopener" target="_blank"><i class="fab fa-github-square"></i>View on GitHub</a>
</nav>
</div>
<div class="project-tile">
<a href="https://evrenbal.github.io/FCC-SurveyForm/" rel="noopener" target="_blank">
<figure>
<div class="aspect-ratio-16-9">
<img src="img/fcc_survey_form.jpg" alt="freeCodeCamp Survey Form Assignment"/>
</div>
<div class="tags">
<span>HTML5</span>
<span>CSS3</span>
<span>VanillaJS</span>
</div>
<figcaption>Project #2 survey Form</figcaption>
</figure>
</a>
<p>Built a sample survey form. Preferred to progress in steps instead of a single page survey form.</p>
<nav>
<a href="https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-survey-form" rel="noopener nofollow" target="_blank"><i class="fa fa-info-circle"></i></i>Instructions</a>
<a href="https://evrenbal.github.io/FCC-SurveyForm/" rel="noopener" target="_blank"><i class="fa fa-eye"></i>Live Preview</a>
<a href="https://github.com/evrenbal/FCC-SurveyForm" rel="noopener" target="_blank"><i class="fab fa-github-square"></i>View on GitHub</a>
</nav>
</div>
<div class="project-tile">
<a href="https://evrenbal.github.io/FCC-ProductLandingPage/" rel="noopener" target="_blank">
<figure>
<div class="aspect-ratio-16-9">
<img src="img/fcc_product_landing_page.jpg" alt="freeCodeCamp Product Landing Page Assignment"/>
</div>
<div class="tags">
<span>HTML5</span>
<span>CSS3</span>
<span>VanillaJS</span>
</div>
<figcaption>Project #3 Product Landing Page</figcaption>
</figure>
</a>
<p>Product landing page of an imaginary Dog Walker service.</p>
<nav>
<a href="https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-product-landing-page" rel="noopener nofollow" target="_blank"><i class="fa fa-info-circle"></i></i>Instructions</a>
<a href="https://evrenbal.github.io/FCC-ProductLandingPage/" rel="noopener" target="_blank"><i class="fa fa-eye"></i>Live Preview</a>
<a href="https://github.com/evrenbal/FCC-ProductLandingPage" rel="noopener" target="_blank"><i class="fab fa-github-square"></i>View on GitHub</a>
</nav>
</div>
<div class="project-tile">
<a href="https://evrenbal.github.io/FCC-TechnicalDocumentation/" rel="noopener" target="_blank">
<figure>
<div class="aspect-ratio-16-9">
<img src="img/fcc_technicaldocumentation.jpg" alt="freeCodeCamp Technical Documentation Assignment"/>
</div>
<div class="tags">
<span>HTML5</span>
<span>CSS3</span>
<span>VanillaJS</span>
</div>
<figcaption>Project #4 Technical Documentation</figcaption>
</figure>
</a>
<p>A sample Technical Documentation on limited information about Javascript.</p>
<nav>
<a href="https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-technical-documentation-page" rel="noopener nofollow" target="_blank"><i class="fa fa-info-circle"></i></i>Instructions</a>
<a href="https://evrenbal.github.io/FCC-TechnicalDocumentation/" rel="noopener" target="_blank"><i class="fa fa-eye"></i>Live Preview</a>
<a href="https://github.com/evrenbal/FCC-TechnicalDocumentation" rel="noopener" target="_blank"><i class="fab fa-github-square"></i>View on GitHub</a>
</nav>
</div>
</div>
<aside class="text-white pt-5">
<h3>freeCodeCamp Javascript Algorithms and Data Structures Projects</h3>
</aside>
<ul class="project-list pt-5">
<li>
<a href="https://github.com/evrenbal/FCC-JSAlgorithms/tree/main/Intermediate_Algorithm_Scripting" target="_blank" rel="nofollow noopener">
Solutions to Intermedia Algorithm Scripting Questions
</a>
</li>
<li>
<a href="https://github.com/evrenbal/FCC-JSAlgorithms/tree/main/Final_Projects" target="_blank" rel="nofollow noopener">
Solutions to Advanced Final Projects
</a>
</li>
</ul>
<aside class="text-white pt-5">
<h3>freeCodeCamp Frontend Development Libraries Certification Projects</h3>
</aside>
<div class="projects-container pt-5">
<div class="project-tile">
<a href="https://evrenbal.github.io/fcc-random-quote-machine/" rel="noopener" target="_blank">
<figure>
<div class="aspect-ratio-16-9">
<img src="img/fcc_random_quote_machine.jpg" alt="Random Quote Machine Assignment"/>
</div>
<div class="tags">
<span>React</span>
<span>Typescript</span>
<span>Tailwind CSS</span>
</div>
<figcaption>Project #1 Random Quote Machine</figcaption>
</figure>
</a>
<p>A random quote machine that allows browsing all quotes and favoriting</p>
<nav>
<a href="https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-random-quote-machine" rel="noopener nofollow" target="_blank"><i class="fa fa-info-circle"></i></i>Instructions</a>
<a href="https://evrenbal.github.io/fcc-random-quote-machine/" rel="noopener" target="_blank"><i class="fa fa-eye"></i>Live Preview</a>
<a href="https://github.com/evrenbal/fcc-random-quote-machine" rel="noopener" target="_blank"><i class="fab fa-github-square"></i>View on GitHub</a>
</nav>
</div>
<div class="project-tile">
<a href="https://evrenbal.github.io/fcc-markdown-previewer" rel="noopener" target="_blank">
<figure>
<div class="aspect-ratio-16-9">
<img src="img/fcc_markdown_previewer.jpg" alt="freeCodeCamp Markdown Previewer"/>
</div>
<div class="tags">
<span>React</span>
<span>Typescript</span>
<span>Tailwind CSS<span>
</div>
<figcaption>Project #2 Markdown Previewer</figcaption>
</figure>
</a>
<p>A live markdown previewer.</p>
<nav>
<a href="https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-markdown-previewer" rel="noopener nofollow" target="_blank"><i class="fa fa-info-circle"></i></i>Instructions</a>
<a href="https://evrenbal.github.io/fcc-markdown-previewer" rel="noopener" target="_blank"><i class="fa fa-eye"></i>Live Preview</a>
<a href="https://github.com/evrenbal/fcc-markdown-previewer" rel="noopener" target="_blank"><i class="fab fa-github-square"></i>View on GitHub</a>
</nav>
</div>
<div class="project-tile">
<a href="https://evrenbal.github.io/fcc-drum-machine" rel="noopener" target="_blank">
<figure>
<div class="aspect-ratio-16-9">
<img src="img/fcc_drum_machine.jpg" alt="freeCodeCamp Drum Machine"/>
</div>
<div class="tags">
<span>React</span>
<span>Typescript</span>
<span>Tailwind CSS</span>
</div>
<figcaption>Project #3 Drum Machine</figcaption>
</figure>
</a>
<p>A basic but still funny drum machine that has the potential for future improvements.</p>
<nav>
<a href="https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-drum-machine" rel="noopener nofollow" target="_blank"><i class="fa fa-info-circle"></i></i>Instructions</a>
<a href="https://evrenbal.github.io/fcc-drum-machine" rel="noopener" target="_blank"><i class="fa fa-eye"></i>Live Preview</a>
<a href="https://github.com/evrenbal/fcc-drum-machine" rel="noopener" target="_blank"><i class="fab fa-github-square"></i>View on GitHub</a>
</nav>
</div>
<div class="project-tile">
<a href="https://evrenbal.github.io/fcc-javascript-calculator" rel="noopener" target="_blank">
<figure>
<div class="aspect-ratio-16-9">
<img src="img/fcc_javascript_calculator.jpg" alt="freeCodeCamp Javascript Calculator"/>
</div>
<div class="tags">
<span>React</span>
<span>Typescript</span>
<span>Tailwind CSS</span>
</div>
<figcaption>Project #4 Javascript Calculator</figcaption>
</figure>
</a>
<p>Development of a calculator may sound easy at first, but challenging when you dive into it.</p>
<nav>
<a href="https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-javascript-calculator" rel="noopener nofollow" target="_blank"><i class="fa fa-info-circle"></i></i>Instructions</a>
<a href="https://evrenbal.github.io/fcc-javascript-calculator" rel="noopener" target="_blank"><i class="fa fa-eye"></i>Live Preview</a>
<a href="https://github.com/evrenbal/fcc-javascript-calculator" rel="noopener" target="_blank"><i class="fab fa-github-square"></i>View on GitHub</a>
</nav>
</div>
<div class="project-tile">
<a href="#" rel="noopener" target="_blank">
<figure>
<div class="aspect-ratio-16-9">
</div>
<div class="tags">
<span>React</span>
<span>Typescript</span>
<span>Tailwind CSS</span>
</div>
<figcaption>Project #5 25 -5 (Pomodoro) Timer</figcaption>
</figure>
</a>
<p>Upcoming Project, not finished yet!</p>
<nav>
<a href="https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-25--5-clock" rel="noopener nofollow" target="_blank"><i class="fa fa-info-circle"></i></i>Instructions</a>
<a href="" rel="noopener" target="_blank"><i class="fa fa-eye"></i>Live Preview</a>
<a href="" rel="noopener" target="_blank"><i class="fab fa-github-square"></i>View on GitHub</a>
</nav>
</div>
</div>
<aside class="text-white pt-5">
<h3>Optional Projects</h3>
</aside>
<p class="project-list pt-5">
I plan to complete all the above proejects with React and Vue.JS
</p>
<aside class="text-white pt-5">
<h3>Upcoming FreeCodeCamp Certifaction Projects</h3>
<p>These are the future certifications that I plan to acquire.</p>
</aside>
<ul class="project-list pt-5">
<li>
<a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-javascript" target="_blank" rel="nofollow noopener">
Back End Development and APIs Certification
</a>
</li>
<li>
<a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-javascript" target="_blank" rel="nofollow noopener">
Quality Assurance Certification
</a>
</li>
</ul>
<aside class="text-white pt-5">
<h3>Optional FreeCodecamp Certificates</h3>
<p>These are the future certifications that I may acquire.</p>
</aside>
<ul class="project-list pt-5">
<li>
<a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-javascript" target="_blank" rel="nofollow noopener">
Data Visualization Certification
</a>
</li>
<li>
<a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-javascript" target="_blank" rel="nofollow noopener">
Scientific Computing with Python Certification
</a>
</li>
<li>
<a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-javascript" target="_blank" rel="nofollow noopener">
Data Analysis with Python Certification
</a>
</li>
<li>
<a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-javascript" target="_blank" rel="nofollow noopener">
Information Security Certification
</a>
</li>
<li>
<a href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#basic-javascript" target="_blank" rel="nofollow noopener">
Machine Learning with Python Certification
</a>
</li>
</ul>
</div>
</section>
<section id="portfolio">
<aside class="section-side">
<h2 class="text-white">Portfolio</h2>
</aside>
<div class="section-content">
<p>This demo is a part of FreeCodeCamp's Responsive Web Design Certification and actually consists only
projects built for FreeCodeCamp Certifications.</p>
<p>Please contact me to get more information about my real portfolio.</p>
</p>
</div>
</section>
<section id="contact">
<aside class="section-side">
<h2 class="text-white mb-0">Contact Me</h2>
<p class="text-white text-right my-0">This is a demo form and will not be submitted</p>
</aside>
<div class="section-content">
<form class="contact-form" action="javascript:void(0);">
<h3 class="text-black">Reach out to me</h3>
<div class="field-group">
<label for="name">Name:</label>
<input type="text" name="name" id="name" placeholder="What is your name?">
</div>
<div class="field-group">
<label for="email">E-mail Address:</label>
<input type="email" name="email" id="email" placeholder="What is your email address?">
</div>
<div class="field-group">
<label for="message">Message</label>
<textarea placeholder="Write me anything!" name="message" id="message"></textarea>
</div>
<input type="submit" value="Submit">
</form>
<div class="contact-links">
<a href="https://twitter.com/benevrenbal" target="_blank">
<i class="fab fa-twitter-square"></i> Twitter
</a>
<a href="https://linkedin.com/in/benevrenbal" target="_blank">
<i class="fab fa-linkedin"></i> LinkedIn
</a>
<a id="profile-link" href="https://github.com/evrenbal" target="_blank">
<i class="fab fa-github-square"></i> GitHub
</a>
</div>
</div>
</section>
</main>
</div>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js" defer></script>
<script src="func.js" defer></script>
</body>
</html>