-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
88 lines (62 loc) · 3.58 KB
/
cv.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
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<title>Dhivya Dharani's CV</title>
<link rel="stylesheet" href="css.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="name" content="Dhivya Dharani's Portal">
<meta name="robots" content="noindex,nofollow">
</header>
<body>
<img src="tech.jpg" alt="Dhivya Dharani's headshot" width="50%">
<h1 id='head'>Hello, I'm Dhivya Dharani S.</h1>
<h3><p>Being Enthusiastic. It doesn't means learning in the same way that everybody learn.I always keep exploring new things and very enthusiastic of what I learn.
An Enthusiastic learner and an excellent team player who always curious about knowing new things seeking a challenging position at a well-reputed company to enhance
the technical skills and as well as reputation of the organisation.</p></h3>
<p> Contact : <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<h2>Portfolio</h2>
<h3>GitHub: <a href="https://github.com/Dhivyasaravanan111" target="_blank">https://github.com/Dhivyasaravanan111</a></h3>
<h3>LinkedIn: <a href="https://linkedin.com/in/dhivya-dharani-479787191" target="_blank">https://linkedin.com/in/dhivya-dharani-479787191</a></h3>
<h3>HackerRank: <a href="https://www.hackerrank.com/dhivyasaravanan1" target="_blank">https://www.hackerrank.com/dhivyasaravanan1</a></h3>
<h2>Education</h2>
<h3>Government College of Technology,Coimbatore</h3>
<h4>B.E Computer Science Engineering (2018-2022)</h4>
<h3>Sribala Vidhya Mandir Matric Hr.Sec.School</h3>
<h4>High School (2016-2018)- Computer Science</h4>
<h3>L.N.P Girls' Higher Secondary School</h3>
<h4>Secondary School (2014-2016)</h4>
<h2>Skill Set</h2>
<h2>Programming Languages</h2>
<h3> C , C++ , Python & Java (Basics)</h3>
<h2>Web Technologies</h2>
<h3> HTML, CSS, PHP, MySql, Bootstrap(Basics)</h3>
<h2>Projects</h2>
<h3>Nov-Dec’18 Basic Calculator in C (Mini Project)
• To Explore basic functionalities of C. </h3>
<h3>May-Jun’20 Simple E-Commerce Website
• Built using HTML, CSS, Bootstrap, MySQL, PHP.</h3>
<h3>May-Jun’21 Student Record Managament System in Java
• To Explore basic functionalities of Java(using Java Swing)</h3>
<h2>Interpersonal Skills</h2>
<h3>Time Managament <b>|</b> Decision Making <b>|</b> Positive Attitude <b>|</b> Team Player</h3>
<h2>Awards and Achievements</h2>
<h3><b>May’18</b> School third in 12th standard <b>|</b> <b>May’16</b> School first in 10th standard <b>|</b> <b>Jun’20</b> Second Prize in Web Technology Contest[SSQ->CSEA]</h3>
<h2>Experiences & Volunteering</h2>
<h3>Placement Representative for our batch(2018-2022)</h3>
<h3>Web Developer Intern @ Internshala (6 weeks) ( through online)</h3>
<h3>Director of Community Service at Rotaract Club of GCT Coimbatore(2020-2021)</h3>
<h3>Director of International Services Service at Rotaract Club of Coimbatore Cotton City (2021-2022)</h3>
<h3>YRC Volunteer(2020-Present)</h3>
<h2> Personal Details</h2>
<h3>Date of Birth : 01.01.2001</h3>
<h3>Languages Known: Tamil, English</h3>
<h3>Interests: Hearing Music, Playing Tennis</h3>
<h2>Open My CV</h2>
<h3><a href= "https://drive.google.com/file/d/1xxyRaAY7nSFsfaCsNBOjBIr7kdzEs4Xb/view?usp=sharing" >Link to view my CV !!!</a></h3>
</body>
<footer>
<hr>
<p><a href="index.html">Back to my portal</a><p>
</footer>
</html>