-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (80 loc) · 2.25 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>MED AMINE BNR Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/amine.png" alt="image profile"></td>
<td><h1>Med Amine BNR</h1>
<strong><p><em>Developer Blockchain & web</p></strong>
<p>“Anything that can conceive of as a supply chain, blockchain can vastly improve its efficiency- it doesn’t matter if its people, numbers, data, money.”– Ginni Rometty, CEO IBM</p>
</td>
</tr>
</table>
<h3><p>RÉSUMÉ</p></h3>
<hr>
<p>J’ai passé les deux dernières années à focaliser mes efforts sur la technologie Blockchain</p>
<hr>
<h3>Certifications</h3>
<ul>
<li>Blockchain Development on Hyperledger Fabric using Composer (Udemy 05/09/2019)</li>
<li>le Bitcoin et la Blockchainopenclassrooms (janvier 2019)</li>
<li>Blockchain Essentials(Cognitive Class IBM Mars 2018 )</li>
</ul>
<hr>
<h3><p>Work experience</p></h3>
<table border="1">
<thead>
<tr>
<th>DATE</th>
<th>work</th>
</tr>
</thead>
<tbody cellspacing="10">
<tr>
<td>out 2019 - septembre 2019</td>
<td>Devloper blockchain at lightency </td>
</tr>
<tr>
<td>janvier 2018 - juin 2019</td>
<td>Developer chercheur chez laboratoire LIPAH</td>
</tr>
<tr>
<td>janvier 2016-juin 2016</td>
<td> Developer Collaborateur - SagemCom</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>skills</h3>
<table >
<td><table>
<tr>
<td>Blockchain</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>web developpement </td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table></td>
<td><table>
<tr>
<td>Rest API</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Java </td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table></td>
</table>
<a href="">My projects</a>
<a href="contact.html">contact me </a>
</body>
</html>