-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
525 lines (519 loc) · 20.8 KB
/
index.html
File metadata and controls
525 lines (519 loc) · 20.8 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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>Asaf Bitan</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script
src="https://use.fontawesome.com/releases/v6.3.0/js/all.js"
crossorigin="anonymous"
></script>
<!-- Simple line icons-->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css"
rel="stylesheet"
/>
<!-- Google fonts-->
<link
href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic"
rel="stylesheet"
type="text/css"
/>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<script>
(function () {
if (!window.chatbase || window.chatbase("getState") !== "initialized") {
window.chatbase = (...arguments) => {
if (!window.chatbase.q) {
window.chatbase.q = [];
}
window.chatbase.q.push(arguments);
};
window.chatbase = new Proxy(window.chatbase, {
get(target, prop) {
if (prop === "q") {
return target.q;
}
return (...args) => target(prop, ...args);
},
});
}
const onLoad = function () {
const script = document.createElement("script");
script.src = "https://www.chatbase.co/embed.min.js";
script.id = "N6FFJHNl8yo1_3s6U5Yql";
script.domain = "www.chatbase.co";
document.body.appendChild(script);
};
if (document.readyState === "complete") {
onLoad();
} else {
window.addEventListener("load", onLoad);
}
})();
</script>
</head>
<body id="page-top">
<!-- Navigation-->
<a class="menu-toggle rounded" href="#"><i class="fas fa-bars"></i></a>
<nav id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand"><a href="#page-top">Asaf Bitan</a></li>
<li class="sidebar-nav-item"><a href="#page-top">Home</a></li>
<li class="sidebar-nav-item"><a href="#about">About</a></li>
<li class="sidebar-nav-item">
<a href="#Programming-Proficiencies">Proficiencies</a>
</li>
<li class="sidebar-nav-item"><a href="#portfolio">Portfolio</a></li>
<li class="sidebar-nav-item"><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- Header-->
<header
class="masthead d-flex align-items-center"
style="background-color: #e9b81a"
>
<div class="container px-4 px-lg-5 text-center">
<!-- Main heading: bold and adjusted for better visual -->
<h2
class="display-4 mb-2 font-weight-bold text-dark"
style="font-weight: 700; max-width: 90%; margin: 0 auto"
>
Hello! I'm <span class="text-dark">Asaf Bitan</span>
</h2>
<!-- Subtitle: Make it bold, with expanded container -->
<h3
class="lead mb-4 text-dark font-weight-bold text-center"
style="
font-weight: 700;
max-width: 90%;
margin: 0 auto;
margin-left: 20.5%;
margin-right: 20.5%;
"
>
A software developer who loves to learn and work with new
technologies. Always excited to tackle challenging problems and create
meaningful applications.
</h3>
<!-- Added custom margin to shift the social links closer to the center -->
<ul
class="list-inline mb-5 d-flex justify-content-center"
style="margin-left: -20px; margin-right: -20px"
>
<li class="list-inline-item" style="margin-right: 30px">
<a
class="social-link rounded-circle text-white mr-3 d-flex justify-content-center align-items-center"
href="https://www.linkedin.com/in/asaf-bitan-027a09276"
><i class="fab fa-linkedin-in" style="font-size: 3rem"></i
></a>
</li>
<li class="list-inline-item" style="margin-right: 30px">
<a
class="social-link rounded-circle text-white mr-3 d-flex justify-content-center align-items-center"
href="https://wa.me/+972546649656"
><i class="fab fa-whatsapp" style="font-size: 3rem"></i
></a>
</li>
<li class="list-inline-item" style="margin-right: 30px">
<a
class="social-link rounded-circle text-white mr-3 d-flex justify-content-center align-items-center"
href="https://github.com/AsafBitan"
><i class="fab fa-github" style="font-size: 3rem"></i
></a>
</li>
</ul>
</div>
</header>
<!-- About-->
<section class="content-section bg-light" id="about">
<div class="container px-4 px-lg-5 text-center">
<div class="row justify-content-center">
<div class="col-lg-10 text-start">
<h2>About me:</h2>
<p class="lead mb-3">
I'm a
<strong
>Computer Science graduate from Ben-Gurion University</strong
>. Throughout my academic journey, I've developed a genuine
passion for software development and problem-solving. My studies
and projects have provided me with a strong foundation in computer
science fundamentals and practical experience in designing
efficient algorithms, writing clean code, and building thoughtful
systems.
</p>
<p class="lead mb-3">
Through my academic projects, I’ve gained valuable experience in
teamwork, effective communication, and approaching problems from
different perspectives. I'm a quick learner with a results-driven
mindset, I like tackling complex challenges and exploring creative
solutions through code.
</p>
<p class="lead mb-3">
I'm currently seeking a
<strong>junior developer position</strong> where I can apply my
skills, continue growing professionally, and contribute to
meaningful projects. With a commitment to excellence and a can-do
attitude, I’m eager to take on new challenges and help build
amazing things.
</p>
<p class="lead mb-3">Let’s work together to make a real impact!</p>
<p class="lead mb-3">
Age: <strong>27</strong><br />
Email: <strong>asafbitan9@gmail.com</strong><br />
Phone: <strong>+972-54-664-9656</strong><br />
</p>
</div>
<div class="col-lg-5 text-center">
<a class="btn btn-dark btn-xl" href="#Programming-Proficiencies"
>Programming Proficiencies</a
>
</div>
</div>
</div>
</section>
<!-- Programming-Proficiencies-->
<section
class="content-section bg-primary text-white text-center"
id="Programming-Proficiencies"
>
<div class="container px-4 px-lg-5">
<div class="content-section-heading text-start">
<h2 class="mb-5">Programming Proficiencies</h2>
</div>
<div class="row gx-4 gx-lg-5">
<div class="col-lg-8">
<ul class="list-unstyled ms-0">
<li class="mb-4">
<div class="d-flex align-items-center gap-2">
<strong class="mb-0">Languages:</strong>
<div
class="d-flex flex-wrap align-items-center gap-2"
style="flex-wrap: nowrap; overflow-x: auto"
>
<img
alt="Python"
src="https://img.shields.io/badge/-Python-3776AB.svg?style=flat&logo=python&logoColor=white"
height="30"
/>
<img
alt="Java"
src="https://img.shields.io/badge/-Java-007396.svg?style=flat&logo=java&logoColor=white"
height="30"
/>
<img
alt="JavaScript"
src="https://img.shields.io/badge/-JavaScript-F7DF1E.svg?style=flat&logo=javascript&logoColor=black"
height="30"
/>
<img
alt="TypeScript"
src="https://img.shields.io/badge/-TypeScript-3178C6.svg?style=flat&logo=typescript&logoColor=white"
height="30"
/>
<img
alt="C++"
src="https://img.shields.io/badge/-C++-00599C.svg?style=flat&logo=c%2B%2B&logoColor=white"
height="30"
/>
<img
alt="C"
src="https://img.shields.io/badge/-C-A8B9CC.svg?style=flat&logo=c&logoColor=white"
height="30"
/>
<img
alt="CSS"
src="https://img.shields.io/badge/-CSS3-1572B6.svg?style=flat&logo=css3&logoColor=white"
height="30"
/>
<img
alt="SQL"
src="https://img.shields.io/badge/-SQL-4479A1.svg?style=flat&logo=mysql&logoColor=white"
height="30"
/>
</div>
</div>
</li>
<li class="mb-4 d-flex">
<div class="d-flex align-items-center gap-2">
<strong class="mb-0">Web Development:</strong>
<div
class="d-flex flex-wrap align-items-center gap-2 justify-content-start"
style="flex-wrap: nowrap; overflow-x: auto"
>
<img
alt="React"
src="https://img.shields.io/badge/-React-61DAFB.svg?style=flat&logo=react&logoColor=black"
height="30"
/>
<img
alt="Node.js"
src="https://img.shields.io/badge/-Node.js-339933.svg?style=flat&logo=node.js&logoColor=white"
height="30"
/>
<img
alt="Express.js"
src="https://img.shields.io/badge/-Express.js-000000.svg?style=flat&logo=express&logoColor=white"
height="30"
/>
<img
alt="HTML"
src="https://img.shields.io/badge/-HTML5-E34F26.svg?style=flat&logo=html5&logoColor=white"
height="30"
/>
</div>
</div>
</li>
<li class="mb-4 d-flex">
<div class="d-flex align-items-center gap-2">
<strong class="mb-0">Tools & Frameworks:</strong>
<div
class="d-flex flex-wrap align-items-center gap-2 justify-content-start"
style="flex-wrap: nowrap; overflow-x: auto"
>
<img
alt="GitHub"
src="https://img.shields.io/badge/-GitHub-181717.svg?style=flat&logo=github&logoColor=white"
height="30"
/>
<img
alt="Ubuntu"
src="https://img.shields.io/badge/-Ubuntu-E95420.svg?style=flat&logo=ubuntu&logoColor=white"
height="30"
/>
<img
alt="Linux"
src="https://img.shields.io/badge/-Linux-FCC624.svg?style=flat&logo=linux&logoColor=black"
height="30"
/>
</div>
</div>
</li>
<li class="mb-4 d-flex">
<div class="d-flex align-items-center gap-2">
<strong>Concepts:</strong>
<div
class="d-flex flex-wrap align-items-center gap-2 justify-content-start"
style="flex-wrap: nowrap; overflow-x: auto"
>
<img
alt="ML Modeling (AI)"
src="https://img.shields.io/badge/-ML%20Modeling%20(AI)-FF6F00.svg?style=flat&logo=tensorflow&logoColor=white"
height="30"
/>
<img
alt="Multi-threading"
src="https://img.shields.io/badge/-Multi--threading-007396.svg?style=flat"
height="30"
/>
<img
alt="Object-Oriented Programming"
src="https://img.shields.io/badge/-OOP-00599C.svg?style=flat&logo=c%2B%2B&logoColor=white"
height="30"
/>
<img
alt="Design Patterns"
src="https://img.shields.io/badge/-Design%20Patterns-1E90FF.svg?style=flat"
height="30"
/>
</div>
</div>
</li>
<li class="mb-4 d-flex">
<div class="d-flex align-items-center gap-2">
<strong>Databases:</strong>
<div
class="d-flex flex-wrap align-items-center gap-2 justify-content-start"
style="flex-wrap: nowrap; overflow-x: auto"
>
<img
alt="MongoDB"
src="https://img.shields.io/badge/-MongoDB-47A248.svg?style=flat&logo=mongodb&logoColor=white"
height="30"
/>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--Portfolio -->
<section class="content-section" id="portfolio">
<div class="container px-4 px-lg-5">
<div class="content-section-heading text-center">
<h2 class="mb-5">Recent Projects</h2>
</div>
<div class="row gx-0">
<div class="col-lg-6">
<a class="portfolio-item" href="#!">
<div class="caption">
<div class="caption-content">
<div class="h2">WhatToWatch</div>
<p class="mb-0">
A React Native project that lets the user search for movies
and shows, add them to their favorites, or add them to a
"watch later" category. Built using
<strong>TypeScript</strong>, <strong>React Native</strong>,
<strong>Expo</strong>, <strong>Tailwind</strong> ,<strong
>MongoDB</strong
>
, and <strong>Axios</strong>.
</p>
</div>
</div>
<img
class="img-fluid"
src="assets/img/portfolio-1.jpg"
alt="..."
/>
</a>
</div>
<div class="col-lg-6">
<a class="portfolio-item" href="#!">
<div class="caption">
<div class="caption-content">
<div class="h2">Recipes-App</div>
<p class="mb-0">
A full-stack web application using <strong>next.js</strong>,
<strong>React</strong> and<strong>Spoonacular API</strong>,
that gives you recipe recommendation using the ingredients
you have at hand.
</p>
</div>
</div>
<img
class="img-fluid"
src="assets/img/portfolio-2.jpg"
alt="..."
/>
</a>
</div>
<div class="col-lg-6">
<a class="portfolio-item" href="#!">
<div class="caption">
<div class="caption-content">
<div class="h2">Eliza Crypto Agent</div>
<p class="mb-0">
Added to the elizaOS/eliza repository, where I developed an
AI agent specialized in cryptocurrency. You can ask it
questions, and it will provide up-to-date information,
including current prices fetched from the
<strong>CoinGecko API</strong>.
</p>
</div>
</div>
<img
class="img-fluid"
src="assets/img/portfolio-3.jpg"
alt="..."
/>
</a>
</div>
<div class="col-lg-6">
<a class="portfolio-item" href="#!">
<div class="caption">
<div class="caption-content">
<div class="h2">Note Web App</div>
<p class="mb-0">
A note-taking web app built with
<strong>JavaScript</strong>, <strong>TypeScript</strong>,
<strong>React</strong>, <strong>Node.js</strong>,
<strong>Axios</strong>, <strong>MongoDB</strong>, and more.
Each user has a unique username and password, ensuring that
only they can access and manage their personal notes.
</p>
</div>
</div>
<img
class="img-fluid"
src="assets/img/portfolio-4.jpg"
alt="..."
/>
</a>
</div>
</div>
</div>
</section>
<!-- Contact Me -->
<section class="content-section bg-primary text-white" id="contact">
<div class="container px-4 px-lg-5 text-center">
<h3 class="mb-4">Contact Me</h3>
<h1 class="mb-4">Let’s Connect!</h1>
<div class="text-container">
<p class="lead mb-3">
If you would like to discuss further, feel free to contact me.<br />
You can also reach out to me via email, WhatsApp, or phone.<br />
Looking forward to hearing from you!
</p>
<p class="lead mb-3">
Email: <strong>asafbitan9@gmail.com</strong><br />
Phone: <strong>+972-54-664-9656</strong><br />
WhatsApp:
</p>
<a
class="btn btn-xl btn-light mt-4"
href="https://wa.me/+972546649656"
>Click here to get in contact using WhatsApp!</a
>
</div>
<img
src="assets/img/whatsAppQR.jpg"
alt="Contact QR Code"
class="qr-code"
/>
</div>
</section>
<!-- Footer-->
<footer class="footer text-center">
<div class="container px-4 px-lg-5">
<h4>Asaf Bitan</h4>
<h6>Software Developer graduated from Ben-Gurion University</h6>
<ul class="list-inline mb-5 d-flex justify-content-center">
<li class="list-inline-item">
<a
class="social-link rounded-circle text-white mr-3 d-flex justify-content-center align-items-center"
href="www.linkedin.com/in/asaf-bitan-027a09276"
><i class="fab fa-linkedin-in"></i
></a>
</li>
<li class="list-inline-item">
<a
class="social-link rounded-circle text-white mr-3 d-flex justify-content-center align-items-center"
href="https://wa.me/+972546649656"
><i class="fab fa-whatsapp"></i
></a>
</li>
<li class="list-inline-item">
<a
class="social-link rounded-circle text-white mr-3 d-flex justify-content-center align-items-center"
href="https://github.com/AsafBitan"
><i class="fab fa-github"></i
></a>
</li>
</ul>
<p class="text-muted small mb-0">
Copyright © Developed By Asaf Bitan
</p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top"
><i class="fas fa-angle-up"></i
></a>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>