-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
351 lines (332 loc) · 13.9 KB
/
index.html
File metadata and controls
351 lines (332 loc) · 13.9 KB
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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!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>Muhammed Farzin Farooque T K - Web Developer Portfolio</title>
<!-- SEO Meta Tags -->
<meta name="description"
content="Muhammed Farzin Farooque T K's web developer portfolio. Explore my skills in front-end and back-end development, and connect with me for job recruitment opportunities. Let's collaborate on your next project.">
<meta name="keywords"
content="web developer, portfolio, job application, job recruitment, LinkedIn, full stack developer, front-end developer, job post, software developer, work, LinkedIn,Naukri,indeed">
<meta name="author" content="Muhammed Farzin Farooque T K">
<!-- Open Graph Meta Tags (For better sharing experience on social media) -->
<meta property="og:title" content="Muhammed Farzin Farooque T K - Web Developer Portfolio">
<meta name="description"
content="Muhammed Farzin Farooque T K's web developer portfolio. Explore my skills in front-end and back-end development, and connect with me for job recruitment opportunities. Let's collaborate on your next project.">
<meta property="og:image" content="./assets/image/Profile/14-Farzin.jpg">
<meta property="og:url" content="https://farzinfarooque.netlify.app">
<meta name="twitter:card" content="summary_large_image">
<!-- Favicon -->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- stylesheet -->
<link rel="stylesheet" href="style.css" />
<!-- Google Fonts & Icons -->
<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@300;400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous" />
<!-- External Script -->
<script src="index.js" defer></script>
</head>
<body>
<header>
<div class="container" id="navContainer">
<a id="icon" href="javascript:void(0);" class="icon" onclick="toggleMenu()">
<i class="fa fa-bars"></i>
</a>
<ul class="navContent" id="navContent">
<li><a class="navItem navactive" href="#home">Home</a></li>
<li><a class="navItem" href="#about">About</a></li>
<li><a class="navItem" href="#education">Education</a></li>
<li><a class="navItem" href="#experience">Experience</a></li>
<!-- <li><a class="navItem" href="#projects">Projects</a></li> -->
<li><a class="navItem" href="#certifications">Certifications</a></li>
<li><a class="navItem" href="#skills">Skills</a></li>
<li><a class="navItem" href="#contactme">Contact</a></li>
</ul>
</div>
</header>
<main>
<section class="landingPage" id="home">
<div class="card">
<img src="./assets/image/Profile/14-Farzin.jpg" />
<h2>Muhammed Farzin Farooque T K</h2>
<h3>Full Stack Web Developer</h3>
<p>
Bringing ideas to life by building seamless, interactive, and
engaging web experiences as a passionate full-stack web developer.
</p>
<div class="cvBtn">
<a href="assets/download/browney.txt" download>Download Resume</a>
</div>
<div class="socials">
<a href="https://www.linkedin.com/in/farzin-farooque-1155271a6/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://github.com/faju-frq" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://wa.me/919400`?text=Hi,%20Your%20portfolio%20is%20looking%20good.%20Can%20we%20chat?"
target="_blank">
<i class="fa-brands fa-whatsapp"></i>
</a>
</div>
</div>
</section>
<section class="about" id="about">
<div class="section-heading text-center">
<h2>About me</h2>
<hr />
</div>
<div class="aboutContent">
<p>
I am a motivated B.Tech IT graduate with a strong foundation in web
development, eager to apply my skills in creating efficient,
user-friendly websites. Proficient in front-end and back-end
technologies, I am passionate about problem-solving and delivering
high-quality solutions. While I am a fresher, I have completed
several academic projects and self-driven initiatives that
demonstrate my technical abilities and commitment to continuous
learning.
</p>
<div class="row1">
<div>
<h3>Phone</h3>
<a id="mobile" href="javascript:void(0);">+91-9400788965</a>
</div>
<div>
<h3>Email</h3>
<a href="mailto:mfarooquetk@gmail.com">mfarooquetk@gmail.com</a>
</div>
</div>
</div>
</section>
<section class="education" id="education">
<div class="section-heading text-center">
<h2>Education</h2>
<hr />
</div>
<div class="row">
<div class="eduRow">
<h2>2018 - 2022</h2>
<h3>
B.Tech
<span>-</span>
Information Technology
</h3>
<h4>College of Engineering.</h4>
<h5>Thalassery,Kerala.</h5>
<!-- <p class="description">
Duis aute irure dolor in reprehenderit in vol patate velit esse cillum dolore eu
fugiat nulla pari. Excepteur sint occana inna tecat cupidatat non proident.
</p> -->
</div>
<div class="eduRow">
<h2>2016 - 2018</h2>
<h3>Higher Secondary</h3>
<h4>SN Trust HSS.</h4>
<h5>Thottada,Kerala.</h5>
<!-- <p class="description">
Duis aute irure dolor in reprehenderit in vol patate velit esse cillum dolore eu
fugiat nulla pari. Excepteur sint occana inna tecat cupidatat non proident.
</p> -->
</div>
<div class="eduRow">
<h2>2015 - 2016</h2>
<h3>SSLC</h3>
<h4>Kadambur English School.</h4>
<h5>Kadambur,Kerala.</h5>
<!-- <p class="description">
Duis aute irure dolor in reprehenderit in vol patate velit esse cillum dolore eu
fugiat nulla pari. Excepteur sint occana inna tecat cupidatat non proident.
</p> -->
</div>
</div>
</section>
<section class="Experience" id="experience">
<div class="section-heading text-center">
<h2>Experience</h2>
<hr />
</div>
<div class="experience-content">
<div class="experienceRow">
<div class="experienceTitle hidden-left">
<h2>2022 - 2024</h2>
<h3>Business Development Executive</h3>
</div>
<div>
<div class="vertical-line"></div>
</div>
<div class="companyDetails hidden-right">
<h2>FASTEC</h2>
<h3>Kannur,Kerala.</h3>
<p class="description">
Collaborated effectively with sales teams to achieve sales
targets and exceed customer expectations. Provided exceptional
customer support through product installation and training.
Contributed to the development of innovative digital marketing
materials. Actively participated in team meetings and shared
insights to drive continuous improvement and optimize sales
processes.
</p>
</div>
</div>
</div>
</section>
<!-- <section id="projects" class="portfolio">
<div class="portfolio-details">
<div class="section-heading text-center">
<h2>portfolio</h2>
<hr>
</div>
<div class="isotope">
<div class="project-tile">
<div>
<div class="portfolio-item">
<img src="assets/image/portfolio/p1.jpg" alt="portfolio image" />
<div class="isotope-overlay">
<a href="#">
ui/ux design
</a>
</div>
</div>
<div class="portfolio-item">
<img src="assets/image/portfolio/p2.jpg" alt="portfolio image" />
<div class="isotope-overlay">
<a href="#">
ui/ux design
</a>
</div>
</div>
</div>
<div>
<div class="portfolio-item">
<img src="assets/image/portfolio/p3.jpg" alt="portfolio image" />
<div class="isotope-overlay">
<a href="#">
web design
</a>
</div>
</div>
</div>
<div>
<div class="portfolio-item">
<img src="assets/image/portfolio/p4.jpg" alt="portfolio image" />
<div class="isotope-overlay">
<a href="#">
web development
</a>
</div>
</div>
<div class="portfolio-item">
<img src="./assets/image/portfolio/p5.jpg" alt="x image" />
<div class="isotope-overlay">
<a href="#">
web development
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<section class="Certifications" id="certifications">
<div class="section-heading text-center">
<h2>Certifications</h2>
<hr />
</div>
<div class="certificates">
<div class="certificate">
<a
href="https://www.freecodecamp.org/certification/fcc275ad02a-222b-45b6-9913-de54967ace18/responsive-web-design">
<img src="./assets/image/Certificates/freeCodeCamp Responsive Website Design Certification(1).png"
alt="freeCodeCamp Responsive Web Design Certification" class="certificateImg" />
<br />
Responsive Web Design Certification
<br />
by freeCodeCamp.org
</a>
</div>
<a href="https://coursera.org/share/cd00d1ec20f10aa62c1644f74fe6e1e0">
<img
src="./assets/image/Certificates/Coursera Responsive Website Basics Code with HTML, CSS, and Javascript.png"
alt="Coursera Certification" class="certificateImg" />
<br />
Responsive Website Basics Code with
<br />
HTML, CSS, and Javascript Certification by
<br />
University of London
</a>
</div>
</section>
<section class="Skills" id="skills">
<div class="section-heading text-center">
<h2>Skills</h2>
<hr />
</div>
<div class="SkillLogos">
<div class="item">
<i class="fa-brands fa-html5"></i>
<p>HTML5</p>
</div>
<div class="item">
<i class="fa-brands fa-css3"></i>
<p>CSS3</p>
</div>
<div class="item">
<i class="fa-brands fa-js"></i>
<p>Javascript</p>
</div>
<div class="item">
<i class="fa-brands fa-node"></i>
<p>Node.Js</p>
</div>
<div class="item">
<i class="fa fa-postgresql" aria-hidden="true"></i>
<p>PostgreSQL</p>
</div>
<div class="item">
<i class="fa fa-react" aria-hidden="true"></i>
<p>React.js</p>
</div>
</div>
</section>
</main>
<footer>
<section class="ContactMe" id="contactme">
<div class="section-heading text-center">
<h2>Contact Me</h2>
<hr />
</div>
<div class="form">
<div>
<form action="https://formspree.io/f/movvykwy" method="POST">
<div class="formGroup">
<input type="text" name="name" id="name" placeholder="Name" required />
<input type="email" name="email" id="email" placeholder="Email" required />
</div>
<div>
<textarea name="message" id="message" rows="8" placeholder="Message" required></textarea>
<input type="submit" value="Send" />
</div>
</form>
</div>
</div>
</section>
<div>
<div class="text-center">
<hr />
<p>© 2025 Muhammed Farzin Farooque TK. All rights reserved.</p>
</div>
</div>
</footer>
</body>
</html>