-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
84 lines (71 loc) · 2.14 KB
/
work.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>
<h3> page 1 </h3>
</title>
</head>
<body>
<table border="1"> <!-- table with border 1 pixal-->
<thead> <!-- table head-->
<tr> <!-- table raw-->
<th> Dtaes</th>
<th>Work</th>
</tr>
</thead>
<tbody> <!-- table body-->
<tr> <!-- table raw-->
<td> <h3>2005:</h3></td>
<td><h3> <strong> specialized Technicien Istitut of Technology SK </strong> </h3></td>
</tr>
<tr>
<td> <h3>2014: </h3></td>
<td> <h3> <strong>high school degree electronics at Universety of Science Abdelmalek Essaadi </strong> </h3></td>
</tr>
<tr>
<td> <h3>2021: </h3></td>
<td> <h3> <strong> Master degree Engineering and Industrial Management </strong> </h3></td>
</tr>
</tbody>
</table>
<h3>Skills</h3>
<table cellspacing="20">
<tr>
<td>
<table>
<tr>
<td><h3>TIA PORATL</h3></td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td><h3>HTML CSS JS </h3></td>
<td>⭐⭐⭐ </td>
</tr>
<tr>
<td><h3>DRIVES commissionning</h3></td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td><h3>HMI DESIGNING </h3></td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td><h3>PHOENIX CONTACT PROGRAMMING</h3></td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td><h3>Omron PROGRAMMING</h3></td>
<td>⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<h1> <strong><a href="index.html"> Back to home Page</a></strong></h1>
</body>
</html>