-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
399 lines (345 loc) · 18 KB
/
Copy pathindex.html
File metadata and controls
399 lines (345 loc) · 18 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Order of the items in the head section is optimized to make them all work properly -->
<!-- ========== META ========== -->
<meta charset="UTF-8">
<title>Cinar Celik | Personal Website</title>
<meta name="description" content="Cinar Celik's personal website">
<meta name="author" content="Cinar Celik">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-159367461-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-159367461-1');
</script>
<!-- Google Search Console - Site Verification -->
<meta name="google-site-verification" content="pcxc14_xhGkNtSE07Begx3jdfBHZgeSb2IBe9IJgnHc" />
<!-- Google reCaptcha -->
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<!-- jQuery, Popper, Bootstrap 4 CSS, Bootstrap 4 JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<!-- Custom Style CSS -->
<link href="/css/main.css" rel="stylesheet" >
</head>
<body>
<!-- ========== NAVIGATION BAR ========== -->
<div class="navbar navbar-expand-md fixed-top navbar-expand-sm">
<a class="navbar-brand" href="/index.html"><img src="/img/logo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link current" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link" href="#aboutme">About Me</a></li>
<li class="nav-item"><a class="nav-link" href="#whatido">What I Do</a></li>
<li class="nav-item"><a class="nav-link" href="#portfolio">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
<!-- ========== HOME ========== -->
<div class="static-section container-fluid home" id="home">
<div class="row text-center">
<div class="col-sm-12">
<h1>Hello!</h1>
<hr class="first">
</div>
<div class="col-sm-12">
<p class="lead">I'm an <strong>Industrial Designer</strong> who has experience in coding. <br>I am especially interested in <strong>Game
Development</strong>, <strong>Web Development</strong> and <strong>Python applications.</strong></p>
<hr class="second">
<p class="lead">Which makes me a <strong><em>full-stack</em></strong> designer!</p>
</div>
</div>
</div>
<!-- ========== ABOUT ME ========== -->
<div class="static-section container-fluid aboutme" id="aboutme">
<div class="row align-items-center">
<div class="col">
<img class="photo" src="/img/product-design.png" alt="my photograph">
</div>
<div class="col">
<h1>About Me</h1>
<p>I am an all-rounder who loves to learn new skills and improve himself.
In addition to my designer background; I am quite interested in programming,
front-end web development and game development.
</p>
</div>
</div>
</div>
<!-- ========== WHAT I DO ========== -->
<div class="static-section container-fluid whatido" id="whatido">
<div class="row">
<div class="col text-center">
<h1>What I Do</h1>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-4 card">
<img class="card-img-top" src="img/product-design.png" alt="Product Design">
<div class="card-body">
<h3 class="card-title text-center">Product Design</h3>
<p class="card-text">I have bachelors degree in Industrial Design. I also have working experience in various companies as an industrial designer.</p>
</div>
<div class="card-body row align-items-center">
<div class="col text-center">
<img src="https://img.icons8.com/ios-filled/60/000000/rhinoceros.png"/>
<h4>Rhinoceros</h4>
</div>
<div class="col text-center">
<img src="https://img.icons8.com/color/60/000000/autodesk-fusion-360.png"/>
<h4>Fusion360</h4>
</div>
<div class="col text-center">
<img src="https://img.icons8.com/color/60/000000/keyshot-logo.png"/>
<h4>Keyshot</h4>
</div>
</div>
</div>
<div class="col-md-4 card">
<img class="card-img-top" src="img/game-design.png" alt="Game Design and Development">
<div class="card-body">
<h3 class="card-title text-center">Game<br>Design & Development</h3>
<p class="card-text">I am working on personal game development projects with Unity and trying to participate in game development marathons, such as Global Game Jam 2020.</p>
</div>
<div class="card-body row align-items-center">
<div class="col text-center">
<img src="https://img.icons8.com/ios-filled/60/000000/unity.png"/>
<h4>Unity</h4>
</div>
<div class="col text-center">
<img src="https://img.icons8.com/color/60/000000/blender-3d.png"/>
<h4>Blender</h4>
</div>
<div class="col text-center">
<img src="https://img.icons8.com/color/60/000000/visual-studio-code-2019.png"/>
<h4>VS Code</h4>
</div>
</div>
</div>
<div class="col-md-4 card">
<img class="card-img-top" src="img/front-end-development.png" alt="Front-end Web Development">
<div class="card-body">
<h3 class="card-title text-center">Front-End<br>Design & Development</h3>
<p class="card-text">Thanks to my designer background and my coding abilities, I am able to build well-designed interactive websites and user interfaces. </p>
</div>
<div class="card-body row align-items-center">
<div class="col text-center">
<img src="https://img.icons8.com/color/60/000000/adobe-photoshop.png"/>
<h4>Photoshop</h4>
</div>
<div class="col text-center">
<img src="https://img.icons8.com/color/60/000000/adobe-illustrator.png"/>
<h4>Illustrator</h4>
</div>
<div class="col text-center">
<img src="https://img.icons8.com/color/60/000000/adobe-xd.png"/>
<h4>Adobe XD</h4>
</div>
</div>
</div>
</div>
</div>
<!-- ========== PORTFOLIO ========== -->
<div class="container-fluid portfolio" id="portfolio">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h1 class="portfolio-title">Portfolio</h1>
</div>
</div>
<div class="row justify-content-center">
<div align="center">
<button class="btn btn-default filter-button" data-filter="all">All</button>
<button class="btn btn-default filter-button" data-filter="product">Product Design</button>
<button class="btn btn-default filter-button" data-filter="game">Games</button>
<button class="btn btn-default filter-button" data-filter="ui">UI / Front-End</button>
<button class="btn btn-default filter-button" data-filter="project">Miscellaneous</button>
</div>
</div>
<!-- newest to oldest -->
<div class="row justify-content-center" align="center">
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter product">
<img src="img/portfolio/qara-qoyun.png" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter game">
<img src="img/portfolio/kodco.png" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter ui">
<img src="img/portfolio/kapsul.png" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter ui">
<img src="https://fakeimg.pl/365x365/" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter game">
<img src="https://fakeimg.pl/365x365/" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter project">
<img src="https://fakeimg.pl/365x365/" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter product">
<img src="https://fakeimg.pl/365x365/" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter project">
<img src="https://fakeimg.pl/365x365/" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter product">
<img src="https://fakeimg.pl/365x365/" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter game">
<img src="https://fakeimg.pl/365x365/" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter product">
<img src="https://fakeimg.pl/365x365/" class="img-fluid">
</div>
<div class="portfolio_item col-lg-4 col-md-6 col-sm-6 col-xs-12 filter product">
<img src="https://fakeimg.pl/365x365/" class="img-fluid">
</div>
</div>
</div>
<!-- ========== CONTACT FORM ========== -->
<div class="static-section container-fluid contact" id="contact">
<div class="row justify-content-center">
<h3>Contact</h3>
</div>
<div class="row justify-content-center">
<form action="https://formspree.io/xgelloyg"
method="POST"
class="contact-form"
id="contact-form">
<div class="row">
<div class="col-md-6">
<div class="md-form mb-0">
<label for="name"
id="name-label">Name</label>
<input type="text"
id="name"
name="name"
class="form-control"
placeholder="Enter your full name"
autocomplete="on"
maxlength="50"
required>
</div>
</div>
<div class="col-md-6">
<div class="md-form mb-0">
<label for="email"
id="email-label">E-mail</label>
<input type="email"
id="email"
name="email"
class="form-control"
placeholder="Enter your e-mail"
autocomplete="on"
maxlength="50"
required>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 pt-0 pb-0">
<div class="md-form mb-0">
<label for="subject"
id="subject-label">Subject</label>
<input type="text"
id="subject"
name="subject"
class="form-control"
placeholder="Enter subject"
autocomplete="off"
maxlength="100"
required>
<input type="hidden"
name="_subject"
value="New Submission from CinarCelik.cc" />
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form">
<label for="message"
id="message-label">Message</label>
<textarea type="text"
id="message"
name="message"
class="form-control"
placeholder="Please enter your message here"
autocomplete="off"
maxlength="6000"
required></textarea>
</div>
</div>
</div>
<div class="row justify-content-between">
<div class="col">
<div class="g-recaptcha"
data-sitekey="6Le3bOgUAAAAAG1i5_DdK6fqxx0wFSP4j6x4kEKV"
data-callback="enableBtn"
data-expired-callback="expiredBtn">
</div>
</div>
<div class="col text-right">
<button type="submit"
id="submit"
value="Send"
class="btn btn-success"
disabled="disabled">Send
</button>
</div>
</div>
</form>
</div>
</div>
<!-- ========== SOCIAL MEDIA ========== -->
<div class="container-fluid social">
<div class="row text-center">
<div class="col-12">
<a href="https://www.linkedin.com/in/cinarcelik/" target="_blank">
<img src="https://img.icons8.com/ios-filled/52/FFFFFF/linkedin.png" alt="Linkedin link"></a>
<a href="https://www.instagram.com/nar_elik/" target="_blank">
<img src="https://img.icons8.com/windows/64/FFFFFF/instagram-new.png" alt="Instagram link"></a>
<a href="https://www.behance.net/cinarcelik" target="_blank">
<img src="https://img.icons8.com/metro/44/FFFFFF/behance.png" alt="Behance link"></a>
</div>
</div>
</div>
<!-- ========== FOOTER ========== -->
<footer>
<div class="container-fluid">
<div class="row text-center justify-content-center">
<div class="col-4 align-self-center">
<h5>designed and developed by me!<br>Copyright © Çınar Çelik<br>2020</h5>
</div>
<div class="col-4 align-self-center">
<h5>Powered by</h5>
<a href="https://icons8.com/" target="_blank">
<img src="https://img.icons8.com/windows/48/FFFFFF/icons8-new-logo.png" alt="icons8"></a>
<a href="https://pages.github.com/" target="_blank">
<img src="https://img.icons8.com/windows/48/FFFFFF/github.png" alt="GitHub Pages"></a>
</div>
</div>
</div>
</footer>
</body>
<!-- Custom Main Script JS -->
<script src="/js/main.js"></script>
</html>