-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
566 lines (473 loc) · 23.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
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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Welcome</title>
<meta name="robots" content="index,follow" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" id="viewport" content="initial-scale=10,maximum-scale=1.0,user-scalable=no" />
<link rel="shortcut icon" type="image/x-icon" href="https://souibguimohamed.github.io/cv/img/icon.ico" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- start google fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<link href="https://fonts.googleapis.com/css?family=Fresca" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!-- end google fonts -->
<!-- start css -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"
crossorigin="anonymous">
<link rel="stylesheet" href="https://souibguimohamed.github.io/cv/css/style.css">
<link rel="stylesheet" href="https://souibguimohamed.github.io/cv/css/animate.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<!-- end css -->
</head>
<body>
<header>
<div class="cover-image">
<nav class="navbar navbar-default">
<div class="container" style="margin-top:8px;">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- start brand section -->
<a class="navbar-brand brand-me" href="https://www.souibgui.com/">Mohamed Souibgui</a>
<!-- end brand section -->
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right nav-me">
<li class="active">
<a href="https://www.souibgui.com/">Home</a>
</li>
<li>
<a href="https://www.souibgui.com/#resume">Resume</a>
</li>
<li>
<a href="https://www.souibgui.com/#w_c">Certifications</a>
</li>
<li>
<a href="https://medium.com/@mr.mohamedsouibgui" target="_blank">Blog</a>
</li>
<li>
<a href="https://www.souibgui.com/#contactus">Contact Us</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<section class="heading-me text-center">
<h1>I'm MOHAMED SOUIBGUI</h1>
<img src="https://souibguimohamed.github.io/cv/img/my-photo.jpg" class="img-responsive img-circle wow zoomIn" alt="Mohamed Souibgui">
<p class="lead wow fadeInDown" data-wow-delay="1s">
I <i class="fas fa-heart"></i> Programming.
</br>
</br>
</br>
<span>{</span>
<i class="fa fa-book"></i> Discover //
<i class="fa fa-graduation-cap"></i> Learn //
<span>
<i class="fa fa-magic"></i> Dream</span> \\
<i class="fa fa-trophy"></i> Achieve \\
<i class="fa fa-heart"></i>
Live
<span>}</span>
</p>
</section>
<section class="scroll">
<img src="http://betheme.muffingroupsc.netdna-cdn.com/be/splash/wp-content/uploads/2015/05/splash_slider_mouse.png" alt="scroll mouse"
class="img-responsive visible-lg-block">
</section>
</div>
</header>
<!-- Start CV Section -->
<section class="cv-section" id="resume">
<div class="container">
<div class="row">
<div class="col-lg-4">
<img class="myPhoto wow bounceInLeft"
data-wow-duration="1s"
data-wow-offset="300"
src="https://souibguimohamed.github.io/cv/img/my-photo2.jpg"
alt="My Professional Photo"
/>
</div>
<div class="col-lg-7 col-lg-offset-1">
<p class="lead">Curious,enthusiastic and very ambitious computer science student with a strong basis in Maths.
As programmer, I am seeking to enhance my acquired skills and to learn others related to collaboration,
communication and development. I am passionate on computer science. Really, my big satisfaction remains
in learning something new and in setting new challenges within this field. At last, I would like
to say that I’ll be so grateful for the attention that you’ll pay to my CV below.
</p>
<a href="https://drive.google.com/file/d/1iJuWar0FOxSP8CrI74drLp7lJdxq_QX5/view?usp=sharing" target="_blank">
<button type="button" class="btn btn-primary center-block">
<i class="fa fa-check"></i> My C.V. </button>
</a>
<div class="text-center" style="margin-bottom: 15px;">
<a href="https://github.com/souibguimohamed" target="_blank"><i class="fab fa-github fa-3x awesomeColor"></i></a>
<a href="https://www.behance.net/mohamedsouibgui" target="_blank"><i class="fab fa-behance-square fa-3x awesomeColor"></i></a>
<a href="https://codepen.io/mohamedsoui/" target="_blank"><i class="fab fa-codepen fa-3x awesomeColor"></i></a>
<a href="https://www.hackerrank.com/mohamedali201401" target="_blank"><i class="fab fa-fort-awesome-alt fa-3x awesomeColor"></i></a>
<a href="https://www.linkedin.com/in/mohamedsouibgui/" target="_blank"><i class="fab fa-linkedin fa-3x awesomeColor"></i></a>
<a href="https://medium.com/@mr.mohamedsouibgui" target="_blank"><i class="fab fa-medium fa-3x awesomeColor"></i></a>
<a href="https://twitter.com/MrSouibgui" target="_blank"><i class="fab fa-twitter-square fa-3x awesomeColor"></i></a>
<a href="https://www.youtube.com/channel/UCYbybNMMbIaFwQFDxGr9hbQ" target="_blank"><i class="fab fa-youtube fa-3x awesomeColor"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope fa-3x awesomeColor"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- End CV Section -->
<!-- Start skills Section -->
<section class="skills text-center">
<div class="background-me">
<div class="container-fluid skills-padding-bottom">
<h2 class="h1">My Skills</h2>
<div class="row">
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/bootstrap.png" alt="">
</div>
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/chatbot.png" alt="">
</div>
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/csharp.png" alt="">
</div>
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/java-se.png" alt="">
</div>
</div>
<div class="row">
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/css.png" alt="">
</div>
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/html5.png" alt="">
</div>
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/Java-EE.png" alt="">
</div>
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/js.png" alt="">
</div>
</div>
<div class="row">
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/photoshop.png" alt="">
</div>
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/php.png" alt="">
</div>
<div class=" img-skills">
<img class="img-responsive img-thumbnail" src="https://souibguimohamed.github.io/cv/img/skills/xamarin.png" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- End skills Section -->
<!-- Start Certifications Section -->
<section class="works" id="w_c">
<div class="container text-center">
<h2 class="h1">My Certifications</h2>
<div class="row">
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">Candidates for this exam are seeking to prove core HTML5 client application
development skills that will run on today's touch-enabled devices (PCs, tablets, and phones).
Although HTML is often thought of as a web technology that is rendered in a browser to produce an UI,
this exam focuses on using HTML5, CSS3, and JavaScript to develop client applications.</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="https://image-store.slidesharecdn.com/2afb09c9-649f-4611-9eec-548efd5a0879-original.png">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/1.png">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">
Facebook Chatbots has been the new BIG marketing trend from 2017 and it continues to be since more
than 1 billion people are active on Messenger every month,so why don’t we monetize this platform as part of our
client's social media marketing strategy?The right side in this new trend is that chatbots are still in
their infancy stage,and hence few businesses are using them to sell.
</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="https://www.udemy.com/certificate/UC-G7S8EG39/">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/2.jpg">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">
Our interactive HTML tutorial is comprised of carefully selected content,
quizzes, and checkpoints to ensure that you learn as much as possible,
while also having as much fun as possible. This is accomplished through
a series of entertaining exercises, along with plenty of hands-on practice in writing actual HTML code.
</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="http://image-store.slidesharecdn.com/173cade3-84bc-412e-bf85-664a64572b72-original.jpeg">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/3.jpeg">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">
Online Marketing training is the cyber platform where
you can acquire all the needy digital skills to grow your business and to keep your career ahead.</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="http://image-store.slidesharecdn.com/b4addba4-9914-4ba1-a9db-7fef028cc9c1-original.png">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/4.png">
</div>
</div>
</div>
</div>
</section>
<!-- End Certifications Section -->
<!-- Start Event Section -->
<section class="event" id="w_c">
<div class="container text-center">
<h2 class="h1">Events</h2>
<div class="row">
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">In this webcamp, I stay with my team 24 hours coding and developing a website.
It was a great experience. We enjoyed coding,exchanging knowledge and doing other activities.
</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="https://image-store.slidesharecdn.com/79d1dece-9ebb-4b73-bd65-eba3bb8c6d22-original.png">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/events/1.png">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">My 365tn is a program by Ministry of higher education and scientific research
and Microsoft company for students. So in this program, for example, I made an Activation Day
Event where I could communicate and help students to get their
office 365 accounts and others tools. It was an amazing experience.
</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="https://image-store.slidesharecdn.com/15a11fae-42c5-4e98-9034-085bad8b60a6-original.png">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/events/2.png">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">
TOP Coders Tunisia competition is a national problem solving competition where students
try to solve problems. Due to this experience, I met new friends from different universities
then I got an idea about their ways of thinking and the process of programming.
</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="https://image-store.slidesharecdn.com/b2f16228-a540-4f87-91e9-503a5481859e-original.png">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/events/3.png">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">ISAMM Microsoft Club in collaboration with DUOTECH Company did an interesting workshop
about Public Speaking. So, I participated in this opportunity. Within it I could make
acquaintance with several techniques that help me to improve my public speaking skills and to be more confident.</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="https://image-store.slidesharecdn.com/3beba5b1-5d4b-483f-b1c0-c732a5b7b766-original.png">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/events/4.png">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">In just 54 hours, you will live everything ups, downs, fun, and pressure that make
startup’s experience more exciting. As you learn how to create a real company, you'll meet the best mentors,
investors, co founders, and sponsors who are ready to help you making your first steps.</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="https://image-store.slidesharecdn.com/8b30fa78-5454-4547-bf89-1d5eeee0c366-original.png">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/events/5.png">
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 col-xs-12 ">
<div class="flip3D">
<div class="back text-center">
<!-- paragraph to describe my projets -->
<p class="lead">Innovation Camp training workshop highlights the method applied for calculating revenues and costs,
how to differentiate between fixed and variable revenues and the method of preparing financial
forms for their start-up companies.
</p>
<!-- paragraph to describe my projets -->
<!-- button to describe my projets -->
<a target="_blank" href="https://image-store.slidesharecdn.com/146da36b-c20d-4a17-a72c-bdf569fc8d04-original.png">
<button type="button" class="btn btn-danger">
<i class="fa fa-coffee" aria-hidden="true"></i> See More
</button>
</a>
<!-- button to describe my projets -->
</div>
<div class="front">
<img src="https://souibguimohamed.github.io/cv/Certifications/events/6.png">
</div>
</div>
</div>
</div>
</section>
<!-- END Event Section -->
<!--Start Contact US Form-->
<section id="contactus">
<form class="contact_us" action="mailto:[email protected]" method="post">
<div class="container text-left">
<h2 class="h1">Contact US</h2>
<h2 class="h4 h1">[email protected]</h2>
<div class="row">
<div class="col-xs-6 col-xs-offset-3">
<label for="name">Name
<span>(required)</span>
</label>
</br>
<input type="text" id="name" class="name_form form-control" required>
</br>
<label for="email">Email
<span>(required)</span>
</label>
</br>
<input type="text" id="email" class="email_form form-control" required>
</br>
<label for="subject">Subject</label>
</br>
<input type="text" id="subject" class="subject_form form-control">
</br>
<label for="message">Message
<span>(required)</span>
</label>
</br>
<textarea id="message" class="form-control" rows="8" cols="80" required></textarea>
</br>
<button type="submit" class="btn btn-primary form-control" name="button">Send</button>
</div>
</div>
</div>
</form>
</section>
<!--END Contact US Form-->
<!-- Start footer Section -->
<footer class="footer">
<div class="text-center">
<p class="lead">© 2017 Copyright :
<a href="https://www.souibgui.com/">Mohamed Souibgui</a>
</p>
</div>
</footer>
<!-- End footer Section -->
<script src="https://souibguimohamed.github.io/cv/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
</body>
</html>