-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
235 lines (227 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aryan Sakhala - Portfolio</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#">Aryan Sakhala</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" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education">Education</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#certifications">Certifications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Home Section -->
<section id="home" class="d-flex align-items-center text-center text-light">
<div class="container">
<h1 class="display-4">Aryan Sakhala</h1>
<p class="lead">Software Engineer at Metrum AI in RAG & Gen AI</p>
<a href="#about" class="btn btn-custom">Learn More</a>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-5 bg-dark text-light">
<div class="container">
<h2 class="text-center mb-4">About Me</h2>
<div class="row justify-content-center">
<div class="col-md-8">
<p class="lead text-center">Hi, I'm Aryan Sakhala, a Software Engineer at Metrum AI in RAG & Gen AI.</p>
<p>I have a solid foundation in software engineering and data science with a Bachelor of Engineering in Computer Engineering and experience in various domains including Machine Learning, Deep Learning, and Data Science. I am passionate about using cutting-edge techniques to tackle complex problems and drive innovation.</p>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="py-5 bg-primary text-light">
<div class="container">
<h2 class="text-center mb-4">Experience</h2>
<div class="row">
<!-- Experience Cards -->
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">Metrum AI</h5>
<h6 class="card-subtitle mb-2 text-muted">Software Engineer</h6>
<p class="card-text">August 2024 - Present (2 months)<br>Bangalore Urban, Karnataka, India</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">Metrum AI</h5>
<h6 class="card-subtitle mb-2 text-muted">Deep Learning Intern</h6>
<p class="card-text">May 2024 - August 2024 (4 months)<br>Bengaluru, Karnataka, India</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">Vidyashilp University</h5>
<h6 class="card-subtitle mb-2 text-muted">Research Associate</h6>
<p class="card-text">July 2023 - May 2024 (11 months)</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">EvueMe Selection Robot</h5>
<h6 class="card-subtitle mb-2 text-muted">Deep Learning Researcher</h6>
<p class="card-text">March 2023 - May 2024 (1 year 3 months)</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">SirpiDataScience</h5>
<h6 class="card-subtitle mb-2 text-muted">Data Science</h6>
<p class="card-text">December 2021 - July 2023 (1 year 8 months)</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">NeyX</h5>
<h6 class="card-subtitle mb-2 text-muted">Deep Learning Developer</h6>
<p class="card-text">March 2021 - January 2023 (1 year 11 months)</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">N. S Gokhale And Co.</h5>
<h6 class="card-subtitle mb-2 text-muted">Data Analyst</h6>
<p class="card-text">July 2021 - August 2021 (2 months)<br>Worked as a Data Analyst in project at Bank Of India - Data Center</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">R3</h5>
<h6 class="card-subtitle mb-2 text-muted">Machine Learning Intern</h6>
<p class="card-text">January 2021 - July 2021 (7 months)<br>Nashik, Maharashtra, India</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section id="education" class="py-5 bg-secondary text-light">
<div class="container">
<h2 class="text-center mb-4">Education</h2>
<div class="row">
<div class="col-md-6 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">Dr. D.Y. Patil Institute of Engineering, Management and Research, Pune</h5>
<h6 class="card-subtitle mb-2 text-muted">Computer Engineering</h6>
<h6 class="card-subtitle mb-2 text-muted">8.56/10</h6>
<p class="card-text">2019 - 2023<br>Bachelor of Engineering, Computer Engineering</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="py-5 bg-primary text-light">
<div class="container">
<h2 class="text-center mb-4">Skills</h2>
<div class="row">
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">Machine Learning</h5>
<p class="card-text">Experienced in building and deploying ML models.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">Python</h5>
<p class="card-text">Proficient in Python programming and libraries.</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="card bg-dark text-light shadow-lg">
<div class="card-body">
<h5 class="card-title">Presentation Skills</h5>
<p class="card-text">Skilled in delivering engaging presentations.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Certifications Section -->
<section id="certifications" class="py-5 bg-dark text-light">
<div class="container">
<h2 class="text-center mb-4">Certifications</h2>
<ul class="list-group">
<li class="list-group-item bg-secondary text-light">SQL for Data Science</li>
<li class="list-group-item bg-secondary text-light">The Bits and Bytes of Computer Networking</li>
<li class="list-group-item bg-secondary text-light">Programming for Everybody (Getting Started with Python)</li>
<li class="list-group-item bg-secondary text-light">Capstone: Retrieving, Processing, and Visualizing Data with Python</li>
<li class="list-group-item bg-secondary text-light">Python Data Structures</li>
</ul>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-5 bg-primary text-light">
<div class="container">
<h2 class="text-center mb-4">Contact</h2>
<div class="row">
<div class="col-md-6 mb-4">
<p class="text-center"><i class="fas fa-envelope"></i> Email: <a href="mailto:[email protected]" class="text-light">[email protected]</a></p>
</div>
<div class="col-md-6 mb-4">
<p class="text-center"><i class="fab fa-linkedin"></i> LinkedIn: <a href="https://www.linkedin.com/in/aryan-sakhala-990b46176" class="text-light" target="_blank">www.linkedin.com/in/aryansakhala-990b46176</a></p>
</div>
</div>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>