-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (47 loc) · 3.04 KB
/
Copy pathindex.html
File metadata and controls
52 lines (47 loc) · 3.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Deepak Terse | Tech Enthisiast, Fitness Freak, Travel Buff
</title>
<meta charset="utf-8" />
<meta name="description" content="Software developer based in Mumbai passionate about problem-solving, with expertise in full-stack web development, DevOps, mobile app development, automation scripts, BI, and analytic tools. Looking forward to contributing to open-source projects, particularly in JavaScript utility libraries, in 2024.">
<meta name="author" content="Deepak Terse">
<meta name="keywords" content="Software developer, full-stack web development, DevOps, mobile app development, automation scripts, BI, analytic tools, open-source projects, JavaScript utility libraries, Mumbai, India, sports, nature, traveling, reading">
<meta name="robots" content="index, follow">
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="apple-touch-icon" sizes="180x180" href="./favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon_io/favicon-16x16.png">
<link rel="manifest" href="./favicon_io/site.webmanifest">
<link defer rel="stylesheet" href="https://fonts.googleapis.com/css?family=Rubik:300,500,700">
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<div id = "bio" class = "section">
<h1 id = "title">
Hello
<span>👋🏻</span>
</h1>
<h2 id = "subtitle">
My name is <b style="color:#f2511b">Deepak Terse</b>.
</h2>
<p>
I'm a software developer based in Mumbai (🇮🇳) who is passionate about problem-solving. My primary expertise and focus lies in <span style="color:#f2511b">full-stack web development</span> and <span style="color:#f2511b">DevOps</span>. However, I'm also familiar with mobile app development, automation scripts, BI and analytic tools enabling me to approach projects holistically.
</p>
<p>
Looking ahead to 2024, I'm excited to contribute to open-source projects, particularly in JavaScript utility libraries, where I aim to make a positive impact and expand my skill set further.
</p>
<p>
Outside of coding, I stay active through sports and find peace in nature. My other hobbies include travelling and reading.
</p>
<p>
Connect with me on <a href="https://www.linkedin.com/in/deepak-terse/" target="_blank">LinkedIn</a> to learn more about my professional journey, follow my latest projects on <a href="https://github.com/deepak-terse" target="_blank">GitHub</a>, and explore my insights on various topics through my blogs on <a href="https://medium.com/@iamdeepakterse" target="_blank">Medium</a>. I'm always open to collaborations and networking opportunities.
</p>
</div>
<div id = "image" class = "section">
<img loading="lazy" width="500" height="500" src="./assets/images/man_coding.webp" alt="deepak coding">
</div>
</body>
</html>