-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (191 loc) · 6.69 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
<!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>Im Yudhi</title>
<link rel="stylesheet" href="https://imyudhi.com/css/style.css">
</head>
<body>
<div class="container">
<div class="grid col-2">
<div>
<img class="shadow border-radius-1 " src="https://imyudhi.com/images/yudhishthir_kulkarni.jpg" lazy>
</div>
<div class="text-center">
<h1>Yudhishthir Kulkarni</h1>
<h1 class="color-muted">Web Developer</h1>
<button onclick="window.location.href='mailto:[email protected]'" type="button"
class="shadow button border-radius-1 bg-theme thin-border text-bold text-white">
Contact Me
</button>
</div>
</div>
<!-- /about -->
<br>
<br>
<h2 class="thick-underline ms-1 ">Education</h2>
<div class="overflow-x-scroll shadow border-radius-1">
<table border="1">
<tr>
<th>Sr.No</th>
<th>Institute</th>
<th>Grade/Degree</th>
<th>Percentage</th>
<th>Dates</th>
</tr>
<tr>
<td>1.</td>
<td>R.C.P.E.T Institute of Management, Research & Development Shirpur</td>
<td>Bachelor in Computer Applications (B.C.A)</td>
<td>68%</td>
<td>2014 - 2017</td>
</tr>
</table>
</div>
<!-- /Education -->
<br>
<br>
<h2 class="thick-underline ms-1 ">Skills</h2>
<div class="overflow-x-scroll shadow border-radius-1">
<table border="1">
<tr>
<th>Sr.No</th>
<th>Skill</th>
<th>Description</th>
</tr>
<tr>
<td>1.</td>
<td>PHP</td>
<td>Create Websites & REST API</td>
</tr>
<tr>
<td>2.</td>
<td>JavaScript</td>
<td>Websites</td>
</tr>
<tr>
<td>3.</td>
<td>HTML, HTML5</td>
<td>Websites</td>
</tr>
<tr>
<td>4.</td>
<td>CSS, CSS3</td>
<td>Designing Websites</td>
</tr>
<tr>
<td>5.</td>
<td>MySql, Sql</td>
<td>Relational Databases System</td>
</tr>
<tr>
<td>6.</td>
<td>Codeigniter - PHP MVC Framework</td>
<td>Create Websites & REST API</td>
</tr>
<tr>
<td>7.</td>
<td>Laravel - PHP MVC Framework</td>
<td>Create Websites & REST API</td>
</tr>
<tr>
<td>8.</td>
<td>VUE - JS Framework</td>
<td>Create single page web apps (SPA)</td>
</tr>
<tr>
<td>9.</td>
<td>Angular - JS Framework</td>
<td>Create single page web apps (SPA)</td>
</tr>
<tr>
<td>10.</td>
<td>Ionic Framework - UI library</td>
<td>Create mobile first web apps (SPA)</td>
</tr>
<tr>
<td>11.</td>
<td>Ionic Capacitor</td>
<td>Create IOS & Android hybrid apps</td>
</tr>
<tr>
<td>12.</td>
<td>Firebase</td>
<td>Realtime & NoSql Database system, push notification service</td>
</tr>
<tr>
<td>13.</td>
<td>NodeJS, Express, Ejs</td>
<td>Create websites and REST API using JS</td>
</tr>
<tr>
<td>14.</td>
<td>Git & GitHub</td>
<td>Version Management Tools</td>
</tr>
<tr>
<td>15.</td>
<td>VS Code</td>
<td>Code Editor</td>
</tr>
</table>
</div>
<!-- /Skills -->
<br>
<br>
<h2 class="thick-underline ms-1 ">Experience</h2>
<div class="overflow-x-scroll shadow border-radius-1">
<table border="1">
<tr>
<th>Sr.No</th>
<th>Company/Org.</th>
<th>Role/Designation</th>
<th>Duration</th>
<th>Dates</th>
</tr>
<tr>
<td>1.</td>
<td>Wunderkinds Technologies Dhule, Maharashtra.</td>
<td>Web Developer</td>
<td><span id="expYear"></span></td>
<td>01/2019 - Present</td>
</tr>
</table>
</div>
<!-- /Experience -->
<br>
<br>
<br>
<br>
<h2 class="thick-underline ms-1 ">Posts</h2>
<div class="overflow-x-scroll shadow border-radius-1">
<table border="1">
<tr>
<td>
<a href="https://imyudhi.com/posts/malicious-file-upload-vulnerability.html">
<b>Web security</b> : Malicious file upload vulnerability
</a>
</td>
</tr>
</table>
</div>
<!-- /Posts -->
</div>
<script>
function calculateExperience(startYear, startMonth) {
const startDate = new Date(startYear, startMonth - 1); // Month is 0-based in JS
const currentDate = new Date();
let years = currentDate.getFullYear() - startDate.getFullYear();
let months = currentDate.getMonth() - startDate.getMonth();
if (months < 0) {
years--;
months += 12;
}
return `${years} years & ${months} months`;
}
document.querySelector("#expYear").innerHTML = calculateExperience(2019, 1);
</script>
</body>
</html>