-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
131 lines (129 loc) · 4.42 KB
/
Copy pathindex.html
File metadata and controls
131 lines (129 loc) · 4.42 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<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="icon" type="image/x-icon" href="LOGO1.png" sizes="32x32">
<link rel="stylesheet" href="style.css">
<title>CV</title>
</head>
<body>
<!--Header profile-->
<section class="section header">
<div class="container">
<div class="row">
<div class="column">
<img src="photo.jpeg" class="photo-jpeg" alt="image">
</div>
<div class="column profile-text">
<h2>Faisal Mubarak Al Sofyani</h2><br>
<p><strong>Information System</strong></p><br>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptatibus hic, officia error voluptatem nobis optio accusantium sed eius corrupti eos, cum veniam nisi vel qui quaerat nemo quasi voluptatum placeat.
</p>
</div>
</div>
<hr>
</div>
</section>
<!--ContactSection-->
<section class="section contact">
<div class="container">
<h3>Contact With me</h3><br>
<table style="width:100%">
<tr>
<th>Email </th>
<td> <a href="mailto:faisalmalsofyani@gmail.com">faisalmalsofyani@gmail.com</a></td>
</tr>
<tr>
<th>Phone Number</th>
<td> <a href="tel:+966549489056">+966549489056</a></td>
</tr>
<tr>
<th>Linkedin </th>
<td>
<a href="https://www.linkedin.com/in/faisal-alsofayni/">faisal-alsofaynii</a>
</td>
</tr>
<tr>
<th>Github</th>
<td>
<a href="https://github.com/faisalMS">faisalMS</a>
</td>
</tr>
</table>
</div>
</section>
<hr class="line-section">
<!--EDUSection-->
<section class="section educations">
<div class="container">
<br><br>
<h3>Educations & Exporince</h3><br>
<table style="width:100%">
<tr>
<td><strong>Experince</strong> </td>
<td><strong> Soft Skills</strong></td>
</tr>
<tr>
<td>
Customer Service <br>
Ibrahimalqurashi <br>
2020-2022 <br>
</td>
<td><ul><br>
<li>Fast learn</li>
<li>Problem Solving</li>
<li>teamwork</li>
<li>Self Education</li>
</ul></td>
</tr>
<tr>
<td>
<strong>Achievements</strong> <br>
<ul>
<li>Lorem, ipsum dolor.</li>
<li>Lorem, ipsum dolor.</li>
<li>Lorem, ipsum dolor.</li>
</ul>
</td>
<td><br>
<strong>Tecnical Skills</strong> <br>
<ul>
<li>HTML,CSS,BOOTSTRAP,JAVASCRIPT</li>
<li>C#, C++, JAVA, Python, swift</li>
<li>SQL, Redhat</li>
</ul>
</td>
</tr>
<tr>
<td><br>
Educations<br>
Bachelor of Computer Science<br>
Taif university <br>
2014-2020
</td>
<td>
<strong>Languages</strong> <br>
<ul>
<li>Arabic</li>
<li>English</li>
</ul>
</td>
</tr>
</table>
</div>
</section>
<!--botn contact page-->
<section class="section link-page">
<div class="container">
<a href="contact.html" class="button">Contact Me</a>
</div>
</section>
<footer>
<hr>
<p> FMS </p>
</footer>
</body>
</html>