-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
384 lines (358 loc) · 22.8 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
<html>
<head>
<link rel = "icon" href ="resources/Icons/title_icon.png" type = "image/x-icon">
<title>Hashem Alkeshawi</title>
<link rel="stylesheet" type="text/css" href="resources/Styles/Styling.css">
<script src="resources/Scripts/ShowinList_script.js"></script>
<meta name="google-site-verification" content="F82NIRqU06hk58EPTuHJmNK12JWf7lLLqABo9_4lKJM" />
<meta name = "keywords" content = "portfolio, student, programmer, computer science,
software Development, Education, frontEnd,app developer, Android developer " />
<meta name = "description" content = "student and developer portfolio, hashemalkeshawi" />
<meta name = "author" content = "Hashem alkeshawi" />
</head>
<body onscroll="showBack()" >
<a id="body_top"></a>
<!-- Hashem Alkeshawi 120190191 -->
<!--The navagation bar with the logo-->
<div id="top" class="z-depth-2">
<a href="index.html"><img id="top_name_logo" title="Home" src="resources/Images/name_logo.png"></a>
<ul id="nav_list">
<a href="#about"><li>About</li></a>
<a href="#skills"><li>Skills</li></a>
<a href="#edu"><li>Education</li></a>
<a href="#portfolio"><li>Portfolio</li></a>
</ul>
</div>
<!--The content of the home page-->
<div id="center">
<a href="#about"><img id="center_img" title="About Me" src="resources/Images/center_img.png"></a>
<div id="description_content">
<p id="description">Software Development Student at the Islamic University of Gaza</p>
<a href="#contact_section">
<button id="contact" onmouseover="onHover()" onmouseleave="onNotHover()">
Contact Me
<img id="img_contact" src="resources/Icons/contact-info.png">
</button>
</a>
</div>
</div>
<!--the body contains information-->
<div class="more">
<img id="home_back" title="Up" src="resources/Icons/up-arrow.png" onclick="hideBack()" >
<img id="floating_name_logo" title="Hashem Alkeshawi" src="resources/Icons/top_inScroll_icon.png" >
<!--About section "who am I?"-->
<div id="about">
<div id="about_heading">
<img id="about_logo" title="About Me" src="resources/Icons/identification.png">
<h1>Who am I?</h1>
</div>
<div id="about_content">
<!-- Hashem Alkeshawi 120190191 -->
<p id="p1_about">Who am I? ...An alive human being.<br>
Born in 2001, when it was too late to explore Earth,
And too early to discover Space,
Completely at the time of Software Development.
</p>
<p id="p2_about">If we're talking about how I spend my time, either studying,
reading, watching Youtube videos,
or browsing the web. Sometimes exercising.</p>
<p id="p3_about">If we're talking about my Studying,<br>
I spend my studying time either writing code or learning how to write code.</p>
<p id="p4_about">But I am not my Study.
The actions I do for profit is not “what I am” or even “who I am.”
If I cease that work,
I do not cease to be who and what I am.</p>
</div>
</div>
<!--Skills section-->
<div id="skills">
<div id="skills_heading">
<img id="skills_logo" title="My Skills" src="resources/Icons/skills.png">
<h1>Tech-Skills</h1>
</div>
<div id="skills_content" >
<div id="android" class="skill">
<div class="skills_content_heading">
<img id="androidImage" title="Android" src="resources/Icons/android-icon.png">
<h2>Android</h2>
</div>
<ul>
<li id="uInterface"><pre style="display: inline;"> </pre>User Interface<hr></li>
<li id="uExperience"><pre style="display: inline;"> </pre>User Experience<hr></li>
<li id="AStudio"><pre style="display: inline;"> </pre>Android Studio<hr></li>
<li id="kotlin"><pre style="display: inline;"> </pre>Kotlin<hr></li>
<li id="java"><pre style="display: inline;" > </pre>Java<hr></li>
<li id="xml"><pre style="display: inline;"> </pre>XML<hr></li>
<li id="sqlite"><pre style="display: inline;"> </pre>SQLite<hr></li>
<li id="networking"><pre style="display: inline;"> </pre>Networking<hr></li>
<li id="gradle"><pre style="display: inline;"> </pre>gradle</li>
</ul>
</div>
<div id="tools_languages" class="skill">
<div class="skills_content_heading">
<img id="toolsImage" title="I am a programmer!" src="resources/Icons/programming-flag.png">
<h2>Tools and Languages</h2>
</div>
<!-- Hashem Alkeshawi 120190191 -->
<ul>
<li id="java"><pre style="display: inline;"> </pre>Java<hr></li>
<li id="kotlin"><pre style="display: inline;"> </pre>Kotlin<hr></li>
<li id="sql"><pre style="display: inline;"> </pre>SQL<hr></li>
<li id="AStudio"><pre style="display: inline;"> </pre>Android Studio<hr></li>
<li id="sqlite"><pre style="display: inline;"> </pre>SQLite<hr></li>
<li id="firebase"><pre style="display: inline;"> </pre>FireBase<hr></li>
<li id="admob"><pre style="display: inline;"> </pre>AdMob<hr></li>
<li id="react"><pre style="display: inline;"> </pre>React Js<hr></li>
<li id="mysql"><pre style="display: inline;"> </pre>mySQL<hr></li>
<li id="python"><pre style="display: inline;"> </pre>Python<hr></li>
</ul>
</div>
<div id="frontEnd" class="skill">
<div class="skills_content_heading">
<img id="frontendImage" src="resources/Icons/front-end.png">
<h2>FrontEnd</h2>
</div>
<!-- Hashem Alkeshawi 120190191 -->
<ul>
<li id="react"><pre style="display: inline;"> </pre>React Js<hr></li>
<li id="bootstrap"><pre style="display: inline;"> </pre>Bootstrap<hr></li>
<li id="html"><pre style="display: inline;"> </pre>HTML<hr></li>
<li id="css"><pre style="display: inline;"> </pre>CSS<hr></li>
<li id="js"><pre style="display: inline;"> </pre>JavaScript</li>
</ul>
</div>
</div>
</div>
<!--Education section-->
<div id="edu">
<div id="edu_heading">
<img id="edu_logo" title="My learning Journey" src="resources/Icons/education.png">
<h1>Learning Journey</h1>
</div>
<div id="edu_content">
<div id="journey1">
<div id="journey1_title">
<p id="journey1_title1">1<sup>st</sup>, Sep 2019, The Journey has begun</p>
<img id="destination" title="The Journey starts here" src="resources/Images/destination.png">
</div>
<div id="journey1_descreption">
<p id="p1_descreption">
In 2019, I've become officially
<b>a University Student at
<a href="https://www.iugaza.edu.ps/en/" target="_blank">IUG</a>.</b>
</p>
<p id="p2_descreption">
<!-- Hashem Alkeshawi 120190191 -->
The first semester was a great new Experience, with lots of difficulties,
the semester gets over giving me the essential knowledge of software stuff,
courses like:
</p>
<ul id="1st_semester_courses">
<li>Problem Solving With Java</li>
<li>Introduction To Computing</li>
<li>Calculus 'A'</li>
<li>and more!</li>
</ul>
<hr id="wall">
</div>
</div>
<div id="journey2">
<div id="journey1_title">
<p id="journey1_title1">2020, The pandemic hits hard</p>
<img id="destination" title="COVID-19" src="resources/Images/pandemic.png">
</div>
<div id="journey1_descreption">
<p id="p1_descreption">
At the beginning of 2020, I chose to quit University.
</p>
<p id="p2_descreption">
<!-- Hashem Alkeshawi 120190191 -->
Due to some personal issues,
I had to make a decision,
either continue with online learning
or take the hard way and do it as a self-taught programmer
</p>
<div id="p3_descreption">
<p id="p3_text">
Leaving the university was tough, but so am I.<br>
<br>I started learning <b>front-end development</b> with <a href="https://www.w3schools.com/" target="_blank" id="aW">W3Schools</a>,
it costs me three months.<br><br>
<hr>
Then, I turned into <b>Android App development</b>
after seeing an ad for a course by Google on the <a href="https://www.udacity.com/
course/android-basics-nanodegree-by-google
--nd803?utm_source=gsem_brand&utm_medium=
&utm_campaign=12908932988_c&utm_term
=124509196031&utm_keyword=android%20basics
%20udacity_e&gclid=CjwKCAiAp8iMBhAqEiwAJb94
z3uAqNgRkinieKI6uW2T3BgtxwuogkLnR0
YFVwMRaSOeY6CBEVQUiBoCnUYQAvD_BwE" id="aU" target="_blank">Udacity</a> platform.<br>
I've taken five courses on <b>Android basics with java</b>, they covered:
</p>
<ul>
<li id="android_ui">Android: <a href="https://www.udacity.com/course/android-basics-user-interface--ud834" target="_blank">User Interface</a>.</li>
<li id="android_up">Android: <a href="https://www.udacity.com/course/android-basics-user-input--ud836" target="_blank">User Input</a>.</li>
<li id="android_ms">Android: <a href="https://www.udacity.com/course/android-basics-multiscreen-apps--ud839"target="_blank" >Multi-screen app</a>.</li>
<li id="android_n"> Android: <a href="https://www.udacity.com/course/android-basics-networking--ud843" target="_blank">Networking</a>.</li>
<li id="android_ds">Android: <a href="https://www.udacity.com/course/android-basics-data-storage--ud845" target="_blank">Data Storage</a>.</li>
</ul>
<hr>
Then, <b>an intermediate Development</b> course, also from Google on <a href="https://www.udacity.com/
course/android-basics-nanodegree-by-google
--nd803?utm_source=gsem_brand&utm_medium=
&utm_campaign=12908932988_c&utm_term
=124509196031&utm_keyword=android%20basics
%20udacity_e&gclid=CjwKCAiAp8iMBhAqEiwAJb94
z3uAqNgRkinieKI6uW2T3BgtxwuogkLnR0
YFVwMRaSOeY6CBEVQUiBoCnUYQAvD_BwE" id="aU" target="_blank">Udacity</a>
<ul>
<li id="android_dev"><a href="https://www.udacity.com/course/new-android-fundamentals--ud851" target="_blank">Developing Android Apps</a>.</li>
</ul>
<hr>
<br><b>Android Applications Development</b> cost me about nine months to a year<br>
<br>Then I tried the Algorithms and problem solving on
<a href="" target="_blank">Hacker Rank</a> and <a href="" target="_blank">Code Signal</a>
</div>
<hr id="wall"><!-- Hashem Alkeshawi 120190191 -->
</div>
</div>
<div id="journey3">
<div id="journey1_title">
<p id="journey1_title1">11<sup>st</sup>, Sep 2021, The Journey Continues</p>
<img id="destination2" title="The second step" src="resources/Images/destination2.png">
</div>
<div id="journey1_descreption">
<p id="p1_descreption">
<a href="https://www.iugaza.edu.ps/en/" target="_blank">IUG</a>,
I Am Back!
</p>
<p id="p1_descreption">
In September 2021, I've had head back to the University
</p>
<p id="p2_descreption">
Being a university student again is great, especially after
a year and half of hard work and learning, this semester was
really informative and I did well in it.
<br><br>New courses with new Software skills:
</p>
<ul id="1st_semester_courses">
<li>DataBase Management Systems.</li>
<li>Concepts of Software Engineering.</li>
<li>Data Structures and Algorithms.</li>
<li>Web Programming.</li>
</ul><hr>
<p id="p4_text">
In the winter holiday, I started learning Kotlin for Android instead of Java.<br>
<b>Kotlin Bootcamp</b> from Google on:<a href="https://www.youtube.com/watch?v=-qfEOE4vtxE&t=2870s"
id="aU" target="_blank">Udacity</a></b>
<ul>
<li id="Kotlin Bootcamp"><a href="https://www.udacity.com/course/kotlin-bootcamp-for-programmers--ud9011"
target="_blank">Kotling Bootcamp</a>.</li>
</ul>
<hr>
<p id="p5_text">
Then, I started learning advanced front-end.<br>
<b>Bootstrap course</b> from FreeCodeCamp.org, On:<a href="https://www.youtube.com/watch?v=-qfEOE4vtxE&t=2870s"
id="aU" target="_blank">YouTube/FreeCodeCamp.org</a></b>
<ul>
<li id="Bootstrap"><a href="https://www.youtube.com/watch?v=-qfEOE4vtxE&t=2870s" target="_blank">BootStrap</a>.</li>
</ul>
<b>React Js course</b> from Scrimba.com, On:<a href="https://scrimba.com/dashboard?tab=overview"
id="aU" target="_blank">Scrimba</a></b>
<ul>
<li id="React"><a href="https://scrimba.com/learn/learnreact" target="_blank">Reac.js course</a>.</li>
</ul>
</p>
</p>
<hr id="wall">
</div>
</div>
</div>
</div>
</div>
</div>
<!--Portfolio section-->
<div id="portfolio">
<div id="portfolio_heading">
<img id="portfolio_logo" src="resources/Icons/portfolio.png">
<h1>Portfolio</h1>
</div>
<!-- Hashem Alkeshawi 120190191 -->
</div>
<div id="portfolio_content">
<div id="android_p">
<div id="title_a">
<img src="resources/Images/app.png" title="Applications" alt="Applications">
<h2>Applications</h2>
<hr>
</div>
<div id="app1">
<h2>Try now!</h2>
<a target="_blank" href="https://drive.google.com/uc?export=download&id=1Dl4MQUhJN4wX9C3OUnHm3jzormoxyHri" download>
<img id="icon" title="Download The app" src="resources/Portfolio_Media/Icons/pomodoro_icon.png">
<figcaption>Download for Android</figcaption>
</a>
<div id="gallery">
<img id="capture" alt="screenshot" src="resources/Portfolio_Media/Imges/pomodoro/Capture_1024x500.png">
<div>
<img alt="screenshot" src="resources/Portfolio_Media/Imges/pomodoro/Capture.PNG">
<img alt="screenshot" src="resources/Portfolio_Media/Imges/pomodoro/Capture1.PNG">
<img alt="screenshot" src="resources/Portfolio_Media/Imges/pomodoro/Capture2.PNG">
<img alt="screenshot" src="resources/Portfolio_Media/Imges/pomodoro/Capture3.PNG">
</div>
</div>
</div>
<div id="app2">
<h2>Try now!</h2>
<a target="_blank" href="https://drive.google.com/uc?export=download&id=198tDMTz_wJjBRchC7b1-WS4hrVBwOzk2" download>
<img id="icon" title="Download the app" src="resources/Portfolio_Media/Icons/tomorrow_icon.png">
<figcaption>Download for Android</figcaption>
</a>
<div id="gallery">
<img id="capture" alt="screenshot" src="resources/Portfolio_Media/Imges/tomorrow/Capture_1024x500.PNG">
<div>
<img alt="screenshot" src="resources/Portfolio_Media/Imges/tomorrow/R1.PNG">
<img alt="screenshot" src="resources/Portfolio_Media/Imges/tomorrow/R2.PNG">
<img alt="screenshot" src="resources/Portfolio_Media/Imges/tomorrow/R4.PNG">
<img alt="screenshot" src="resources/Portfolio_Media/Imges/tomorrow/R5.PNG">
</div>
</div>
</div>
</div>
<div id="frontend_p">
<div id="title_f">
<img src="resources/Images/frontend.png" title="Front_End" alt="FrontEnd">
<h2>FrontEnd</h2>
<hr>
</div>
</div>
</div>
</div>
<!--The footer contains the creator and contacts info-->
<div id="contact_section">
<hr id="wall">
<div id="contact">
<h1>Contact Me</h1>
<fieldset>
<legend>Send Whatsapp Massage</legend>
<form>
<label>Enter your massage</label><textarea name="massage" id="massage" ></textarea>
</form>
<button onclick="Send()">Send via Whatsapp</button>
</fieldset>
<div id="links">
<a target="_blank" href="https://wa.me/970592103756"><img alt="Whatsapp" title="Whatsapp" src="resources/Icons/whatsapp.png"></a>
<a target="_blank" href="https://www.linkedin.com/in/hashemalkeshawi"><img title="LinkedIn" alt="linkedin" src="resources/Icons/linkedin.png"></a>
<a target="_blank" href="https://github.com/HashemAlkeshawi"><img alt="GitHub" title="GitHub" src="resources/Icons/github.png"></a>
<a target="_blank" href="mailto://hashemalkeshawi@gmail.com"><img alt="Gmail" title="Gmail" src="resources/Icons/gmail.png"></a>
</div>
<div id="resume">
<a target="_blank" href="https://drive.google.com/uc?export=download&id=1Lr6DToywU8uZALtOtodG5BNufeHfeEN6"><img src="resources/Icons/cv.png" title="Download My Resume" alt="download_resume"></a>
</div>
<!-- Hashem Alkeshawi 120190191 -->
</div>
<hr>
<div id="footer"> Hashem Alkeshawi © 2021<br><br></div>
</div>
</body>
</html>