-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
388 lines (340 loc) · 17.1 KB
/
index.html
File metadata and controls
388 lines (340 loc) · 17.1 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
380
381
382
383
384
385
386
387
388
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Shriram's Portfolio</title>
<!-- Font Awesome-->
<script src="https://kit.fontawesome.com/85a51766c8.js" crossorigin="anonymous"></script>
<!-- Material Icons -->
<!-- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- jQuery Library for navbar-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link href="style.css" rel="stylesheet" type="text/css">
<!-- swiper js -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
</head>
<body>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!--NAV BAR------------------->
<nav class="navbar navbar-inverse">
<div class="navbar-header">
<a href="#"> <img src="contents/sm.png" class="logo"></a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#home" class="text12">About me</a></li>
<li><a href="#skills" class="text12">Skills</a></li>
<li id="pp"><a href="#projects" class="text11">Projects</a></li>
<li><a href="#contact" class="text12">Get in touch</a></li>
</ul>
</div>
</nav>
<!-- Home --------------------------------->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<section class="w3-animate-top">
<div class="text-1" data-aos="fade-up-right">Hi, I am</div>
<div class="text-2" data-aos="fade-up-right">Shriram</div>
<div class="container">
<span class="text first-text">And I'm a </span>
<span class="text sec-text">Freelancer</span>
</section>
<!-- <a href="#">Hire me</a> -->
</div>
</div>
</section>
<!-- About ------------------------------>
<section class="about" id="about">
<div class="max-width">
<h2 class="title" style="color: #4070f4;">About Me</h2><br>
<div class="about-content">
<div class="column left">
<a href="#"><img src="contents/me.jpeg" alt="Profile Image 626x626"></a>
</div>
<div class="column right">
<div class="text"><b style="color:#4070f4 ;">I'm Shriram</b></div>
<p>Hello and welcome! I am a dedicated programmer and web developer, currently enrolled at Sandip
University in Nashik. With a strong passion for crafting digital experiences, I strive to
combine my technical skills with creative insights. My portfolio showcases a collection of
projects that reflect my commitment to producing professional and user-friendly web solutions.
</p>
<br>
<div class="text" style="color:#4070f4 ;">
About My field
</div>
<p>Programming is a dynamic process where humans and computers collaborate to solve complex
problems. It's the art of instructing computers to execute specific tasks. Since 2021, I've been
immersed in the world of coding, mastering languages such as C, C++, Java, Python, JavaScript,
and more. This journey has enabled me to translate innovative ideas into functional and elegant
solutions.
<!-- Present I'm looking Machine Learning Course and also in Cyber Security Internship -->
</p>
<!-- <a href="#link" target="blank">Download CV</a> -->
</div>
</div>
</div><br><br><br>
</section>
<!-- Services -->
<section class="services" id="services">
<div class="max-width">
<h2 class="title">
My area of Expertise
</h2><br><br>
<div class="serv-content">
<div class="card" id="bg-b">
<div class="box">
<i class="fa fa-laptop"></i>
<div class="text" style="color:#4070f4;">Web Design</div>
<p>As a skilled developer with expertise in building responsive unique websites, I am able to
construct with contemporary design elements because of my great skill in HTML, CSS, and
JavaScript. In addition to my technical abilities.</p>
</div>
</div>
<div class="card" id="bg-b">
<div class="box">
<i class='fas fa-brain'></i>
<div class="text" style="color:#4070f4;">Problem Solving</div>
<p>With a curious and logical mind, I thrive on transforming challenges into opportunities. I
analyze complex problems, uncover innovative solutions, and apply critical thinking to
deliver effective results. Embracing challenges lies at the core of my problem-solving
approach.</p>
</div>
</div>
<div class="card" id="bg-b">
<div class="box">
<i class="fa-solid fa-code"></i>
<div class="text" style="color:#4070f4;">Programming</div>
<p>I love developing innovative and simple to use software solutions. I'm proficient in
Python programming, which is one of my technological strengths. I'm confident to say that I
keep up with the industry's newest trends and technology.</p>
</div>
</div>
</div>
</div><br>
</section>
<!-- Skills ------------------------------------------->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title" style="color:#4070f4 ;">My Skills</h2>
<div class="skills-content">
<div class="column left">
<br>
<div class="text" style="color:#4070f4 ;">PROJECT</div>
<p>
<p><b>WebSite's</b></p>
<a href="https://shriram2005.github.io/Amazon-clone-project" target="_blank" class="project">Amazon Clone</a>
<a href="https://shriram2005.github.io/to-do-list" target="_blank" class="project">To Do List</a>
<a href="" target="_blank" class="project">Calculator</a>
<a href="" target="_blank" class="project">Developers Club</a>
<a href="" target="_blank" class="project">Netflix Clone</a>
<br>
<p><b>Other Projects</b></p>
<a href="" target="_blank" class="project">ATM (C)</a>
<a href="" target="_blank" class="project">Voting System (JS)</a>
<a href="" target="_blank" class="project">Password Generator (C)</a>
<a href="" target="_blank" class="project">Stone Paper Scissor (Chatbot JS)</a>
</p>
<br>
</div>
<div class="column right">
<div>
<h3 style="color:#4070f4 ;">Skills</h3>
</div>
<div class="bars">
<div class="info">
<span>HTML/CSS
</span>
</div>
<div class="line html"></div>
</div>
<div class="bars">
<div class="info">
<span>JavaScript</span>
</div>
<div class="line js"></div>
</div>
<div class="bars">
<div class="info">
<span>Bootstrap</span>
</div>
<div class="line bootstrap"></div>
</div>
<div class="bars">
<div class="info">
<span>Tailwind CSS</span>
</div>
<div class="line tailwind"></div>
</div>
<div class="bars">
<div class="info">
<span>Python</span>
</div>
<div class="line python"></div>
</div>
<div class="bars">
<div class="info">
<span>React</span>
</div>
<div class="line react"></div>
</div>
<div class="bars">
<div class="info">
<span>Java
</span>
</div>
<div class="line java"></div>
</div>
<div>
<!-- <h3>Certicate's</h3>
<a href="/certificate/password.html">
<h4 style="text-align: center; background-color: black;padding:5px 5px;cursor: pointer;">
View (See You Need Password To Access)</h4> -->
</a>
</div>
</div>
</div>
</div>
</section>
<!-- works/ projects ------------------------------------->
<section class="projects" id="projects">
<div class="max-width">
<h2 class="title">My Projects</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<a href="#"><img id="img" src="contents/ai.jpeg" alt=""
style="background-size:-10% -10%;background-repeat:no-repeat;"></a>
<div class="text">AI<i class='fas fa-brain'></i></div>
<p>With my skills and you're action let's see ChatBots And Face Filters Projects like
Face Mash(Filter), General knowledge(ChatBot),
Stone Paper Scissor(ChatBot)</p>
<a href="#" class="see-work">See Works</a>
</div>
</div>
<br>
<div class="card">
<div class="box">
<a href="#"> <img id="img" src="contents/website.jpeg" alt=""></a>
<div class="text">WebSite<i class="fa fa-laptop"></i></div>
<p>Because of great skilled developer i am able to create responsive unique websites, There are
amazing websites
like <b>Whatsapp, Photo Gallery, Games, Animation and many
more</b></p>
<a href="#" class="see-work">See Works</a>
</div>
</div>
<br>
<div class="card">
<div class="box">
<a href="#"> <img id="img" src="contents/vr.jpeg" alt=""></a>
<div class="text">VR<i class="fa-solid fa-vr-cardboard" style="color: #ffffff;"></i></div>
<p>I love developing innovative and simple games with the help of JavaScript i Created VR Games
Like Flappy Bird, Ping Pong, Penalty And etc.</p>
<a href="#" class="see-work">See Works</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact --------------------------->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title" style="color:#4070f4 ;">Contact Me</h2>
<div class="contact-content">
<div class="column left">
<div class="text" style="color:#4070f4 ;">Get in Touch</div>
<p>Feel free to reach out to me anytime. Whether you have new projects, original concepts, or
opportunities to collaborate on your ideas, I'm always open for a discussion. For any questions
or inquiries, please don't hesitate to email me. I'll be delighted to provide you with answers.
</p>
<div class="icons">
<div class="row">
<i class="fa-solid fa-user-large"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">
Shriram Mange</div>
</div>
</div>
<div class="row">
<i class="fa-solid fa-envelope"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title"><a
href="mailto:shrirammange12345@gmail.com">shrirammange12345@gmail.com</a></div>
</div>
</div>
<div class="row">
<i class="fa-solid fa-language"></i>
<i class="bi bi-translate"></i>
<div class="info">
<div class="head">Language Known</div>
<div class="sub-title">English, Hindi, Marathi</div>
</div>
</div>
<div class="social-menu">
<a href="https://www.linkedin.com/in/shriram-mange"><i
class="fa fa-linkedin-square"></i></a>
<a href="https://github.com/Shriram2005"><i class="fa fa-github"></i></a>
<a href="https://www.instagram.com"><i class="fa fa-instagram"></i></a>
<a href="https://twitter.com"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<!-- Reach --------------------------------------->
<div class="column right">
<div class="text">Contact</div>
<form action="#">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Your Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Your Email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Message.." required></textarea>
</div>
<div class="button-area">
<button type="submit">Send message</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<br><br>
<p>Thanks for visiting and giving you're precious time</p>
<br>
<a href="#"><img src="contents/sm.png" width="8%" id="f-logo"></a><br><br>
<p> ©<a><b>Shriram_Mange</b></a></p>
<br><br><br>
<a href="#"> <b>ShriramMange </a> <span class="far fa-copyright"></span> 2023 All
Rights Reserved. Privacy & Policy</b>
</span>
</footer>
<script src="script.js"></script>
<!-- swiper js -->
<script src="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.js"></script>
</body>
</html>