-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
312 lines (287 loc) · 14.3 KB
/
index.html
File metadata and controls
312 lines (287 loc) · 14.3 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
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
<!DOCTYPE html>
<html class="no-js" 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">
<title>My Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#experience">Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1>Krishanu Dev Sarma</h1>
<div class="featured-name">
<h2>Programmer</h2>
</div>
<a href="https://drive.google.com/file/d/1EA3f6_Wc02unwRs6QUI3dIfB1r3JFvyL/view?usp=drive_link" class="btn-rounded-white">Download Resume</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down">
<span>
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container">
<div class="row">
<div class="col-md-4">
<h2 class="heading">About Me</h2>
</div>
<div class="featured-image">
<div class="image">
<img src="images/photo31.jpeg" alt="avatar">
</div>
</div>
<div class="about-into">
<p>
Passionate about the intricate world of Electronics & Communication Engineering, I am Krishanu Dev Sarma. Armed with a Bachelor's degree from Tezpur University, I'm currently immersed in the pursuit of knowledge through a Master's in Microelectronics & VLSI Design at the National Institute of Technology, Silchar. My interests lie in the fascinating realms of RTL Design and coding, where I find joy in crafting digital solutions. Alongside my academic journey, I share my coding experiences through blogs, aiming to contribute to the vibrant tech community. Excited about the possibilities that technology holds, I'm eager to explore and innovate in the dynamic field of electronics. Let's connect and share our insights on the ever-evolving world of Electronics & Communication Engineering!
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="experience" class="background-alt">
<h2 class="heading">Experience</h2>
<div id="experience-timeline">
<div data-date="July 2021 – August 2021">
<h3>Communication Engineer Intern</h3>
<h4>Oil India Limited, Duliajan,Assam</h4>
<p>
During my 6th semester in B.tech, I went to Duliajan for a Summer Internship on Communication Techniques at the Field Communication Department in Oil India Limmited Office. There I learned and had hands-on experience with various devices and technology used for maintainance of communication systems.
</p>
</div>
<div data-date="June 2021 – August 2021">
<h3>Online Trainee</h3>
<h4>Internshala</h4>
<p>
During the summer of 2021, I did an online Training on Machine Learning using Python. I learned the various categories of Machine Learning Models, understood their basics and also learned how to implement them using python.
</p>
</div>
<div data-date="January 2021 – February 2021">
<h3>Winter Trainee</h3>
<h4>Tool Room and Training Centre, Guwahati, Assam</h4>
<p>
During the month of January to February, I did hands-on training courses on Programmable Logic Controller(PLC) and Supervisory control and data acquisition(SCADA) in the Tool Room and Training Center in Amingaon Industrial Area, Guwahati, under MSME.
</p>
</div>
<div data-date="January 2020 – February 2020">
<h3>Winter Trainee</h3>
<h4>Training & Placement Cell, tezpur University, Napaam Assam</h4>
<p>
During the month of January to February, I did a training course on using verilog language as a medium to design digital circuits both on Register-Transfer Level and on the Circuit Level.
</p>
</div>
</div>
</div>
<!-- End #experience -->
<div id="education">
<h2 class="heading">Education</h2>
<div class="education-block">
<h3>National Institute of Technology, Silchar, Assam</h3>
<span class="education-date">Aug 2023 - Present</span>
<h4>Masters of Technology in Microelectronics & VLSI Design</h4>
<ul>
<li>
<b>Semester 1 Grade:</b> 8.28 CGPA
</li>
<p>I am currently pursuing a Master's degree in Electronics and Communication Engineering with specialisation in Microelectronics & VLSI Design at National Institute of Technology, Silchar. I have completed 1 semesters and have a CGPA of 8.28.</p>
</ul>
</div>
<!-- End .education-block -->
<div class="education-block">
<h3>Tezpur University, Assam</h3>
<span class="education-date">July 2018 - June 2022</span>
<h4>Bachelor of Technology in Electronics & Communication Engineering</h4>
<ul>
<li>
<b>Grade:</b> 7.87 CGPA
</li>
<p>I completed my Bachelor of Technology in Electronics & Communication Technology from Tezpur University in 2022 with a CGPA of 7.87. I have been a member of the Tezpur University Robotic Society(TURS) at TU, where I learned and worked on exciting projects with a team of talented developers.</p>
</ul>
</div>
<!-- End .education-block -->
<div class="education-block">
<h3>Maharishi Vidya Mandir, Silpukhuri, Guwahati, Assam</h3>
<span class="education-date">May 2016 - Apr 2018</span>
<h4>10+2</h4>
<ul>
<li>
<b>Percentage:</b> 84.8%
</li>
<p>I completed my class 12 higher secondary school education at Maharishi Vidya Mandir Public School, Silpukhuri, where I studied Science with Computer Science.</p>
</ul>
</div>
<!-- End .education-block -->
<div class="education-block">
<h3>Maharishi Vidya Mandir, Kalipur, Guwahati, Assam</h3>
<span class="education-date">Apr 2004 - Mar 2016</span>
<h4>10th</h4>
<ul>
<li>
<b>Grade:</b> 10 CGPA
</li>
<p>I completed my class 10 high school education at Maharishi Vidya Mandir Public School, Kalipur under the board of CBSE.</p>
</ul>
</div>
<!-- End .education-block -->
</div>
<!-- End #education -->
<div id="projects" class="background-alt">
<h2 class="heading">Projects</h2>
<div class="container">
<div class="row">
<div class="project shadow-large">
<div class="project-image">
<img src="images/Proliferative-Nasal.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Study and Implementation of Texture Image Descriptors for Classification of Diabetic Retinopathy Images</h3>
<p>
My final semester project in B.Tech was on using MatLab to classify the various stages of Diabetic Retinopathy i.e. Normal, Mild Non-proliferative, Moderate Non-proliferative, Severe Non-proliferative and Proliferative, from fundus image datasets, using Machine Learning Models, namely Support Vector Machine and Artificial Neural Network.
</p>
<a href="https://github.com/KrishanuDevSarma/Classification-of-Diabetic-Retinopathy-using-ML-Multi-class-">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large">
<div class="project-image">
<img src="images/ECG.jpg" />
</div>
<!-- End .project-image -->
<div class="project-info">
<h3>Study and implementation of a Heartbeat Detection Technique from ECG signal</h3>
<p>
My project in 6th semester of B.Tech was the study and implementation of a heartbeat detection technique from ECG signals using MATLAB. The primary focus is on signal processing techniques, including noise removal through low-pass and high-pass filters and then using R-peak detection to calculate the heart-beat.
</p>
<a href="https://github.com/KrishanuDevSarma/Implementation-of-Heartbeat-Detection-Technique-from-ECG-Signal-using-ML">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
</div>
</div>
</div>
<!-- End #projects -->
<div id="skills">
<h2 class="heading">Skills</h2>
<ul>
<li>C</li>
<li>Python</li>
<li>C++</li>
<li>Machine Learning</li>
<li>MatLab</li>
<li>Xilinx Vivado</li>
<li>RTL Designing</li>
<li>Verilog</li>
<li>VHDL</li>
<li>Cadence Virtuoso</li>
<li>HTML</li>
<li>Git</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2>Get in Touch</h2>
<div id="contact-form">
<form method="POST" action="https://formspree.io/f/xvoekaav">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<input type="text" name="firstName" placeholder="First Name" required>
<input type="text" name="lastName" placeholder="Last Name" required>
<input type="text" name="company" placeholder="Subject" required>
<textarea name="message" placeholder="Message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © <span id="current-year">2024</span> KRISHANU DEV SARMA
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/KrishanuDevSarma" target="_blank"><i class="fa-brands fa-github" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://linkedin.com/in/krishanu-dev-sarma-aa1745175" target="_blank"><i class="fa-brands fa-linkedin" aria-hidden="true"></i></a>
</li>
<li>
<a href="http://krishanuwrites.hashnode.dev/" target="_blank"><i class="fa-brands fa-hashnode" aria-hidden="true"></i></a>
</li>
<li>
<a href="http://discordapp.com/users/982367403008745502" target="_blank"><i class="fa-brands fa-discord" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.threads.net/@krishanu1373" target="_blank"><i class="fa-brands fa-threads" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://x.com/Krishanu43099" target="_blank"><i class="fa-brands fa-twitter" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>
</body>
</html>