-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
528 lines (353 loc) · 19.4 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
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="img/favicon.png" type="image/png" sizes="32x32">
<!-- Font Awesome Kit -->
<script src="https://kit.fontawesome.com/853127a0b8.js" crossorigin="anonymous"></script>
<title>iOS Devfolio || iiqrah</title>
</head>
<body>
<nav class="navbar fixed-top justify-content-end navbar-dark bg-dark">
<ul class="nav te">
<li class="nav-item">
<a class="nav-link text-light" href="#education"> Education</i> </a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#project"> Projects</i> </a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#volunteer"> Volunteering</i> </a>
</li>
</ul>
</nav>
<div class="jumbotron jumbotron-fluid bg-dark text-light">
<div class="hero pt-5 pb-5">
<img class="rounded-image" src="img/me.png">
<h1 class="display-4">Iqrah Nadeem </h1>
<p class="lead">CS Graduate, Self-taught iOS developer, GitHub Campus Expert, Founder of helloHackers Society</p>
</div>
</div>
<div class="container">
<section class= "anchor" id="about-me">
<h1>About Me</h1>
<hr />
<p> I'm a recent CS graduate, self-taught iOS developer, looking for work experience.
I love attending hackathons, conferences and any sort of tech related event. Apart from creating digital content in the form of code,
I like creating videos and amateur art too. </p>
</section>
<section class="anchor" id="education">
<h1>Education</h1>
<hr />
<div class="card">
<div class="card-header bg-white">
<div class="d-flex justify-content-start">
<a href="https://www2.mmu.ac.uk/study/undergraduate/course/bsc-computer-science/" target="blank">
<img src="img/mmu.jpg" width= "80px" height="80px" class="mr-3">
</a>
<div>
<h2> Manchester Metropolitan University </h2>
<h6 class="card-subtitle mb-2 text-muted">BSc. (Hons) Computer Science with Placement</h6>
<h6 class="card-subtitle mb-2 text-muted">September 2017 - June 2021 </h6>
</div>
</div>
</div>
<div class="card-body content">
<ul>
<li>Overall Grade: First</li>
<li>Placement Year: Technology Intern @Cyprotex </li>
</ul>
</div>
</div>
<br>
<div class="card">
<div class="card-header bg-white">
<div class="d-flex justify-content-start">
<a href="https://www2.mmu.ac.uk/study/undergraduate/course/foundation-year-science-and-engineering-with-a-foundation-year-computing-mathematics-digital-science-route/?start=september-2020" target="blank">
<img src="img/mmu.jpg" width= "80px" height="80px" class="mr-3">
</a>
<div>
<h2> Manchester Metropolitan University </h2>
<h6 class="card-subtitle mb-2 text-muted">Foundational Computer Science</h6>
<h6 class="card-subtitle mb-2 text-muted">September 2016 - June 2017</h6>
</div>
</div>
</div>
<div class="card-body content">
<ul>
<li>Overall Grade: First</li>
<li>Modules: Computing, Data Analytics, Mathematics</li>
</ul>
</div>
</div>
<br>
<div class="card">
<div class="card-header bg-white">
<div class="d-flex justify-content-start">
<a href="https://www.akis.sch.qa/" target="blank">
<img src="img/akis.png" width= "80px" height="80px" class="mr-3">
</a>
<div>
<h2> Al Khor International School </h2>
<h6 class="card-subtitle mb-2 text-muted">CBSE Senior School Certificate Examination</h6>
<h6 class="card-subtitle mb-2 text-muted">January 2015 - March 2016</h6>
</div>
</div>
</div>
<div class="card-body content">
<ul>
<li>Overall Percentage: 89%</li>
<li>Modules: Physics, Chemistry, Mathematics, Computer Science, English</li>
</ul>
</div>
</div>
</section>
<section class="anchor" id="project">
<h1>Projects</h1>
<hr />
<div class="row ml-3">
<div class="col-lg-4 col-md-6 col-md-12">
<div class="card border-success mb-4" style="max-width: 20rem;">
<div class="card-header text-success">Mass Conversion App</div>
<div class="card-body text-success">
<img class="pb-2 project-image" src="img/projects/mass-conversion.png">
<!-- Button trigger modal -->
<button type="button" class=" container btn btn-success" data-toggle="modal" data-target="#project1Modal">
More Info
</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-md-12">
<div class="card border-info mb-4" style="max-width: 20rem;">
<div class="card-header text-info">Brain Training Game</div>
<div class="card-body text-info">
<img class="pb-2 project-image" src="img/projects/brain-training-game.png">
<!-- Button trigger modal -->
<button type="button" class=" container btn btn-info" data-toggle="modal" data-target="#project2Modal">
More Info
</button>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-md-12">
<div class="card border-danger mb-4" style="max-width: 20rem;">
<div class="card-header text-danger">Bull's Eye Game</div>
<div class="card-body text-danger">
<img class="pb-2 project-image" src="img/projects/bulls-eye.png">
<!-- Button trigger modal -->
<button type="button" class=" container btn btn-danger" data-toggle="modal" data-target="#project3Modal">
More Info
</button>
</div>
</div>
</div>
</section>
<section class="anchor" id="volunteer">
<h1>Volunteering</h1>
<hr />
<div class="card">
<div class="card-header bg-white">
<div class="d-flex justify-content-start">
<a href="https://githubcampus.expert/iiqrah/" target="blank">
<img src="img/gce.png" width= "80px" height="80px" class="mr-3">
</a>
<div>
<h2> GitHub Education </h2>
<h6 class="card-subtitle mb-2 text-muted">GitHub Campus Expert</h6>
<h6 class="card-subtitle mb-2 text-muted"> September 2018 - Present </h6>
</div>
</div>
</div>
<div class="card-body content">
<ul>
<li>Underwent an extensive online training to become the first GitHub Campus expert in Manchester</li>
<li>Role involves being an advocate for my community, attend tech events and gain experience.</li>
</ul>
</div>
</div>
<br>
<div class="card">
<div class="card-header bg-white">
<div class="d-flex justify-content-start">
<a href="https://www.codefirstgirls.org.uk/" target="blank">
<img src="img/cfg.png" width= "60px" height="80px" class="mr-3">
</a>
<div>
<h2> Code First: Girls </h2>
<h6 class="card-subtitle mb-2 text-muted">Ambassador/Lead Instructor</h6>
<h6 class="card-subtitle mb-2 text-muted">October 2019 - June 2020</h6>
</div>
</div>
</div>
<div class="card-body content">
<ul>
<li>Set-up and run 8 week coding courses for non-CS female and non-binary Manchester students at the University</li>
<li>Lead sessions for web development and python beginner courses </li>
</ul>
</div>
</div>
<br>
<div class="card">
<div class="card-header bg-white">
<div class="d-flex justify-content-start">
<a href="https://twitter.com/hellohackerssoc" target="blank">
<img src="img/hhs.png" width= "80px" height="80px" class="mr-3">
</a>
<div>
<h2> helloHackers Soc </h2>
<h6 class="card-subtitle mb-2 text-muted">Founder/Committee Member</h6>
<h6 class="card-subtitle mb-2 text-muted"> September 2018 - June 2020 </h6>
</div>
</div>
</div>
<div class="card-body content">
<ul>
<li>Set up a hackathon society at my Univeristy.</li>
<li>Started a 24-hour annual hackathon called ManMetHacks which just completed its second iteration now.</li>
</ul>
</div>
</div>
<br>
<div class="card">
<div class="card-header bg-white">
<div class="d-flex justify-content-start">
<a href="https://hackquarantine.com/" target="blank">
<img src="img/hq.jpg" width= "80px" height="80px" class="mr-3">
</a>
<div>
<h2> Hack Quarantine 2020 </h2>
<h6 class="card-subtitle mb-2 text-muted">Intro to iOS - Workshop Lead</h6>
<h6 class="card-subtitle mb-2 text-muted"> April 2020 </h6>
</div>
</div>
</div>
<div class="card-body content">
<ul>
<li>Signed up to give an online workshop on Intro to iOS development at a global virtual hackathon.</li>
<li><a href="https://www.youtube.com/watch?v=zZ5V00aBqmg" target="blank"> Link of Workshop Video | YouTube</a></li>
</ul>
</div>
</div>
</section>
</div>
<footer class="navbar justify-content-center bg-light">
<ul class="nav justify-content-around">
<li class="nav-item">
<a class="nav-link active" href="mailto:[email protected]" target="blank"> <i class="fas fa-2x fa-envelope" title="[email protected]"></i> </a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://www.linkedin.com/in/iiqrah" target="blank"> <i class="fab fa-2x fa-linkedin-in" title="linkedin.com/in/iiqrah"></i> </a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://www.twitter.com/iiqrah_" target="blank"> <i class="fab fa-2x fa-twitter" title="twitter.com/i_iqrah"></i> </a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://github.com/iiqrah" target="blank"> <i class="fab fa-2x fa-github" title="github.com/iiqrah"></i> </a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://www.dribbble.com/iiqrah" target="blank"> <i class="fab fa-2x fa-dribbble" title="dribbble.com/iiqrah"></i> </a>
</li>
<li class="nav-item">
<a class="nav-link active" href="https://www.dev.to/iiqrah" target="blank"> <i class="fab fa-2x fa-dev" title="dev.to/iiqrah"></i> </a>
</li>
</ul>
</footer>
<footer class="navbar justify-content-center bg-light">
<p><a href="https://github.com/iiqrah" target="_blank"> <i class="fas fa-code"></i></a>
with <i class="fas fa-heart"></i> by <a href="https://iiqrah.com/" target="_blank">iiqrah</a> 2021 - theme inspired by <a href="https://github.com/mmacneil/devfolio"> devfolio </a></p>
</footer>
<!-- Mass Conversion Modal -->
<div class="modal fade" id="project1Modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title text-success" id="exampleModalCenterTitle">Mass Conversion App</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img class="img-responsive d-flex justify-content-center pl-3" src="img/projects/project1.png" alt="" style="max-height:250px;">
<br>
<p class="d-flex justify-content-center">An app that handles unit mass conversion.
The user selects an input unit and an output unit, then enter a value, and see the output of the conversion.</p>
<div class="tags">
<span class="tag"> iOS</span>
<span class="tag"> Swift</span>
<span class="tag"> SwiftUI</span>
</div>
<div class="modal-footer">
<a href="https://twitter.com/i/status/1236333971388141568" target="blank" class="text-success"> Video Demo</a> |
<a href="https://github.com/iiqrah/100-days-of-swift/tree/master/mass-conversion" target="blank" class="text-success"> View on GitHub</a>
</div>
</div>
</div>
</div>
</div>
<!-- Brain Training Game Modal -->
<div class="modal fade" id="project2Modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title text-info" id="exampleModalCenterTitle">Brain Training Game</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img class="img-responsive d-flex justify-content-center pl-3" src="img/projects/project2.png" alt="" style="max-height:250px;">
<br>
<p class="d-flex justify-content-center">A brain training game that challenges players to win or lose at rock, paper, scissors. So,
if the app chose “Rock” and “Win” the player would need to choose “Paper”</p>
<div class="tags">
<span class="tag"> iOS</span>
<span class="tag"> Swift</span>
<span class="tag"> SwiftUI</span>
</div>
<div class="modal-footer">
<a href=" https://twitter.com/i/status/1247211411140415494" target="blank" class="text-info"> Video Demo</a> |
<a href="https://github.com/iiqrah/100-days-of-swift/tree/master/BrainTrainRPS" target="blank" class="text-info"> View on GitHub</a>
</div>
</div>
</div>
</div>
</div>
<!-- Bull's Eye Modal -->
<div class="modal fade" id="project3Modal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title text-danger" id="exampleModalCenterTitle">Bull's Eye Game</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img class="img-responsive d-flex justify-content-center pl-3" src="img/projects/project3.png" alt="" style="max-height:250px;">
<br>
<p class="d-flex justify-content-center">A fun little slider game that tests your accuracy of predicting the location of target value.</p>
<div class="tags">
<span class="tag"> iOS</span>
<span class="tag"> Swift</span>
<span class="tag"> SwiftUI</span>
</div>
<div class="modal-footer">
<a href="https://twitter.com/iiqrah_/status/1284225753895374848" target="blank" class="text-danger"> Video Demo</a> |
<a href="https://github.com/iiqrah/raywenderlich-ios-course/tree/master/bulls-eye-game" target="blank" class="text-danger"> View on GitHub</a>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>