-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
276 lines (251 loc) · 11.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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Vivek Kumar Sahu - Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<style>
.about-section {
display: flex;
align-items: flex-start;
}
.profile-pic-container {
margin-right: 20px;
}
.profile-pic-container img {
width: 200px;
height: 200px;
border-radius: 50%;
}
.about-text {
flex-grow: 1;
}
body {
cursor: none;
}
#circle-cursor {
position: fixed;
width: 20px;
height: 20px;
background-color: #ff6600;
border-radius: 50%;
mix-blend-mode: difference;
pointer-events: none;
transform: translate(-50%, -50%);
transition: background-color 0.3s ease;
}
body {
overflow: hidden;
}
.television-transition {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
z-index: 1000;
animation: televisionAnimation 1s ease-out forwards;
}
@keyframes televisionAnimation {
0% {
background-color: #00f;
height: 100%;
}
100% {
background-color: #000;
height: 2px;
}
}
</style>
</head>
<body class="is-preload">
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#main">About Me</a></li>
<li><a href="#two">Skills</a></li>
<li><a href="#three">Projects</a></li>
<li><a href="#four">Certifications</a></li>
<li><a href="#five">Contact</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
</div>
</section>
<div id="wrapper">
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>Vivek Kumar Sahu</h1>
<p>Integrated M-Tech Student at VIT Bhopal CSE(Computational and Data Science) | Aspiring Data Scientist
| AI/ML | Python | R | SQL | Tableau | AWS |</p>
<ul class="actions">
<li><a href="#main" class="button scrolly">About Me</a></li>
</ul>
</div>
</section>
<section id="main" class="wrapper style2 fullscreen fade-up">
<div class="inner">
<h1 class="major">About Me</h1>
<div class="about-section">
<div class="profile-pic-container">
<img src="images/Profilepic.jpg" alt="Vivek Kumar Sahu" />
</div>
<div class="about-text">
<p>Greetings! I'm Vivek Kumar Sahu, an enthusiastic Computer Science Integrated M-Tech student
enrolled at VIT Bhopal, with a specialized focus on Computational and Data Science. My
expedition in the realms of technology and data science has been a riveting journey marked
by exhilarating projects and an unwavering commitment to continuous learning.</p>
<p>Driven by a profound passion for harnessing the power of data, I embark on a quest to extract
profound insights and construct intelligent solutions. From crafting intricate machine
learning projects to conducting comprehensive analyses of the stock market, I've delved into
diverse facets of the dynamic data science domain.</p>
<p>Your exploration of my portfolio is not just an invitation but a glimpse into a world where
data transforms into meaningful narratives. I welcome you to connect with me for any queries
or exciting collaboration opportunities.</p>
</div>
</div>
</div>
</section>
<section id="two" class="wrapper style3 fade-up">
<div class="inner">
<h2>Skills</h2>
<p>I have expertise in various programming languages, tools, and frameworks. My skills include:</p>
<div class="features">
<section>
<span class="icon solid major fa-code"></span>
<h3>Programming Languages</h3>
<p>Python, SQL, R, Java</p>
</section>
<section>
<span class="icon solid major fa-cogs"></span>
<h3>Libraries/Frameworks</h3>
<p>Pandas, NumPy, Keras, SciPy, Scikit learn</p>
</section>
<section>
<span class="icon solid major fa-database"></span>
<h3>Databases</h3>
<p>IBM Watson Studio, MySQL</p>
</section>
<section>
<span class="icon solid major fa-chart-bar"></span>
<h3>Visualization</h3>
<p>Tableau, Plotly, Seaborn</p>
</section>
</div>
</div>
</section>
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<h2>Projects</h2>
<p>Dive into a showcase of my noteworthy projects.<br>
Each one reflects my passion for innovation and expertise in areas like data science and machine
learning.</p>
<ul class="project-list">
<li>
<h3>Cirrhosis Disease Prediction</h3>
<p>Expertly employed diverse machine learning algorithms for cirrhosis disease prediction,
enhancing accuracy through innovative feature selection using the Gravitational Search
Algorithm, and delivering a user-friendly experience with a Streamlit interface.</p>
</li>
<li>
<h3>Stock Market Data and Risk Analysis</h3>
<p>Conducted thorough fundamental analysis of the Indian stock market, extracting valuable
insights for informed investment decisions. Proficiently executed comprehensive risk
analysis of US-based stocks, contributing to well-informed and risk-managed investment
strategies.</p>
</li>
</ul>
<a href="https://github.com/Vivekkumarsahu07?tab=repositories" class="button">View All Projects</a>
</div>
</section>
<section id="four" class="wrapper style2 spotlights">
<section>
<div class="content">
<div class="inner">
<h2>Certifications</h2>
<p>Explore my journey through the realm of knowledge with these distinguished certifications:
</p>
<ul class="certification-list">
<li>IBM Data Science Professional Certificate</li>
<li>Meta Marketing Analytics Professional Certificate</li>
<li>Data Visualization with Tableau Specialization</li>
<li>Problem Solving Using Computational Thinking</li>
<li>Excel Basics for Data Analysis</li>
<li>Introduction to Deep Learning & Neural Networks with Keras</li>
</ul>
<ul class="actions">
<li><a href="https://www.coursera.org/user/5fa153912fac47921419523c2abc4c2a"
class="button">View Certifications</a></li>
</ul>
</div>
</div>
</section>
</section>
<section id="five" class="wrapper style3 fade-up">
<div class="inner">
<h2>Contact</h2>
<p>Feel free to get in touch with me. I'm open to collaborations and discussions.</p>
<div class="split style1">
<section>
<ul class="contact-details">
<li>
<span class="icon solid fa-envelope"></span>
<span>Email:</span> <a
href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<span class="icon brands fa-linkedin"></span>
<span>LinkedIn:</span> <a
href="https://www.linkedin.com/in/vivek-kumar-sahu-566246209/" target="_blank">https://www.linkedin.com/in/vivek-kumar-sahu-566246209/</a>
</li>
<li>
<span class="icon solid fa-phone"></span>
<span>Contact:</span> <a href="tel:+91 8299863438">+91 8299863438</a>
</li>
</ul>
</section>
</div>
</div>
</section>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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>
<script>
document.addEventListener('DOMContentLoaded', function () {
const circleCursor = document.createElement('div');
circleCursor.id = 'circle-cursor';
document.body.appendChild(circleCursor);
document.addEventListener('mousemove', function (e) {
const mouseX = e.clientX;
const mouseY = e.clientY;
circleCursor.style.left = mouseX + 'px';
circleCursor.style.top = mouseY + 'px';
});
document.body.addEventListener('mouseenter', function () {
circleCursor.style.backgroundColor = '#00ffcc';
});
document.body.addEventListener('mouseleave', function () {
circleCursor.style.backgroundColor = '#ff6600';
});
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function () {
const televisionTransition = document.createElement('div');
televisionTransition.classList.add('television-transition');
document.body.appendChild(televisionTransition);
});
</script>
</body>
</html>