-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
379 lines (352 loc) · 12.6 KB
/
Copy pathindex.html
File metadata and controls
379 lines (352 loc) · 12.6 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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!doctype html>
<html 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.0" /> -->
<!-- Primary Meta Tags -->
<!-- <title>Santosh Ruchal</title>
<meta name="title" content="Santosh Ruchal" /> -->
<!-- <meta
name="description"
content="Build or customize your portfolio website using this super easy template. Free to use if you are a member of the community or a contributor to this project"
/> -->
<!-- Open Graph / Facebook -->
<!-- <meta property="og:type" content="website" /> -->
<!-- <meta
property="og:url"
content="https://github.com/CommunityPro/portfolio-html"
/> -->
<!-- <meta property="og:title" content="Learn more about Santosh Ruchal" /> -->
<!-- <meta
property="og:description"
content="Build or customize your portfolio website using this super easy template. Free to use if you are a member of the community or a contributor to this project"
/> -->
<!-- <meta
property="og:image"
content="./assets/site_thumbnail.png"
/> -->
<!-- Twitter -->
<!-- <meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://github.com/CommunityPro/portfolio-html"
/>
<meta property="twitter:title" content="Portfolio Template - Open source" />
<meta
property="twitter:description"
content="Build or customize your portfolio website using this super easy template. Free to use if you are a member of the community or a contributor to this project"
/>
<meta
property="twitter:image"
content="https://user-images.githubusercontent.com/62628408/150613011-b78a7f5a-0af1-4312-aab0-0022e7258693.png"
/> -->
<!-- Link -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="assets/favicon/android-chrome-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="512x512"
href="assets/favicon/android-chrome-512x512.png"
/>
<link rel="icon" type="image/x-icon" href="assets/favicon/favicon.ico" />
<link rel="manifest" href="assets/favicon/site.webmanifest" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/utilities.css" />
</head>
<body>
<header id="hero">
<!-- Navbar -->
<nav class="navbar">
<div class="container">
<!-- Logo -->
<h1 id="logo">
<!-- <a href="https://github.com/CommunityPro/portfolio-html" > -->
<!-- <img src="./assets/logo.png" alt="Your Logo" /> -->
<!-- </a> -->
</h1>
<!-- Navbar links -->
<ul class="nav-menu">
<li><a class="nav-link" href="#projects">PROJECTS</a></li>
<li>
<a
class="nav-link"
href="https://mail.google.com/mail/?view=cm&fs=1&to=santoshruchal603@gmail.com"
target="_blank"
rel="noopener noreferrer"
>CONTACT ME</a
>
</li>
<!-- <li><a class="nav-link" href="#">BlOG</a></li> -->
<li>
<a
class="nav-link btn btn-primary"
href="https://drive.google.com/uc?export=download&id=1k1zKCGQLg2uH5PCb5obCW9CUSp_BuYfw"
>GET MY RESUME <i class="fas fa-arrow-right"></i
></a>
</li>
<!-- Toggle switch -->
<div class="theme-switch">
<input type="checkbox" id="switch" />
<label class="toggle-icons" for="switch">
<img class="moon" src="assets/moon.svg" />
<img class="sun" src="assets/sun.svg" />
</label>
</div>
<!-- Hamburger menu -->
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<section class="header-container">
<img class="profile-image" src="assets/ss.jpg" alt="" />
<h1>Hi, I'm Santosh</h1>
<div class="content-text">
<h2>Crafting data stories,</h2>
<h2>dashboards, and impactful business insights.</h2>
<p>
A Business Intelligence Developer with experience in data modeling,
dashboard design, and transforming data into actionable insights.
</p>
</div>
<a
href="https://www.linkedin.com/in/santosh-ruchal"
target="_blank"
rel="noopener noreferrer"
class="btn btn-secondary"
>Connect With Me
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="#0A66C2"
viewBox="0 0 24 24"
style="vertical-align: middle; margin-left: 6px; margin-bottom: 3px"
>
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0
2.761 2.239 5 5 5h14c2.761 0 5-2.239
5-5v-14c0-2.761-2.239-5-5-5zm-11
19h-3v-11h3v11zm-1.5-12.268c-.966
0-1.75-.784-1.75-1.75s.784-1.75
1.75-1.75 1.75.784 1.75 1.75-.784
1.75-1.75 1.75zm13.5 12.268h-3v-5.604c0-1.337-.026-3.063-1.867-3.063-1.868
0-2.154 1.459-2.154 2.967v5.7h-3v-11h2.881v1.507h.041c.401-.76
1.379-1.561 2.838-1.561 3.033 0 3.593
1.997 3.593 4.59v6.464z"
/>
</svg>
</a>
</section>
</header>
<!-- Experience -->
<section id="experiences" class="experience-container container">
<div class="edivision"></div>
<div class="content-text">
<h2>Experience</h2>
<p>A look at my journey so far.</p>
</div>
<article class="experience">
<!-- experience 1 -->
<div class="ecard">
<div class="ecard-info">
<div class="ecard-bio">
<h3>3RI Technologies</h3>
<p>Data Science Trainee | 7 Months</p>
</div>
<div class="exp">
<a href="https://www.3ritechnologies.com/" target="_blank"
><i class="fas fa-globe"></i
></a>
</div>
</div>
</div>
<!-- experience 2 -->
<div class="ecard">
<div class="ecard-info">
<div class="ecard-bio">
<h3>Evolve Pvt. Ltd.</h3>
<p>BI Developer | 3 Years</p>
</div>
<div class="exp">
<a href="https://www.evolveasia.co/" target="_blank"
><i class="fas fa-globe"></i
></a>
</div>
</div>
</div>
</article>
</section>
<!-- Projects -->
<section id="projects" class="project-container container">
<div class="division"></div>
<div class="content-text">
<h2>Projects</h2>
<p>
Check out projects that highlight my data analysis, visualization, and
BI capabilities
</p>
</div>
<article class="project">
<!-- Project 1 -->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<p><b>Project 1: College Operations & Resource Analysis Dashboard</b></p>
<!-- <p>College Operations & Resource Analysis Dashboard</p> -->
</div>
<div class="project-link">
<a href="#" target="_blank"><i class="fab fa-github"></i></a>
<!--github docs link-->
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
<!--direct power bi public link-->
</div>
</div>
</div>
<!-- Project 2 -->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<p><b>Project 2: Crypto Market Analysis Dashboard</b></p>
<!-- <p>Crypto Market Analysis Dashboard</p> -->
</div>
<div class="project-link">
<a href="#" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!-- Project 3 -->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<p><b>Project 3: IMDB Movie Analysis Dashboard</b></p>
<!-- <p>IMDB Movie Analysis Dashboard</p> -->
</div>
<div class="project-link">
<a href="#" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!-- Project 4 -->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<p><b>Project 4: Health Status Analytics Dashboard</b></p>
<!-- <p>Health Status Analytics Dashboard</p> -->
</div>
<div class="project-link">
<a href="#" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!-- Project 5 -->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<p><b>Project 5: HR Analysis Dashboard</b></p>
<!-- <p>HR Analysis Dashboard</p> -->
</div>
<div class="project-link">
<a href="#" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
<!-- Project 6 -->
<div href="" class="card">
<div class="project-info">
<div class="project-bio">
<p><b>Project 6: Sales Forecasting Dashboard by Integrating Python</b></p>
<!-- <p>Sales Forecasting Dashboard by Integrating Python</p> -->
</div>
<div class="project-link">
<a href="#" target="_blank"><i class="fab fa-github"></i></a>
<a href="#" target="_blank"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
</article>
<!-- <a href="#" class="btn btn-secondary" target="_blank"
>See More <i class="fas fa-arrow-right"></i
></a> -->
</section>
<footer id="footer">
<div class="container">
<!-- <a href="mailto:communitypro47@gmail.com"></a> -->
<!-- Social links -->
<!-- <div class="social">
<a href="#" target="_blank"
><img src="./assets/facebook-icon.svg" alt="Facebook"
/></a>
<a href="#" target="_blank"
><img src="./assets/twitter-icon.svg" alt="Twitter"
/></a>
<a href="#" target="_blank"
><img src="./assets/linkedin-icon.svg" alt="Linkedin"
/></a>
<a href="#" target="_blank"
><img src="./assets/github-icon.svg" alt="GitHub"
/></a>
<a href="#" target="_blank"
><img src="./assets/hashnode-icon.svg" alt="Hashnode"
/></a>
</div> -->
<!-- Attribution -->
<div class="attribution">
<!-- <a
href="https://github.com/CommunityPro/portfolio-html"
target="_blank"
rel="noopener noreferrer"
> -->
<p>Powered by CommunityPro</p>
<!-- <img
src="https://user-images.githubusercontent.com/62628408/157202263-9174da24-b19a-4017-9b7c-a1d26ae8f014.svg"
alt="attribution"
width="150px"
/> -->
</a>
</div>
<!-- <p>
Copyright © Communitypro <span id="datee"></span>, All rights
reserved
</p> -->
</div>
</footer>
<script src="js/script.js"></script>
</body>
</html>