-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathskills.html
285 lines (248 loc) · 14.8 KB
/
skills.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
277
278
279
280
281
282
283
284
285
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=yes">
<title>Somnath Das ~ Portfolio</title>
<meta name="theme-color" content="#e73c7e">
<meta name="twitter:description" content="I am developer and a data science learner. This is my portfolio containing a summarized information about me and my projects">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:image" content="https://nekodakamisama.tech/assets/img/homepageShot.webp">
<meta name="description" content="I am developer and a machine learning student. This is my portfolio containing a summarized information about me and my projects">
<meta property="og:type" content="website">
<meta name="twitter:title" content="Somnath Das ~ My Portfolio">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="180x180" href="assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/favicons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/favicons/android-chrome-512x512.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="manifest" href="manifest.json">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cabin:700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Adamina">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Major+Mono+Display">
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/fonts/fontawesome5-overrides.min.css">
<link rel="stylesheet" href="assets/css/gradient_effect.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/Projects-Horizontal.css">
<link href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<style type="text/css">
body{margin-top:20px;}
/* =Jumbotron Main
-------------------------------------------------------------- */
.jumbotron.jumbotron-main {
height: 100%;
width: 100%;
font-family: 'Roboto', sans-serif;
color: #fff;
padding-top: 0;
padding-bottom: 0;
position: relative;
margin:0;
}
#particles-js {
position: absolute;
width: 100%;
height: 100%;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6819e8', endColorstr='#6980f2',GradientType=1 ); /* IE6-9 */
}
.jumbotron.jumbotron-main hr {
border-width: 1px 0px;
border-style: dotted none;
border-color: rgba(255, 255, 255, 0.35);
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
width: 49px;
height: 4px;
text-align: center;
position: relative;
clear: both;
}
.jumbotron.jumbotron-main a {
color: #fff;
}
.center-vertically {
display: table-cell;
vertical-align: middle;
height: 100%;
}
.center-vertically-holder {
display: table;
height: 100%;
}
.scroll-indicator {
padding-top:6px;
display: inline-block;
width: 50px;
}
.arrow-scroll-indicator {
font-size: 10px;
color: rgba(255, 255, 255, 0.60);
}
.parallax-window {
background: transparent;
}
</style>
</head>
<body>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<nav class="navbar navbar-light navbar-expand-md fixed-top border-info" id="mainNav">
<div class="container"><a class="navbar-brand" href="index.html">Samurai</a><button data-bs-toggle="collapse" class="navbar-toggler border rounded-circle navbar-toggler-right" data-bs-target="#navbarResponsive" type="button" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation" value="Menu"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" class="bi bi-cursor">
<path fill-rule="evenodd" d="M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103zM2.25 8.184l3.897 1.67a.5.5 0 0 1 .262.263l1.67 3.897L12.743 3.52 2.25 8.184z"></path>
</svg></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item nav-link"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item nav-link"><a class="nav-link active" href="index.html#about">about</a></li>
<li class="nav-item nav-link"><a class="nav-link" href="index.html#projects">projects</a></li>
<li class="nav-item nav-link"><a class="nav-link" href="index.html#contact">contact Me</a></li>
</ul>
</div>
</div>
</nav>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<div class="jumbotron jumbotron-main" id="home">
<div id="particles-js"><canvas class="particles-js-canvas-el" style="width: 100%; height: 100%;"></canvas></div><!-- /.particles div -->
<div class="container d-flex justify-content-center mt-100">
<div class="row">
<div class="text-center content-section">
<h1 class="scaleReveal" data-sr-id="46" style="visibility: visible; font-size: 30px; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
"Keep moving forward" <h1 class="scaleReveal" data-sr-id="46" style="visibility: visible; font-family: Rajdhani; font-size: 30px; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
"आगे बढ़ते रहो"
</h1>
</h1>
<hr class="bottomReveal" data-sr-id="1" style="visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s;">
<p class="bottomReveal" data-sr-id="2" style="visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1;transform: translateY(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">I am fascinated with the human mind and the most abstract thing that is emotion & honestly one should rather be a punk than a slave. <i>+</i> Stranded me, waiting for my katharsis</p>
<a href="#ideology" data-id="ideology" class="scroll-link">
<div class="scroll-indicator rotateBottomReveal" data-sr-id="40" style="visibility: visible; -webkit-transform: translateY(0) scale(1) rotateX(0); opacity: 1;transform: translateY(0) scale(1) rotateX(0); opacity: 1;-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; transition: transform 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s, opacity 1.5s cubic-bezier(0.6, 0.2, 0.1, 1) 0.05s; ">
<span class="ion-mouse"></span><br>
<span class="ion-android-arrow-down arrow-scroll-indicator"></span>
</div>
</a>
</div>
</div>
</div>
<style>
* {box-sizing: border-box}
.barContainer {
width: 100%;
background-color: rgba(255, 255, 255, 0.274);
}
.barBox {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
width: 100%;
height: 20em;
word-wrap: break-word;
background-color: #000;
background-clip: border-box;
border-radius: 1px
}
.skills {
text-align: right;
padding-top: 10px;
padding-bottom: 10px;
color: white;
}
.grid-container {
position: relative;
display: grid;
grid-template-rows: auto;
min-width: 0;
width: 100%;
height: 30em;
word-wrap: break-word;
background-color: rgb(0, 0, 0);
background-clip: border-box;
border-radius: 2px
}
.ts {width: 64%; background: linear-gradient(to right, #3399ff 0%, #33ccff 100%);}
.py {width: 79%; background: linear-gradient(to right, #ffcc66 0%, #ff9966 100%);}
.js {width: 84%; background: linear-gradient(to right, #ccff66 0%, #ffcc00 100%);}
.ml {width: 8%; background: linear-gradient(to right, #cc33ff 0%, #993399 100%);}
.ejs {width: 15%; background: linear-gradient(to right, #00ffff 0%, #0099ff 100%);}
</style>
<section class="text-center content-section" id="about">
<p>Last Updated: 24.05.2021</p>
<p> Note: These are not based on actual calculations </p>
<div class="container barBox grid-container">
<div class="row">
<div class="col-lg-8 mx-auto" style="display: grid; margin-top: 16px; margin-bottom: 16px;">
<div>
<h6 class="font-weight-bold" style="font-family: Major Mono Display;">Skill Progress Chart</h6>
<hr style="width: 100px; margin: auto;">
</div>
<div class="container">
<h4 class="small font-weight-bold" style="font-family: Major Mono Display;">Javascript <span class="float-right">84%</span></h4>
<div class="progress">
<div class="progress-bar js" role="progressbar" aria-valuenow="84" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">84% Complete</span>
</div>
</div>
</div>
<div class="container">
<h4 class="small font-weight-bold" style="font-family: Major Mono Display;">Typescript <span class="float-right">64%</span></h4>
<div class="progress">
<div class="progress-bar ts" role="progressbar" aria-valuenow="64" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">64% Complete</span>
</div>
</div>
</div>
<div class="container">
<h4 class="small font-weight-bold" style="font-family: Major Mono Display;">Python <span class="float-right">79%</span></h4>
<div class="progress">
<div class="progress-bar py" role="progressbar" aria-valuenow="79" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">79% Complete</span>
</div>
</div>
</div>
<div class="container">
<h4 class="small font-weight-bold" style="font-family: Major Mono Display;">Machine Learning <span class="float-right">8%</span></h4>
<div class="progress">
<div class="progress-bar ml" role="progressbar" aria-valuenow="8" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">8% Complete</span>
</div>
</div>
</div>
<div class="container">
<h4 class="small font-weight-bold" style="font-family: Major Mono Display;">Electron.js <span class="float-right">15%</span></h4>
<div class="progress">
<div class="progress-bar ejs" role="progressbar" aria-valuenow="15" aria-valuemin="0" aria-valuemax="100">
<span class="sr-only">15% Complete</span>
</div>
</div>
</div>
</section>
<section class="text-center">
<a class="btn btn-primary btn-lg text-capitalize cringe" role="button" href="https://drive.google.com/drive/folders/1Osin6jh4tk-HMCbjBbIkbngaqYYsLuj_?usp=sharing" target="_blank" style="color: rgb(255,255,255);border-color: rgb(255,255,255);background: rgba(9,10,10,0);"><span class="network-name" style="color: rgb(255,255,255);"> View My Certificates</span></a>
</section>
<footer>
<div class="container text-center" id="date-year">
<p class="text-center" style="font-family: 'Major Mono Display', monospace;font-size: 14px;filter: blur(0px) invert(0%);color: rgb(255,255,255);">Copyright © 2021<br>Somnath Das</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="assets/js/grayscale.js"></script>
<script src="assets/js/decoder_effect.js"></script>
<script src="assets/js/particles.js"></script>
<script src="assets/js/index.js"></script>
</body>
</html>