-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
353 lines (279 loc) · 12.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Portfolio</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="style.css">
<script src="https://unpkg.com/scrollreveal"></script>
</head>
<body>
<!-- header section starts -->
<header>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#services">services</a>
<a href="#portfolio">portfolio</a>
<a href="#contact">contact</a>
</nav>
<div id="theme-toggler" class="fas fa-moon"></div>
</header>
<!-- header section ends -->
<!-- Icons Strats -->
<nav class="social">
<ul>
<li><a href="https://www.linkedin.com/in/manishkumar-artiya-303a00250/"><span style="font-size: 20px;">LinkedIn</span> <i class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/manishartiya"><span style="font-size: 20px;">Github</span> <i class="fa fa-github"></i></a></li>
<li><a href="https://www.instagram.com/manishkumar_artiya/?utm_source=qr&igshid=OGIxMTE0OTdkZA%3D%3D"><span style="font-size: 20px;">Instragram</span><i class="fab fa-instagram"></i></a></li>
</ul>
</nav>
<!-- Icons ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="image">
<img src="images/Manish.png" alt="">
</div>
<div class="content">
<span class="hello">hello</span>
<h3><span>Manishkumar Artiya</span><div class="animated-text">I'm a <span></span></div> </h3>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Praesentium aspernatur dolores, dignissimos atque accusantium optio at perspiciatis sunt ad non totam, suscipit quo quae dolorem! Vel libero molestiae omnis quasi.
</p>
<a href="#" class="btn"><i class="fa fa-download"></i> Download CV</a>
<a href="#about" class="btn" style="margin-left: 120px;">about me</a>
</div>
</section>
<!-- home section ends -->
<section class="about" id="about">
<h1 class="heading"> about <span>me</span> </h1>
<div class="row">
<div class="box reveal">
<h3 class="title ">Coding skills</h3>
<div class="progress">
<h3> HTML <span>90%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> CSS <span>75%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> JavaScript <span>55%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> SASS <span>50%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> PHP <span>65%</span> </h3>
<div class="bar"><span></span></div>
</div>
</div>
<div class="box reveal">
<h3 class="title">Coding skills</h3>
<div class="progress">
<h3> Python <span>85%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> MySQL <span>95%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> JAVA <span>80%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> PL/SQL <span>90%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> C++ <span>50%</span> </h3>
<div class="bar"><span></span></div>
</div>
</div>
<div class="box reveal">
<h3 class="title">Professional Skills</h3>
<div class="progress">
<h3> Web Design <span>98%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> Web Development <span>67%</span> </h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3> Graphic Design <span>75%</span> </h3>
<div class="bar"><span></span></div>
</div>
</div>
<div class="box reveal">
<h3 class="title">Internships</h3>
<div class="exp-box">
<h3>Company name</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Animi, quam error exercitationem quasi enim explicabo veritatis culpa, aperiam nostrum debitis, neque perspiciatis non totam voluptatibus dolorem magni odio nemo veniam!
</p>
</div>
<div class="exp-box">
<h3>Company name</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quos debitis unde veritatis quisquam omnis. Quibusdam reiciendis est officia tenetur illum ut ratione magni, nostrum delectus laboriosam animi! Similique, soluta commodi.</p>
</div>
</div>
</div>
<div class="download">
<a href="#" class="btn"> Download CV </a>
</div>
</section>
<!-- service section starts -->
<section style="margin-top: 8rem;" class="services" id="services">
<h1 class="heading"> <span>my</span> services </h1>
<div class="box-container">
<div class="box reveal">
<span class="number">1</span>
<img src="images/data-storage_5453248.png" alt="">
<h3>Implementation of Data structure & Algorithm</h3>
<p>To Design or optimize algorithm for specific problems, helping clients to achieve optimal performance eficiency.
</p>
</div>
<div class="box reveal">
<span class="number">2</span>
<img src="images/s2.png" alt="">
<h3>graphic design</h3>
<p>Memorable and versatile logo designs, brand guidelines, and visual identities that leave a lasting impression.</p>
</div>
<div class="box reveal">
<span class="number">5</span>
<img src="images/programming_6071490.png" alt="">
<h3>web development</h3>
<p>I turn websites into interactive, functional websites using HTML, CSS, JavaScript and Responsive Website.</p>
</div>
<div class="box reveal">
<span class="number">6</span>
<img src="images/s6.png" alt="">
<h3>web design</h3>
<p>Creating websites that look beautifull and perform beautifully on any device, be it a desktop, tablet, or mobile phone.</p>
</div>
<div class="box reveal">
<span class="number">6</span>
<img src="images/s5.png" alt="">
<h3>Software development</h3>
<p>Creating interactive, functional softwares using Python,JAVA,MySQL,PL/SQL that look beautiful and perform well on devices.</p>
</div>
</div>
</section>
<!-- service section ends -->
<!-- portfolio section starts -->
<section class="portfolio" id="portfolio">
<h1 class="heading"> <span>my</span> portfolio </h1>
<div class="button-container reveal">
<div class="btn" data-filter="all">PROJECTS</div>
</div>
<div class="image-container">
<div class="box reveal">
<img src="images/scms.png" alt="">
<div class="info">
<h3 style="text-align: center;"> Student Complain Management System</h3>
<p class="p0">I built a Student Complaint Management System using Python and MySQL. </p>
</div>
</div>
<div class="box reveal">
<img src="images/ems.png" alt="">
<div class="info">
<h3 style="text-align: center;"> Employee Management System (Staff Tracker)</h3>
<p class="p0">Designed and developed the Staff Tracker, a Python-based Employee Management System
utilizing MySQL for data storage. </p>
</div>
</div>
<div class="box reveal">
<img src="images/restaurent.png" alt="">
<div class="info">
<h3 style="text-align: center;"> Restaurant webApplication</h3>
<p class="p0">I built a Restaurant webApplication using JAVA (JSP,Servlet) and PL/SQL. </p>
</div>
</div>
<div class="box reveal">
<img src="images/cars.png" alt="">
<div class="info">
<h3 style="text-align: center;"> Cars E-Store</h3>
<p class="p0"> Cars E-Store Website was created using HTML,CSS,JavaScript and it is Responsive. </p>
</div>
</div>
<div class="box reveal">
<img src="images/wheather.png" alt="">
<div class="info">
<h3 style="text-align: center;"> Whether Checking Website</h3>
<p class="p0">This Website was created using HTML,CSS and JavaScript. </p>
<p></p>
</div>
</div>
<div class="box reveal">
<img src="images/img4.jpg" alt="">
<div class="info">
<h3> Contact Manager App </h3>
<p class="p0">This software was created using Python and implimented using Data structure and Algorithm. </p>
<p></p>
</div>
</div>
</div>
</section>
<!-- portfolio section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 style="margin-top: 4rem;" class="heading"> contact <span>me</span> </h1>
<div class="box-container">
<div class="box reveal">
<i class="fas fa-phone reveal"></i>
<h3>my number</h3>
<p>+91 7896541236</p>
</div>
<div class="box reveal">
<i class="fas fa-envelope reveal"></i>
<h3>my email</h3>
<p>abc@gmail.com</p>
</div>
<div class="box reveal">
<i class="fas fa-map-marker-alt reveal"></i>
<h3>my address</h3>
<p>Mumbai</p>
</div>
</div>
<div class="row reveal">
<form action="">
<div class="inputBox reveal">
<input type="text" placeholder="name">
<input type="email" placeholder="email">
</div>
<input class="reveal" type="text" placeholder="subject">
<textarea class="reveal" name="" id="" cols="30" rows="10" placeholder="message"></textarea>
<button class="btn" style="margin-top: 50px;"> send message </button>
</form>
<iframe class="reveal" src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d116834.13669278496!2d90.4193257!3d23.7806365!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3755b8b087026b81%3A0x8fa563bbdd5904c2!2sDhaka!5e0!3m2!1sen!2sbd!4v1655354500877!5m2!1sen!2sbd" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<!-- contact section ends -->
<!-- footer section -->
<div class="footer"><p style="margin-top: 2rem; margin-bottom: -1rem;">created by <span> <a href="#">Manishkumar Artiya</a> </span> | all rights reserved!</p>
<br><br>
</div>
<!-- jquery cdn link -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- custom js file link -->
<script src="script.js"></script>
<script>
ScrollReveal({
reset: true,
distance : '80px',
duration: 2500,
delay: 400
});
ScrollReveal().reveal('.heading', { delay: 400, origin: 'left' });
</script>
</body>
</html>