-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
106 lines (101 loc) · 4.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Malek Ben Lakhdher - Industrial Automation Technician</title>
</head>
<body>
<!-- Navbar -->
<header>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#summary">Summary</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Home Section -->
<section id="home">
<h1>Welcome to My Portfolio</h1>
<img src="Profile.jpg" alt="Malek">
<p>Industrial Automation Technician with over a decade of experience in electrical systems, air conditioning, and water treatment.</p>
</section>
<!-- Summary Section -->
<section id="summary">
<h2>Summary</h2>
<p>I am an experienced industrial automation technician with a focus on electrical systems, air conditioning, and water treatment. My expertise lies in preventive and corrective maintenance of electrical cabinets, pumps, motors, and more. I also have knowledge in boilers, chilled groups, and air ducts.</p>
</section>
<!-- Experience Section -->
<section id="experience">
<h2>Professional Experience</h2>
<div>
<h3>Maintenance Technician</h3>
<p><strong>Polyclinique les Jasmins</strong>, Center Urbain Nord</p>
<p><em>October 2014 - Present</em></p>
<ul>
<li>Monitoring and maintaining equipment regularly.</li>
<li>Diagnosing potential malfunctions in equipment.</li>
<li>Organizing and scheduling maintenance activities.</li>
<li>Detecting causes of equipment failure and proposing solutions.</li>
<li>Using computer-aided maintenance management software.</li>
</ul>
</div>
<div>
<h3>Maintenance Technician</h3>
<p><strong>Polyclinique de l’Espoir</strong>, El Menzah 9B</p>
<p><em>May 2010 - October 2014</em></p>
<ul>
<li>Diagnosed and controlled machines, installations, and equipment.</li>
<li>Organized maintenance interventions and replaced defective components.</li>
<li>Used electrical testing and measurement devices.</li>
</ul>
</div>
</section>
<!-- Education Section -->
<section id="education">
<h2>Education</h2>
<p><strong>BTS in Automation and Industrial IT</strong></p>
<p>2007-2009 - Center for Telecommunications Training, Cité El Khadra</p>
<p><strong>Technical Baccalaureate</strong></p>
<p>2004 - Bab El Khadra High School</p>
</section>
<!-- Skills Section -->
<section id="skills">
<h2>Skills</h2>
<ul>
<li><strong>IT:</strong> MS Office, Computer Networks, Computer Maintenance, Windows & Linux Installation, Virtualization.</li>
<li><strong>Languages:</strong> French (TCF certified), English, Arabic.</li>
<li><strong>Driving License:</strong> A1, B, D, D1, H (Tunisia).</li>
</ul>
</section>
<!-- Certifications Section -->
<section id="certifications">
<h2>Certifications</h2>
<p><strong>Diploma Equivalence (Canada)</strong> - Industrial Automation & IT (December 2021)</p>
</section>
<!-- Contact Section -->
<section id="contact">
<h2>Contact Me</h2>
<form action="submit_form.php" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required><br>
<label for="message">Message:</label><br>
<textarea id="message" name="message" rows="5" required></textarea><br>
<button type="submit">Submit</button>
</form>
<p>LinkedIn: <a href="https://www.linkedin.com/in/malek-ben-lakhdher">Malek Ben Lakhdher</a></p>
</section>
<!-- Footer -->
<footer>
<p>© 2024 Malek Ben Lakhdher. All rights reserved.</p>
</footer>
</body>
</html>