-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
648 lines (610 loc) · 34.1 KB
/
resume.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
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>R E S U M E</title>
<meta name="description" content="I am Solomon Rajan, a 25 year old, popularly known around the internet world as Solu. I work on a lot of projects related with Social Work, you can find them all on my Blog! I have experience in Social Work, Graphics Design and web site design and building, also I am good at Gaming and WordPress.
I am a person who feels music is a drug. Feel free to suggest me some nice music if you have some.
I am open for hire, and I have attached my resume here, You could check it if you are interested!">
<meta name="keywords" content="#Medical+and+Psychiatric+Social+Worker #Social+Worker #Medical+Social+Worker #Solomon+Rajan">
<!-- Details -->
<!--
SolomonRajan - CV/Resume/Portfolio
Version: v13
Author: SoluCreations
Author URL: https://github.com/solomonrajan
Copyright © 1996 by SoluCreations. All Rights Reserved.
-->
<!-- Mobile Specific meta's -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!-- Load Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,100,300italic,300,100italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic' rel='stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="css/style-basic.css" />
<link rel="stylesheet" href="css/style-layout.css" />
<link rel="stylesheet" href="css/ionicons.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/yellow.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="all">
<link rel="stylesheet" href="css/all.min.css" type="text/css" media="all">
<link rel="stylesheet" href="css/simple-line-icons.css" type="text/css" media="all">
<link rel="stylesheet" href="css/slick.css" type="text/css" media="all">
<link rel="stylesheet" href="css/animate.css" type="text/css" media="all">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" media="all">
<!-- Template Dark -->
<!--<link rel="stylesheet" href="css/dark.css" />-->
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicons/favicon.ico">
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="centrize full-width">
<div class="vertical-center">
<div class="pre-inner">
<div class="load typing-load">
<p>loading...Please wait...!</p>
</div>
<span class="typed-load"></span>
</div>
</div>
</div>
</div>
<!-- Container -->
<div class="container">
<!-- Header -->
<header>
<div class="head-top">
<a href="#" class="menu-btn"><span></span></a>
<div class="top-menu">
<ul>
<li><a href="/" class="lnk">Home</a></li>
<li><a href="portfolio" class="lnk">Portfolio</a></li>
<li><a href="blog" class="lnk">Blogs</a></li>
<li><a href="contact" class="btn">Contact Me</a></li>
</ul>
</div>
</div>
</header>
<!-- Wrapper -->
<div class="wrapper">
<!-- Started -->
<div class="section started">
<div class="centrize full-width">
<div class="vertical-center">
<div class="started-content">
<div class="h-title glitch-effect" data-text="">Resume</div>
<div class="h-subtitle typing-subtitle">
<p>Scroll down</p>
<p>Keep going!!!</p>
<p>Awesome things about me!!!</p>
</div>
<span class="typed-subtitle"></span>
<p>
<div class="date">
<a href="mailto:[email protected]" target="blank"><i
class="fas fa-briefcase"></i> I'm open to Work</a>
</div>
</p>
</div>
</div>
</div>
<a href="#" class="mouse_btn"><span class="ion ion-mouse"></span></a>
</div>
<!-- About -->
<div class="section about">
<div class="content">
<div class="title">
<div class="title_inner">About Me</div>
</div>
<div class="image">
<img src="../../images/profile_image.jpg" alt="" />
</div>
<div class="desc">
<p>
I am Solomon Rajan, a 25 year old, popularly known around the internet world as Solu. I work on a lot of projects related with Social Work, you can find them all on my Blog! I have experience in Social Work, Graphics Design and Website Design and Building,
also I am good at Gaming and WordPress.
<br> I am a person who feels music is a drug. Feel free to suggest me some nice music if you have some.
<br> I am open for hire, and I have attached my resume here, You could check it if you are interested!
</p>
<div class="info-list">
<ul>
<li><strong>Name:</strong> Solomon Rajan</li>
<li><strong>Age:</strong> 25 Years</li>
<li><strong>Citizenship:</strong> Indian</li>
<li><strong>Residence: </strong> Trivandrum, Kerala</li>
<li><strong>Expertise: </strong> Social Worker</li>
<li><strong>Specialization: </strong> Medical and Psychiatry</li>
</ul>
</div>
<div class="bts"><a href="https://github.com/solomonrajan/solomonrajan.github.io/releases/latest/download/solomon_rajan_resume.pdf" class="btn fill" data-text="Download Resume">Download Resume</a>
<div class="date">
<a href="mailto:[email protected]" target="blank"><i
class="fas fa-briefcase"></i> I'm open to Work</a>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<!-- Work Experience -->
<!-- Work Experience -->
<div class="section resume">
<div class="content">
<div class="cols">
<div class="col col-md">
<div class="title">
<div class="title_inner">Work Experience</div>
</div>
<div class="resume-items">
<div class="resume-item active">
<div class="date">Dec 2021 - Till Now</div>
<div class="name">Reaching the Unreached, Batalagundu, Tamil Nadu</div>
<div class="name">Child Support Officer, Counsellor</div>
<p>
Some of the core work I'm undertaking are Resource consultation, Case plan development and referrals, Advocacy, Assessments and Counselling for children.
</p>
</div>
<div class="resume-item active">
<div class="date">Sep 2020 - Dec 2021</div>
<div class="name">Covai Care Centre, Coimbatore, Tamil Nadu</div>
<div class="name">Medical and Psychiatric Social Worker</div>
<p>
Performing initial screening and evaluation of patients and families, helping patients and family members deal with the many aspects of the patient’s condition – social, financial, and emotional, helping patients and families understand their illnesses and treatment options,
educating patients and families about post-hospital care. These are the roles I'm cordinating in the organization.
</p>
</div>
<div class="resume-item">
<div class="date"><a href="https://github.com/solomonrajan/solomonrajan.github.io/releases/latest/download/solomon_rajan_resume.pdf">For
more download resume</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Experience -->
<div class="section resume">
<div class="content">
<div class="cols">
<div class="col col-md">
<div class="title">
<div class="title_inner">Experience</div>
</div>
<div class="resume-items">
<div class="resume-item active">
<div class="date">2019 – 2020</div>
<div class="name">Aathmik Hospital, Madurai - Trainee</div>
<p>
Aathmik is an alcohol and drug rehabilitation center with one primary purpose: to help men and women who suffer from alcoholism and drug addiction.
</p>
</div>
<div class="resume-item">
<div class="date">2019</div>
<div class="name">District Mental Health Program, Madurai - Trainee</div>
<p>
DMHP is a community based mental health care program based on the guidelines of national mental health programs fully funded by the government of India with the prime objective of reaching the unreached.
</p>
</div>
<div class="resume-item">
<div class="date">2019</div>
<div class="name">Mindzone De-Addiction Centre, Chennai - Internship</div>
<p>
Mind zone is a 70 bedded psychiatric hospital for alcohol & drug de-addiction, psychiatric emergencies (suicide and violent behaviour) and other behavioural issues. A speciality centre for psychology, psychiatry, and social work.
</p>
</div>
<div class="resume-item">
<div class="date">2018 - 2019</div>
<div class="name">Indian Association for The Blind, Madurai - Trainee</div>
<p>
IAB affirms its commitment to empower visually challenged people become self-reliant by providing comprehensive rehabilitation, education, and employment opportunities. IAB has a special focus on the socio economically disadvantaged visually challenged
children and adults, particularly those from rural areas.
</p>
</div>
<div class="resume-item">
<div class="date">2016</div>
<div class="name">Alzheimer’s And Related Disorders Society of India, Thrissur - Internship
</div>
<p>
India’s largest group working to create a dementia-friendly society. As a registered non-profit organization, we are present in 24 cities across India to provide medical and care support to people living with dementia and assist their families and caregivers
who consistently need guidance. We believe, together with you, we can provide a safe and supportive society to elderly with dementia.
</p>
</div>
<div class="resume-item">
<div class="date"><a href="https://github.com/solomonrajan/solomonrajan.github.io/releases/latest/download/solomon_rajan_resume.pdf">For
more download resume</a></div>
</div>
</div>
</div>
<!-- Education -->
<div class="col col-md">
<div class="title">
<div class="title_inner">Education</div>
</div>
<div class="resume-items">
<div class="resume-item">
<div class="date">2018 - 2020</div>
<div class="name">Madurai Institute of Social Sciences, Madurai, Tamil Nadu</div>
<div class="name">Master of Social Work</div>
<p>
Specialized in Medical and Psychiatry.
</p>
</div>
<div class="resume-item">
<div class="date">2018 - 2019</div>
<div class="name">Madurai Institute of Social Sciences, Madurai, Tamil Nadu</div>
<div class="name">Post Graduate Diploma In Counselling</div>
<p>
Equiped to pursue a career in counselling and psychotherapy. Attended training in counselling and therapies spread under various courses such as research methodology, developmental psychology, family counselling, different therapies etc. and covers all
foundation courses in psychology and counselling.
</p>
</div>
<div class="resume-item">
<div class="date">2013 - 2016</div>
<div class="name">Marian College, Kuttikkanam, Kerala</div>
<div class="name">Bachelor in Social Work</div>
<p>
Equiped to pursue a career in Social Work.
</p>
</div>
<div class="resume-item">
<div class="date">2011 - 2013</div>
<div class="name">Saint Mary's Higher Secondary School, Kattappana, Kerala</div>
<div class="name">Higher Secondary</div>
<p>
Specialized in Computer Applications.
</p>
</div>
<div class="resume-item">
<div class="date">2011</div>
<div class="name">Saint Mary's Higher Secondary School, Kattappana, Kerala</div>
<div class="name">Secondary Level School Certificate</div>
<p>
Specialized in Computer Applications.
</p>
</div>
<div class="resume-item">
<div class="date"><a href="https://github.com/solomonrajan/solomonrajan.github.io/releases/latest/download/solomon_rajan_resume.pdf">For
more download resume</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Skills -->
<!-- Skills -->
<div class="section skills">
<div class="content">
<div class="title">
<div class="title_inner">Professional Skills</div>
</div>
<div class="skills">
<ul>
<li>
<div class="name">Coordinating</div>
<div class="progress">
<div class="percentage" style="width:95%;">
<span class="percent">95%</span>
</div>
</div>
</li>
<li>
<div class="name">Organization</div>
<div class="progress">
<div class="percentage" style="width:90%;">
<span class="percent">90%</span>
</div>
</div>
</li>
<li>
<div class="name">Critical thinking</div>
<div class="progress">
<div class="percentage" style="width:92%;">
<span class="percent">92%</span>
</div>
</div>
</li>
<li>
<div class="name">Cultural competence</div>
<div class="progress">
<div class="percentage" style="width:98%;">
<span class="percent">98%</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Skills -->
<div class="section skills">
<div class="content">
<div class="title">
<div class="title_inner">Languages Skills</div>
</div>
<div class="skills dotted">
<ul>
<li>
<div class="name">English</div>
<div class="progress">
<div class="percentage" style="width: 100%;">
<span class="percent">100%</span>
</div>
</div>
</li>
<li>
<div class="name">Malayalam</div>
<div class="progress ">
<div class="percentage" style="width: 100%;">
<span class="percent">100%</span>
</div>
</div>
</li>
<li>
<div class="name">Tamil</div>
<div class="progress ">
<div class="percentage" style="width: 60%;">
<span class="percent">60%</span>
</div>
</div>
</li>
<li>
<div class="name">Hindi</div>
<div class="progress ">
<div class="percentage" style="width: 30%;">
<span class="percent">30%</span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Skills -->
<div class="section skills">
<div class="content">
<div class="title">
<div class="title_inner">Essential Skills</div>
</div>
<div class="skills circles">
<ul>
<li>
<div class="name">Communication</div>
<div class="progress p98">
<div class="percentage" style="width: 98%;">
<span class="percent">98%</span>
</div>
<span>98%</span>
</div>
</li>
<li>
<div class="name">Self-care</div>
<div class="progress p95">
<div class="percentage" style="width: 95%;">
<span class="percent">95%</span>
</div>
<span>95%</span>
</div>
</li>
<li>
<div class="name">Patience</div>
<div class="progress p90">
<div class="percentage" style="width: 90%;">
<span class="percent">90%</span>
</div>
<span>90%</span>
</div>
</li>
<li>
<div class="name">Advocacy</div>
<div class="progress p93">
<div class="percentage" style="width: 93%;">
<span class="percent">93%</span>
</div>
<span>93%</span>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Skills -->
<div class="section skills">
<div class="content">
<div class="title">
<div class="title_inner">Knowledge</div>
</div>
<div class="skills list">
<ul>
<li>
<div class="name">Website hosting</div>
</li>
<li>
<div class="name">Persuasion</div>
</li>
<li>
<div class="name">Create logo design</div>
</li>
<li>
<div class="name">Boundary Setting</div>
</li>
<li>
<div class="name">Graphics designing</div>
</li>
<li>
<div class="name">Relaxation and De-compression</div>
</li>
<li>
<div class="name">Website development</div>
</li>
<li>
<div class="name">Cooperation</div>
</li>
</ul>
</div>
</div>
</div>
<!-- Where I Studied -->
<div class="section clients">
<div class="content">
<div class="title">
<div class="title_inner">Where I Studied</div>
</div>
<div class="box-items">
<div class="box-item">
<div class="image">
<a target="blank" href="https://www.misscollege.edu.in/">
<img src="https://www.misscollege.edu.in/images/logo.png" alt="" />
<span class="info">
<span class="vertical-center">
<span class="ion ion-link"></span>
</span>
</span>
</a>
</div>
</div>
<div class="box-item">
<div class="image">
<a target="blank" href="https://www.mariancollege.org/">
<img src="https://www.mariancollege.org/images/site_logo_2017-2.png" alt="" />
<span class="info">
<span class="vertical-center">
<span class="ion ion-link"></span>
</span>
</span>
</a>
</div>
</div>
<div class="box-item">
<div class="image">
<a target="blank" href="https://zionpublicschoolswaraj.com/">
<img src="https://zionpublicschoolswaraj.com/wp-content/uploads/2018/11/cropped-title.png" alt="" />
<span class="info">
<span class="vertical-center">
<span class="ion ion-link"></span>
</span>
</span>
</a>
</div>
</div>
<div class="box-item">
<div class="image">
<a target="blank" href="https://stpiuskuttikanam.com/">
<img src="https://stpiuskuttikanam.com/wp-content/uploads/2018/03/admi.jpg" alt="" />
<span class="info">
<span class="vertical-center">
<span class="ion ion-link"></span>
</span>
</span>
</a>
</div>
</div>
<div class="box-item">
<div class="image">
<a target="blank" href="https://www.time4education.com/Kottayam">
<img src="https://www.time4education.com/theme/times/time/images/logonew.png" alt="" />
<span class="info">
<span class="vertical-center">
<span class="ion ion-link"></span>
</span>
</span>
</a>
</div>
</div>
<div class="box-item">
<div class="image">
<a target="blank" href="https://www.facebook.com/pages/category/Interest/St-Marys-Higher-Secondary-School-Marykulam-1711414915755891/">
<img src="https://scontent.fcok2-1.fna.fbcdn.net/v/t1.18169-9/12243314_1711415702422479_574679809436222132_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=6e5ad9&_nc_ohc=-hPFT3NpMr8AX8usDkZ&_nc_ht=scontent.fcok2-1.fna&oh=c446edcb6aa20e01ee6d5eee4ffe19cc&oe=60DCE249"
alt="" />
<span class="info">
<span class="vertical-center">
<span class="ion ion-link"></span>
</span>
</span>
</a>
</div>
</div>
</div>
<br>
<br>
<br>
<a href="https://ko-fi.com/solomonrajan" target="blank" class="btn"><i
class="fas fa-hand-holding-heart"></i> Support Me</a>
<div class="clear"></div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="soc">
<a href="https://linkedin.com/in/solomonrajan" target="blank" class="linkedin"><i
class="fab fa-linkedin fa-lg"></i></a>
<a href="https://twitter.com/iamsolomonrajan" target="blank" class="twitter"><i
class="fab fa-twitter fa-lg"></i></a>
<a href="https://github.com/solomonrajan" target="blank" class="github"><i
class="fab fa-github fa-lg"></i></a>
<a href="https://gitlab.com/solomonrajan" target="blank" class="gitlab"><i
class="fab fa-gitlab fa-lg"></i></a>
<a href="https://behance.com/solomonrajan" target="blank" class="behance"><i
class="fab fa-behance fa-lg"></i></a>
</div>
<div class="copy"><a href="https://github.com/solomonrajan/solomonrajan.github.io/" target="blank">This
Website </a>© 2020 by <a href="https://github.com/solomonrajan/" target="blank">Solomon Rajan </a>is licensed under<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="blank"> CC BY-NC-SA
4.0</a></div>
</footer>
<!-- Lines -->
<div class="line top"></div>
<div class="line bottom"></div>
<div class="line left"></div>
<div class="line right"></div>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- jQuery Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.validate.js"></script>
<script src="js/typed.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/imagesloaded.pkgd.js"></script>
<script src="js/isotope.pkgd.js"></script>
<!-- Main Scripts -->
<script src="js/style-scripts.js"></script>
<script src="js/jquery-1.12.3.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/infinite-scroll.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/validator.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/morphext.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/custom.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>