-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
304 lines (278 loc) · 17.1 KB
/
index.html
File metadata and controls
304 lines (278 loc) · 17.1 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
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css"> <!-- devicons -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Shahar Rushetzky</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico"> <!-- my icon in browswer-->
</head>
<body>
<!-- Navbar-->
<nav class="navbar navbar-expand-lg bg-body-tertiary fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="#about">Shahar Rushetzky</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" href="#about">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#experience-skills">Experience & Skills</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="about" class="py-5" style="margin-top: 70px;">
<div class="container">
<div class="row align-items-center g-4">
<!-- Image -->
<div class="col-12 col-md-5 text-center mt-4">
<img
src="assets/MyProfile_Picture.JPG"
alt="Portrait of Shahar Rushetzky"
class="img-fluid rounded-3 shadow"
width="320" height="320" loading="lazy">
</div>
<!-- Text -->
<div class="col-12 col-md-7">
<h2 class="mb-3">About Me🙋🏻♂️️</h2>
<p class="lead mb-3">
Hi, I’m <strong>Shahar Rushetzky</strong>, a Computer Science student at the Holon Institute of Technology (HIT).
I’ve always been passionate about technology, creativity, and problem-solving, and I enjoy learning how things work behind the scenes.
I’m curious, motivated, and eager to grow as a developer while exploring different areas of computer science and software engineering.
I’m looking forward to gaining more experience, building meaningful projects, and developing both my technical and personal skills along the way.
</p>
</div>
</div>
</div>
</section>
<!-- Experience % Skills -->
<section id="experience-skills" class="py-3">
<div class="container">
<h2 class="mb-4">Experience & Skills💪🏻</h2>
<div class="accordion" id="experienceAccordion">
<!-- Professional Experience -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingProfessional">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseProfessional" aria-expanded="false"
aria-controls="collapseProfessional">
Professional Experience🧑🏻💻
</button>
</h2>
<div id="collapseProfessional" class="accordion-collapse collapse"
aria-labelledby="headingProfessional" data-bs-parent="#experienceAccordion">
<div class="accordion-body">
<ul class="mb-0">
<li><strong>Software Automation Developer | ELTA Systems Ltd. </strong><hr>
Planned and executed both manual and automated testing for classified radar systems, using Python in an agile CI/CD environment.
Collaborated with engineers and project leads through GitLab, Jenkins, and JIRA to maintain high-quality deliveries.
Created and maintained STD, STP, and STR documents based on evolving system requirements.
Quickly integrated into the QA team, progressed into automation, and demonstrated strong analytical and problem-solving skills under tight deadlines.</li>
</ul>
</div>
</div>
</div>
<!-- Military Experience -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingMilitary">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseMilitary" aria-expanded="false"
aria-controls="collapseMilitary">
Military Experience⚓️
</button>
</h2>
<div id="collapseMilitary" class="accordion-collapse collapse"
aria-labelledby="headingMilitary" data-bs-parent="#experienceAccordion">
<div class="accordion-body">
<ul class="mb-0">
<li><strong>Isreali Navy | Shayetet 3 unit</strong><hr>
Combat soldier and commander in the Israeli Navy missile ship.
Served as a radar technician and operator for four radar systems on the ship.
Responsible for operiting, maintaining, and repairing the radar systems.
Held full administrative and professional responsibility over my platoon soldiers as a commander.
Awarded a Certificate of Excellence for outstanding performance on the 73rd Independence Day.</li>
</ul>
</div>
</div>
</div>
<!-- Education -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingEducation">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseEducation" aria-expanded="false"
aria-controls="collapseEducation">
Education👨🏻🎓
</button>
</h2>
<div id="collapseEducation" class="accordion-collapse collapse"
aria-labelledby="headingEducation" data-bs-parent="#experienceAccordion">
<div class="accordion-body">
<ul class="mb-0">
<li><strong>B.Sc. Computer Science</strong> | Holon Institute of Technology (HIT)</li><hr>
<u>Current GPA:</u> 91.65<br>
<u>Major:</u> Computer Science.<br>
<u>Main Courses:</u> OOP, Data Structures, Algorithms, ML, Operating Systems, Communication Networks.
</ul><br>
<ul class="mb-0">
<li><strong>Makif Dalet High School</strong></li><hr>
Full Matric certificate passed with excellence.<br>
10 units in Computer Science. <br>
5 units in Math, Physics and English.
</ul>
</div>
</div>
</div>
<!-- Skills -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingSkills">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseSkills" aria-expanded="false"
aria-controls="collapseSkills">
Skills💻
</button>
</h2>
<div id="collapseSkills" class="accordion-collapse collapse"
aria-labelledby="headingSkills" data-bs-parent="#experienceAccordion">
<div class="accordion-body">
<div class="row g-2">
<div class="col-12 col-sm-6">
<ul class="mb-0">
<li><strong>Programming languages</strong> </li><hr>
<section id="programming-languages" class="mb-4">
<div class="container">
<div class="d-flex flex-wrap gap-4 jusify-content-center text-center">
<!-- Python -->
<div>
<i class="devicon-python-plain colored fs-1"></i>
<p class="mb-0 small">Python</p>
</div>
<!-- C++ -->
<div>
<i class="devicon-cplusplus-plain colored fs-1"></i>
<p class="mb-0 small">C++</p>
</div>
<!-- C -->
<div>
<i class="devicon-c-plain colored fs-1"></i>
<p class="mb-0 small">C</p>
</div>
<!-- Java -->
<div>
<i class="devicon-java-plain colored fs-1"></i>
<p class="mb-0 small">Java</p>
</div>
<!-- Linux -->
<div>
<i class="devicon-linux-plain colored fs-1"></i>
<p class="mb-0 small">Linux</p>
</div>
</div>
</div>
</section>
<li><strong>Tools</strong></li><hr>
<section id="tools" class="mb-4">
<div class="container">
<div class="d-flex flex-wrap gap-4 justify-content-start text-center">
<!-- Git -->
<div>
<i class="devicon-git-plain colored fs-1"></i>
<p class="mb-0 small">Git</p>
</div>
<!-- Jira -->
<div>
<i class="devicon-jira-plain colored fs-1"></i>
<p class="mb-0 small">Jira</p>
</div>
<!-- VS Code -->
<div>
<i class="devicon-vscode-plain colored fs-1"></i>
<p class="mb-0 small">VS Code</p>
</div>
<!-- PyCharm -->
<div>
<i class="devicon-pycharm-plain colored fs-1"></i>
<p class="mb-0 small">PyCharm</p>
</div>
<!-- Jenkins -->
<div>
<i class="devicon-jenkins-plain colored fs-1"></i>
<p class="mb-0 small">Jenkins</p>
</div>
<!-- Docker -->
<div>
<i class="devicon-docker-plain colored fs-1"></i>
<p class="mb-0 small">Docker</p>
</div>
<!-- MySQL -->
<div>
<i class="devicon-mysql-plain colored fs-1"></i>
<p class="mb-0 small">MySQL</p>
</div>
<!-- VMware -->
<div>
<img src="assets/Vmware__icon.png" alt="VMware" width="50" height="50">
<p class="mb-0 small">VMware</p>
</div>
</div>
</div>
</section>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Me -->
<section id="contact" class="py-4">
<div class="container">
<h2 class="mb-4">Contact Me📞</h2>
<div class="container d-flex justify-content-center">
<div class="card shadow w-100" style="margin-top: -5px;">
<div class="card-body text-start">
<p class="card-text">
If you’d like to connect, feel free to reach out through any of the following:
</p>
<div class="d-grid gap-2 justify-content-center" style="width: fit-content; margin: 0 auto;">
<a href="mailto:sroshetzky@gmail.com" class="btn btn-outline-dark d-flex align-items-center justify-content-center gap-2" style="min-width: 200px; height: 50px;">
<img src="assets/Gmail_logo.png" alt="Gmail Logo" width="25" height="25">
<span>Email</span>
</a>
<a href="https://wa.me/972527729726" class="btn btn-outline-dark d-flex align-items-center justify-content-center gap-2" style="min-width: 200px; height: 50px;">
<img src="assets/Whatapp_icon.png" alt="Gmail Logo" width="25" height="25">
<span>WhatsApp</span>
</a>
<a href="https://linkedin.com/in/shahar-rushetzky" class="btn btn-outline-dark d-flex align-items-center justify-content-center gap-2" style="min-width: 200px; height: 50px;" target="_blank">
<i class="devicon-linkedin-plain colored" style="font-size: 25px;"></i>
<span>LinkedIn</span>
</a>
<a href="https://github.com/sRushetzky" class="btn btn-outline-dark d-flex align-items-center justify-content-center gap-2" style="min-width: 200px; height: 50px;" target="_blank">
<i class="devicon-github-plain colored" style="font-size: 25px;"></i>
<span>GitHub</span>
</a>
<a href="assets/Shahar%20Rushetzky%20CV.pdf" class="btn btn-outline-dark d-flex align-items-center justify-content-center gap-2" style="min-width: 200px; height: 50px;" target="_blank">
📄 <span>Download CV</span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
</body>
</html>