-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
416 lines (369 loc) · 16.1 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
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HGN95GQ0F7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HGN95GQ0F7');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Kiran Daware">
<title>Kiran Daware</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="styles.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=Marck+Script&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" />
<script src="assets/particles.min.js"></script>
</head>
<body class="k-bg-body">
<div id="particles-js"></div>
<header>
<nav class="navbar navbar-expand-md shadow py-1 mb-3 fixed-top k-bg-nav">
<div class="container">
<a href="#"><svg style="width:42px; color:#ea755e; margin-right:20px;" className="dark:text-white" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 21">
<path stroke="currentColor" strokeLinecap="round" strokeWidth="3" d="M7.24 7.194a24.16 24.16 0 0 1 3.72-3.062m0 0c3.443-2.277 6.732-2.969 8.24-1.46 2.054 2.053.03 7.407-4.522 11.959-4.552 4.551-9.906 6.576-11.96 4.522C1.223 17.658 1.89 14.412 4.121 11m6.838-6.868c-3.443-2.277-6.732-2.969-8.24-1.46-2.054 2.053-.03 7.407 4.522 11.959m3.718-10.499a24.16 24.16 0 0 1 3.719 3.062M17.798 11c2.23 3.412 2.898 6.658 1.402 8.153-1.502 1.503-4.771.822-8.2-1.433m1-6.808a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"/>
</svg></a>
<a class="navbar-brand k-logo k-shadow" href="#">Kiran Daware</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link btn k-btn-pri" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link btn k-btn-pri" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link btn k-btn-pri" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link btn k-btn-pri" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="container">
<!-- My Works -->
<section id="myworks">
<div class="container-fluid content">
<div class="row box">
<!-- Card 1 -->
<div class="col-lg-3 col-md-3 col-sm-12">
<div class="card k-card">
<a href="https://github.com/kiran-daware/kSipP" target="_blank" style="text-decoration:none;">
<b><span style="font-size: 38px; color: #71695e">k</span><span style="font-size:30px;color:#ff943f;">SipP</span></b>
<span style="color:var(--sec-color-d);font-size:14px;">for everyone!</span></a>
</div>
</div>
<!-- Card 2 -->
<div class="col-lg-3 col-md-3 col-sm-12">
<div class="card k-card">
<a href="https://github.com/kiran-daware" target="_blank">
<img src="assets/github.png" class="card-img-top k-img-myworks" alt="GitHub page of Kiran Daware">
</a>
</div>
</div>
<!-- Card 3 -->
<div class="col-lg-3 col-md-3 col-sm-12">
<div class="card k-card">
<a href="https://www.electricaleasy.com/" target="_blank">
<img src="https://1.bp.blogspot.com/-cgVzA3tXHMo/UwYiTPsYVDI/AAAAAAAAAc8/TygAMhgrURQ/s1600/elecrticaleasay1.png" class="card-img-top k-img-myworks" alt="elecrticaleasy.com">
</a>
</div>
</div>
</div>
</div>
</section>
<!-- About -->
<section id="about">
<div class="row column1">
<div class="col-lg-6 text-justify">
<h2>Hello,</h2>
<p>I'm Kiran! If I had to sum up who I am in a single word, it would be "Curious!"</p>
<p>I'm passionate about computers, Linux, electronics, and astrophysics. Professionally, I'm in the Telecom field, specializing in Session Border Controllers, Media Gateways, and Class 4 Soft-Switches.</p>
<p>My days involve troubleshooting Linux server and application issues, as well as deploying and maintaining Session Border Controllers in production environments. I love diving into complex challenges and finding innovative solutions.</p>
<p>Welcome to my corner of the digital universe – where curiosity is my guiding light and exploration is the name of the game.</p>
<p>Cheers,<br>
Kiran Daware.</p>
<!--<div class="btn k-btn-pri mb-3">Checkout My Resume!</div>-->
<div class=k-social-icon>
<a class="btn k-btn-sec" href="https://www.linkedin.com/in/kiran-daware/" target=_blank>
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
<a class="btn k-btn-sec" href="https://github.com/kiran-daware/" target=_blank>
<i class="fab fa-github"></i>
</a>
<div class="btn k-btn-sec" style="padding:0;" id="emailButtonContainer">
</div>
</div>
</div>
<div class="col-lg-6 p-5"><img class="img-fluid" src="assets/home-guy.png" alt=""></div>
</div>
</section>
<!-- Skills -->
<section id="skills">
<div class="container-fluid content">
<h2 class="text-center mb-3">Skills</h2>
<div class="row box">
<!-- Card 1 -->
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card">
<img src="assets/telecom.svg" class="card-img-top" alt="telecom">
<div class="card-body">
<h4 class="card-title">Telecom</h4>
<ul class="card-text">
<li>VoIP (SIP / H323)</li>
<li>SS7 / ISUP</li>
<li>TCP/IP, WebRTC, TLS/SSL Diameter, Radius etc.</li>
<li>Session Border Controllers</li>
<li>Class 4 Soft-Switches</li>
<li>Media Gateways</li>
</ul>
<h6 class="card-title">Tools/Software</h6>
<ul class="card-text">
<li>SIPp</li>
<li>Wireshark</li>
<li>Cisco Packet Tracer</li>
</ul>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="col-lg-4 col-md-4 col-sm-12">
<div class="card">
<img src="assets/code.svg" class="card-img-top" alt="phone,css,javascript,html">
<div class="card-body">
<h4 class="card-title">Linux / Networking / Infra</h4>
<ul class="card-text">
<li>RHEL/CentOS, Ubuntu, others</li>
<li>VMware, KVM</li>
<li>Docker Containers</li>
<li>Networking</li>
<li>AWS</li></ul>
<a href="https://www.credly.com/badges/fdfb54d8-e0c4-40a6-8ba0-1a679b74a839/public_url" target="_blank"><img class="kbadge" src="assets/aws-knowledge-cloud-essentials.png" alt="aws-knowledge-cloud-essentials credly badge Kiran Daware"></a>
<a href="https://www.credly.com/badges/caffe636-58f1-4b2d-880a-92d6acd4a40a/public_url" target="_blank"><img class="kbadge" src="assets/network-support-and-security.png" alt="Network Support and Security credly badge Kiran Daware"></a>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="cardContainer col-lg-4 col-md-4 col-sm-12">
<div class="card">
<img src="assets/programming.svg" class="card-img-top" alt="javascript,css,html,c++">
<div class="card-body">
<h5 class="card-title">Coding / Programming</h5>
<ul class="card-text">
<li>Python</li>
<li>javascript</li>
<li>Shell Scripting</li>
<li>git version control</li>
<li>HTML/CSS</li>
<li>PHP</li>
</ul>
<h6 class="card-title">Tools/Software</h6>
<ul class="card-text">
<li>VSCode</li>
<li>WSL</li>
</ul>
</div>
</div>
</div>
</div> <!--row box div end-->
</div>
</section>
<!-- Projects -->
<section id="projects">
<div class="container-fluid content">
<h2 class="text-center mb-3">Projects</h2>
<!-- Project 1 -->
<div class="card mb-3">
<div class="row no-gutters">
<div class="col-md-3" style="padding: 0 50px;">
<a href="https://github.com/kiran-daware/kSipP" target="_blank" style="text-decoration:none;">
<b><span style="font-size: 38px; color: #71695e">k</span><span style="font-size:30px;color:#ff943f;">SipP</span></b><br />
<span style="color:var(--sec-color-d);font-size:14px;">for everyone!</span></a>
</div>
<div class="col-md-9">
<div class="card-body">
<h5 class="card-title">kSipP</h5>
<p class="card-text">A Python-Django based web app to make SipP easier for everyone.</p>
<p class="card-text">Run SipP scripts directly from the web-browser, modify SipP scenario xml files, or create your own xml scenarios.</p>
</div>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="card mb-3">
<div class="row no-gutters">
<div class="col-md-3">
<img src="assets/selenium.png" class="card-img" alt="Image">
</div>
<div class="col-md-9">
<div class="card-body">
<h5 class="card-title">SBC Quick Config</h5>
<p class="card-text">A Python-Selenium based script for quickly configuring SBC.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Back to top button -->
<a href="#" id="return-to-top" class="btn k-btn-pri btn-lg back-to-top" role="button" title="Return to Top"><i class="fas fa-chevron-up"></i></a>
</main>
<footer class="footer text-center mt-3">
<div class="container">
<p>© 2023 Kiran Daware. All Rights Reserved. | <span style="color: red;">Website Still Under Development</span></p>
</div>
</footer>
<!-- Load bootstrap js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<script>
// // when moving to server Load the Particle.js configuration from particles-config.json
// fetch("path/to/particles-config.json")
// .then(response => response.json())
// .then(config => {
// particlesJS("particles-js", config);
// })
// .catch(error => {
// console.error("Error loading Particle.js configuration:", error);
// });
particlesJS("particles-js", {
"particles": {
"number": {
"value": 125,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#1c2540"
},
"shape": {
"type": "circle",
"stroke": {
"width": 1,
"color": "#1c2540"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 1,
"random": true,
"anim": {
"enable": true,
"speed": 1,
"opacity_min": 0,
"sync": false
}
},
"size": {
"value": 3,
"random": true,
"anim": {
"enable": false,
"speed": 4,
"size_min": 0.3,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#1c2540",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 1,
"direction": "none",
"random": true,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 600
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "repulse"
},
"onclick": {
"enable": false,
"mode": "repulse"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 250,
"size": 0,
"duration": 2,
"opacity": 0,
"speed": 3
},
"repulse": {
"distance": 50,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
})
</script>
<script type="text/javascript">
// Define the email address
var emailAddress = "[email protected]";
// Function to generate the mailto link
function generateMailtoLink() {
var link = document.createElement("a");
link.setAttribute("class", "btn k-btn-sec");
link.setAttribute("href", "mailto:" + emailAddress);
link.setAttribute("target", "_blank");
link.innerHTML = '<i class="fas fa-envelope"></i>';
// Append the button to the specified container
var container = document.getElementById("emailButtonContainer");
container.appendChild(link);
}
// Call the function to generate the mailto link
generateMailtoLink();
</script>
</body>
</html>