This repository was archived by the owner on Jan 10, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
292 lines (269 loc) · 10 KB
/
Copy pathindex.html
File metadata and controls
292 lines (269 loc) · 10 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
<!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>Personal Portfolio Website</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/17e2d2fdbc.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- ---------- Header ---------- -->
<div id="header">
<div class="container">
<nav>
<img src="images/logo-white.png" alt="Logo" class="logo">
<ul id="sidemenu">
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<i class="fa-solid fa-xmark" onclick="closemenu()"></i>
</ul>
<i class="fa-solid fa-bars" onclick="openmenu()"></i>
</nav>
<div class="hero-section">
<div class="hero-text">
<p>Front End Developer</p>
<h1>Hi, I'm <span>Zafroollah</span><br>Carrimbaccus<br>from Australia</h1>
</div>
<div class="hero-pic">
<img src="images/picture.jpg" alt="Profile Picture">
</div>
</div>
</div>
</div>
<!-- ---------- About Me ---------- -->
<div id="about">
<div class="container">
<div class="row">
<div class="about-col-1">
<img src="./images/picture2.jpg" alt="Picture">
</div>
<div class="about-col-2">
<h1 class="sub-title">About Me</h1>
<p>
Knowledgeable and dedicated Front-end developer with a solid background in
web development and a broad range of abilities. Proficiency with Ruby on Rails,
JavaScript, HTML, and CSS. Passion for developing engaging user interfaces with
interactive elements. Possess graphic design skills using tools like Adobe Photoshop
and Figma. Well-versed in version control using Git and GitHub. Well-prepared to
contribute to front-end development projects and deliver exceptional results.
Dedicated to continuous learning and adaptability, striving to improve and stay
at the forefront of the ever-evolving web development landscape.
</p>
<div class="tab-title">
<p class="tab-links active-link" onclick="opentab('skills')">Skills</p>
<p class="tab-links" onclick="opentab('experience')">Experience</p>
<p class="tab-links" onclick="opentab('education')">Education</p>
</div>
<div class="tab-contents active-tab" id="skills">
<ul>
<li>
<span>Web Development</span>
<br>
HTML, CSS, Bootstrap, JavaScript,
SQL, git, GitHub, Heroku, and Ruby on Rails including Photoshop, Figma.
</li>
<li>
<span>IT Support</span>
<br>
Software, systems configuration and technical assistance.
</li>
<li>
<span>Other Skills</span>
<br>
Maintained data security and confidentiality for managing sensitive
information. Ability to communicate with team members and solve problems,
quickly with a strong verbal and written communication.
</li>
</ul>
</div>
<div class="tab-contents" id="experience">
<ul>
<li>
<span>July 2022 - Present</span>
<br>
IT Support at Joyful Disability Services (Deer Park Australia).
</li>
<li>
<span>Oct 2018 - Mar 2019</span>
<br>
IT Support Officer at Help on Call Ltd (Mauritius).
</li>
<li>
<span>Jul 2017 - Feb 2018</span>
<br>
Customs Clerk at RFTS Ltd (Mauritius).
</li>
<li>
<span>Sept 2014 - Dec 2014</span>
<br>
Customer Service Agent at CSL (A Mauritius Telecom Company).
</li>
<li>
<span>Aug 2013 - Aug 2014</span>
<br>
Data Entry Operator / Service Agent at One Valdus Ltd (Mauritius).
</li>
</ul>
</div>
<div class="tab-contents" id="education">
<ul>
<li>
<span>2022</span>
<br>
Web Development Course (Full Stack Developer) from Le Wagon.
</li>
<li>
<span>2006</span>
<br>
International Diploma in Computer Studies at SNIT Mauritius.
</li>
<li>
<span>2005</span>
<br>
International Certificate in Computer Studies at SNIT Mauritius.
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- ---------- Services ---------- -->
<div id="services">
<div class="container">
<h1 class="sub-title">My Services</h1>
<div class="services-list">
<div>
<img src="/images/code-128.png" alt="code">
<h2>Front End Development</h2>
<p>Build web pages from scratch using HTML, CSS and JavaScript</p>
<a href="#">Learn more</a>
</div>
<div>
<img src="/images/design-128.png" alt="design">
<h2>Web Design</h2>
<p>Design web pages from scratch using various software and online apps</p>
<a href="#">Learn more</a>
</div>
<div>
<img src="/images/dbm-128.png" alt="database management">
<h2>Other Services</h2>
<p>Technical assistance, database management, documentation</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
</div>
<!-- ---------- Portfolio ---------- -->
<div id="portfolio">
<div class="container">
<h1 class="sub-title">My Work</h1>
<div class="work-list">
<div class="work">
<img src="/images/desktop.jpg" alt="Desktop Web">
<div class="layer">
<h3> Desktop Website</h3>
<p>Create website that looks great on any desktop screen size.</p>
<a href="#"><i class="fa-solid fa-link"></a></i>
</div>
</div>
<div class="work">
<img src="/images/mobile.jpg" alt="Mobile Web">
<div class="layer">
<h3>Mobile Version Website</h3>
<p>Create responsive website that maintain user accessibility and navigation.</p>
<a href="#"><i class="fa-solid fa-link"></a></i>
</div>
</div>
<div class="work">
<img src="/images/responsive-web.jpg" alt="JavaScript">
<div class="layer">
<h3>Web Design</h3>
<p>Create websites using various programming languages and frameworks.</p>
<a href="#"><i class="fa-solid fa-link"></a></i>
</div>
</div>
</div>
<a href="#" class="btn">See more</a>
</div>
</div>
<!-- ---------- Contact ---------- -->
<div id="contact">
<div class="container">
<div class="row">
<div class="contact-left">
<h1 class="sub-title">Contact me</h1>
<p><i class="fa-solid fa-paper-plane"></i>zafroollah@gmail.com</p>
<p><i class="fa-solid fa-phone"></i>+61 424 039 101</p>
<div class="social-icons">
<a href="https://github.com/Zaf0708"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/zafroollah-carrimbaccus"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://medium.com/@zafroollah"><i class="fa-brands fa-medium"></i></a>
<a href="https://www.facebook.com/zafroollah.carrimbaccus"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.com/zafroollah/"><i class="fa-brands fa-instagram"></i></a>
</div>
<a href="/document/Resume.pdf" download class="btn btn2">Download Resume</a>
</div>
<div class="contact-right">
<form name="submit-to-google-sheet">
<input type="text" name="Name" placeholder="Your Name" required>
<input type="email" name="Email" placeholder="Your Email" required>
<textarea name="Message" rows="10"placeholder="Your Message"></textarea>
<button type="submit" class="btn btn2">Submit</button>
</form>
<span id="msg"></span>
</div>
</div>
</div>
<!-- ---------- Footer ---------- -->
<div class="copyright">
<p>Copyright © 2023 Zafroollah. All rights reserved.</p>
</div>
</div>
<script>
var tablinks = document.getElementsByClassName("tab-links");
var tabcontents = document.getElementsByClassName("tab-contents");
function opentab(tabname){
for(tablink of tablinks){
tablink.classList.remove("active-link");
}
for(tabcontent of tabcontents){
tabcontent.classList.remove("active-tab");
}
event.currentTarget.classList.add("active-link");
document.getElementById(tabname).classList.add("active-tab");
}
</script>
<script>
var sidemenu = document.getElementById("sidemenu");
function openmenu() {
sidemenu.style.right = "0";
}
function closemenu() {
sidemenu.style.right = "-200px";
}
</script>
<script>
const scriptURL = 'https://script.google.com/macros/s/AKfycbzJsMWEYY0Zwq5Xfs2rOkwxmgvEXFEgk0ZWbRb7fihTnssq96NLC86ijptdCVigqv3_/exec'
const form = document.forms['submit-to-google-sheet']
const msg = document.getElementById("msg")
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => {
msg.innerHTML = "Your message has been sent successfully."
setTimeout(function() {
msg.innerHTML = ""
},5000)
form.reset()
})
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>