-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
236 lines (224 loc) · 13.6 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
<!DOCTYPE HTML>
<!--
Dimension by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Sandesh Singh</title>
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="logo">
<span class="fa fa-rocket" style="font-size:30px" ></span>
</div>
<div class="content">
<div class="inner">
<h1>Hiya! I'm Sandesh ;)</h1>
<br>
<h3> <Stars, code and everything in between></h3>
</div>
</div>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="assets/Sandesh_2023.pdf" download> Resume <i class="icon solid fa-download"></i></a></li>
<li><a href="#work">Work</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<div id="main">
<!-- About -->
<article id="about">
<h2 class="major">About</h2>
<span class="image main"><img src="images/pic1.svg" class="center" alt=""/></span>
<blockquote>Jack of All Trades, Master of Puns</blockquote>
<p>For the most part I am an ebullient, determined person with a knack for problem solving, offering solutions and public speaking. </p>
<p>I am currently a Final Year student at the Indian Institute of Technolgy Jodhpur. My key interests lie in the field of development and financial analysis. I am skilled in full-stack development using various frontend frameworks namely ReactJS and VueJS, and Django for backend frameworks. Furthermore I do enjoy app development being proficient in Flutter and having coded out a bunch of apps. Armed with DSA concepts and critical thinking I enjoy sport programming as well! Currently deep-diving into full-stack development and quantitative analysis techniques.</p>
<p>Moreover I was also the Overall Head of the Entrepreneurship Cell at IIT Jodhpur having managed a team of over 50 members in hosting and conducting various events on all topics entrepreneuship and finance related. Being passionate about finance and analytics I spend most of my free time learning or reading more about various topics under this domain and hope to work in an amalgamation of using finance and analytics in an engineering environment.</p>
<p>A forever information seeker I love reading up about topics and engaging in debates on all things I find interesting. And being a fierce competitor I love pitting myself in Quizzing competitions wherein I come up on top a lot of times!</p>
<p>Want to know more? Or perhaps want to talk more about all this and much more, feel free to contact me !</p>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/sandesh-singh7/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/Sandesh1013" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
</ul>
</article>
<!-- Skills -->
<article id="skills">
<h2 class="major">Skills</h2>
<span class="image main"><img src="images/pic2.svg" class="center" alt="" /></span>
<blockquote>You miss 100% of the shots you don't take</blockquote>
<img src="https://img.shields.io/badge/C-00599C?style=for-the-badge&logo=c&logoColor=white"/>
<img src="https://img.shields.io/badge/C%2B%2B-00599C?style=for-the-badge&logo=c%2B%2B&logoColor=white"/>
<img src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white"/>
<img src="https://img.shields.io/badge/Java-ED8B00?style=for-the-badge&logo=java&logoColor=white"/>
<img src="https://img.shields.io/badge/HTML-239120?style=for-the-badge&logo=html5&logoColor=white"/>
<img src="https://img.shields.io/badge/CSS-239120?&style=for-the-badge&logo=css3&logoColor=white"/>
<img src="https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white"/>
<img src="https://img.shields.io/badge/JavaScript-323330?style=for-the-badge&logo=javascript&logoColor=F7DF1E"/>
<img src="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white"/>
<img src="https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB"/>
<img src="https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vue.js&logoColor=4FC08D"/>
<img src="https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=white"/>
<img src="https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white"/>
<img src="https://img.shields.io/badge/Heroku-430098?style=for-the-badge&logo=heroku&logoColor=white"/>
<img src="https://img.shields.io/badge/Google_Cloud-4285F4?style=for-the-badge&logo=google-cloud&logoColor=white"/>
<img src="https://img.shields.io/badge/Git-F05032?style=for-the-badge&logo=git&logoColor=white"/>
<img src="https://img.shields.io/badge/Dart-0175C2?style=for-the-badge&logo=dart&logoColor=white"/>
<img src="https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white"/>
<img src="https://img.shields.io/badge/React_Native-20232A?style=for-the-badge&logo=react&logoColor=61DAFB"/>
<br/>
<br/>
<h3 class="major">Achievements</h3>
<ul>
<li><b>2021 :</b> Ranked 19 in Data Analytics amongst 455,534 registrations in Upraised Embark</li>
<li><b>2021 :</b> Department Rank-1 of Mechanical branch till 5th Semester</li>
<li><b>2021 :</b> Only student to receive A (Outstanding) grade out of 125+ students in the course of Data Structures and Algorithms</li>
<li><b>2020 :</b> Came 2nd place in the Institute Summer Challenge on a research paper on WASH</li>
<li><b>2019 :</b> Among top 1% of 1.2 million Applicants in JEE- 2019</li>
<li><b>2019 :</b> 12th HSC: Top 1% of Maharashtra HSC examination</li>
</ul>
<h3 class="major">Roles and Responsibilities</h3>
<ul>
<li><b>2021-Present :</b> Representative & Executive at the Career Development Cell IIT Jodhpur</li>
<li><b>2020-Present :</b> Scrum Master at Devlup Labs,the Open Source Organisation at IIT Jodhpur</li>
<li><b>2021 :</b> Overall Head of Entrepreneurship Cell, IIT Jodhpur</li>
<li><b>2020-2021 :</b> Student Guide at the Student Wellbeing Committee, IIT Jodhpur</li>
</ul>
</article>
<!-- Work -->
<article id="work">
<h2 class="major">Work</h2>
<span class="image main"><img src="images/pic3.svg" class="center" alt=""/></span>
<h3 class="major">Experience</h3>
<h4>LUMMO | SUMMER INTERNSHIP</h4>
<ul>
<li>Worked with ReactJS and TypeScript to learn and implement features in industry level
code, by executing various functionalities in tasks assigned.</li>
<li>Gained crucial experience in software development practices such as Agile
methodology, OOPs and generating clean,reusable and scalable code.</li>
</ul>
<h4>LUMENCI | SUMMER INTERNSHIP</h4>
<ul>
<li>Added multiple intelligence features using NLP and ML techniques across products
leading to effective results whilst using features of the Google Cloud Platform.</li>
<li>Improved and debugged the current frontend of products using HTML/CSS along with
JavaScript, leading to a seamless interface.</li>
</ul>
<h4>STOPSTALK APP | FLUTTER DEVELOPER</h4>
<ul>
<li>Collaborated with StopStalk,a Sport Programming website with thousands of users ,to
publish a dynamic multi-functional cross-platform app on the Google Play Store</li>
<li>Developed multiple dynamic screens with real time JSON data updates including the
recommendations screens and the searching/adding friends screen whilst creating
various reusable components throughout the application with excellent UI/UX</li>
</ul>
<h3 class="major">Projects</h3>
<h4>ANALYSIS OF TECHNICAL INDICATORS | DESIGN CREDIT PROJECT</h4>
<ul>
<li>Studied various Technical Indicators and applied Quantitative technical analysis to
define metrics for prediction of assets, and generate signals for ideal yields.</li>
<li>Developed several algorithms combining multiple technical indicators and assigning
suitable weights by hyperparameter-tuning based on assets to achieve optimal returns.</li>
</ul>
<h4>LOKALITE | JUNIOR FLUTTER DEVELOPER</h4>
<ul>
<li>Helped develop a market-ready App to provide communication,information and more
between shops and restaurants, directly to the consumer.</li>
<li>Created multiple UI components and worked/tested with a backend system.</li>
</ul>
<h4>SEQUENTIAL FEATURE SELECTION | ML COURSE PROJECT</h4>
<ul>
<li>In-depth research followed by analytical and quantitative comparison between
different Bayesian Network Classifiers and K-NN Classifiers.</li>
<li>Self-implementation of said classifiers using Sequential Feature Selection.</li>
</ul>
<h4>DEVLUP LABS PORTFOLIO | WEB DEVELOPER</h4>
<ul>
<li>Developed a dynamic progressive Web-App for DevlUps Labs,the Open Source
Community at IITJ and oversaw future extensions on the project.</li>
<li>Achieved automation by fetching information from various API’s and dynamically
rendering them with Vue.js Framework.</li>
</ul>
<h4>POWERBANK RENTAL SYSTEM | ENGINEERING DESIGN PROJECT</h4>
<ul>
<li>Led a team of 8 members to conceptualise and work on a complete rental system for
power banks(similarto Yulu in concept) and prepared the preliminary business model.</li>
<li>Implemented a visual 3D render using Solidworks for the hardware components and
draughted a mobile application forthe entire system.</li>
</ul>
</article>
<!-- Contact -->
<article id="contact">
<h2 class="major">Contact</h2>
<span class="image main"><img src="images/pic4.svg" class="center" alt="" /></span>
<h3 class="major">Address</h3>
<p>319, B-5, Indian Institute of Technology Jodhpur, Rajasathan 342037, India</p>
<h3 class="major">Contact Number</h3>
<p>+(91) 9987557785</p>
<h3 class="major">Mail</h3>
<a href="mailto:[email protected]">[email protected]</a> <br>
<a href="mailto:[email protected]">[email protected]</a>
<hr>
<section>
<h3 class="major">Let's Talk!</h3>
<script type="text/javascript">var submitted=false;</script>
<iframe name="hiddenframe" height="0" width="0" style="display: none;" onload="if(submitted){location.reload()}"></iframe>
<form action="https://docs.google.com/forms/d/e/1FAIpQLSdCNN2uKU3xclV9W09SCmLqcoFRGZxxszBdFqeOTaMJO2LqYA/formResponse" target="_self" method="POST" target="hidden_iframe" onsubmit="submitted=true;">
<div class="fields">
<div class="field half">
<label for="demo-name">Name</label>
<input type="text" name="entry.1643832082" value="" placeholder="NAME" required/>
</div>
<div class="field half">
<label for="demo-email">Email</label>
<input type="email" name="entry.1001937138" value="" placeholder="EMAIL" required/>
</div>
<div class="field">
<label for="demo-message">Message</label>
<textarea name="entry.394252516" placeholder="Enter your message" rows="6"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" class="primary" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</form>
</section>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/sandesh-singh7/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/Sandesh1013" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
</ul>
<p class="copyright">Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- BG -->
<div id="bg"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>