-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (102 loc) · 3.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Mohamed Adnene Zayene</h1>
<img src="./images/Photo_MAZayene.jpg" alt="Mohamed Adnene Zayene" width="200" height="250">
<hr>
<h2>Sumary</h2>
<p>I'm full-Stack web developper</p>
<hr>
<h2>Education</h2>
<table>
<tr>
<td>1998-1999</td>
<td>
<ul>
<li>Master of Science in Computer Science</li>
<li>Paul Sabatier University (Toulouse-France)</li>
<li>Laboratory for Analysis and Architecture of Systems</li>
</ul>
</td>
</tr>
<tr>
<td>June 1997</td>
<td>
<ul>
<li>Engineer graduate on Electric engineering section computer sciences</li>
<li>National Engineering School of Tunis</li>
</ul>
</td>
</tr>
</table>
<hr>
<h2>Work Experience</h2>
<table>
<tr>
<td>08/02/2016 - Present</td>
<td>
<ul>
<li>Head of the "Monitoring of partnership and innovation projects" department</li>
<li><a href="https://www.mtc.gov.tn/" target="_blank">Ministry of Communication Technologies</a></li>
</ul>
</td>
</tr>
<tr>
<td>03/12/2012-07/02/2016</td>
<td>
<ul>
<li>Principal Engineer in Information Systems</li>
<li><a href="https://www.mtc.gov.tn/" target="_blank">Ministry of Communication Technologies</a></li>
</ul>
</td>
</tr>
<tr>
<td>2008-2010</td>
<td>
<ul>
<li>University lecturer</li>
<li><a href="http://www.isimm.rnu.tn" target="_blank">The College of Computer Science and Mathematics of Monastir</a></li>
</ul>
</td>
</tr>
<tr>
<td>2006-2008</td>
<td>
<ul>
<li>University lecturer</li>
<li><a href="https://www.su.edu.sa/ar" target="_blank">Al-Imam Muhammed Ibn Saoud Islamic University-Shagra Community College (Kingdom of Saudi Arabia)</a></li>
</ul>
</td>
</tr>
</table>
<hr>
<h2>Skills</h2>
<ul>
<li>Microsoft Office 365</li>
<li>MS Project 2019</li>
<li>HTMP5/CSS3/Javascript</li>
</ul>
<hr>
<h2>Certifications</h2>
<ul>
<li>MBA, Amity Institute of Training and development (India)</li>
<li>Fintech Fondamentals, AliPay & IFC</li>
</ul>
<hr>
<h2>Others</h2>
<ul>
<li><a href="./Other_Files/Hobbies.html" target="_blank">My Hobbies</a></li>
<li><a href="./Other_Files/Contact.html" target="">Contact Me</a></li>
</ul>
<footer>
<small>
Copyright © 2023, Mohamed Adnene Zayene. All Rights Reserved
</small>
</footer>
</body>
</html>