-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (119 loc) · 5.28 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html>
<head>
<meta name="veiwport" content="width=device-width">
<link rel="stylesheet" href="CSS/Mainpage.css">
</head>
<body>
<header>
<img class="pic " src="Pictures/IMG-20211016-WA0015.jpg" alt=" Designer Image">
<h1 class="back">Yusuf Al-Garash</h1>
<h3 class="back">IT Student</h3>
<div class="personal_info">
</div>
<div>
<img class="pic_info" src="icons/location.png"alt="location ">
<label class="icon"> Yemen</label>
<img class="pic_info" src="icons/house.png"alt="House ">
<label class="icon"> Sana'a</label>
<img class="pic_info" src="icons/phone.png"alt="PhoneNO ">
<label class="icon"> 715835828</label>
<img class="pic_info" src="icons/mail.png"alt="Email ">
<label class="icon"> <a href="mailto:[email protected]"
style="text-decoration: none;">[email protected]</a></label>
<img class="pic_info" src="icons/birth.png"alt="Birth ">
<label class="icon"> 5-1-2000</label>
</div>
<nav>
<ul>
<li class="homy"> <img class="home" src="icons/house.png"alt="House ">
<a href="index.html" class="active"> About My CV</a></li>
<li><a href="Education page.html">Educational Sources</a></li>
<li><a href="Educational Videoes.html"> Educational Videoes</a></li>
<li><a href="pictures.html">Pictures From My country</a></li>
</ul>
</nav>
</header>
<main>
<div class="left">
<h2 class="style4">
Skills</h2>
<h5 class="styl"> Programming Languages</h5>
<ul>
<li>C , C++</li>
<li>Java</li>
<li>Python</li>
<li>R</li>
</ul>
<h5 class="styl"> Web Development</h5>
<ul>
<li>HTML</li>
<li>CSS</li>
</ul>
<h5 class="styl"> Graphical Design</h5>
<ul>
<li>PhotoShop</li>
<li>Illustrator</li>
<li>AfterEffect</li>
</ul>
<h5 class="styl"> Database</h5>
<ul>
<li>Database Designer</li>
<li>SQL Oracle Server</li>
</ul>
<h5 class="styl"> Computer Skills</h5>
<ul>
<li>Computer Maintanence</li>
<li>Coputer Programing</li>
</ul>
</ul>
<h5 class="styl"> Spoken Languages</h5>
<ul>
<li>Arabic Language</li>
<li>English Language</li>
</ul>
</div>
<div class="right">
<h2 class="style2">Objectiv</h2>
<p class="style3"> I am very excited to go over this stage in Information Technology, and I am powerful
in
learning new skills and gaining more skills. I am looking forword to playing a very effitient role
in this field due to that I do whatever I could to minimize the distance between me and the goal
that
I am looking for.Finally, putting my fingerprint in this world is my path .
</p>
<h2 class="style2">Education</h2>
<h3 class="pad">
<li>2018-2017 : Graduated from High School </li>
</h3>
<p class="style3"> Yusuf Al-garash has graduated from high school and had gotten 91.88% in the
accumulated
high level degree whith Excllent evaluation.
</p>
<h3 class="pad">
<li> 2018-2020 : Studying English Language and Finished the High Level</li>
</h3>
<p class="style3"> After completing school, I moved to study English and computer fundementals and
achieved
many courses that suppert me..
</p>
<h3 class="pad">
<li> 2020-Till now : Start studying in the UST </li>
</h3>
<h2 class="style2">Certificats</h2>
<ul class="style3">
<li> High School</li>
<li> BBT In English</li>
<li> ICDL </li>
<li> Talal Abo Gazala Deploma In IT</li>
</ul>
<h2 class="style2">Experience</h2>
<ul class="style3">
<li> A strong Experience In Library Stores</li>
<li> Teaching English Language, Mathematics, Chemistry </li>
<li> Dealing and Selling Computers and their excerries</li>
</ul>
</div>
</main>
</body>
</html>