-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
116 lines (106 loc) · 2.86 KB
/
resume.html
File metadata and controls
116 lines (106 loc) · 2.86 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
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
107
108
109
110
111
112
113
114
115
116
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="resume.css">
</head>
<body>
<div class="full">
<div class="left">
<div class="image">
<img src=
"C:\Users\Dell\Downloads\sule.jpg"
alt="The photo is loading please wait"
style="width:100px;height:100px;">
</div>
<div class="Contact">
<h2>Contact</h2>
<p><b>Email id:</b>suleimanabdallahfishy@gmail.com</p>
<p><b>Mobile no :</b>+255 672 626 764</p>
</div>
<div class="Skills">
<h2>Skills</h2>
<ul>
<li><b>Networking: Able to manage CISCO routers and switches</b></li>
<li><b>Programming Languages :
Basic Python, Basic C
</b></li>
<li><b>Frontend : HTML5, CSS3</b></li>
</ul>
</div>
<div class="Language">
<h2>Language</h2>
<ul>
<li>English</li>
<li>Swahili</li>
<li>Beginners level Arabic</li>
<li> Beginners level Tigrinya</li>
</ul>
</div>
<div class="Hobbies">
<h2>Hobbies</h2>
<ul>
<li>Playing football</li>
<li>Playing chess</li>
</ul>
</div>
</div>
<div class="right">
<div class="name">
<h1>CV(CURRICLUM VITAE)</h1>
</div>
<div class="title">
<p>Cyber and web enthusiast</p>
</div>
<div class="Summary">
<h2>Bio</h2>
<p>I yearn to acquire skills that will make me more better than I currently am, this skills range from my personal hobbies to my soon to be cyber security career </p>
</div>
<div class="Experience">
<h2>Educational background</h2>
<h3>Currently I am a student pursuing a Diploma in IT(Information Technology)</h3>
<p>From January 2020 to Present</p>
<ul>
<li>Actively engaged in cyber security.</li>
<li>Thinking of infrastructure designs that reduce chances of cyber attacks.</li>
</ul>
</div>
<div class="Education">
<h2>Education</h2>
<table>
<tr>
<th> Schools</th>
<th>Passing year </th>
<th>percentage/cgpa/Division</th>
</tr>
<tr>
<td>Anazak Primary</td>
<td>2016</td>
<td>Division 7</td>
</tr>
<tr>
<td>Shamsiye Secondary</td>
<td>2020</td>
<td>1/13</td>
</tr>
<tr>
<td>DIT</td>
<td>2023 and onwards</td>
<td>3.4</td>
</tr>
</table>
</div>
<div class="project">
<ul>
<li>
<h2>Last words</h2>
<p>The information in here is Written by me Suleiman Abdalah Athuman.S</p>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>