-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
371 lines (284 loc) · 12.9 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="images/logo.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119594492-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119594492-2');
</script>
<link href="https://fonts.googleapis.com/css?family=Cookie|Roboto|Just+Another+Hand|Pacifico|Righteous|Shadows+Into+Light" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Do+Hyeon|IBM+Plex+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.css" integrity="sha384-OHBBOqpYHNsIqQy8hL1U+8OXf9hH6QRxi0+EODezv82DfnZoV7qoHAZDwMwEJvSw" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Karim Eldegwy</title>
</head>
<body>
<!--++++++++ Nav-Menue ++++++++-->
<nav class="navbar navbar-expand-lg navbar-light fixed-top " id="nav-menue">
<div class="container">
<a class="navbar-brand nav-title bouncyScroll" href="#header" id="brand" >Eldegwy</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarText">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link bouncyScroll" id="head" href="#header">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link bouncyScroll" href="#aboutMe">About</a>
</li>
<li class="nav-item">
<a class="nav-link bouncyScroll" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link bouncyScroll" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link bouncyScroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!--++++++++ Header ++++++++-->
<section id="header" class="banner container-fluid">
<div id="Clouds" style="">
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Background"></div>
<div class="Cloud Foreground"></div>
<div class="Cloud Background"></div>
<div class="Cloud Background"></div>
</div>
<div>
<img src="images/logo.png" id="bigImg" style="" class="animated tada" onclick="">
<h1 class="eldegwy">Hi there!</h1>
</div>
</section>
<section id="aboutMe">
<h1 class="section-title">About me</h1>
<div class="container">
<div class="row">
<div class="col-lg-6 order-md-1 order-2">
<div class="container about-p text-md-left text-center aboutMe-text">
<p>
Hi! My name is Karim Eldegwy, a third year Computer Engineering student at the University of British Columbia. I was born in Egypt, but I was raised abroad, living almost all of my life at the UAE. As you can probably tell my passion is split between my love for donuts and programming.
</p>
<p>
I have worked on many academic and personal projects throughout my programming journey thus far, and I have really enjoyed every single bit of it! I have created a range of programs ranging from some trivial scripts that make one’s life easier to a fully operational professional <a style="color: #cf7171" href="" onClick="window.open('https://github.com/kimoantiqe/Nexus')" >networking app</a>.
</p>
<p>
I will be using this website to showcase some of the projects that I have enjoyed completing/working on so far… So, grab a donut and get ready!
</p>
<button class="btn btn-default btn-lg btn-title shake" onClick="window.open('https://drive.google.com/file/d/1z4QD4NWrbLA_3Hp1_ZsC37MVAJjhwceI/view?usp=sharing') ">Download CV</button>
</div>
</div>
<div class="col-lg-6 order-md-2 ">
<img src="images/aboutme9.png" class="animated bounceIn aboutme-img" id="">
</div>
</div>
</div>
<div class="tri-dark" style="background-color: transparent;"></div>
</section>
<section id="skills">
<h1 class="section-title">Skills</h1>
<div class="dev-container bounceIn">
<ul class="dev-list">
<li>
<i class="devicon-c-plain"></i>
<p class="dev-title">C</p>
</li>
<li>
<i class="devicon-cplusplus-plain"></i>
<p class="dev-title">C++</p>
</li>
<li>
<i class="devicon-java-plain"></i>
<p class="dev-title">Java</p>
</li>
<li>
<i class="devicon-javascript-plain"></i>
<p class="dev-title">Java-script</p>
</li>
<li>
<i class="devicon-html5-plain"></i>
<p class="dev-title">Html5</p>
</li>
<li>
<i class="devicon-css3-plain" ></i>
<p class="dev-title">Css3</p>
</li>
</ul>
</div>
<div class="dev-container bounceIn">
<ul class="dev-list">
<li>
<i class="devicon-python-plain"></i>
<p class="dev-title">Python</p>
</li>
<li>
<i class="devicon-php-plain"></i>
<p class="dev-title">Php</p>
</li>
<li>
<i class="devicon-apache-plain"></i>
<p class="dev-title">Apache</p>
</li>
<li>
<i class="devicon-nodejs-plain"></i>
<p class="dev-title">Node.js</p>
</li>
<li>
<i class="devicon-photoshop-plain"></i>
<p class="dev-title">Photoshop</p>
</li>
</ul>
</div>
</section>
<div class="tri-light"></div>
<section id="projects">
<h1 class="section-title">Projects</h1>
<div id="portfolio" class="row">
<div class="container">
<div class="row portfolio-projects">
<div class="col-lg-6">
<div class="row">
<div class="col-sm-5 text-center order-md-1 order-2">
<h4 class="projects-title">Nexus</h4>
<p class="projects-desc">A "Tinder-like" Professional networking app</p>
<a class="btn btn-rounded btn--project" href="https://github.com/kimoantiqe/Nexus" target="_blank" role="button">View Project</a>
</div>
<div class="col-sm-7 text-center order-md-2 order-1">
<img id="nexus" class="projects-image" src="images/nexus.png" onClick="window.open('https://github.com/kimoantiqe/Nexus')" >
</div>
</div>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-sm-7 text-center pull-right-sm">
<img class="projects-image" src="images/asma3ni.png">
</div>
<div class="col-sm-5 text-center pull-right-sm">
<h4 class="projects-title">Asma3ni</h4>
<p class="projects-desc">An Arabic “Audible-like” Startup</p>
<button type="button" class="btn btn-rounded btn--project" disabled>Contact Me for Details</button>
</div>
</div>
</div>
</div>
<div class="row portfolio-projects">
<div class="col-lg-6">
<div class="row">
<div class="col-sm-5 text-center order-md-1 order-2">
<h4 class="projects-title">SmartHome-Door</h4>
<p class="projects-desc">A Smart Home/Door with a twist</p>
<a class="btn btn-rounded btn--project" href="https://github.com/kimoantiqe/SmartHome-Door" target="_blank" role="button">View Project</a>
</div>
<div class="col-sm-7 text-center order-md-2 order-1">
<img class="projects-image" src="images/pi.png" onClick="window.open('https://github.com/kimoantiqe/SmartHome-Door')">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-sm-7 text-center pull-right-sm">
<img class="projects-image" src="images/internado.png" onClick="window.open('https://github.com/ubclaunchpad/Internado') " >
</div>
<div class="col-sm-5 text-center pull-right-sm">
<h4 class="projects-title">Internado</h4>
<p class="projects-desc">A Web App that helps you find personalized internship opportunities based on your skills and interests</p>
<a class="btn btn-rounded btn--project" href="https://github.com/ubclaunchpad/Internado" target="_blank" role="button">View Project</a>
</div>
</div>
</div>
</div>
<div class="row portfolio-projects">
<div class="col-lg-6">
<div class="row">
<div class="col-sm-5 text-center order-md-1 order-2">
<h4 class="projects-title">SPES Auto Event Uploader</h4>
<p class="projects-desc">Automatic Event Uploader for Stanley Park Ecology Society</p>
<a class="btn btn-rounded btn--project" href="https://github.com/CodeTheChangeUBC/SPES-PE" target="_blank" role="button">View Project</a>
</div>
<div class="col-sm-7 text-center order-md-2 order-1">
<img class="projects-image" src="images/spes.png" onClick="window.open('https://github.com/CodeTheChangeUBC/SPES-PE') ">
</div>
</div>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-sm-7 text-center pull-right-sm">
<img class="projects-image" src="images/yelp.png">
</div>
<div class="col-sm-5 text-center pull-right-sm">
<h4 class="projects-title">Yelp Database</h4>
<p class="projects-desc">A fully operational Native Java database , based on real yelp data </p>
<button type="button" class="btn btn-rounded btn--project" disabled>Contact Me for Details</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="tri-dark"></div>
<section id="contact">
<h1 class="section-title">Contact Me</h1>
<div class="container">
<div class="row ">
<div class="col col-lg-4 wow zoomIn">
<div class="contact-info">
<a href="tel:+17783219561" class="link-social"><i class="fas fa-5x fa-phone"></i></a>
<p> +1 (778) 321-9561</p>
</div>
</div>
<div class="col col-lg-4 wow zoomIn">
<div class="contact-info">
<a href="mailto:karim.eldegwy@alumni.ubc.ca" class="link-social dark" ><i class="fas fa-5x fa-envelope"></i></a>
<p>KARIM.ELDEGWY@ALUMNI.UBC.CA</p>
</div>
</div>
<div class="col col-lg-4 wow zoomIn">
<div class="contact-info ">
<a href="https://www.google.com/maps/place/Ponderosa+Commons-+Arbutus+House/@49.2634282,-123.2560751,15z/data=!4m2!3m1!1s0x0:0x1e5b1cbede0bf05a?sa=X&ved=0ahUKEwiI4N3l6InbAhWmMewKHSzCDcoQ_BIIiAEwDg" class="link-social"><i class="fas fa-5x fa-map-marker"></i></a>
<p> 6488 University Blvd, Vancouver, BC V6T </p>
</div>
</div>
</div>
</div>
</section>
<div class="tri-light"></div>
<section id="footer">
<div class="footer">
<h1 class="foot-text-eldegwy">Eldegwy</h1>
<div>
<div class="center">
<a href="https://www.facebook.com/KimoAntiqe" target="_blank" class="link-social"><i class="fab fa-facebook-square fa-2x"></i></a>
<a href="https://github.com/kimoantiqe" target="_blank" class="link-social"><i class="fab fa-github fa-2x"></i> </a>
<a href="" target="_blank" class="link-social"><i class="fab fa-linkedin-in fa-2x"></i></a>
</div>
</div>
<h4 class="cc">©2018 Karim Eldegwy. All Rights Reserved</h4>
</div>
</section>
</body>
<script type="text/javascript" src="js/script.js"></script>
</html>