-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
570 lines (520 loc) · 25 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
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
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Ron Benjamin's Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/portfolio.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css"
rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: DevFolio - v4.7.1
* Template URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
<script src="https://kit.fontawesome.com/af349c4e67.js"
crossorigin="anonymous">
</script>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>-->
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#education">Education</a></li>
<li><a class="nav-link scrollto" href="#skills">Skills</a></li>
<li><a class="nav-link scrollto " href="#projects">Projects</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<br><br>
<!-- ======= About Section ======= -->
<section id="about" class="about-mf sect-pt5 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a" style="padding-top: 20px;">
About Me
</h3>
<div class="line-mf"></div>
<br>
<div class="row">
<div class="col-md-6">
<div class="about-me pt-4 pt-md-0">
<p class="s-description text-center" id="about-text">
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script>
// Text to be typed
const aboutText = "Third year computer science student in The Hebrew University Of Jerusalem. Aiming for a low-level || Backend student position, as a Software Engineer.";
// Speed of typing in milliseconds per character
const typingSpeed = 40;
// Get the paragraph element where the text will be typed
const aboutMeParagraph = document.getElementById("about-text");
let charIndex = 0;
function typeText() {
if (charIndex < aboutText.length) {
aboutMeParagraph.textContent += aboutText.charAt(charIndex);
charIndex++;
setTimeout(typeText, typingSpeed);
}
}
// Start typing when the page loads
window.addEventListener("load", typeText);
</script>
<!-- End About Section -->
<!-- ======= Education Section ======= -->
<section id="education" class="services-mf pt-5 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Education
</h3>
<div class="line-mf"></div>
<br>
<div class="box-shadow-full">
<div class="box-shadow-a">
<br> <br>
<h5> October 2021 - Present Day </h5>
<h2> The Hebrew University of Jerusalem </h2>
<h4> • B.Sc in Computer Science </h4>
<br>
<img src="assets/img/university-symbol.JPG"
alt="..."
class="img-thumbnail">
<br><br><br>
<br><br>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Section -->
<!-- ======= Skills Section ======= -->
<section id="skills" class="services-mf pt-5 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Skills </h3>
<div class="line-mf"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i
class="fa-brands fa-python"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Python</h2>
<p class="s-description text-center">
Advanced Python development:
ML, Pygame/Tkinter, DataFrames,
pandas, image processing and more
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle">
<i class="fa-solid fa-c"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">C / C++</h2>
<p class="s-description text-center">
Experience with basic C / C++ development:
OOP, STL, Basic ML took a C/C++ course at
the
Hebrew University Of Jerusalem
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle">
<i class="fa-brands fa-java"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Java</h2>
<p class="s-description text-center">
Object oriented programming in Java.
Made few personal projects as well as school
projects such as games and more advanced
programs.
</p>
</div>
</div>
</div>
<!-- <div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i
class="bi bi-hdd-rack-fill"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Server-Client</h2>
<p class="s-description text-center">
Server-Client using sockets. I have developed
an online
game with a server and multiple users
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i
class="bi bi-controller"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Game development</h2>
<p class="s-description text-center">
Game development in python and Java, Both for
Desktop and Android
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="service-box">
<div class="service-ico">
<span class="ico-circle"><i
class="fa-brands fa-android"></i></span>
</div>
<div class="service-content">
<h2 class="s-title">Android apps</h2>
<p class="s-description text-center">
I have developed few android apps with Java
using Android studio.
Most of them were games
</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Skills Section -->
<!-- ======= Portfolio Section ======= -->
<section id="projects" class="portfolio-mf sect-pt4 route">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box text-center">
<h3 class="title-a">
Projects
</h3>
<p class="subtitle-a">
Selected project, all available on my <a
href="https://github.com/bnronron"> <strong>
GitHub page</strong> </a>
</p>
<div class="line-mf"></div>
</div>
</div>
</div>
<!--
<div class="row">
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/game%20running%20video.mp4"
data-gallery="portfolioGallery"
class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/card-game.jpg" alt=""
class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Rick and Morty OOP Game</h2>
<div class="w-more">
<span class="w-ctegory">Python | Server-Client | Game Development</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="https://github.com/bnronron/RickAndMorty-Theme_Game">
<span class="circle"><i
class="bi bi-github"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-4">
<div class="work-box">
<a href="assets/img/web-running.mp4"
data-gallery="portfolioGallery"
class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/web-app.jpg" alt=""
class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Blog Web
application</h2>
<div class="w-more">
<span class="w-ctegory"> Web development | Web Design | Flask </span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="http://nirblo50.pythonanywhere.com">
<span class="circle"><i
class="fa-solid fa-link"></i></span></a>
<a href="https://github.com/nirblo50/Web-project">
<span class="circle"><i
class="bi bi-github"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-4">
<div class="work-box">
<a href="assets/img/Feed_Hadar_V.mp4"
data-gallery="portfolioGallery"
class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/feed_hadar_image.jpg"
alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Android Game App</h2>
<div class="w-more">
<span class="w-ctegory">Java | Android Studio | Game Development</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="https://play.google.com/store/apps/details?id=com.balouka.feedthehadar&hl=iw&gl=US">
<span class="circle"><i
class="fa-brands fa-google-play"></i></span></a>
<a href="https://github.com/nirblo50/FeedTheHadar">
<span class="circle"><i
class="bi bi-github"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- <div class="col-md-4">
<div class="work-box">
<a href="assets/img/dodge.mp4"
data-gallery="portfolioGallery"
class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/dodge_image.jpg"
alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Android Game App</h2>
<div class="w-more">
<span class="w-ctegory">Java | Android Studio | Game Development</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="https://play.google.com/store/apps/details?id=com.mygdx.dodgethealien&hl=iw&gl=US">
<span class="circle"><i
class="fa-brands fa-google-play"></i></span></a>
<a href="https://github.com/nirblo50/DodgeTheAlien">
<span class="circle"><i
class="bi bi-github"></i></span></a>
</div>
</div>
</div>
</div>
</div>
</div> -->
<div class="col-md-4">
<div class="work-box">
<a href="assets/img/Gameplay.mp4"
data-gallery="portfolioGallery"
class="portfolio-lightbox">
<div class="work-img">
<img src="assets/img/rickAndMorty.png"
alt="" class="img-fluid">
</div>
</a>
<div class="work-content">
<div class="row">
<div class="col-sm-8">
<h2 class="w-title">Rick and Morty OOP Game</h2>
<div class="w-more">
<span class="w-ctegory">Java | OOP Principles | School Assignment</span>
</div>
</div>
<div class="col-sm-4">
<div class="w-like">
<a href="https://github.com/bnronron/RickAndMorty-Theme_Game">
<span class="circle">
<i class="bi bi-github"></i>
</span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact"
class="paralax-mf footer-paralax bg-image sect-mt4 route"
style="background-image: url(assets/img/briks.jpg)">
<div class="overlay-mf"></div>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="contact-mf">
<div id="contact2" class="box-shadow-full">
<div class="col-md-6">
<div class="title-box-2 pt-4 pt-md-0">
<h5 class="title-left">
Get in Touch
</h5>
</div>
<div class="more-info">
<p class="lead">
You can contact me through my email
address /
phone number or through the following
platforms
</p>
<ul class="list-ico">
<!-- <li><span class="bi bi-geo-alt"></span>-->
<!-- Herzl Blvd 83, Jerusalem-->
<!-- </li>-->
<li><span class="bi bi-phone"></span>
053-3359035
</li>
<li><span
class="bi bi-envelope"></span>
</li>
</ul>
</div>
<div class="socials">
<ul>
<li>
<a href="https://wa.me/97253359035"><span
class="ico-circle"><i
class="fa-brands fa-whatsapp"></i></span></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ron-benjamin/"><span
class="ico-circle"><i
class="bi bi-linkedin"></i></span></a>
</li>
<li>
<a href="https://github.com/bnronron"><span
class="ico-circle"><i
class="bi bi-github"></i></span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="copyright-box">
<p class="copyright">© Copyright Ron Benjamin</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=DevFolio
-->
Developed Using MDBootstrap
</div>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#"
class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>