-
Notifications
You must be signed in to change notification settings - Fork 0
/
Education.html
106 lines (99 loc) · 4.65 KB
/
Education.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
96
97
98
99
100
101
102
103
104
105
106
<!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>Education page</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<section class="hero">
<div class="main-width">
<header>
<div class="logo">
<i class="fa-solid fa-a"></i>
</div>
<nav>
<div class="hamb">
<span></span>
<span></span>
<span></span>
</div>
<ul class="navlist">
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="Education.html">Education</a></li>
<li class="btn"><a href="contact.html">Contact Me</a></li>
</ul>
</nav>
</header>
<div class="resume">
<div class="resume-child">
<h1>Experties</h1>
<h4>UX Development</h4>
<p>Im very good in UX development and have too much exprience to serve you or your project.</p>
<br>
<h4>Front-End Development</h4>
<p>I have Good Experties in Front-end-Development,and has much experience in web Applications and websites specially in Front-End.</p>
<br>
<h4>UX Designing</h4>
<p>I have Good Exprience in Ux Designing and im popular for the easy and good looking designs in my company.</p>
<br>
<h4>Team Management</h4>
<p>I am very good in team management and have 2 years of team management exprience in 3 multinational companies.</p>
<br>
</div>
<div class="resume-child">
<h1>Education</h1>
<h4>Matric</h4>
<p><b>2016-2018</b><br>Status:Complete</p>
<p>Anjuman Sabria Sirajia High School Faisalabad</p>
<br>
<h4>FSC(Pre-Engineering)</h4>
<p><b>2018-2020</b><br>Status:Complete</p>
<p>Student's INN Collage of Science and Commerce Faisalabad</p>
<br>
<h4>Software Engineering</h4>
<p><b>2020-2024</b><br>Status:Continue</p>
<p>Government Collage University Faisalabad</p>
<br>
</div>
<div class="resume-child">
<h1>Skills</h1>
<h4>HTML</h4>
<progress id="file" value="90" max="100" style=" background:#2ecc71;"> 90% </progress>
<h4>CSS</h4>
<progress id="file" value="85" max="100"> 85% </progress>
<h4>JavaScript</h4>
<progress id="file" value="75" max="100"> 75% </progress>
<h4>PHP</h4>
<progress id="file" value="80" max="100"> 85% </progress>
<h4>SQL</h4>
<progress id="file" value="85" max="100"> 85% </progress>
<h1>Languages</h1>
<h4>Urdu</h4>
<progress id="file" value="90" max="100"> 90% </progress>
<h4>Punjabi</h4>
<progress id="file" value="95" max="100"> 95% </progress>
<h4>English</h4>
<progress id="file" value="85" max="100"> 85% </progress>
</div>
</div>
<div class="bottom">
<p>@ 2022 Abdullah - All Right Reserved.</p>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="script.js"></script>
</body>
</html>