-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
354 lines (335 loc) · 18.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" href="style1.css">
<link rel="shortcut icon" type="image/png" href="images/logo.png">
<title>Yaseen Salah</title>
<script>src="main.js"</script>
</head>
<body>
<a href="#" class="logo-image">
<img src="images/YsLogo.png" width="38" height="38"/>
</a>
<header>
<a href="#" class="logo">
Yaseen Salah
</a>
<nav class="navigation">
<a href="#about">About Me</a>
<a href="#services">Services</a>
<a href="#projects">Projects</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="main">
<div class="paragraph">
<h2>Hello, I'm Yaseen!<br><span>Creative Engineer</span></h2>
<h3>I can Do Both</h3>
<div class="jobs">
<a href="hardware.html" class="hw-btn" id="button">Digital IC Design Engineer</a>
<a href="graphic.html" class="gd-btn">Graphic & Video Designer</a>
</div>
<div class="social-icons">
<a href="https://www.linkedin.com/in/yaseen-salah/"><i class="fab fa-linkedin"></i></a>
<a href="https://www.behance.net/yaseensalah1"><i class="fab fa-behance"></i></a>
<a href="https://www.facebook.com/yaseen.salah1/"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/Yaseen.salah_/?fbclid=IwAR1nKQhAj2lDop2nMbgqWP0vrCvMg53BjhheCZaLR0lbVi6xqRNb_FOvte4"><i class="fab fa-instagram"></i></a>
</div>
</div>
</section>
<section class="about" id="about">
<h2 class="title">About Me</h2>
<p>"I am Yaseen Salah, a freshly graduated Digital Design Engineer. I gained Bachelor's degree in Electronics and Communications Engineering from Ain Shams University with a Very Good cumulative grade. My graduation project, "ASIC Design and Verification of MIPI I3C Protocol with FPGA Prototyping." was sponsored by Mixel Inc.
I have a solid academic background in digital design and ASIC/FPGA design. I am particularly interested in system-on-chip (SoC), industry-standard interfaces, and DSP algorithms.</p>
<p>In addition to my academic background, I have experience with RTL design using Verilog/VHDL, simulation and debugging using Siemens QuestaSim and Xilinx Vivado, and micro-architecture design and integration. I am also familiar with serial communication protocols such as SPI, UART, I²C, and MIPI I3C. Furthermore, I have a good understanding of static timing analysis, CDC/RDC, formal verification, and the ASIC Design Flow using Synopsys and Cadence tools.</p>
<p> </p>
<p>I am eager to learn and grow in a dynamic and challenging environment, and I am a team player with strong communication and problem-solving skills according to my experience in non-technical activities besides my technical path such as joining Pirates Egypt as an Advertising Member in Pirates'20 season then being promoted to be the Vice Head of Advertising in Pirates'21 season. Also, I joined ASU Racing Team as a Marketing and Public Relation Specialist in the ASURT'22 season and finally was a part of the IEEE ASU SB'23 board as a Media Director carrying out the rebranding of the branch and establishing the new identity guidelines.</p>
<p>As my minor career was Graphic Design and Video Editing, I energetically keep thinking out of the box to get new and creative solutions. You can view my journey on the University years <span ><a href="#timeline" class="linkt" id="linkt">Here!</a></span>"</p>
</section>
<section class="timeline" id="timeline">
<h2 class="title">High Educational Timeline</h2>
<img src="images/Group 4.4.png" class="time-img"/>
<div class="dtls">
<a href="https://drive.google.com/file/d/1CRPLAhwvSsmXOlW01rp0qlB8T9IA6Sv_/view?usp=sharing" class="details-btn" id="button">View More Details</a>
</div>
</section>
<section class="services" id="services">
<h2 class="title">Services</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fas fa-microchip"></i>
</div>
<div class="info">
<h3>Digital IC Design</h3>
<p>RTL Design, Simulation, and Debugging using Verilog/VHDL. Microarchitectures Design and Integration.
Logical Synthesis Constraints Development using TCL.
Knowledge of Serial Communication Protocols SPI, UART, I²C, and MIPI I3C.
Knowledge of Digital Signal Processing techniques.
Knowledge of Static Timing Analysis and CDC/RDC.
Knowledge of FPGA Prototyping, Formal Verification, and ASIC Physical Design Flow.</p>
</div>
</div>
<div class="content">
<div class="card">
<div class="icon">
<i class="fas fa-bezier-curve"></i>
</div>
<div class="info">
<h3>Graphic Design</h3>
<p>Branding Design including Logos and Brand Identity with Social Media Posts Packages in addition to Printouts (e.g. Banners, Roll-ups, Flyers, T-shirts, and IDs) Designs Using Adobe Photoshop and Adobe Illustator. Advertising Photography and Editing Professional Photos Using Adobe Lightroonm.</p>
</div>
</div>
<div class="content">
<div class="card">
<div class="icon">
<i class="fas fa-video"></i>
</div>
<div class="info">
<h3>Video Production</h3>
<p>Video Editing using Adobe Premiere Pro and After Effects with a modest backround on Social Media and Cinematic Videography with Script Writing and Storyboard with Shooting List and Directing self produced Youtube Episodes and Music Videos as One-man Crew.</p>
</div>
</div>
</div>
</section>
<section class="projects" id="projects">
<h2 class="title">Projects</h2>
<div class="content">
<a href="https://github.com/ZyaDSobhy/MIPI-I3C" class="project-card">
<div class="project-image">
<img src="images/gp.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">ASIC Design and Verification of MIPI I3C with FPGA Prototyping</span>
</strong>
<p class="project-category">Graduation Project 2023</p>
</div>
</a>
<a href="https://github.com/yaseensalah/Digital-Design-of-FIR-Filter" class="project-card">
<div class="project-image">
<img src="images/FIR Cover1.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">Configurable 50th Order Low-Pass FIR Filter</span>
</strong>
<p class="project-category">MATLAB Modeling, Verilog Design and Verification, and Simulink Validation</p>
</div>
</a>
<a href="https://github.com/yaseensalah/ASIC-Design-of-Low-Power-Configurable-Multi-Clock-Digital-System-With-UART-Transceiver" class="project-card">
<div class="project-image">
<img src="images/system.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">Low Power Configurable Multi-Clock Digital System With UART Transceiver</span>
</strong>
<p class="project-category">Verilog Design and Verification (RTL to GDSII)</p>
</div>
</a>
<a href="https://drive.google.com/drive/folders/1Nsnw7d1uh3hT7la4j2y2pVIW-5Oa73fH" class="project-card">
<div class="project-image">
<img src="images/vm.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">Vending Machine Control Unit</span>
</strong>
<p class="project-category">VHDL Design and Verification (RTL to GDSII)</p>
</div>
</a>
<a href="https://drive.google.com/drive/folders/1yFRCeqTB4-2aVAoKXXmdOHE4XPY_pu58" class="project-card">
<div class="project-image">
<img src="images/wmcu.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">Washing Machine Control Unit</span>
</strong>
<p class="project-category">Verilog Design and Verification</p>
</div>
</a>
<a href="https://drive.google.com/file/d/1fYXRY-gyQK3oqcI-P6Mz_8GuDyzWyIFl/view?usp=sharing" class="project-card">
<div class="project-image">
<img src="images/SPI_TH.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">SPI Slave With Dual-Port Ram</span>
</strong>
<p class="project-category">Verilog Design and Verification</p>
</div>
</a>
<a href="https://github.com/sheshtawy898/GPS_ASU_PROJECT_67" class="project-card">
<div class="project-image">
<img src="images/GPS_TH.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">GPS Tracking System</span>
</strong>
<p class="project-category">Embedded Systems Project (Tiva C)</p>
</div>
</a>
<a href="https://drive.google.com/file/d/1YoeMfk-bvvxkfiqPyGgS23p9M4TdLiXS/view?usp=sharing" class="project-card">
<div class="project-image">
<img src="images/ALU_TH.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">Full-Custom 4-bits ALU</span>
</strong>
<p class="project-category">Digital Circuits Project (Cadence & VHDL)</p>
</div>
</a>
<a href="https://drive.google.com/file/d/13W-JR3F7lBsN8QBe9uh7Y0-kMzglYySI/view?usp=sharing" class="project-card">
<div class="project-image">
<img src="images/Adder_TH.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">3-bits Full Adder</span>
</strong>
<p class="project-category">Logic Design Project</p>
</div>
</a>
<a href="https://drive.google.com/file/d/1nGI6wxNGISni8bPhPMpuhvQoDYqzzCEv/view?usp=drive_link" class="project-card">
<div class="project-image">
<img src="images/dtmf.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">DTMF Signal Processing</span>
</strong>
<p class="project-category">Digital Signal Processing Project</p>
</div>
</a>
<a href="https://drive.google.com/file/d/1qsTHqndCVIeGFWEDlKral-5x_Rxc-cAv/view?usp=sharing" class="project-card">
<div class="project-image">
<img src="images/PCB_TH.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">Phase Shift Oscillator PCB</span>
</strong>
<p class="project-category">Analog Circuits (2) Project</p>
</div>
</a>
<a href="https://drive.google.com/file/d/1RuTgOKQDiPN1ilJb7upWl8ogcUPCafrR/view?usp=sharing" class="project-card">
<div class="project-image">
<img src="images/WCN_TH.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">SP MATLAB Planning Tool</span>
</strong>
<p class="project-category">Wireless Communication Networks</p>
</div>
</a>
<a href="https://www.behance.net/gallery/119812281/MathsThings-YouTube-Channel" class="project-card">
<div class="project-image">
<img src="images/MathsThings.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">MathsThings Youtube Channel</span>
</strong>
<p class="project-category">Video Production & Graphic Design</p>
</div>
</a>
<a href="https://www.behance.net/gallery/128162467/Einstein-Gym-Branding" class="project-card">
<div class="project-image">
<img src="images/EinsteinGym.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">Einstein Gym - Branding</span>
</strong>
<p class="project-category">Branding & Logo Design</p>
</div>
</a>
<a href="https://www.behance.net/gallery/119725917/IE-Smart-Solutions-Advertising-Videos" class="project-card">
<div class="project-image">
<img src="images/IE smart.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">IE Smart Solutions</span>
</strong>
<p class="project-category">Video Production & Graphic Design</p>
</div>
</a>
<a href="https://www.behance.net/gallery/124130905/TA3BAN-Music-Video" class="project-card">
<div class="project-image">
<img src="images/TA3BAN.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">TA3BAN Music Video</span>
</strong>
<p class="project-category">Video Production & Direction</p>
</div>
</a>
<a href="https://www.behance.net/gallery/119910659/Travel-Dealer-Branding" class="project-card">
<div class="project-image">
<img src="images/TravelDealer.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">Travel Dealer - Branding</span>
</strong>
<p class="project-category">Branding & Logo Design</p>
</div>
</a>
<a href="https://www.behance.net/gallery/119792465/Pirates21-Enthusiasm-For-Achievement-Campaign" class="project-card">
<div class="project-image">
<img src="images/Enthusiasm.jpg"/>
</div>
<div class="project-info">
<strong class="project-details">
<span class="project-title">BE'21 - Pirates Egypt Campaign</span>
</strong>
<p class="project-category">Video Production & Graphic Design</p>
</div>
</a>
</div>
</section>
<section class="cards-contact" id="contact">
<h2 class="title">Let's Work Together!</h2>
<div class="content">
<a href="https://wa.me/qr/D2GANIHSRATPO1" class="card">
<div class="icon">
<i class="fab fa-whatsapp"></i>
</div>
<div class="info">
<h3>WhatsApp</h3>
<p>+20 109 739 5589</p>
</div>
</a>
<a href="mailto:[email protected]" class="card">
<div class="icon">
<i class="far fa-envelope"></i>
</div>
<div class="info">
<h3>Email</h3>
<p>[email protected]</p>
</div>
</a>
</div>
</section>
<footer class="footer">
<p class="footer-title">all copyrights reserved © 2022 developed by <span><a href="https://github.com/yaseensalah/YaseenSalah.me" class="github">Yaseen Salah</a></span></p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/yaseen-salah/"><i class="fab fa-linkedin"></i></a>
<a href="https://www.behance.net/yaseensalah1"><i class="fab fa-behance"></i></a>
<a href="https://www.facebook.com/yaseen.salah1/"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/Yaseen.salah_/?fbclid=IwAR1nKQhAj2lDop2nMbgqWP0vrCvMg53BjhheCZaLR0lbVi6xqRNb_FOvte4"><i class="fab fa-instagram"></i></a>
</div>
</footer>
</body>
</html>