-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
262 lines (229 loc) Β· 12.6 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Altaf Hussain</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: linear-gradient(135deg, #1a374d, #406882);
color: white;
}
.resume-container {
display: flex;
max-width: 1100px;
margin: 50px auto;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
position: relative;
}
.left-column {
background: linear-gradient(135deg, #0f2027, #1a374d);
padding: 20px;
width: 300px;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.right-column {
padding: 20px;
flex-grow: 1;
background: linear-gradient(135deg, #ffffff, #f0f0f0);
color: #333;
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.qr-code {
width: 100%;
max-width: 150px;
margin-bottom: 20px;
border-radius: 10px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
cursor: pointer;
}
h1 {
font-size: 36px;
margin-bottom: 10px;
color: #1a374d;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
h2 {
color: #f8f9fa;
border-bottom: 2px solid #406882;
padding-bottom: 5px;
margin-top: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.contact-item {
margin-bottom: 10px;
font-size: 14px;
}
.skills-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.skills-list li {
margin-bottom: 8px;
font-size: 14px;
background: #1a374d;
padding: 5px 10px;
border-radius: 5px;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
p {
line-height: 1.6;
}
ul {
margin: 0;
padding-left: 20px;
}
ul li {
margin-bottom: 10px;
position: relative;
}
ul li::before {
content: '\2022';
color: #1a374d;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
}
footer {
background: #1a374d;
padding: 20px 0;
text-align: center;
color: white;
margin-top: 50px;
box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.5);
}
footer .social-icons {
display: flex;
justify-content: center;
gap: 20px;
}
footer .social-icons a {
color: white;
font-size: 24px;
transition: color 0.3s;
}
footer .social-icons a:hover {
color: #406882;
}
footer p {
margin: 10px 0 0;
font-size: 14px;
}
</style>
</head>
<body>
<div class="resume-container">
<div class="left-column">
<div>
<a href="https://www.linkedin.com/in/altaf-hussian-282ba9218" target="_blank">
<img src="qrcode_147614327_524aaf19922c64f892fc5d339c0cff3b.png" alt="QR Code" class="qr-code">
</a>
</div>
<h2>CONTACT</h2>
<div class="contact-item">π 03420781798</div>
<div class="contact-item">βοΈ IzumiFreelance@gmail.com</div>
<div class="contact-item">π Pakistan,Gilgit</div>
<a href="https://altafhussain.vercel.app/" target="_blank" style="display: inline-block; color: blue; text-decoration: none;">π±βπ€PortFolio</a><li></li>
</a>
<h2>EDUCATION</h2>
<div>In Progress</div>
<br>
<div>Student of</div>
<div>Computer science</div>
<h2>SKILLS</h2>
<ul class="skills-list">
<li>Front-end web development</li>
<li>React.js framework</li>
<li>Cross-browser compatibility</li>
<li>Effective communication skills</li>
<li>Troubleshooting and debugging</li>
<li>Resolving technical issues</li>
<li>Web Security Knowledge</li>
<li>Version Control (Git)</li>
<li>Proficient in HTML, CSS, and JavaScript</li>
<li>Basic understanding of cloud platforms (AWS, Azure)</li>
<li>API Integration and management</li>
</ul>
<h2>LANGUAGES</h2>
<ul class="skills-list">
<li>English (Fluent)</li>
<li>Japanese (Basic)</li>
<li>Urdu (Fluent)</li>
</ul>
</div>
<div class="right-column">
<h1>ALTAF HUSSAIN</h1>
<div>WEB DEVELOPER</div>
<h2 style="color: #0f2027;">PROFILE</h2>
<p style="font-size: large;">Web developer with a knowledge of high-quality web solutions. Experienced in front-end development and project management, committed to staying updated with the latest technologies, learning web security, and adapting and implementing security measures. Possess troubleshooting skills and have a knack for efficiently resolving technical issues. Effective communicator and collaborator, seamlessly working within multidisciplinary teams.</p>
<h2 style="color: #0f2027;">CERTIFICATES</h2>
<div style="font-size: large;">Ms Excel & Ms Access</div>
<div style="font-size: large;">Front-end Web Development (2)</div>
<div style="font-size: large;">Basic Backend Development</div>
<div style="font-size: large;">Responsive Web Design</div>
<h2 style="color: #0f2027;">REFERENCE</h2>
<div style="font-size: large;">- Will be furnished on demand</div>
<h2 style="color: #0f2027;">EXPERIENCE</h2>
<div>Web Developer (Intern)</div>
<br>
<div>[Techzoid β 7-1-2024 to 12-1-2024]</div>
<br>
<ul>
<li>Designed responsive websites using React.js and other frameworks.</li>
<li>Developed and maintained server-side applications with Node.js.</li>
<li>Optimized performance and ensured cross-browser compatibility.</li>
<li>Integrated RESTful APIs and managed version control with Git.</li>
<li>Used AI as a co-pilot for efficiency.</li>
</ul>
<div>Freelance Web Developer</div>
<br>
<div>[2022 - Present]</div>
<br>
<ul>
<li>Worked on multiple client projects to deliver fully functional and visually appealing websites.</li>
<li>Utilized modern front-end frameworks such as React.js and Vue.js.</li>
<li>Collaborated with clients to understand project requirements and timelines.</li>
<li>Ensured SEO optimization and enhanced web accessibility.</li>
</ul>
<h2 style="color: #0f2027;">ADDITIONAL INFORMATION</h2>
<p>Currently learning advanced back-end development techniques and cloud deployment strategies. Actively participating in coding challenges and contributing to open-source projects. Recently completed a project involving real-time chat application development using WebSocket.</p>
</div>
</div>
<footer style="background-color: #2b4150; padding: 40px 20px; color: white; font-family: 'Arial', sans-serif;height: 20px;">
<div class="social-icons" style="display: flex; justify-content: center; gap: 30px; margin-bottom: 30px;">
<a href="https://github.com/IzumiFreelance" style="color: #fff; transition: all 0.3s ease; transform: scale(1); display: inline-block;" onmouseover="this.style.transform='scale(1.2)'; this.style.color='#6e5494';" onmouseout="this.style.transform='scale(1)'; this.style.color='#fff';">
<svg height="32" aria-hidden="true" viewBox="0 0 16 16" width="32">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z" fill="currentColor"></path>
</svg>
</a>
<a href="https://www.linkedin.com/in/altaf-hussian-282ba9218" style="color: #fff; transition: all 0.3s ease; transform: scale(1); display: inline-block;" onmouseover="this.style.transform='scale(1.2)'; this.style.color='#0077b5';" onmouseout="this.style.transform='scale(1)'; this.style.color='#fff';">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24">
<path fill="currentColor" d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/>
</svg>
</a>
<a href="https://www.instagram.com/its_Altaf_Hussain_3" style="color: #fff; transition: all 0.3s ease; transform: scale(1); display: inline-block;" onmouseover="this.style.transform='scale(1.2)'; this.style.color='#e4405f';" onmouseout="this.style.transform='scale(1)'; this.style.color='#fff';">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24">
<path fill="currentColor" d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/>
</svg>
</a>
<a href="mailto:izumiFreelance@gmail.com" style="color: #fff; transition: all 0.3s ease; transform: scale(1); display: inline-block;" onmouseover="this.style.transform='scale(1.2)'; this.style.color='#EA4335';" onmouseout="this.style.transform='scale(1)'; this.style.color='#fff';">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24">
<path fill="currentColor" d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-2.023 2.309-3.178 3.927-1.964L5.455 4.64 12 9.548l6.545-4.91 1.528-1.145C21.69 2.28 24 3.434 24 5.457z"/>
</svg>
</a>
</div>
<div style="width: 50px; height: 2px; background-color: #ffffff; margin: 0 auto 20px;"></div>
<p style="color: #888; margin: 0; font-size: 14px; text-align: center; letter-spacing: 1px;">© 2024 Altaf Hussain. All rights reserved.</p>
</footer>
</body>
</html>