-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (37 loc) · 1.33 KB
/
index.html
File metadata and controls
44 lines (37 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewdport" content="width=device-width, initial-scale=1.0">
<title>My CV</title>
</head>
<body>
<h1>name : abdul rafay</h1>
<p>Email : <a href="https://abdulrafaycodeder@gmail.com">Email</a> </p>
<p>Address: Karachi, Pakistan</p>
<hr>
<h2>Objective</h2>
<p>
My teacher told all the students to make a simple HTML CV, so I also made a normal HTML CV. I tried to include
everything in it that the teacher had asked for.ss
</p>
<h2>Skills</h2>
<ul>
<li>HTML, CSS, JavaScript</li>
<li>Graphic Designing</li>
<li>video editing</li>
<li>web development </li>
</ul>
<h2 >Experience</h2>
<ul>
<li>It’s only been a short time since I started learning web development.</li>
<li>And I have been doing graphic designing for about 5 years, and during this time I have created a lot of work in graphic design, such as YouTube thumbnails, YouTube banners, and social media posts.</li>
<li>And I have been doing video editing for 3 years. Before learning web development, I used to do video editing, but now I am learning web development. </li>
</ul>
<h2>Languages</h2>
<ul>
<li>English</li>
<li>Urdu</li>
</ul>
</body>
</html>