-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
196 lines (186 loc) · 7.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resume</title>
<link rel="stylesheet" href="css/style.css" />
<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=Pirata+One&family=Poppins&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<nav>
<div class="logo-container">
<a href="index.html"
><img src="./images/bird-32px.png" alt="bird-image"
/></a>
</div>
<ul class="javacall">
<li><a href="workz.html">workz</a></li>
<li><a href="">resume</a></li>
<li><a class="getintouch" href="getintouch.html">get In touch</a></li>
</ul>
<div class="menubar-container">
<div class="menu-line"></div>
<div class="menu-line"></div>
<div class="menu-line"></div>
</div>
</nav>
<!-- remember in this resume we shoud use the download attribute to onlick download any file or image -->
<div>
<a class="resume-container-main" href="./files/resume.pdf" download
><div>Download Resume PDF</div></a
>
</div>
<br>
<div class="experience">
<h2 class="text-experience">Experience</h2>
<br>
<h3>GSSoC Open Source Contributor ▪ 2024</h3>
<p>
✷ actively contributed to multiple open-source projects, identifying and resolving numerous bugs and enhancing the functionality and user experience of the projects.
</p>
<p>✷ engaged with a global community of developers, collaborating effectively with team members and project maintainers, and leveraging version control systems like Git and GitHub to manage contributions.
</p><br>
<h3>TANSAM Siemens ▪ 2024</h3>
<p>
✷ developed dashboards using Python, PowerBI, SQL, and PostgreSQL for comprehensive car production data analysis.
</p>
<p>✷ designed and implemented UI components and SQL dashboards, contributing to effective data visualization and decision-making processes.</p>
<p>
✷ collaborated with a team of five members, leading to our project securing third place in a competitive evaluation.
</p>
<div class="cert-container">
<a
class="resume-container"
href="./files/TANSAM.jpg"
download
><div>Download</div></a
>
<!-- Trigger/Open The Modal -->
<button class="certViewBtn" data-modal="modal1">View</button>
<!-- The Modal 1 -->
<div id="modal1" class="modal">
<div class="modal-content">
<span class="close">×</span>
<img src="./files/TANSAM.jpg" alt="Certificate 1" class="certificate-image">
</div>
</div>
</div>
<br>
<h3>Intern at SAN TECH ▪ 2023</h3>
<p>
✷ learnt basics of full-stack development, completed HTML and CSS. Also
learnt the basics of Javascript.
</p>
<p>✷ designed this website as a task with the guidance of my mentor.</p>
<div class="cert-container">
<a class="resume-container" href="./images/Dhayanandh S.png" download
><div>Download</div></a
>
<button class="certViewBtn" data-modal="modal3">View</button>
<!-- The Modal 3 -->
<div id="modal3" class="modal">
<div class="modal-content">
<span class="close">×</span>
<img src="./files/san-tech.png" alt="Certificate 3" class="certificate-image">
</div>
</div>
</div>
<br>
<h3>Coincent Program ▪ 2022</h3>
<p>
✷ cyber security and ethical hacking online course got me a very clear
view of how VM runs and working of tools in kali linux.
</p>
<p>✷ successfully completed tasks given by mentor.</p>
<div class="cert-container">
<a
class="resume-container"
href="./files/Dhayanandh_Jul_2022_participation_24647.pdf"
download
><div>Download</div></a
>
<button class="certViewBtn" data-modal="modal2">View</button>
<!-- The Modal 2 -->
<div id="modal2" class="modal">
<div class="modal-content">
<span class="close">×</span>
<img src="./files/coincent.png" alt="Certificate 2" class="certificate-image">
</div>
</div>
</div>
</div>
<div style="bottom: 0px" class="div7">
<a
class="footer-link"
href="https://www.linkedin.com/in/dhayanandhs"
><i class="fa-brands fa-linkedin-in" style="color: #ffffff"></i
></a>
<a class="footer-link" href="https://twitter.com/dhayanandh2003"
><i class="fa-brands fa-twitter" style="color: #ffffff"></i
></a>
<a class="footer-link" href="https://www.instagram.com/dhayanandh2003/"
><i class="fa-brands fa-instagram" style="color: #ffffff"></i
></a>
<a class="footer-link" href="https://github.com/DhayanandhS"
><i class="fa-brands fa-github" style="color: #ffffff"></i
></a>
<!--
<a class="footer-link" href="https://www.linkedin.com/"
><i class="fa-brands fa-linkedin"></i
></a>
<a class="footer-link" href="https://twitter.com/dhayanandh2003"
><i class="fa-brands fa-twitter"></i
></a>
-->
</div>
<div class="div8">
<p>© 2024 Dhayanandh</p>
</div>
</body>
<script>
const menu = document.querySelector('.menubar-container');
const menuList = document.querySelector('nav ul');
menu.addEventListener('click', () => {
menuList.classList.toggle('showmenu');
menu.classList.toggle('active'); // Toggle the 'active' class for the cross effect
});
// Get all the buttons that open the modals
var btns = document.querySelectorAll(".certViewBtn");
// Loop through the buttons to attach event listeners
btns.forEach(function(btn) {
btn.onclick = function() {
var modalId = this.getAttribute("data-modal");
var modal = document.getElementById(modalId);
modal.style.display = "block";
}
});
// Get all the close buttons
var spans = document.querySelectorAll(".close");
// Loop through the close buttons to attach event listeners
spans.forEach(function(span) {
span.onclick = function() {
var modal = this.closest(".modal");
modal.style.display = "none";
}
});
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target.classList.contains('modal')) {
event.target.style.display = "none";
}
}
</script>
</html>