Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1b4cad4

Browse filesBrowse files
committed
current update 2.0.1, some ui changes made
1 parent b96ff10 commit 1b4cad4
Copy full SHA for 1b4cad4

File tree

3 files changed

+172
-196
lines changed
Filter options

3 files changed

+172
-196
lines changed

‎index.html

Copy file name to clipboardExpand all lines: index.html
+87-98Lines changed: 87 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,16 @@
3434
<li class="nav-item">
3535
<a href="#skill" class="nav-link">Skills</a>
3636
</li>
37-
38-
<li class="nav-item">
39-
<a href="#project" class="nav-link">Project</a>
40-
</li>
37+
4138
<li class="nav-item">
4239
<a href="#experience" class="nav-link">Experience
4340
</a>
4441
</li>
42+
43+
<li class="nav-item">
44+
<a href="#project" class="nav-link">Project</a>
45+
</li>
46+
4547

4648
</ul>
4749

@@ -204,11 +206,11 @@ <h1 class="section-heading">About</h1>
204206
<section class="skill-section container" id="skill">
205207
<div class="container" style="padding: 15px;">
206208
<h1 class="text-center section-heading">
207-
Skills
209+
Skills 🔧
208210
</h1>
209211
<div class="row text-center">
210212
<div class="col-sm-4">
211-
<p>Strengths</p>
213+
<p>Strengths 💪</p>
212214
<ul class="strength_list">
213215
<li>
214216
<p>Algorithms</p>
@@ -225,7 +227,7 @@ <h1 class="text-center section-heading">
225227

226228
<div class="col-sm-4">
227229
<p>
228-
Programming
230+
Programming Languages 💻
229231
</p>
230232
<ul class="programming_list">
231233
<li>
@@ -235,16 +237,7 @@ <h1 class="text-center section-heading">
235237
<p>Python</p>
236238
</li>
237239
<li>
238-
<p>HTML</p>
239-
</li>
240-
<li>
241-
<p>CSS</p>
242-
</li>
243-
<li>
244-
<p>Javascript</p>
245-
</li>
246-
<li>
247-
<p>PHP</p>
240+
<p>Java</p>
248241
</li>
249242
<li>
250243
<p>SQL</p>
@@ -254,18 +247,12 @@ <h1 class="text-center section-heading">
254247
</div>
255248
<div class="col-sm-4">
256249
<p>
257-
Other Tools and Framework
250+
Other Tools 🔨
258251
</p>
259252
<ul class="other_list">
260253
<li>
261254
<p>Git</p>
262255
</li>
263-
<li>
264-
<p>Bootstrap</p>
265-
</li>
266-
<li>
267-
<p>Adobe XD</p>
268-
</li>
269256
<li>
270257
<p>Linux</p>
271258
</li>
@@ -277,11 +264,85 @@ <h1 class="text-center section-heading">
277264
</section>
278265
<!-- skill section end -->
279266

267+
<!-- experience section start -->
268+
269+
<section class="experience_section" id="experience">
270+
<div class="container">
271+
<h1 class="text-center section-heading">
272+
Experience
273+
</h1>
274+
<table class="table table-striped table2">
275+
<thead class="table-dark">
276+
<tr>
277+
<th>
278+
S.no
279+
</th>
280+
<th>
281+
Company
282+
</th>
283+
<th>
284+
Position
285+
</th>
286+
<th class="starting">
287+
Starting
288+
</th>
289+
<th class="duration">
290+
Duration
291+
</th>
292+
</tr>
293+
</thead>
294+
295+
<tbody class="table2_tbody">
296+
<tr>
297+
<td>1</td>
298+
<td>
299+
<div >
300+
<img src="v2/public/assest/Images/FloData_Analytics.jpeg" alt="Company Logo" class="img-responsive img-fluid company_logo">
301+
<p> Flodata Analytics</p>
302+
<span class="text-center">
303+
<a href="https://flodataanalytics.com/" target="_blank">
304+
<i class="fa fa-link"></i>
305+
</a>
306+
</span>
307+
</div>
308+
309+
</td>
310+
<td>Python developer</td>
311+
<td class="starting">may 2021</td>
312+
<td class="duration">2 months</td>
313+
</tr>
314+
315+
<tr>
316+
<td>2</td>
317+
<td>
318+
<div >
319+
<img src="v2/public/assest/Images/YouTube.svg" alt="Company Logo" class="img-responsive img-fluid company_logo">
320+
<p> YouTube</p>
321+
<span class="text-center">
322+
<a href="https://www.youtube.com/channel/UCSVfA_mo9u3_eglngWNpCWg" target="_blank">
323+
<i class="fa fa-link"></i>
324+
</a>
325+
</span>
326+
</div>
327+
328+
</td>
329+
<td>Algo Tutor</td>
330+
<td class="starting">Dec 2021</td>
331+
<td class="duration">running</td>
332+
</tr>
333+
</tbody>
334+
</table>
335+
</div>
336+
</section>
337+
338+
<!-- experience section end -->
339+
340+
280341
<!-- project section start -->
281342
<section class="project-section" id="project">
282343
<div class="container">
283344
<h1 class="text-center section-heading">
284-
Project
345+
Project 👨‍🎓
285346
</h1>
286347
<table class="table table-striped table1">
287348
<thead class="thead-dark">
@@ -407,79 +468,7 @@ <h1 class="text-center section-heading">
407468
</section>
408469
<!-- project section end -->
409470

410-
<!-- experience section start -->
411-
412-
<section class="experience_section" id="experience">
413-
<div class="container">
414-
<h1 class="text-center section-heading">
415-
Experience
416-
</h1>
417-
<table class="table table-striped table2">
418-
<thead class="table-dark">
419-
<tr>
420-
<th>
421-
S.no
422-
</th>
423-
<th>
424-
Company
425-
</th>
426-
<th>
427-
Position
428-
</th>
429-
<th class="starting">
430-
Starting
431-
</th>
432-
<th class="duration">
433-
Duration
434-
</th>
435-
</tr>
436-
</thead>
437-
438-
<tbody class="table2_tbody">
439-
<tr>
440-
<td>1</td>
441-
<td>
442-
<div >
443-
<img src="v2/public/assest/Images/FloData_Analytics.jpeg" alt="Company Logo" class="img-responsive img-fluid company_logo">
444-
<p> Flodata Analytics</p>
445-
<span class="text-center">
446-
<a href="https://flodataanalytics.com/" target="_blank">
447-
<i class="fa fa-link"></i>
448-
</a>
449-
</span>
450-
</div>
451-
452-
</td>
453-
<td>Python developer</td>
454-
<td class="starting">may 2021</td>
455-
<td class="duration">2 months</td>
456-
</tr>
457-
458-
<tr>
459-
<td>2</td>
460-
<td>
461-
<div >
462-
<img src="v2/public/assest/Images/YouTube.svg" alt="Company Logo" class="img-responsive img-fluid company_logo">
463-
<p> YouTube</p>
464-
<span class="text-center">
465-
<a href="https://www.youtube.com/channel/UCSVfA_mo9u3_eglngWNpCWg" target="_blank">
466-
<i class="fa fa-link"></i>
467-
</a>
468-
</span>
469-
</div>
470-
471-
</td>
472-
<td>Algo Tutor</td>
473-
<td class="starting">Dec 2021</td>
474-
<td class="duration">running</td>
475-
</tr>
476-
</tbody>
477-
</table>
478-
</div>
479-
</section>
480-
481-
<!-- experience section end -->
482-
471+
483472
<!-- contact me section start -->
484473

485474
<section id="contact" class="contact">

‎v2/public/assest/css/index.css

Copy file name to clipboardExpand all lines: v2/public/assest/css/index.css
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ nav li a
245245
.skill-section
246246
{
247247
padding-top: 58px;
248-
min-height: 500px;
248+
min-height: 200px;
249249
}
250250
.skill-section .container h1
251251
{
@@ -271,7 +271,7 @@ nav li a
271271
.project-section
272272
{
273273
padding-top: 70px;
274-
min-height: 820px;
274+
min-height: 400px;
275275
}
276276
.description
277277
{

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.