-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
404 lines (395 loc) · 51.9 KB
/
work.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
<!DOCTYPE html>
<html>
<head>
<title>
Ghazal Al | Work Experience
</title>
<!--css-->
<link href="static/css/style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<!--js-->
<script src="static/js/script.js"></script>
</head>
<body id="work-body">
<!-- svg for circles in upper corners -->
<svg id="yellow-corner" width="105" height="210" viewBox="0 0 105 210" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Ellipse 2" d="M-4.5897e-06 210C27.8477 210 54.5549 198.938 74.2462 179.246C93.9375 159.555 105 132.848 105 105C105 77.1523 93.9375 50.4451 74.2462 30.7538C54.5549 11.0625 27.8478 5.42216e-06 2.04443e-05 0L0 105L-4.5897e-06 210Z" fill="#FCF5BC"/>
</svg>
<svg id="green-corner" width="210" height="105" viewBox="0 0 210 105" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Ellipse 3" d="M210 0C210 13.7888 207.284 27.4426 202.007 40.1818C196.731 52.9209 188.996 64.4961 179.246 74.2462C169.496 83.9964 157.921 91.7306 145.182 97.0074C132.443 102.284 118.789 105 105 105C91.2112 105 77.5574 102.284 64.8182 97.0073C52.079 91.7306 40.5039 83.9964 30.7538 74.2462C21.0036 64.4961 13.2694 52.9209 7.99265 40.1818C2.7159 27.4426 -1.20545e-06 13.7888 0 -9.17939e-06L105 0H210Z" fill="#CEF4DD"/>
</svg>
<header>
<!-- header menu if big screen -->
<ul class="menu">
<li><a href="index.html">About</a></li>
<li><a href="skills.html">Skills</a></li>
<li><a id="work-li" href="work.html">Work Experience</a></li>
<li><a href="projects.html">Projects</a></li>
<!-- <li><a href="reference.html">Reference</a></li> -->
</ul>
<!-- menu if small screen -->
<div class="navbar">
<div class="dropdown" onclick="openCloseMenu()">
<button class="dropbtn">Menu
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="index.html">About</a>
<a href="skills.html">Skills</a>
<a href="work.html">Work Experience</a>
<a href="projects.html">Projects</a>
<!-- <a href="reference.html">Reference</a> -->
</div>
</div>
</div>
</header>
<main id="main-work">
<!-- background in main, circles svg, appears slowly -->
<div id="center-bg">
<svg width="674" height="553" viewBox="0 0 674 553" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="Group 2">
<path id="Ellipse 18" d="M163 368.5C163 417.432 182.438 464.361 217.039 498.961C251.639 533.562 298.568 553 347.5 553L347.5 368.5L163 368.5Z" fill="#FFE4F1"/>
<path id="Ellipse 19" d="M347.5 553C396.432 553 443.361 533.562 477.961 498.961C512.562 464.361 532 417.432 532 368.5L347.5 368.5L347.5 553Z" fill="#FFE4F1"/>
<path id="Ellipse 17" d="M503 184.5C503 135.568 483.562 88.6393 448.961 54.0388C414.361 19.4384 367.432 1.53607e-05 318.5 0L318.5 184.5H503Z" fill="#E9FFF1"/>
<path id="Ellipse 9" d="M516 283.5C516 234.568 496.562 187.639 461.961 153.039C427.361 118.438 380.432 99 331.5 99L331.5 283.5H516Z" fill="#E2F5FF"/>
<path id="Ellipse 12" d="M401.406 359.61C444.401 382.974 494.915 388.302 541.838 374.421C588.76 360.54 628.246 328.588 651.61 285.594L489.5 197.5L401.406 359.61Z" fill="#E2F5FF"/>
<path id="Ellipse 11" d="M650.65 287.338C674.477 244.599 680.349 194.144 666.976 147.075C653.602 100.006 622.078 60.1766 579.338 36.35L489.5 197.5L650.65 287.338Z" fill="#E2F5FF"/>
<path id="Ellipse 10" d="M584.277 39.2042C563.489 26.7579 540.454 18.5279 516.485 14.9842C492.517 11.4404 468.086 12.6522 444.586 18.5505C421.086 24.4487 398.977 34.9179 379.523 49.3602C360.069 63.8026 343.651 81.9352 331.204 102.723L489.5 197.5L584.277 39.2042Z" fill="#E2F5FF"/>
<path id="Ellipse 7" d="M331.5 468C380.432 468 427.361 448.562 461.961 413.961C496.562 379.361 516 332.432 516 283.5L331.5 283.5L331.5 468Z" fill="#E9FFF1"/>
<path id="Ellipse 16" d="M318.5 0C269.568 -5.83513e-07 222.639 19.4383 188.039 54.0388C153.438 88.6392 134 135.568 134 184.5L318.5 184.5L318.5 0Z" fill="#E9FFF1"/>
<path id="Ellipse 8" d="M147 283.5C147 332.432 166.438 379.361 201.039 413.961C235.639 448.562 282.568 468 331.5 468L331.5 283.5L147 283.5Z" fill="#F6E8FF"/>
<path id="Ellipse 13" d="M292.963 208.248C253.379 179.482 203.989 167.619 155.658 175.268C107.327 182.918 64.0143 209.453 35.2482 249.037L184.5 357.5L292.963 208.248Z" fill="#F6E8FF"/>
<path id="Ellipse 14" d="M36.1945 247.747C7.08621 287.08 -5.20492 336.365 2.02505 384.761C9.25502 433.156 35.4139 476.697 74.7469 505.805L184.5 357.5L36.1945 247.747Z" fill="#F6E8FF"/>
<path id="Ellipse 15" d="M73.1305 504.595C112.143 534.133 161.291 546.962 209.762 540.262C258.234 533.562 302.058 507.882 331.595 468.87L184.5 357.5L73.1305 504.595Z" fill="#F6E8FF"/>
<path id="Ellipse 6" d="M331.5 99C282.568 99 235.639 118.438 201.039 153.039C166.438 187.639 147 234.568 147 283.5L331.5 283.5V99Z" fill="#FFE4F1"/>
</g>
</svg>
</div>
<div id="center-menu" class="myBox">
<!-- <table>
<thead></thead>
<tbody>
<tr>
<td>
<h4>ITS Technician and Manager</h4>
<p>Luther College Information Technology Services</p>
<ul>
<li>Communicated professionally with more than 10 patrons per hour</li>
<li>Solved 2,000+ technical issues for Luther College students and employees</li>
<li>Learned new skills in a fast-paced environment</li>
<li>Lead one team and collaborated in three teams to work on 70+ IT projects</li>
<li>Contributed to the hiring process of new employees</li>
<li>Managed information regarding patrons accounts confidentially</li>
</ul>
</td>
<td>
<div class="calendar-icon">
<span>
<svg width="25" height="27" viewBox="0 0 336 361" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<rect y="25" width="336" height="336" rx="29" fill="#B0E1FA"/>
<line y1="89" x2="336" y2="89" stroke="#00A9FF" stroke-width="12"/>
<circle cx="66.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="47.5" cy="18.5" r="18.5" fill="#00A9FF"/>
<circle cx="287.5" cy="18.5" r="18.5" fill="#00A9FF"/>
</svg>
</span>
<p>Jan 2021 - Present</p>
</div>
<div class="location-icon">
<span>
<svg width="25" height="27" viewBox="0 0 354 522" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M154.479 1.15857C108.633 8.64757 70.857 33.0866 45.793 71.4706C27.933 98.8246 18.305 136.469 21.523 166.363C27.705 223.782 78.3979 305.444 165.881 398.91C173.048 406.566 177.29 410.378 178.122 409.91C179.873 408.925 203.545 383.801 215.977 369.734C277.466 300.153 316.165 237.958 329.867 186.693C332.822 175.64 332.942 174.396 332.956 154.693C332.968 137.205 332.648 132.748 330.776 124.355C321.538 82.9506 298.219 48.7436 263.051 25.0106C249.047 15.5586 227.396 6.63757 208.71 2.61857C196.022 -0.109432 167.025 -0.890431 154.479 1.15857ZM200.366 71.6176C247.462 85.2536 273.558 135.24 257.661 181.361C245.38 216.991 208.875 241.17 171.785 238.239C140.864 235.796 114.245 217.759 101.127 190.363C95.472 178.551 93.539 170.795 92.848 157.141C90.751 115.663 118.759 79.5236 160.175 70.2676C169.963 68.0806 190.537 68.7716 200.366 71.6176ZM110.277 377.752C19.417 393.751 -23.991 437.673 13.454 475.721C34.403 497.007 72.763 511.682 127.551 519.368C145.605 521.901 206.338 521.916 225.051 519.392C279.274 512.079 318.624 497.084 339.648 475.721C369.675 445.21 348.265 409.882 286.998 388.846C274.501 384.556 256.454 380.105 241.295 377.575L228.539 375.446L224.977 379.51C223.018 381.745 221.333 383.9 221.233 384.299C221.133 384.698 226.716 386.061 233.639 387.328C258.59 391.891 284.403 401.699 297.027 411.412C316.548 426.432 316.224 445.587 296.195 460.659C253.742 492.605 143.831 498.973 80.121 473.179C51.374 461.54 37.226 444.679 42.71 428.592C49.345 409.124 80.501 393.794 130.827 385.235L134.603 384.593L130.956 380.143C126.691 374.938 126.429 374.908 110.277 377.752ZM155.551 410.437C149.916 411.268 138.134 414.871 133.742 417.107C128.34 419.857 125.14 422.99 123.61 427.027C120.139 436.189 135.449 445.499 159.289 448.724C170.37 450.223 192.988 449.49 202.737 447.315C236.814 439.715 239.267 421.549 207.41 412.721C203.385 411.606 199.191 410.693 198.09 410.693C196.902 410.693 192.321 414.445 186.819 419.924L177.55 429.154L167.801 419.612C159.874 411.853 157.584 410.138 155.551 410.437Z" fill="#00A9FF"/>
</svg>
</span>
<a class="loc-a" href="https://www.google.com/maps/place/Decorah,+IA+52101/@43.3000101,-91.8029873,13z/data=!3m1!4b1!4m5!3m4!1s0x87fbad831de5c483:0xa0f87be1682e49be!8m2!3d43.3033056!4d-91.7857092" target="_blank"><p>USA, Decorah IA</p></a>
</div>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
</td>
</tr>
</tbody>
</table> -->
<ul>
<li><h4>ITS Technician and Manager</h4>
<p>Luther College Information Technology Services</p>
<div class="calendar-icon">
<span>
<svg width="25" height="27" viewBox="0 0 336 361" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<rect y="25" width="336" height="336" rx="29" fill="#B0E1FA"/>
<line y1="89" x2="336" y2="89" stroke="#00A9FF" stroke-width="12"/>
<circle cx="66.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="47.5" cy="18.5" r="18.5" fill="#00A9FF"/>
<circle cx="287.5" cy="18.5" r="18.5" fill="#00A9FF"/>
</svg>
</span>
<p>Jan 2021 - Present</p>
</div>
<div class="location-icon">
<span>
<svg width="25" height="27" viewBox="0 0 354 522" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M154.479 1.15857C108.633 8.64757 70.857 33.0866 45.793 71.4706C27.933 98.8246 18.305 136.469 21.523 166.363C27.705 223.782 78.3979 305.444 165.881 398.91C173.048 406.566 177.29 410.378 178.122 409.91C179.873 408.925 203.545 383.801 215.977 369.734C277.466 300.153 316.165 237.958 329.867 186.693C332.822 175.64 332.942 174.396 332.956 154.693C332.968 137.205 332.648 132.748 330.776 124.355C321.538 82.9506 298.219 48.7436 263.051 25.0106C249.047 15.5586 227.396 6.63757 208.71 2.61857C196.022 -0.109432 167.025 -0.890431 154.479 1.15857ZM200.366 71.6176C247.462 85.2536 273.558 135.24 257.661 181.361C245.38 216.991 208.875 241.17 171.785 238.239C140.864 235.796 114.245 217.759 101.127 190.363C95.472 178.551 93.539 170.795 92.848 157.141C90.751 115.663 118.759 79.5236 160.175 70.2676C169.963 68.0806 190.537 68.7716 200.366 71.6176ZM110.277 377.752C19.417 393.751 -23.991 437.673 13.454 475.721C34.403 497.007 72.763 511.682 127.551 519.368C145.605 521.901 206.338 521.916 225.051 519.392C279.274 512.079 318.624 497.084 339.648 475.721C369.675 445.21 348.265 409.882 286.998 388.846C274.501 384.556 256.454 380.105 241.295 377.575L228.539 375.446L224.977 379.51C223.018 381.745 221.333 383.9 221.233 384.299C221.133 384.698 226.716 386.061 233.639 387.328C258.59 391.891 284.403 401.699 297.027 411.412C316.548 426.432 316.224 445.587 296.195 460.659C253.742 492.605 143.831 498.973 80.121 473.179C51.374 461.54 37.226 444.679 42.71 428.592C49.345 409.124 80.501 393.794 130.827 385.235L134.603 384.593L130.956 380.143C126.691 374.938 126.429 374.908 110.277 377.752ZM155.551 410.437C149.916 411.268 138.134 414.871 133.742 417.107C128.34 419.857 125.14 422.99 123.61 427.027C120.139 436.189 135.449 445.499 159.289 448.724C170.37 450.223 192.988 449.49 202.737 447.315C236.814 439.715 239.267 421.549 207.41 412.721C203.385 411.606 199.191 410.693 198.09 410.693C196.902 410.693 192.321 414.445 186.819 419.924L177.55 429.154L167.801 419.612C159.874 411.853 157.584 410.138 155.551 410.437Z" fill="#00A9FF"/>
</svg>
</span>
<a class="loc-a" href="https://www.google.com/maps/place/Decorah,+IA+52101/@43.3000101,-91.8029873,13z/data=!3m1!4b1!4m5!3m4!1s0x87fbad831de5c483:0xa0f87be1682e49be!8m2!3d43.3033056!4d-91.7857092" target="_blank"><p>USA, Decorah IA</p></a>
</div>
<ul>
<li>Communicated professionally with more than 10 patrons per hour</li>
<li>Solved 2,000+ technical issues for Luther College students and employees</li>
<li>Learned new skills in a fast-paced environment</li>
<li>Lead one team and collaborated in three teams to work on 70+ IT projects</li>
<li>Contributed to the hiring process of new employees</li>
<li>Managed information regarding patrons accounts confidentially</li>
</ul>
</li>
<li><h4>Computer Science Teacher Assistant and Tutor</h4>
<p>Luther College Information Technology Services</p>
<div class="calendar-icon">
<span>
<svg width="25" height="27" viewBox="0 0 336 361" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<rect y="25" width="336" height="336" rx="29" fill="#B0E1FA"/>
<line y1="89" x2="336" y2="89" stroke="#00A9FF" stroke-width="12"/>
<circle cx="66.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="47.5" cy="18.5" r="18.5" fill="#00A9FF"/>
<circle cx="287.5" cy="18.5" r="18.5" fill="#00A9FF"/>
</svg>
</span>
<p>Sep 2020 - Jan 2021</p>
</div>
<div class="location-icon">
<span>
<svg width="25" height="27" viewBox="0 0 354 522" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M154.479 1.15857C108.633 8.64757 70.857 33.0866 45.793 71.4706C27.933 98.8246 18.305 136.469 21.523 166.363C27.705 223.782 78.3979 305.444 165.881 398.91C173.048 406.566 177.29 410.378 178.122 409.91C179.873 408.925 203.545 383.801 215.977 369.734C277.466 300.153 316.165 237.958 329.867 186.693C332.822 175.64 332.942 174.396 332.956 154.693C332.968 137.205 332.648 132.748 330.776 124.355C321.538 82.9506 298.219 48.7436 263.051 25.0106C249.047 15.5586 227.396 6.63757 208.71 2.61857C196.022 -0.109432 167.025 -0.890431 154.479 1.15857ZM200.366 71.6176C247.462 85.2536 273.558 135.24 257.661 181.361C245.38 216.991 208.875 241.17 171.785 238.239C140.864 235.796 114.245 217.759 101.127 190.363C95.472 178.551 93.539 170.795 92.848 157.141C90.751 115.663 118.759 79.5236 160.175 70.2676C169.963 68.0806 190.537 68.7716 200.366 71.6176ZM110.277 377.752C19.417 393.751 -23.991 437.673 13.454 475.721C34.403 497.007 72.763 511.682 127.551 519.368C145.605 521.901 206.338 521.916 225.051 519.392C279.274 512.079 318.624 497.084 339.648 475.721C369.675 445.21 348.265 409.882 286.998 388.846C274.501 384.556 256.454 380.105 241.295 377.575L228.539 375.446L224.977 379.51C223.018 381.745 221.333 383.9 221.233 384.299C221.133 384.698 226.716 386.061 233.639 387.328C258.59 391.891 284.403 401.699 297.027 411.412C316.548 426.432 316.224 445.587 296.195 460.659C253.742 492.605 143.831 498.973 80.121 473.179C51.374 461.54 37.226 444.679 42.71 428.592C49.345 409.124 80.501 393.794 130.827 385.235L134.603 384.593L130.956 380.143C126.691 374.938 126.429 374.908 110.277 377.752ZM155.551 410.437C149.916 411.268 138.134 414.871 133.742 417.107C128.34 419.857 125.14 422.99 123.61 427.027C120.139 436.189 135.449 445.499 159.289 448.724C170.37 450.223 192.988 449.49 202.737 447.315C236.814 439.715 239.267 421.549 207.41 412.721C203.385 411.606 199.191 410.693 198.09 410.693C196.902 410.693 192.321 414.445 186.819 419.924L177.55 429.154L167.801 419.612C159.874 411.853 157.584 410.138 155.551 410.437Z" fill="#00A9FF"/>
</svg>
</span>
<a class="loc-a" href="https://www.google.com/maps/place/Decorah,+IA+52101/@43.3000101,-91.8029873,13z/data=!3m1!4b1!4m5!3m4!1s0x87fbad831de5c483:0xa0f87be1682e49be!8m2!3d43.3033056!4d-91.7857092" target="_blank"><p>USA, Decorah IA</p></a>
</div>
<ul>
<li>Guided 20+ students in understanding new computer concepts</li>
<li>Evaluated 80+ student assignments per month</li>
</ul>
</li>
<li><h4>Cafeteria Student Manager</h4>
<p>Luther College Information Technology Services</p>
<div class="calendar-icon">
<span>
<svg width="25" height="27" viewBox="0 0 336 361" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<rect y="25" width="336" height="336" rx="29" fill="#B0E1FA"/>
<line y1="89" x2="336" y2="89" stroke="#00A9FF" stroke-width="12"/>
<circle cx="66.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="47.5" cy="18.5" r="18.5" fill="#00A9FF"/>
<circle cx="287.5" cy="18.5" r="18.5" fill="#00A9FF"/>
</svg>
</span>
<p>Sep 2019 - Jan 2021</p>
</div>
<div class="location-icon">
<span>
<svg width="25" height="27" viewBox="0 0 354 522" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M154.479 1.15857C108.633 8.64757 70.857 33.0866 45.793 71.4706C27.933 98.8246 18.305 136.469 21.523 166.363C27.705 223.782 78.3979 305.444 165.881 398.91C173.048 406.566 177.29 410.378 178.122 409.91C179.873 408.925 203.545 383.801 215.977 369.734C277.466 300.153 316.165 237.958 329.867 186.693C332.822 175.64 332.942 174.396 332.956 154.693C332.968 137.205 332.648 132.748 330.776 124.355C321.538 82.9506 298.219 48.7436 263.051 25.0106C249.047 15.5586 227.396 6.63757 208.71 2.61857C196.022 -0.109432 167.025 -0.890431 154.479 1.15857ZM200.366 71.6176C247.462 85.2536 273.558 135.24 257.661 181.361C245.38 216.991 208.875 241.17 171.785 238.239C140.864 235.796 114.245 217.759 101.127 190.363C95.472 178.551 93.539 170.795 92.848 157.141C90.751 115.663 118.759 79.5236 160.175 70.2676C169.963 68.0806 190.537 68.7716 200.366 71.6176ZM110.277 377.752C19.417 393.751 -23.991 437.673 13.454 475.721C34.403 497.007 72.763 511.682 127.551 519.368C145.605 521.901 206.338 521.916 225.051 519.392C279.274 512.079 318.624 497.084 339.648 475.721C369.675 445.21 348.265 409.882 286.998 388.846C274.501 384.556 256.454 380.105 241.295 377.575L228.539 375.446L224.977 379.51C223.018 381.745 221.333 383.9 221.233 384.299C221.133 384.698 226.716 386.061 233.639 387.328C258.59 391.891 284.403 401.699 297.027 411.412C316.548 426.432 316.224 445.587 296.195 460.659C253.742 492.605 143.831 498.973 80.121 473.179C51.374 461.54 37.226 444.679 42.71 428.592C49.345 409.124 80.501 393.794 130.827 385.235L134.603 384.593L130.956 380.143C126.691 374.938 126.429 374.908 110.277 377.752ZM155.551 410.437C149.916 411.268 138.134 414.871 133.742 417.107C128.34 419.857 125.14 422.99 123.61 427.027C120.139 436.189 135.449 445.499 159.289 448.724C170.37 450.223 192.988 449.49 202.737 447.315C236.814 439.715 239.267 421.549 207.41 412.721C203.385 411.606 199.191 410.693 198.09 410.693C196.902 410.693 192.321 414.445 186.819 419.924L177.55 429.154L167.801 419.612C159.874 411.853 157.584 410.138 155.551 410.437Z" fill="#00A9FF"/>
</svg>
</span>
<a class="loc-a" href="https://www.google.com/maps/place/Decorah,+IA+52101/@43.3000101,-91.8029873,13z/data=!3m1!4b1!4m5!3m4!1s0x87fbad831de5c483:0xa0f87be1682e49be!8m2!3d43.3033056!4d-91.7857092" target="_blank"><p>USA, Decorah IA</p></a>
</div>
<ul>
<li>Facilitated the Workflow among student workers, cooks, and costumers</li>
<li>Practiced responsible management during Covid-19 times in terms of food safety</li>
<li>Trained new student workers in terms of work and responibilities</li>
</ul>
</li>
<li><h4>Economics Teacher Assistant</h4>
<p>Luther College Information Technology Services</p>
<div class="calendar-icon">
<span>
<svg width="25" height="27" viewBox="0 0 336 361" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<rect y="25" width="336" height="336" rx="29" fill="#B0E1FA"/>
<line y1="89" x2="336" y2="89" stroke="#00A9FF" stroke-width="12"/>
<circle cx="66.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="47.5" cy="18.5" r="18.5" fill="#00A9FF"/>
<circle cx="287.5" cy="18.5" r="18.5" fill="#00A9FF"/>
</svg>
</span>
<p>Feb 2020 - May 2020</p>
</div>
<div class="location-icon">
<span>
<svg width="25" height="27" viewBox="0 0 354 522" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M154.479 1.15857C108.633 8.64757 70.857 33.0866 45.793 71.4706C27.933 98.8246 18.305 136.469 21.523 166.363C27.705 223.782 78.3979 305.444 165.881 398.91C173.048 406.566 177.29 410.378 178.122 409.91C179.873 408.925 203.545 383.801 215.977 369.734C277.466 300.153 316.165 237.958 329.867 186.693C332.822 175.64 332.942 174.396 332.956 154.693C332.968 137.205 332.648 132.748 330.776 124.355C321.538 82.9506 298.219 48.7436 263.051 25.0106C249.047 15.5586 227.396 6.63757 208.71 2.61857C196.022 -0.109432 167.025 -0.890431 154.479 1.15857ZM200.366 71.6176C247.462 85.2536 273.558 135.24 257.661 181.361C245.38 216.991 208.875 241.17 171.785 238.239C140.864 235.796 114.245 217.759 101.127 190.363C95.472 178.551 93.539 170.795 92.848 157.141C90.751 115.663 118.759 79.5236 160.175 70.2676C169.963 68.0806 190.537 68.7716 200.366 71.6176ZM110.277 377.752C19.417 393.751 -23.991 437.673 13.454 475.721C34.403 497.007 72.763 511.682 127.551 519.368C145.605 521.901 206.338 521.916 225.051 519.392C279.274 512.079 318.624 497.084 339.648 475.721C369.675 445.21 348.265 409.882 286.998 388.846C274.501 384.556 256.454 380.105 241.295 377.575L228.539 375.446L224.977 379.51C223.018 381.745 221.333 383.9 221.233 384.299C221.133 384.698 226.716 386.061 233.639 387.328C258.59 391.891 284.403 401.699 297.027 411.412C316.548 426.432 316.224 445.587 296.195 460.659C253.742 492.605 143.831 498.973 80.121 473.179C51.374 461.54 37.226 444.679 42.71 428.592C49.345 409.124 80.501 393.794 130.827 385.235L134.603 384.593L130.956 380.143C126.691 374.938 126.429 374.908 110.277 377.752ZM155.551 410.437C149.916 411.268 138.134 414.871 133.742 417.107C128.34 419.857 125.14 422.99 123.61 427.027C120.139 436.189 135.449 445.499 159.289 448.724C170.37 450.223 192.988 449.49 202.737 447.315C236.814 439.715 239.267 421.549 207.41 412.721C203.385 411.606 199.191 410.693 198.09 410.693C196.902 410.693 192.321 414.445 186.819 419.924L177.55 429.154L167.801 419.612C159.874 411.853 157.584 410.138 155.551 410.437Z" fill="#00A9FF"/>
</svg>
</span>
<a class="loc-a" href="https://www.google.com/maps/place/Decorah,+IA+52101/@43.3000101,-91.8029873,13z/data=!3m1!4b1!4m5!3m4!1s0x87fbad831de5c483:0xa0f87be1682e49be!8m2!3d43.3033056!4d-91.7857092" target="_blank"><p>USA, Decorah IA</p></a>
</div>
<ul>
<li>Analyzed student performance and studied areas for teaching improvements</li>
<li>Mentored students while developing their sense of excitement about the subject</li>
</ul>
</li>
<li><h4>Website Translator (English to Arabic)</h4>
<p>Luther College Information Technology Services</p>
<div class="calendar-icon">
<span>
<svg width="25" height="27" viewBox="0 0 336 361" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<rect y="25" width="336" height="336" rx="29" fill="#B0E1FA"/>
<line y1="89" x2="336" y2="89" stroke="#00A9FF" stroke-width="12"/>
<circle cx="66.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="66.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="268.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="150.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="227.5" r="18.5" fill="#00A9FF"/>
<circle cx="167.5" cy="304.5" r="18.5" fill="#00A9FF"/>
<circle cx="47.5" cy="18.5" r="18.5" fill="#00A9FF"/>
<circle cx="287.5" cy="18.5" r="18.5" fill="#00A9FF"/>
</svg>
</span>
<p>June 2019</p>
</div>
<div class="location-icon">
<span>
<svg width="25" height="27" viewBox="0 0 354 522" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M154.479 1.15857C108.633 8.64757 70.857 33.0866 45.793 71.4706C27.933 98.8246 18.305 136.469 21.523 166.363C27.705 223.782 78.3979 305.444 165.881 398.91C173.048 406.566 177.29 410.378 178.122 409.91C179.873 408.925 203.545 383.801 215.977 369.734C277.466 300.153 316.165 237.958 329.867 186.693C332.822 175.64 332.942 174.396 332.956 154.693C332.968 137.205 332.648 132.748 330.776 124.355C321.538 82.9506 298.219 48.7436 263.051 25.0106C249.047 15.5586 227.396 6.63757 208.71 2.61857C196.022 -0.109432 167.025 -0.890431 154.479 1.15857ZM200.366 71.6176C247.462 85.2536 273.558 135.24 257.661 181.361C245.38 216.991 208.875 241.17 171.785 238.239C140.864 235.796 114.245 217.759 101.127 190.363C95.472 178.551 93.539 170.795 92.848 157.141C90.751 115.663 118.759 79.5236 160.175 70.2676C169.963 68.0806 190.537 68.7716 200.366 71.6176ZM110.277 377.752C19.417 393.751 -23.991 437.673 13.454 475.721C34.403 497.007 72.763 511.682 127.551 519.368C145.605 521.901 206.338 521.916 225.051 519.392C279.274 512.079 318.624 497.084 339.648 475.721C369.675 445.21 348.265 409.882 286.998 388.846C274.501 384.556 256.454 380.105 241.295 377.575L228.539 375.446L224.977 379.51C223.018 381.745 221.333 383.9 221.233 384.299C221.133 384.698 226.716 386.061 233.639 387.328C258.59 391.891 284.403 401.699 297.027 411.412C316.548 426.432 316.224 445.587 296.195 460.659C253.742 492.605 143.831 498.973 80.121 473.179C51.374 461.54 37.226 444.679 42.71 428.592C49.345 409.124 80.501 393.794 130.827 385.235L134.603 384.593L130.956 380.143C126.691 374.938 126.429 374.908 110.277 377.752ZM155.551 410.437C149.916 411.268 138.134 414.871 133.742 417.107C128.34 419.857 125.14 422.99 123.61 427.027C120.139 436.189 135.449 445.499 159.289 448.724C170.37 450.223 192.988 449.49 202.737 447.315C236.814 439.715 239.267 421.549 207.41 412.721C203.385 411.606 199.191 410.693 198.09 410.693C196.902 410.693 192.321 414.445 186.819 419.924L177.55 429.154L167.801 419.612C159.874 411.853 157.584 410.138 155.551 410.437Z" fill="#00A9FF"/>
</svg>
</span>
<a class="loc-a" href="https://www.google.com/maps/place/34011+Duino,+Province+of+Trieste,+Italy/@45.7716951,13.5865631,13z/data=!4m5!3m4!1s0x477b0bfc27841a67:0xab5ec817aaa9bbc3!8m2!3d45.7753929!4d13.6026211" target="_blank"><p>Italy, Duino Trieste</p></a>
</div>
<ul>
<li>Translated a website of more than 10 pages from English to Arabic</li>
<li>Collaborated with the project director to monitor the the meaning formed</li>
<li>Developed a sense of flexibility in switching between multiple languages</li>
</ul>
</li>
<li class="res-s">
See more on my <a target="_blank" id="res-a" href="GhazalAlabtah.pdf">Resume</a>
</li>
</ul>
</div>
</main>
<footer>
<p>
<a href="mailto:[email protected]" target="_blank"><svg class="icons" width="50" height="50" viewBox="0 0 360 360" fill="none" xmlns="http://www.w3.org/2000/svg">
<g class="gmail-icon">
<circle id="Ellipse 24" cx="180" cy="180" r="180" fill="#FFEEF6"/>
<path id="image 5 (Traced)" fill-rule="evenodd" clip-rule="evenodd" d="M159.468 0.481386C118.26 5.50678 81.4871 23.3541 52.3752 52.4589C25.3685 79.4575 8.62213 111.843 1.68879 150.481C0.195057 158.802 0 162.219 0 180.049C0 197.879 0.195057 201.296 1.68879 209.617C8.62213 248.255 25.3685 280.64 52.3752 307.639C79.3811 334.638 111.775 351.38 150.424 358.312C158.747 359.805 162.165 360 180 360C197.835 360 201.253 359.805 209.576 358.312C248.225 351.38 280.619 334.638 307.625 307.639C334.631 280.64 351.378 248.255 358.311 209.617C359.805 201.296 360 197.879 360 180.049C360 162.219 359.805 158.802 358.311 150.481C351.378 111.843 334.631 79.4575 307.625 52.4589C280.715 25.5556 248.076 8.64958 209.971 1.87721C202.633 0.573024 197.464 0.221136 182.933 0.0371277C173.052 -0.0874992 162.492 0.111904 159.468 0.481386ZM283.395 88.4944C288.525 90.9305 292.608 95.0124 295.045 100.141L296.961 104.173V180.049V255.925L295.045 259.957C292.608 265.086 288.525 269.167 283.395 271.604L279.362 273.519H180H80.638L76.6048 271.604C71.4747 269.167 67.3916 265.086 64.9549 259.957L63.0388 255.925V180.049V104.173L64.9549 100.141C67.0111 95.8136 71.2107 91.1834 74.7716 89.3176C80.6556 86.235 78.4879 86.2936 181.1 86.4395L279.362 86.5788L283.395 88.4944ZM86.1377 180.049V250.427H97.8705H109.603V199.031C109.603 158.215 109.792 147.708 110.52 147.99C111.024 148.185 126.863 158.12 145.718 170.069L180 191.793L214.282 170.069C233.136 158.12 248.976 148.185 249.48 147.99C250.208 147.708 250.397 158.215 250.397 199.031V250.427H262.129H273.862V180.049V109.671H266.831H259.799L219.9 134.294L180 158.917L140.1 134.294L100.201 109.671H93.1693H86.1377V180.049Z" fill="#FFA6D0"/>
</g>
</svg></a>
<a href="https://www.facebook.com/ghazal.al.568847" target="_blank"><svg class="icons" width="50" height="50" viewBox="0 0 362 362" fill="none" xmlns="http://www.w3.org/2000/svg">
<g class="facebook-icon">
<circle id="Ellipse 26" cx="181" cy="181" r="181" fill="#EFFFF5"/>
<path id="image 7 (Traced)" fill-rule="evenodd" clip-rule="evenodd" d="M175.655 1.02325C175.618 1.05653 174.164 1.13617 172.426 1.20003C170.687 1.26388 169.13 1.34131 168.964 1.37222C168.799 1.40312 167.827 1.4809 166.806 1.54492C165.784 1.60911 164.758 1.68859 164.526 1.72153C164.294 1.75448 163.534 1.83157 162.837 1.89305C162.141 1.95452 161.381 2.03128 161.149 2.06371C160.917 2.09615 160.005 2.2089 159.122 2.31453C121.642 6.79548 85.922 23.5452 58.1416 49.6658C30.5604 75.5992 11.7676 109.408 4.46223 146.237C3.06167 153.298 1.8884 161.791 1.48296 167.804C1.42622 168.644 1.35057 169.561 1.31477 169.842C0.90021 173.089 0.893119 191.892 1.30549 194.156C1.33656 194.326 1.41575 195.337 1.48178 196.402C1.54764 197.467 1.62362 198.461 1.65047 198.61C1.67732 198.758 1.75196 199.492 1.81629 200.239C1.88063 200.986 1.96017 201.788 1.99309 202.022C2.02585 202.255 2.10134 202.905 2.16061 203.465C2.28523 204.644 2.27273 204.551 2.84755 208.56C11.2931 267.467 48.8649 318.977 102.431 345.086C118.222 352.783 135.592 358.303 152.157 360.888L152.874 361V297.728V234.457H129.993H107.112V208.22V181.983H129.993H152.874L152.876 159.865C152.878 138.037 152.932 135.371 153.471 130.529C155.799 109.605 164.849 93.1715 179.555 83.1659C188.944 76.7784 199.468 73.2508 212.85 72.006C216.348 71.6808 225.478 71.6408 230.721 71.9278C239.741 72.4214 250.763 73.5614 258.963 74.8484L261.285 75.2129V97.5218V119.831L249.338 119.831C236.628 119.832 234.024 119.938 230.441 120.603C218.249 122.865 210.897 130.952 209.451 143.69C209.343 144.643 209.277 152.133 209.276 163.601L209.275 181.983H234.183C257.791 181.983 259.09 181.999 259.091 182.281C259.092 182.59 251.382 233.404 251.232 234.075L251.147 234.457H230.211H209.275V297.728V361L209.993 360.884C230.999 357.497 252.04 349.99 270.549 339.279C281.43 332.983 290.837 326.177 300.631 317.517C303.903 314.624 312.19 306.342 315.095 303.063C338.191 276.991 353.012 245.972 358.707 211.786C359.146 209.157 359.912 203.408 360.157 200.918C360.212 200.358 360.285 199.67 360.32 199.39C360.355 199.109 360.433 198.116 360.494 197.182C360.554 196.248 360.629 195.321 360.66 195.123C361.111 192.225 361.114 173.456 360.664 168.993C360.626 168.619 360.55 167.74 360.495 167.04C360.289 164.425 360.205 163.633 359.719 159.653C356.312 131.789 346.596 105.414 331.101 81.9615C320.093 65.3007 306.524 50.6715 290.752 38.4595C277.694 28.3488 263.592 20.2519 248.093 13.9672C234.803 8.57771 220.236 4.68211 206.126 2.74366C201.949 2.17002 202.16 2.19549 199.143 1.89933C195.564 1.54798 194.948 1.49686 192.811 1.3751C191.789 1.31686 190.649 1.23535 190.278 1.19391C189.434 1.09983 175.749 0.940036 175.655 1.02325Z" fill="#CEF4DD"/>
</g>
</svg></a>
<a href="https://www.github.com/alabgh01" target="_blank"><svg class="icons" width="50" height="50" viewBox="0 0 360 360" fill="none" xmlns="http://www.w3.org/2000/svg">
<g class="github-icon">
<circle id="Ellipse 25" cx="180" cy="180" r="180" fill="#F9EFFF"/>
<path id="image 6 (Traced)" fill-rule="evenodd" clip-rule="evenodd" d="M165.858 0.65139C155.058 1.37491 140.79 3.93569 129.575 7.16303C66.1652 25.4147 16.8452 78.7158 3.73893 143.158C-5.82287 190.172 3.12581 238.419 28.6246 277.336C46.5585 304.706 69.3595 325.577 96.6808 339.632C106.617 344.743 120.648 350.446 125.003 351.142C129.077 351.793 132.662 349.831 134.343 346.029C135.592 343.205 135.652 341.809 135.199 325.918L134.711 308.842L128.663 309.778C121.87 310.83 110.639 310.452 101.542 308.866C94.1728 307.582 86.6817 303.859 81.9644 299.136C78.2329 295.401 77.2703 293.779 72.3822 282.991C67.9666 273.245 62.9273 266.776 56.1182 262.113C51.4249 258.899 47.5717 254.691 47.8762 253.111C48.2812 251.007 51.2716 250.074 56.3946 250.451C66.2868 251.178 76.6439 258.402 84.0224 269.723C89.0751 277.474 94.0589 282.291 100.156 285.316C104.544 287.493 105.748 287.765 112.069 288C119.334 288.271 126.611 287.174 132.517 284.919C135.434 283.805 135.529 283.666 136.6 278.924C137.962 272.892 140.534 267.376 144.071 262.901L146.788 259.463L141.03 258.653C122.487 256.045 109.282 251.519 96.9677 243.553C80.8485 233.125 71.2783 216.89 66.6749 192.166C65.2427 184.471 65.0177 164.81 66.2791 157.576C68.3231 145.857 73.1556 135.111 80.3599 126.267L83.5071 122.404L82.143 118.022C78.4671 106.211 79.1653 91.929 84.1124 77.7322C85.3549 74.1666 85.6586 74.0225 91.3265 74.315C99.6093 74.7418 117.394 81.8813 129.491 89.6354L134.529 92.8641L138.415 92.1026C140.554 91.6843 144.583 90.849 147.37 90.2471C166.422 86.1303 193.419 86.1303 212.471 90.2471C215.258 90.849 219.278 91.673 221.405 92.078L225.272 92.8142L231.952 88.7522C247.869 79.0737 266.011 72.5769 272.37 74.2777C274.177 74.7615 274.685 75.4808 276.073 79.5272C279.098 88.3458 279.946 94.2964 279.591 104.227C279.352 110.915 278.864 114.639 277.798 117.91L276.333 122.404L279.409 126.18C285.658 133.851 290.333 143.338 292.917 153.59C294.485 159.818 294.658 182.897 293.202 191.814C290.929 205.737 285.159 220.351 278.442 229.197C266.827 244.496 245.786 254.933 219.157 258.605L213.041 259.449L215.763 262.894C219.115 267.133 221.735 272.567 223.251 278.422C224.209 282.123 224.448 288.061 224.672 313.806C224.972 348.232 224.963 348.174 229.671 350.408C232.921 351.949 235.554 351.477 245.821 347.511C297.675 327.484 338.642 281.953 353.591 227.738C363.528 191.704 361.426 149.863 347.937 115.164C335.903 84.2079 314.539 55.9458 288.315 36.29C259.879 14.9755 227.494 2.9485 192.237 0.607093C179.922 -0.210641 178.702 -0.208532 165.858 0.65139Z" fill="#E6C4FA"/>
</g>
</svg></a>
<a href="https://www.instagram.com/ghazal_alabtah" target="_blank"><svg class="icons" width="50" height="50" viewBox="0 0 360 360" fill="none" xmlns="http://www.w3.org/2000/svg">
<g class="instagram-icon">
<circle id="Ellipse 23" cx="180" cy="180" r="180" fill="#FFFDEB"/>
<path id="image 4 (Traced)" fill-rule="evenodd" clip-rule="evenodd" d="M160.836 1.30527C75.4649 10.2215 8.14677 79.0964 0.677381 165.165C-3.89222 217.831 14.8111 269.303 52.1486 306.812C66.7887 321.519 79.1725 330.723 96.0607 339.449C123.66 353.711 148.678 359.899 179.119 359.998C200.72 360.069 215.635 357.772 235.458 351.32C298.254 330.885 344.784 277.442 356.9 211.835C359.936 195.398 359.694 163.697 356.405 146.832C340.849 67.0751 276.413 8.76803 195.41 1.15042C178.806 -0.411681 177.199 -0.404886 160.836 1.30527ZM207.457 16.8026C240.535 22.5919 268.887 36.7703 293.049 59.6082C327.088 91.7793 345.406 134.043 345.406 180.403C345.406 223.407 329.444 263.405 299.958 294.297C275.725 319.681 247.58 335.509 213.46 342.935C197.595 346.389 161.883 346.361 145.858 342.882C115.237 336.236 89.057 322.477 66.5457 301.198C19.5681 256.798 2.48025 191.425 21.7701 129.912C26.3967 115.159 37.0835 94.3968 46.7345 81.4138C55.6402 69.4304 74.668 50.9949 86.2536 43.122C104.328 30.8412 128.985 20.8709 151.288 16.8257C165.446 14.2571 192.851 14.2462 207.457 16.8026ZM113.578 94.8913C104.004 99.6781 97.9193 106.041 93.3347 116.061L90.0874 123.157L90.4824 182.003C90.8707 240.104 90.9155 240.922 93.9388 246.585C98.799 255.684 104.666 261.46 113.578 265.915L121.855 270.054H179.797H237.74L246.017 265.915C255.591 261.128 261.676 254.766 266.26 244.745L269.507 237.649L269.112 178.803C268.724 120.703 268.679 119.885 265.656 114.222C260.796 105.122 254.928 99.3467 246.017 94.8913L237.74 90.7524H179.797H121.855L113.578 94.8913ZM234.092 101.744C243.097 103.677 251.407 110.135 255.747 118.575L259.216 125.318V180.403V235.488L255.747 242.231C251.407 250.672 243.097 257.13 234.092 259.062C224.794 261.058 134.801 261.058 125.502 259.062C116.498 257.13 108.188 250.672 103.848 242.231L100.379 235.488V180.403V125.318L103.779 118.707C108.01 110.481 115.276 104.472 123.747 102.192C132.199 99.9185 223.848 99.5463 234.092 101.744ZM230.645 117.179C226.574 121.251 226.432 124.582 230.127 129.282C235.317 135.885 246.319 132.1 246.319 123.714C246.319 119.749 240.635 113.844 236.816 113.844C235.254 113.844 232.478 115.345 230.645 117.179ZM164.864 124.172C143.215 129.968 126.275 148.831 122.402 171.456C115.909 209.389 151.284 244.539 188.967 237.591C220.741 231.734 242.262 202.396 237.059 172.033C231.061 137.034 198.198 115.249 164.864 124.172ZM198.878 138.544C208.488 142.978 216.46 150.893 221.352 160.859C224.744 167.775 225.276 170.421 225.276 180.403C225.276 190.202 224.721 193.081 221.604 199.43C216.87 209.075 208.482 217.483 198.928 222.158C192.47 225.317 189.614 225.871 179.797 225.871C169.981 225.871 167.124 225.317 160.666 222.158C151.113 217.483 142.725 209.075 137.991 199.43C134.874 193.081 134.319 190.202 134.319 180.403C134.319 170.421 134.851 167.775 138.243 160.859C146.916 143.187 162.605 133.783 181.908 134.687C188.521 134.996 193.774 136.19 198.878 138.544Z" fill="#FCF5BC"/>
</g>
</svg></a>
<a href="https://www.linkedin.com/in/ghazal-alabtah-00" target="_blank"><svg class="icons" width="50" height="50" viewBox="0 0 360 360" fill="none" xmlns="http://www.w3.org/2000/svg">
<g class="linkedin-icon">
<circle id="Ellipse 22" cx="180" cy="180" r="180" fill="#EEF9FF"/>
<path id="image 3 (Traced)" fill-rule="evenodd" clip-rule="evenodd" d="M173.933 0.0364493C162.853 0.522987 154.173 1.54583 144.208 3.53963C114.893 9.40481 87.0623 22.8378 64.0908 42.2095C58.7167 46.7413 50.1081 55.094 45.6866 60.0667C26.1104 82.0827 12.3784 107.928 5.37394 135.94C1.60992 150.992 -0.00351204 164.217 5.73919e-06 179.987C0.00194052 189.179 0.339823 194.757 1.39481 203.021C5.45749 234.842 17.9796 264.935 37.7344 290.351C44.9532 299.639 53.8739 308.995 62.8596 316.704C101.133 349.538 151.201 364.706 201.548 358.719C229.835 355.356 257.072 345.232 280.522 329.363C290.8 322.408 298.208 316.275 307.269 307.216C314.208 300.279 318.735 295.108 323.906 288.214C343.485 262.109 355.374 232.199 358.957 200.032C359.78 192.648 360 188.416 360 179.987C360 171.558 359.78 167.326 358.957 159.941C354.809 122.709 339.391 88.2199 314.309 60.0667C309.811 55.0182 302.257 47.6227 297.057 43.1762C267.198 17.6471 230.669 2.86196 191.083 0.283147C188.134 0.0911343 176.5 -0.0762615 173.933 0.0364493ZM107.184 65.4244C110.118 66.0765 113.836 67.5768 116.049 69.0012C117.795 70.1255 119.535 71.5797 121.185 73.2939C126.55 78.867 129.157 86.1424 128.622 94.0469C128.295 98.8924 126.552 103.739 123.661 107.845C122.261 109.833 119.313 112.776 117.297 114.198C115.47 115.487 112.117 117.176 110.097 117.826C107.102 118.79 105.421 119.035 101.819 119.035C99.0537 119.035 98.1705 118.969 96.6999 118.654C94.1766 118.112 92.455 117.515 90.0344 116.34C75.3836 109.232 70.3889 90.5875 79.4786 76.9378C83.6138 70.7281 90.004 66.5831 97.5097 65.2422C99.3555 64.9123 105.392 65.0261 107.184 65.4244ZM249.302 134.185C270.203 136.513 284.788 147.942 291.372 167.151C292.719 171.08 293.842 176.032 294.403 180.514C295.125 186.289 295.121 185.975 295.121 236.43V285.049L272.482 285.093L249.842 285.138L249.78 243.86C249.724 206.414 249.691 202.378 249.423 200.384C247.876 188.876 244.358 182.233 237.689 178.226C233.865 175.928 228.646 174.884 222.798 175.246C215.672 175.687 210.335 177.915 206.02 182.25C200.935 187.358 198.255 194.354 197.591 204.252C197.488 205.78 197.419 222.494 197.417 245.969L197.415 285.137H175.604H153.794V211.725V138.314H175.604H197.415V148.102V157.891L198.46 156.323C199.994 154.021 202.22 151.314 204.325 149.192C213.293 140.151 224.455 134.975 237.254 133.924C239.915 133.705 246.223 133.842 249.302 134.185ZM124.773 211.726V285.138L102.039 285.093L79.3052 285.049L79.2611 211.681L79.2169 138.314H101.995H124.773V211.726Z" fill="#B0E1FA"/>
</g>
</svg></a>
<br>
<br>
Copyrights © Ghazal Al 2022
</p>
</footer>
<!-- lower corner circles svg -->
<svg id="blue-corner" width="210" height="105" viewBox="0 0 210 105" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Ellipse 4" d="M210 105C210 77.1523 198.938 50.4451 179.246 30.7538C159.555 11.0625 132.848 2.10245e-06 105 0C77.1523 -2.10244e-06 50.4451 11.0625 30.7538 30.7538C11.0625 50.4451 4.20489e-06 77.1523 0 105L105 105H210Z" fill="#B0E1FA"/>
</svg>
<svg id="purple-corner" width="105" height="210" viewBox="0 0 105 210" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="Ellipse 5" d="M105 210C91.2112 210 77.5574 207.284 64.8182 202.007C52.079 196.731 40.5039 188.996 30.7538 179.246C21.0036 169.496 13.2694 157.921 7.99264 145.182C2.7159 132.443 -3.67108e-06 118.789 0 105C3.67109e-06 91.2112 2.71591 77.5574 7.99266 64.8182C13.2694 52.079 21.0037 40.5039 30.7538 30.7538C40.504 21.0036 52.0791 13.2694 64.8183 7.99263C77.5575 2.71589 91.2113 -6.73943e-06 105 0L105 105L105 210Z" fill="#E6C4FA"/>
</svg>
</body>
</html>