-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (69 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container-flex">
<!-- Aside -->
<aside>
<!-- Profile -->
<img title="Profile Pic" src="./Pic2.png" alt="Profile Pic">
<h2>Profile</h2>
<!-- Biography -->
<p>I'm BSCS Student at the <em>University
of Peshawar</em> and learning Web Development at <strong> SMIT Peshawar</strong>, where I am learing Full Stack Web Development, with this I am also familiar with
HTML, CSS & JavaScript and practing with time to time,I am passionate to make my career in Full Stack Web Development.
</p>
<!--Contact -->
<h2>Contact</h2>
<h4>LinkedIn</h4>
<a class="links" href="https://www.linkedin.com/in/hasnainali313/" target="_blank">HasnainAli313</a>
<h4>GitHub</h4>
<a class="links" href="https://github.com/HasnainAli313" target="_blank">HasnainAli313</a>
<h4>Email</h4>
<a class="links" href="mailto:[email protected]">[email protected]</a>
<h4>Hobbies</h4>
<p class="hob">Gaming</p>
<p class="hob">Badminton</p>
<p class="hob">Googling</p>
</aside>
<!-- Main -->
<section class="main">
<h1 id="myName">Hasnain Ali</h1>
<!-- Education -->
<h4>Education</h4>
<p class="edu"><strong>University Of Peshawar</strong></p>
<p>Since 2021</p>
<p>Bachelor's Computer Science</p>
<p class="edu"><strong>Army Public School & College Iqbal ASC Center, Nowshera Cantt</strong></p>
<p>2019-2021</p>
<p>Marks:800/1100, Grade A </p>
<p>Intermediate (Pre-Engineering)</p>
<p class="edu"><strong>Army Public School & College Zamzama, Nowshera Cantt</strong></p>
<p>2017-2019</p>
<p>Marks:775/1100, Grade A</p>
<p>Matriculation-Computer Science</p>
<!-- Skills -->
<h4>Skills</h4>
<p>HTML</p>
<div class="container">
<div class="skills html">70%</div>
</div>
<p>CSS</p>
<div class="container">
<div class="skills css">60%</div>
</div>
<p>JavaScript</p>
<div class="container">
<div class="skills java">20%</div>
</div>
<br>
<a class="cv" type="button" href="/Hasnain Ali cv.pdf" download="">Download CV</a>
</section>
</div>
</body>
</html>