-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
297 lines (269 loc) · 11.3 KB
/
about.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
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="zxx">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-186826920-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-186826920-1');
</script>
<meta charset="utf-8">
<title>Mahaveer | Portfolio </title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<header class="navigation fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand font-tertiary h3" href="index.html"><img src="images/last.png" alt="Myself"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">about</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- page title -->
<section class="page-title-alt bg-primary position-relative">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="text-white font-tertiary">About Me</h1>
</div>
</div>
</div>
<!-- background shapes -->
<img src="images/illustrations/leaf-bg-top.png" alt="illustrations" class="bg-shape-1 w-100">
<img src="images/illustrations/dots-group-sm.png" alt="illustrations" class="bg-shape-2">
<img src="images/illustrations/leaf-yellow.png" alt="illustrations" class="bg-shape-3">
<img src="images/illustrations/leaf-orange.png" alt="illustrations" class="bg-shape-4">
<img src="images/illustrations/dots-group-cyan.png" alt="illustrations" class="bg-shape-5">
<img src="images/illustrations/leaf-cyan-lg.png" alt="illustrations" class="bg-shape-6">
</section>
<!-- /page title -->
<!-- about -->
<section class="section pt-5">
<div class="container">
<div class="row">
<div class="col-md-8">
<p>Hello, my name is Mahaveer Rulaniya, a third year Undergraduate Student at IIT Kharagpur. I am currently persuing B.Tech in Chemical Engineering. I am from Losal, a town in Sikar district of Rajasthan. </p>
<p>My interest is inclined towards the technologies of Industry 4.0 more specifically in Machine Learning, AI and it's related domains. </p>
<p>I am proficient in Python, Data Analysis, Machine Learning, Statistical Modelling and BI tools and technologies. I am looking for a full time 8-10 weeks Summer internship in the described domains.</p>
</div>
<div class="col-md-4 text-center drag-lg-top">
<div class="shadow-down mb-4">
<img src="images/about/1.jpeg" alt="author" class="img-fluid w-100 rounded-lg border-thick border-white">
</div>
<h4>Mahaveer Rulaniya</h4>
</div>
</div>
</div>
</section>
<!-- /about -->
<!-- Work Process -->
<section class="section">
<div class="container">
<div class="row justify-content-around">
<div class="col-lg-12 text-center">
<h2 class="section-title">Work Process</h2>
</div>
<div class="col-lg-3 col-md-4 text-center hover-shadow pt-3">
<div class="">
<img src="images/icons/plan.png" class="mb-4" alt="icon">
<h4 class="mb-4">Research and Plan</h4>
<p>Proper research on the provided Business problem so that every KPI could be figured.</p>
</div>
</div>
<div class="col-lg-3 col-md-4 text-center hover-shadow pt-3">
<img src="images/icons/design.png" class="mb-4" alt="icon">
<h4 class="mb-4">EDA and Model Building</h4>
<p>The data is analysed and every aspect of it is explored in order to build a good performing model.</p>
</div>
<div class="col-lg-3 col-md-4 text-center hover-shadow pt-3">
<img src="images/icons/print.png" class="mb-4" alt="icon">
<h4 class="mb-4">Deployment</h4>
<p>Model is then deployed using web-framework on any Cloud to make it available for everyone on internet.</p>
</div>
</div>
</div>
</section>
<!-- ./Work Process -->
<!-- team -->
<section class="section bg-cover" data-background="images/backgrounds/team-bg.png">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Tools and Technologies</h2>
</div>
<div class="col-md-4 col-sm-6 mb-4 mb-md-0">
<div class="card text-center">
<img src="images/team/member-1.png" class="card-img-top">
<div class="card-body">
<h4 class="card-title">EDA</h4>
<p class="text-light font-secondary">.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 mb-4 mb-md-0">
<div class="card text-center">
<img src="images/team/member-2.png" class="card-img-top">
<div class="card-body">
<h4 class="card-title">Machine Learning Libraries</h4>
<p class="text-light font-secondary">.</p>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6 mb-4 mb-md-0">
<div class="card text-center">
<img src="images/team/member-3.png" class="card-img-top">
<div class="card-body">
<h4 class="card-title">IDEs for Project</h4>
<p class="text-light font-secondary">.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /team -->
<!-- clients -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">My Domains</h2>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="client-logo-slider d-flex align-items-center">
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-1.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-2.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-3.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-4.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-5.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-1.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-2.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-3.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-4.png" alt="client-logo"></a>
<a href="#" class="text-center d-block outline-0 p-4"><img class="d-unset img-fluid"
src="images/clients-logo/client-logo-5.png" alt="client-logo"></a>
</div>
</div>
</div>
</div>
</section>
<!-- /clients -->
<!-- contact -->
<section class="section section-on-footer" data-background="images/backgrounds/bg-dots.png">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Contact Info</h2>
</div>
<div class="col-lg-8 mx-auto">
<div class="bg-white rounded text-center p-5 shadow-down">
<h4 class="mb-80">Contact Form</h4>
<form action="#" class="row">
<div class="col-md-6">
<input type="text" id="name" name="name" placeholder="Full Name" class="form-control px-0 mb-4">
</div>
<div class="col-md-6">
<input type="email" id="email" name="email" placeholder="Email Address" class="form-control px-0 mb-4">
</div>
<div class="col-12">
<textarea name="message" id="message" class="form-control px-0 mb-4"
placeholder="Type Message Here"></textarea>
</div>
<div class="col-lg-6 col-10 mx-auto">
<button class="btn btn-primary w-100">send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- /contact -->
<!-- footer -->
<footer class="bg-dark footer-section">
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-4">
<h5 class="text-light">Email</h5>
<p class="text-white paragraph-lg font-secondary">mahaveer.iitkgp@gmail.com</p>
</div>
<div class="col-md-4">
<h5 class="text-light">Phone</h5>
<p class="text-white paragraph-lg font-secondary">+91 6377371776</p>
</div>
<div class="col-md-4">
<h5 class="text-light">Address</h5>
<p class="text-white paragraph-lg font-secondary">IIT Kharagpur, Kharagpur (721302), West Bengal</p>
</div>
</div>
</div>
</div>
<div class="border-top text-center border-dark py-5">
<p class="mb-0 text-light">Copyright ©<script>
var CurrentYear = new Date().getFullYear()
document.write(CurrentYear)
</script> a theme by <a>Mahaveer Rulaniya</a></p>
</div>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>