-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
201 lines (177 loc) · 10.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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=Alkatra&family=Didact+Gothic&family=IBM+Plex+Serif:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Resume of Farzana</title>
</head>
<body>
<div class="container">
<main>
<header class="gradient-background">
<div class="name-picture">
<div class="picture">
<img src="./images/myphoto.jpeg" alt="My Photo" width="85">
</div>
<div class="name">
<h1>Farzana Abdul Khader</h1>
<h3 style="text-decoration: none;">Frontend Web developer</h3>
</div>
</div>
<div class="contact">
<p>Dubai, UAE</p>
<p><a href="contact.html" target="_blank">Contact info</a></p>
</div>
</header>
<section>
<!-- ///////////////////////////////////////////////// -->
<h2>PROFILE</h2>
<p class="justify">As a front-end developer with 2 years of experience in the IT industry,
I am passionate about creating elegant and responsive web designs that
enhance the user experience.
<!-- My expertise includes building and maintaining
websites, developing interactive features, and optimizing page performance. -->
I have worked on several projects that required a deep understanding of
frontend framework React.
<br/>
I am constantly seeking to improve my skills and knowledge of frontend
development by keeping up-to-date with the latest technologies and best
practices. My attention to detail and commitment to quality ensure that every
project I work on meets or exceeds client expectations.
I am excited to apply my skills and experience to contribute to the
development of innovative and user-friendly web applications in future.
</p>
<h3>skills</h3>
<p>HTML5 | Cascading Style Sheets (CSS) | JavaScript | React.js | Bootstrap</p>
<!-- ///////////////////////////////////////////////// -->
<hr/>
<h2>WORK EXPERIENCE</h2>
<h3>IT Administrator</h3>
<h5>Sohul Al Siji General Trading L.L.C • Dubai, UAE</h5>
<h4>Jun 2017 - Jul 2019</h4>
<ul class="left-indent justify">
<li>Troubleshoot and resolve technical issues related to hardware, software, and network connectivity.</li>
<li>Provides administrative support to company staff members and executives.</li>
<li>Managing correspondence, maintaining records, scheduling appointments, and performing other administrative tasks.</li>
<li>Answering and screening phone calls and emails, taking messages and forwarding inquiries to the appropriate parties.</li>
<li>Performing other general office duties such as photocopying, faxing, and mail distribution.</li>
</ul>
<span><b>Skills: </b>Office Administration • Technical Support • Communication • Email Management</span>
<br>
<br>
<h3>Junior Web Developer</h3>
<h5>Regional IIT - India • Calicut, India</h5>
<h4>Apr 2016 - May 2017</h4>
<h5></h5>
<ul class="left-indent justify">
<li>Work under the guidance of senior web developers and are responsible for a range of tasks related to website and web application development.</li>
<li>Collaborating with senior web developers to design and develop new website features and functionality</li>
<li>Assisting in the debugging and troubleshooting of website issues.</li>
<li>Creating and maintaining technical documentation related to web development projects.</li>
<li>Staying up-to-date with new web development technologies and techniques.</li>
<li>Participating in code reviews and contributing to the development of best practices for web development.</li>
</ul>
<span><b>Skills: </b>Responsive Web Design • Visual Basic .NET • ASP.NET • .NET Framework</span>
<hr/>
<!-- ///////////////////////////////////////////////// -->
<h2>CERTIFICATIONS</h2>
<h4><strong>Introduction to Programming Using Python</strong></h4>
<ul class="certi-desc">
<li>GUVI Geek Networks, IITM Research Park</li>
<li><b>Issue date :</b> January 2023</li>
<li><b>Credential ID:</b> W5J071w1Op14U764K2</li>
<li><b>Credential URL :</b><a class="certi-link" href="https://www.guvi.in/verify-certificate?id=W5J071w1Op14U764K2" target="_blank">https://www.guvi.in/verify-certificate?id=W5J071w1Op14U764K2</a> </li>
</ul>
<!-- ///////////////////////////////////////////////// -->
<hr/>
<h2>ACADEMIC QUALIFICATION</h2>
<!-- <p><strong>B-Tech in Electronics and communication</strong> with First class from MDIT College of Engineering
under University of Calicut, Kerala [2012-2016].</p> -->
<h4>University of Calicut, Kerala .</h4>
<p><strong>B-Tech in Electronics and communication [2012-2016]</strong>
<!-- ///////////////////////////////////////////////// -->
<hr/>
<h2>PROFFESSIONAL SKILLS</h2>
<ul class="left-indent">
<li><b>Operating system : </b>Linux, Windows
<li><b>Software Packages :</b> VS Code, PyCharm, MS Office-word/excel/powerpoint</li>
<li><b>Languages :</b> C, C#, HTML5, CSS3, JavaScript, NodeJS, Python</li>
<li><b>Graphics Software :</b> Canva, Adobe Photoshop Cs, AutoCAD 2D</li>
<li><b>Databases : </b>MySQL, MongoDB</li>
<li><b>Others :</b> Bootstrap, ReactJS, SASS, Version control with GIT, Github</li>
</ul>
<!-- ///////////////////////////////////////////////// -->
<hr/>
<h2>ACHIEVEMENTS</h2>
<p>Qualified <b>GATE 2016</b> (The Graduate Aptitude Test in Engineering) in Electronics and
Communication Engineering organized by Indian institute of Technology.</p>
<!-- ///////////////////////////////////////////////// -->
<hr/>
<h2>STRENGTHS</h2>
<ul class="left-indent">
<li>Effective communication, Problem-solving skills and ability to grasp the new skills quickly.</li>
<li>Hard-working, dedicated, friendly and an ardent desire towards learning.</li>
<li>Skilled at researching and extracting information crucial for web development.</li>
</ul>
<!-- ///////////////////////////////////////////////// -->
<hr/>
<h2>PERSONAL PROFILE</h2>
<table>
<tr>
<td><b>Date of Birth</b></td>
<td> :</td>
<td>15-03-1993</td>
</tr>
<tr>
<td><b>Gender</b></td>
<td> :</td>
<td>Female</td>
</tr>
<tr>
<td><b>Visa Status</b></td>
<td> :</td>
<td>Husband Visa</td>
</tr>
<tr>
<td><b>Passport number</b></td>
<td> :</td>
<td>P4938059</td>
</tr>
<tr>
<td><b>Languages known</b></td>
<td> :</td>
<td>English, Hindi and Malayalam</td>
</tr>
<tr>
<td><b>Nationality</b></td>
<td> :</td>
<td>Indian</td>
</tr>
</table>
</section>
</main>
</div>
<footer>
<div>
<div><a class="footer-name" href="#" target="_blank">© farzana.abdulkhader</a></div>
<div></div>
<div>
<span>
<a href="https://github.com/farzanabdulkhader" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="18" class="bi bi-github" viewBox="0 0 16 16">
<path 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.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>
</svg></a>
</span>
<span>
<a href="https://www.linkedin.com/in/farzana-abdul-khader-b46b45141" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="18" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>
</svg></a>
</span>
</div>
</div>
</footer>
</body>
</html>