-
Notifications
You must be signed in to change notification settings - Fork 0
/
cvtask.html
95 lines (93 loc) · 3.15 KB
/
cvtask.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
<!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" />
<title>Document</title>
<link rel="stylesheet" href="cv.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
/>
</head>
<body>
<div class="container">
<div class="avatar">
<img src="waqas.jpg" alt="" />
</div>
<div class="name">
<h1>M Waqas Zafar</h1>
<div class="specialize">Student</div>
<ul class="contact">
<li><span>P</span> +923400166731</li>
<li><span>E</span> waqaszafar771@gmail.com</li>
<li><span>W</span> linkedIN.com</li>
</ul>
</div>
<div class="info">
<ul>
<li>From <b>LAHORE</b> - Pakistan</li>
<li>12/10/2003</li>
<li>Riphah International University</li>
</ul>
</div>
<div class="intro">
<h2>INTRODUCE MYSELT</h2>
WAQAS ZAFAR<br />
BS Computer Science Student <br />
A motivated and dedicated BS Computer Science student at Riphah
International University with a strong foundation in programming
languages, web development, and database management. Proficient in Java,
C++, and Python, and passionate about solving complex problems through
innovative solutions.
</div>
<div class="experience">
<h2>EXPERIENCE</h2>
<div class="item">
<h4>STUDENT</h4>
<div class="time">
<span>2021 - 2025</span>
<span>Riphah International University</span>
</div>
</div>
<h2 class="skills">SKILLS</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Bootstrap</li>
<li>Javascript</li>
<li>PHP</li>
<li>C++</li>
<li>C#</li>
<li>Oracle</li>
</ul>
</div>
<div class="project">
<h2>PROJECTS</h2>
<div class="item">
<h4>Cricket Website</h4>
<div class="time">2023</div>
<div class="location">Smester Project</div>
<div class="des">
The cricket website aimed to provide cricket enthusiasts with a
comprehensive platform to access and engage with cricket-related
information. I developed the website using a combination of
front-end and back-end technologies, including HTML, CSS,
JavaScript, and PHP.
</div>
</div>
<div class="item">
<h4>PPHONE Book Mangment System</h4>
<div class="time">2023</div>
<div class="location">Smester project</div>
<div class="des">
A Desktop application that will help user to save, Add, Delete the
contact from this list and show and Data Structure and Algorithem is
used as per of smester project.
</div>
</div>
</div>
</div>
</body>
</html>