-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
464 lines (399 loc) · 23.2 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
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Raseena Anwar Portfolio </title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="RASEENA ANWAR PORTFOLIO " name="keywords">
<meta content="R-folio Raseena" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- CSS Libraries -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="51">
<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-light navbar-light">
<div class="container-fluid">
<a href="index.html" class="navbar-brand animate-logo">R-Folio</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav ml-auto">
<a href="#home" class="nav-item nav-link active">Home</a>
<a href="#about" class="nav-item nav-link">About</a>
<a href="#service" class="nav-item nav-link">Education</a>
<a href="#experience" class="nav-item nav-link">Experience</a>
<a href="#price" class="nav-item nav-link">Extra Activities</a>
<a href="#contact" class="nav-item nav-link">Contact</a>
<a href="https://raseenaanwar.github.io/personalweb/" target="_blank" class="nav-item nav-link">View other Portfolio</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->
<!-- Hero Start -->
<div class="hero" id="home">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-sm-12 col-md-6">
<div class="hero-content">
<div class="hero-text">
<p>I'm</p>
<h1>Raseena Anwar</h1>
<h2>Aspiring</h2>
<div class="typed-text"> Software Engineer, Backend Developer, Full Stack Developer, Web Developer</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 d-none d-md-block">
<div class="hero-image">
<img src="rase.png" alt="Raseena Image">
</div>
</div>
</div>
</div>
</div>
<!-- Hero End -->
<!-- About Start -->
<div class="about wow fadeInUp" data-wow-delay="0.1s" id="about">
<div class="container-fluid">
<div class="row align-items-center mt-5">
<div class="col-lg-6">
<div class="about-img">
<img src="image3.jpg" alt="Image">
</div>
</div>
<div class="col-lg-6">
<div class="about-content">
<div class="section-header text-left">
<p>Learn About Me</p>
<h2>Aspiring Software Developer</h2>
</div>
<div class="about-text">
<p>
Hello, my name is Raseena Anwar, and I'm an aspiring software developer with a passion for learning and problem-solving. While I don't have professional experience in the field yet, I have been studying and practicing programming . I'm always eager to learn and take on new challenges.My skills are..</div>
<div class="skills">
<div class="skill-name">
<p>C</p><p>85%</p>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="skill-name">
<p>C++</p><p>85%</p>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="skill-name">
<p>SQL</p><p>80%</p>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="skill-name">
<p>Java</p><p>80%</p>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="skill-name">
<p>Javascript</p><p>60%</p>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="skill-name">
<p>HTML</p><p>70%</p>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<div class="skill-name">
<p>CSS</p><p>60%</p>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Service Start -->
<div class="service" id="service">
<div class="container">
<div class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<p>What is my qualification</p>
<h2>Education</h2>
</div>
<div class="row">
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.0s">
<div class="service-item">
<div class="service-icon">
<!-- <i class="fa fa-laptop"></i> -->
<i class="fa fa-solid fa-graduation-cap"></i>
</div>
<div class="service-text">
<h3>B-Tech in Computer Science</h3>
<p>
I earned my Bachelor's degree in Computer Engineering from Mohandas College of Engineering & Technology, Trivandrum, Kerala with a focus on software development </p>
</div>
</div>
</div>
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="service-item">
<div class="service-icon">
<i class="fa fa-laptop-code"></i>
</div>
<div class="service-text">
<h3>Diploma in Computer Science</h3>
<p>
I earned my Diploma in Computer Engineering from Women's Polytechnic College, Trivandrum, Kerala with a focus on software development </p>
</p>
</div>
</div>
</div>
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.4s">
<div class="service-item">
<div class="service-icon">
<i class="fa fa-sharp fa-solid fa-network-wired"></i>
</div>
<div class="service-text">
<h3>CCNA</h3>
<p>
I earned my CCNA from Mohandas College of Engineering & Technology, Trivandrum, Kerala with a focus on networking</p>
</p>
</div>
</div>
</div>
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.6s">
<div class="service-item">
<div class="service-icon">
<!-- <i class="fab fa-apple"></i> -->
<i class="fab fa-java"></i>
</div>
<div class="service-text">
<h3>Java Programming</h3>
<p>
I earned Java Programming Certification from NIIT, Trivandrum, Kerala with a focus on software development </p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Experience Start -->
<div class="experience" id="experience">
<div class="container">
<header class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<p>My Journey</p>
<h2>Working Experience</h2>
</header>
<div class="timeline">
<div class="timeline-item left wow slideInLeft" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="timeline-date">from May 2023</div>
<h2>Python Django Developer Intern</h2>
<h4>Brototype</h4>
<p>
Currently working as an intern- Python Django at Brototype </p>
</div>
</div>
<div class="timeline-item right wow slideInRight" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="timeline-date">2018 - 2019</div>
<h2>ICT Teacher</h2>
<h4>American International School,Dubai</h4>
<p>
As a teacher at AIS, I had the privilege of working with students and helping them achieve their academic goals. My responsibilities included preparing and delivering lessons, assessing student progress, and providing feedback to students and parents. </p>
</div>
</div>
<div class="timeline-item left wow slideInLeft" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="timeline-date">2015 - 2017</div>
<h2>Computer Teacher</h2>
<h4>Atlas Group Of educations,Sharjah</h4>
<p>
I have experience working as a teacher at Atlas. In this role, I was responsible for creating lesson plans, delivering lectures and presentations, leading class discussions, and providing feedback and evaluation to students. </p>
</div>
</div>
<div class="timeline-item right wow slideInRight" data-wow-delay="0.1s">
<div class="timeline-text">
<div class="timeline-date">2009 - 2012</div>
<h2>Guest Lecturer</h2>
<h4>Govt.Polytechnic College,Nedumangad</h4>
<p>
As a lecturer at Polytechnic College, I taught courses to undergraduate students. In this role, I was responsible for developing and delivering engaging lectures, creating and grading assignments and exams, and providing feedback and guidance to students. I also advised students on academic and career matters, and collaborated with other faculty members to design and revise the curriculum to meet the needs of students and the department. </p>
</div>
</div>
</div>
</div>
</div>
<!-- Job Experience End -->
<!-- Hobbies Start -->
<div class="price" id="price">
<div class="container">
<div class="section-header text-center wow zoomIn" data-wow-delay="0.1s">
<p>Extra Activities</p>
<h2>Hobbies</h2>
</div>
<div class="row">
<div class="col-md-6 wow fadeInUp ms-5 me-5" data-wow-delay="0.0s">
<div class="price-item featured-item">
<div class="price-header">
<div class="price-title">
<h2>Blogging</h2>
</div>
</div>
<div class="price-body">
<div class="price-description">
<p>My blog is a great place for the original thoughts, and it can be a wonderful way to show off your individuality.In my blog I mainly shares topics about health and children which experianced in my life.</p>
</div>
</div>
<div class="price-footer">
<div class="price-action">
<a href="http://sethealthylife.blogspot.com/" target="_blank" class="btn ">Click Here To Visit My Blog </a>
</div>
</div>
</div>
</div>
<div class="col-md-6 wow fadeInUp ms-5 me-5" data-wow-delay="0.0s">
<div class="price-item featured-item">
<div class="price-header">
<div class="price-title">
<h2>Youtube Channel</h2>
</div>
</div>
<div class="price-body">
<div class="price-description">
<p>I started out as helping in the kitchen abruptly turned into a regular hobby that I found pleasure in. I love cooking and baking because I enjoy creating new recipes and best of all making something that is delicious.</p>
</div>
</div>
<div class="price-footer">
<div class="price-action">
<a href="https://youtube.com/channel/UCiOpGhNCngdVCS1DsxcUqLw" target="_blank" class="btn" >Click Here to Visit My Youtube Channel</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Hobbies End -->
<!-- Contact Start -->
<div class="contact wow fadeInUp" data-wow-delay="0.1s" id="contact">
<div class="container-fluid">
<div class="container">
<div class="row align-items-center">
<div class="col-md-12">
<div class="contact-form">
<div id="success"></div>
<form id="submit-form" action="">
<div class="control-group">
<input type="text" class="form-control" id="name" name="name" placeholder="Your Name" required="required" data-validation-required-message="Please enter your name" />
<p class="help-block"></p>
</div>
<div class="control-group">
<input type="email" class="form-control" id="email" name="email" placeholder="Your Email" required="required" data-validation-required-message="Please enter your email" />
<p class="help-block"></p>
</div>
<div class="control-group">
<textarea class="form-control" id="subject" name="subject" placeholder="Subject" required="required" data-validation-required-message="Please enter your message"></textarea>
<p class="help-block"></p>
</div>
<div class="control-group">
<textarea class="form-control" id="message" name="message" placeholder="Message" required="required" data-validation-required-message="Please enter your message"></textarea>
<p class="help-block"></p>
</div>
<div>
<button class="btn" type="submit" id="sendMessageButton">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<div class="footer wow fadeIn" data-wow-delay="0.3s">
<div class="container-fluid">
<div class="container">
<div class="footer-info">
<h2>Raseena Anwar</h2>
<h3>Sharjah, UAE</h3>
<div class="footer-menu">
<p>971 502736771</p>
<p>[email protected]</p>
</div>
<div class="footer-social">
<a href="https://www.facebook.com/raseena.anwar.75/"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.youtube.com/@momsplanet5852"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/raseanwar/"><i class="fab fa-instagram"></i></a>
<a href="www.linkedin.com/in/raseena-anwar-78850b63"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="container copyright">
<p>© <a href="#">R-Folio</a>, Designed By Raseena with <i class=" fa fa-solid fa-heart"></i></p>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to top button -->
<a href="#" class="btn back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Pre Loader -->
<div id="loader" class="show">
<div class="loader"></div>
</div>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main1.js"></script>
<script>
$("#submit-form").submit((e)=>{
e.preventDefault()
$.ajax({
url:"https://script.google.com/macros/s/AKfycbwHooO4vPvOUQJFGDwUUaGzbGLodBD0disx_7JdvBEV3rOWrW7u154aHIthsIJwCu7N/exec",
data:$("#submit-form").serialize(),
method:"post",
success:function (response){
alert("Form submitted successfully")
window.location.reload()
},
error:function (err){
alert("Something Error")
}
})
})
</script>
</body>
</html>