-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (60 loc) · 1.74 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my resume</title>
</head>
<body>
<h1>WAHAJ AHMED ABBAS</h1>
<hr />
<img src="./images/wahaj uop.jpg" alt="description= wahaj me">
<hr />
<h2>AN ENGINEERING STUDENT WITH DIVERSE SHOQ</h2>
<hr />
<h3>objective</h3>
<p>
i am an engineering student but i have a love of computer science due to its vast easily scalibiltiy and mobility, and to be able to work from anywhere and anytime, currently what u see is my learning path on my way to become a full stack dev.
</p>
<hr />
<h3>
education:
</h3>
<ul>
<li>
<h4>
Matric - Bahria College Islamabad
<h6>2017-2019</h6>
</h4>
</li>
<li>
<h4>
Inter - Bahria College Islamabad
<h6>2019-2021</h6>
</h4>
</li>
<li>
<h4>Bachelors - NUST PNEC (Karachi)</h4>
<h6>currently enrolled in my undergrad which will complete in 2025 In'Sha Allah </h6>
</li>
</ul>
<hr />
<h3>
work experience:
</h3>
<ul>
<li>
so far i dont have any professional experience regarding my field however i do have experience in managing tedx events, i had experience of
managing famous youth club events, beside did a marketing internship.
</li>
</ul>
<hr />
<h3>skills:</h3>
<ul>
<li>SQL</li>
<li>PROBLEM SOLVING</li>
<li>PRESENTATION SKILLS</li>
</ul>
<hr />
</body>
</html>