forked from saurabhkulkarni01/saurabhkulkarni01.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
319 lines (259 loc) · 10.7 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
<!DOCTYPE html>
<html>
<title>My portfolio</title>
<head >
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<script src="custom.js"></script>
<!-- Bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" crossorigin="anonymous">
</script>
<script
src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="typed.min.js"></script>
</head>
<body >
<header>
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand logo" href=""><span>S</span>aurabh</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse menu" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-auto">
<li class="nav-item" >
<a class="nav-link" href="#about"><span style="color: white;">Resume</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills"><span style="color: white;">Skills</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects"><span style="color: white;">Projects</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact"><span style="color: white;">Contact</span></a>
</li>
</ul>
</div>
</nav>
<!--<nav >
<div class="logo" > </div>
<div class="menu">
<a href="#" >Home</a>
<a href="#" >About</a>
<a href="#" >Skills</a>
<a href="#" >Services</a>
<a href="#" >Contact</a>
</div>
</nav>-->
<div class="text" style="transform: translateX(25%);">
<p>Hello , there I am</p>
<h1>Saurabh Kulkarni</h1>
<p> And I am <span id="prog" style="color: #e74c3c;">Programmer</span></p>
<a href="#contact">
<button class="c-button" >Connect with Me</button></a>
</div>
</header>
<!--<section id="sidenav">
<a href="#" >Home</a>
<a href="#" >About</a>
<a href="#" >Skills</a>
<a href="#" >Services</a>
<a href="#" >Contact</a>
</section>-->
<section id="about">
<div class="section-info">
<h1> Resume</h1>
<p>Who i am ?</p>
</div>
<div class="about-row">
<div class="about-left-col">
<img src="program.png">
</div>
<div class="about-right-col">
<p id="p-title">
Hello , I am Saurabh & I'm a <span id="prog2" style="color: #e74c3c;"> Programmer</span>
</p>
Internship and good Projects <br>
ideas are always welcome.<br>
You can connect me at facebook And LinkedIn !! <br>
My mail id is <a href = "mailto: [email protected]" style="color: tomato;">[email protected] </a> . <br>
here is my resume for more information..<br>
<p> </p>
<a href="Resume1.pdf">
<button class="c-button">My Resume</button>
</a>
</div>
</div>
</section>
<section id="skills">
<div class="section-info">
<h1 style="color: white;"> Skills</h1>
<p>.........</p>
</div>
<div class="skills-row">
<div class="skills-left-col">
<p style="margin-right: 50px;">
I am currently doing Third year from<br>
Mechanical branch at IIT Kharagpur.<br>
I am full stack developer and c++ Programmer.<br>
I love to make website , wrinting codes And<br>
old melody songs ...!!
</p><a href="https://www.linkedin.com/in/saurabh-kulkarni-a1657a1a2">
<button class="c-button">Read More</button></a>
</div>
<div class="skills-right-col">
<div class="progress-div">
<p>
<span>C Programming</span>
<br>
<progress value="65" max="100"></progress>
<span>65%</span>
</p>
<p>
<span>C++ Programming</span>
<br>
<progress value="60" max="100"></progress>
<span>60%</span>
</p>
<p>
<span>HTML</span>
<br>
<progress value="80" max="100"></progress>
<span>80%</span>
</p>
<p>
<span>CSS</span>
<br>
<progress value="74" max="100"></progress>
<span>74%</span>
</p>
<p>
<span>JAVA script</span>
<br>
<progress value="65" max="100"></progress>
<span>65%</span>
</p>
<p>
<span>Bootstrap</span>
<br>
<progress value="72" max="100"></progress>
<span>72%</span>
</p>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="section-info">
<h1>My Projects </h1>
<p>And CP</p>
</div>
<div class="services-row">
<div class="services-box"data-tilt>
<img src="adventurer.png">
<h2>Web Design</h2>
<p>
As I full stack Developer
I did some projects in web
Development . Here is My
Adventure Park website I
created as personal
project.<a href="https://shardakulkarni.github.io/">Here </a>is a link of project<br>
</p>
</div>
<div class="services-box" data-tilt>
<img src="engineering.png">
<h2>Matlab Mechanism</h2>
<p >
As a Mechanical Engineer I did
some projects in my branch.
<a href="https://www.youtube.com/watch?v=_ddjjcyyGs8" ">Here </a> is illustration of dumper
truck mechanism using matlab and explained
it using You Tube.
</p>
</div>
<div class="services-box" data-tilt>
<img src="c-.png">
<h2>Competetive Programming</h2>
<p>
As Competetive Programmer I do
participate in competition.<a href="https://codeforces.com/profile/saurabhkulkarni" ">This</a>
is my codeforces account link And
<a href="https://www.codechef.com/users/saurabh_11111" ">This</a> is my codechef account link.
</p>
</div>
</div>
</section>
<script src="tilt.jquery.min.js"></script>
<section id="contact">
<div class="section-info" style="color: #e74c3c">
<h1> Contact</h1>
<p style="color: black;">Get In Touch !</p>
</div>
<div class="contact-row">
<div class="contact-left-col">
<img src="output-onlinepngtools.png" style="width: 60%; transform: translateX(100px);">
</div>
<div class="contact-right-col">
<form action="mailto:[email protected]"
method="POST"
enctype="multipart/form-data"
name="EmailForm" >
<h2>Connect with me !!</h2>
<input type="text" name="Contact-name" placeholder="Name">
<input type="email" name="Contact-email" placeholder="Email">
<br>
<textarea cols="40" name="Contact-message" rows="10" placeholder="Message"></textarea>
<br><br>
<button type="submit" value="Submit" action="mailto:[email protected]" method="POST" enctype="multipart/form-data" class="c-button">Send</button>
</form>
<!-- Sample HTML Form -->
</div>
</div>
</section>
<ul id="foot" >
<li>
<a href="https://www.facebook.com/saurabh.kulkarni.01">
<i class="fab fa-facebook-f icon"></i> </a>
</li>
<li>
<a href="#contact"><i class="fab fa-twitter icon"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/saurabh-kulkarni-a1657a1a2"><i class="fab fa-linkedin-in icon"></i></a></li>
<li>
<a href="[email protected]"><i class="fab fa-google-plus-g icon"></i></a></li>
</ul>
<p style="align-items: center; text-align: center;">© Copyright Saurabh</p>
<script>
let animate =new Typed('#prog',{
strings:["Programmer", "Front End Developer" , "Mechanical Engineer" ],
typeSpeed:100,
backSpeed:100,
loop:true,
})
</script>
<script>
let animat =new Typed('#prog2',{
strings:[" Programmer", " Front End Developer" , " Mechanical Engineer" ],
typeSpeed:100,
backSpeed:100,
loop:true,
})
</script>
<!-- <script src="jquery.ripples-min.js"></script>
<script>
jQuery(document).ready(function(){
$('header').ripples({
dropRadius: 20,
perturbance: 0.03,
});
});
</script>-->
</body>
</html>