-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
172 lines (163 loc) · 6.06 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!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>Resume</title>
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="profile">
<div class="profile_container">
<div class="profile_profileImg">
<img src="./imiges/profileimage.jpg" alt="Muhammad Abdullah Arif">
</div>
<div>
<h1 class="profile_name">
<span class="profile_name_firstName">Muhammad Abdullah </span>
<span class="profile_name_lastName">Arif</span>
</h1>
<p class="profile_title">Python Developer</p>
<p class="description profile_description">
As a Python Developer and Website Developer with one year of professional experience, I have honed my skills in developing efficient and scalable applications, both backend and full-stack, using Python.
I have hands-on experience in:
- Frontend development using HTML, CSS, JavaScript, and frameworks like Bootstrap.
- Database management with PHP.
- Debugging and optimizing code for better performance.
I am passionate about clean code, user-friendly design, and delivering projects within deadlines. Always eager to learn and integrate the latest technologies, I bring a collaborative and problem-solving mindset to the team.
</p>
<a class="downloadBtn" href="./cv.pdf" download="Resume.pdf">Download Resume</a>
</div>
</div>
</div>
<div class="group-1">
<div class="skills">
<h3 class="title">Expertise</h3>
<ul class="skills_list description">
<li>Python Developer</li>
<li>Frontend Web Developer</li>
<li>professional Office management</li>
</ul>
</div>
<div class="edu">
<h3 class="title">Education</h3>
<div class="edu_item">
<p class="item_preTitle">2022-2026</p>
<h4 class="item_title">BS Computer Science</h4>
<p class="item_subtitle">
Government University College Faisalabad (GUCF)
</p>
</div>
<div class="edu_item">
<p class="item_preTitle">2020-2022</p>
<h4 class="item_title">Intermediate in Computer Science</h4>
<p class="item_subtitle">
Government Post Graduate College, Jhang
</p>
</div>
</div>
<div class="certification">
<h3 class="title">certification</h3>
<div class="certification_item">
<p class="item_preTitle">2024</p>
<h4 class="item_title">Python Complete Course for
Beginners to Expert</h4>
<p class="description">
In Introduction of Python learn Complete with Practice OOPs and DSA and Other frameworks.
</p>
</div>
</div>
<div class="group-2">
<div class="exp">
<h3 class="title">Experience</h3>
<div class="exp_item">
<p class="item_preTitle">2023 - PRESENT</p>
<h4 class="item_title">Upwork & Freelancer</h4>
<p class="item_subtitle">Python Programmer</p>
<p class=" description">
Developed Python-based applications for personal
finance management, integrating data processing
and reporting features.
Automated repetitive tasks for clients, saving time
and improving efficiency using Python scripts.
Designed custom scripts for data extraction and
web scraping with BeautifulSoup and Selenium.
Delivered high-quality code and met project
deadlines, ensuring client satisfaction.
</p>
</div>
<div class="exp_item">
<p class="item_preTitle">2022 - 2024</p>
<h4 class="item_title"> University Projects & E-Commerce Website Development </h4>
<p class="item_subtitle">Web Development</p>
<p class="description">
Worked on multiple university projects using CSS, HTML, Bootstrap, and JavaScript for web development.
Developed an E-Commerce website, integrating features like product management, user authentication, and payment gateways.
</p>
</div>
</div>
<div class="interest">
<h3 class="title">Interest</h3>
<div class="interest_items">
<div class="interest_item">
<i data-feather="music"></i>
<span>Quran</span>
</div>
<div class="interest_item">
<i data-feather="book"></i>
<span>Books</span>
</div>
<div class="interest_item">
<i data-feather="map"></i>
<span>Travel</span>
</div>
</div>
</div>
</div>
<div class="group-4">
<div class="Language">
<h3 class="title">Language</h3>
<ul class="language_list description">
<li>English</li>
<li>Urdu</li>
</ul>
</div>
<hr>
<div class="group-3">
<div class="contact">
<h3 class="title">Contact</h3>
<div class="contact_info">
<p class="description">
Punjab, Pakistan
</p>
<p class="description">
+92 3367195002
</p>
<p class="description">
</p>
</div>
</div>
<div class="social">
<h3 class="title">Socials</h3>
<div class="social_items">
<a href="https://github.com/muhammadabdullaharif-pythonProgrammer" target="_b" class="social_item">
<i data-feather="github"></i>
<span>/muhammadabdullaharif-pythonProgrammer</span>
</a>
<a href="https://www.linkedin.com/in/muhammad-abdullah-arif-919ab6337/" target="_blank" class="social_item">
<i data-feather="linkedin"></i>
<span>/muhammad-abdullah-arif-919ab6337</span>
</a>
</div>
</div>
</div>
</div>
<script>
feather.replace()
</script>
</body>
</html>