-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMy_first_class07.html
More file actions
76 lines (71 loc) · 3.46 KB
/
Copy pathMy_first_class07.html
File metadata and controls
76 lines (71 loc) · 3.46 KB
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
<!DOCTYPE html>
<html>
<head>
<meta chaset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Mirza" rel="stylesheet">
<title>My first class07</title>
<link rel="stylesheet"
type="text/css"
href="My_first_class07.css">
</head>
<body>
<h1>Curriculum Vitae</h1>
<div class="container">
<div class="Myinformation">
<h2>MY Personal information!</h2>
<img src="https://scontent-ams3-1.xx.fbcdn.net/v/t1.0-9/20621853_1836416056675470_3781235639919504901_n.jpg?_nc_cat=104&_nc_ht=scontent-ams3-1.xx&oh=6ec85952357365cb8b66dd61fb988d1c&oe=5D6C5A06" alt="my photo" style = "width:168px;">
<ul class="unordered">
<li><b>Name</b> Netabay Mohammednur</li>
<li> <b>Age</b> 28 years</li>
<li><b>Address</b> Bistrup Byvej 4 2460 Birkerød</li>
<li><b> Country</b> Denmark</li>
<li><b>e-mail</b><a href="https://mail.google.com/mail/u/0/#inbox">mnetabay125@gmail.com</a> </li>
<li><b>mobile</b>+4524522092</li>
</ul>
</div>
<div class="subcontainer">
<div class="MySelf">
<h2>about my self</h2>
I come from Eritrea and I have been in Denmark for about 3 years.
I am 28 years old and am an optimistic person who is good at communicating with other people and good at listening.
It means a lot for me to act responsibly, as well as being well organized and flexible in my approach to my tasks.
I enjoy all working environments.
I am stable, working hard and dedicated and is very instructive.
I am a responsible and positive person with versatile experience in electronics and electrician work.
My dream is to work within my field of education.
</div>
<div class="MYeducation">
<h2>My Education</h2>
2008-2013 Bachelor in Electrical & Electronics Engineering from the Eritrean
Institute of Technology
</div>
<div class="MyExperience">
<h2>My Experience</h2>
<ol> <li> In Eritrea
<ul>
<li>Mathematics teacher for highschool</li>
<li>Electronic reparation</li>
</ul>
</li>
<li>In Denmark
<ul>
<li>Electronic work in 2016 in a company called Bruel og kæjer for 8 months</li>
<li> In 2017 i have worked as Electrician with a company called Blue control for about 10 months</li>
</ul>
</li>
</ol>
</div>
<div class="myhobbies">
<h2>My hobbies</h2>
<p>My hobbies are so different but some of them are </p>
<ul><li>Watchin big football match like world cup</li>
<li>Do programming</li>
<li>Playing with electronic design </li>
<li>I love to run </li>
</ul>
</div>
</div>
</div>
</body>
</html>