-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
183 lines (173 loc) · 9.55 KB
/
Copy pathindex.html
File metadata and controls
183 lines (173 loc) · 9.55 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
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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bharath Portfolio</title>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"
integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/js/all.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/gsap@3.12.5/dist/gsap.min.js"></script> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/dheereshagrwal/colored-icons@1.7.8/src/app/ci.min.css" />
<link rel="stylesheet" href="/css/theme.css">
<link rel="stylesheet" href="/css/ui.css">
<style>
.myButton {
position: fixed;
bottom: 25px;
right: 25px;
}
</style>
</head>
<body>
<div class="container">
<header>
<!-- <span>Logo Here</span> -->
<div class="nav">
<a href="#About">About</a>
<a href="#Main">Portfolio</a>
<a href="#ContactMe">Contact</a>
</div>
<!-- <div class="search">
<input type="text" placeholder="Search">
<i class="fas fa-search"></i>
</div> -->
</header>
<div id="Main" class="main">
<div class="banner mb-5">
<div class="content p-lg-5">
<div class="d-inline">
<div class="d-inline h3 fw-light">I'M </div>
<div class="highlight h1 d-inline">Bharath</div>
</div>
<div class="h3 fw-light mt-3">Seasoned Full-Stack Developer Proficient Across
Multiple Languages and Technologies</div>
<a href="#ContactMe">
<button class="mt-5 btn highlight">Contact Me</button>
</a>
</div>
<img src="assests/images/banner.png" alt="Bharath Sendhurpandi">
<div class="social">
<span class="line"></span>
<i class="fa-regular fa-envelope"></i>
<i class="fa-brands fa-linkedin"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-whatsapp"></i>
</div>
</div>
<div id="About" class="topic about mt-5 pt-5">
<h1>About</h1>
<div>
<span class="hr-line mt-2"></span>
<p>I am a Senior Software Engineer with 6 years of experience in Java, Kotlin, Node.js, and Python,
along with strong skills in web development and cloud services. I have a passion for machine
learning and deep learning, continually working to expand my knowledge in these areas. I’ve led
several successful projects, including the Microsoft Edge Shopping experience, where I improved
automation and data analytics processes. My ability to mentor and optimize code drives me to
create efficient, scalable solutions. I enjoy tackling complex problems and delivering impactful
results in the tech space.</p>
</div>
</div>
<div class="topic skills mt-5 pt-5">
<h1 class="text-center">My Skills</h1>
<div class="filter py-3">
<span>Filter</span>
<select>
<option value="">All</option>
<option value="programming-language">Programming Language</option>
<option value="framework-library">Frameworks & Libraries</option>
<option value="database">Databases</option>
<option value="cloud-platform">Cloud Platforms</option>
<option value="devops-containerization">DevOps & Containerization</option>
<option value="testing-automation">Testing & Automation</option>
<option value="api-web-service">APIs & Web Services</option>
<option value="agile-methodology">Agile Methodologies</option>
<option value="version-control">Version Control</option>
<option value="miscellaneous-tool">Miscellaneous Tools</option>
<option value="operating-system">Operating Systems</option>
</select>
</div>
<div class="items">
</div>
</div>
<div class="topic experience">
<h1>Experience</h1>
<div class="items">
</div>
</div>
<div id="ContactMe" class="topic contact">
<div class="top-title">
<div></div>
<h1>Contact Me</h1>
<div></div>
</div>
<div class="items">
<a href="mailto:bharath.sendhurpandi@gmail.com" target="_blank" rel="noopener noreferrer">
<i class="fa-regular fa-envelope"></i>
<span>bharath.sendhurpandi@gmail.com (Work)</span>
</a>
<a href="https://www.linkedin.com/in/bharathasl/" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-linkedin"></i>
<span>LinkedIn</span>
</a>
<a href="https://profile.indeed.com/p/bharaths-9nk6467" target="_blank" rel="noopener noreferrer">
<svg style="width: 16px;margin-top: -5px;" class="fa-icon" fill="currentColor"
viewBox="0 0 24 24" role="img" xmlns="http://www.w3.org/2000/svg">
<title>Indeed icon</title>
<path
d="M14.822 10.308a3.018 3.018 0 111.32-4.038 3.006 3.006 0 01-1.32 4.044zM11.6.572c2.47-.901 5.294-.852 7.408.982a3.587 3.587 0 011.023 1.37c.213.69-.749-.07-.88-.168a9.407 9.407 0 00-2.15-1.095C12.837.386 8.897 2.707 6.463 6.316a19.505 19.505 0 00-2.248 5.126 2.918 2.918 0 01-.213.642c-.107.204-.049-.547-.049-.572a15.821 15.821 0 01.43-2.239C5.511 5.34 8.01 2.065 11.6.565zm.037 20.993v-8.763c.249.025.486.037.736.037a6.167 6.167 0 003.219-.895v9.62c0 .822-.15 1.43-.52 1.826A1.874 1.874 0 0113.62 24a1.825 1.825 0 01-1.427-.609c-.368-.404-.56-1.013-.56-1.825z" />
</svg>
<span>Indeed</span>
</a>
<!-- <a href="https://www.instagram.com/bharath.asl/" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-instagram"></i>
<span>Instagram</span>
</a> -->
<!-- <a href="https://github.com/BharathASL" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-github"></i>
<span>GitHub</span>
</a> -->
<a href="mailto:bharathasl74185@gmail.com" target="_blank" rel="noopener noreferrer">
<i class="fa-regular fa-envelope"></i>
<span>bharathasl74185@gmail.com (Personal)</span>
</a>
</div>
<div class="bottom-title pt-5">
<div></div>
<div class="px-4">
<a href="https://github.com/BharathASL" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-github fa-xl px-3"></i>
</a>
<a href="https://cssbattle.dev/player/bharath" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-css3 fa-xl px-3"></i>
</a>
<a href="https://codepen.io/bharathasl" target="_blank" rel="noopener noreferrer">
<i class="fa-brands fa-codepen fa-xl px-3"></i>
</a>
<a href="https://www.frontendmentor.io/profile/BharathASL" target="_blank"
rel="noopener noreferrer">
<i class="fa-brands fa-uikit fa-xl px-3"></i>
</a>
</div>
<div></div>
</div>
</div>
</div>
<footer class="py-5">
</footer>
<button class="myButton" onclick="toggleThemeType()">Toggle Light/Dark Theme</button>
<script>
function toggleThemeType() {
$('html').toggleClass('light').toggleClass('dark');
}
</script>
<script src="js/ui.js"></script>
</body>
</html>