Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit1b4cad4

Browse files
committed
current update 2.0.1, some ui changes made
1 parentb96ff10 commit1b4cad4

File tree

3 files changed

+172
-196
lines changed

3 files changed

+172
-196
lines changed

‎index.html

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

4648
</ul>
4749

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

226228
<divclass="col-sm-4">
227229
<p>
228-
Programming
230+
Programming Languages 💻
229231
</p>
230232
<ulclass="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
<divclass="col-sm-4">
256249
<p>
257-
Other Toolsand Framework
250+
Other Tools🔨
258251
</p>
259252
<ulclass="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+
<sectionclass="experience_section"id="experience">
270+
<divclass="container">
271+
<h1class="text-center section-heading">
272+
Experience
273+
</h1>
274+
<tableclass="table table-striped table2">
275+
<theadclass="table-dark">
276+
<tr>
277+
<th>
278+
S.no
279+
</th>
280+
<th>
281+
Company
282+
</th>
283+
<th>
284+
Position
285+
</th>
286+
<thclass="starting">
287+
Starting
288+
</th>
289+
<thclass="duration">
290+
Duration
291+
</th>
292+
</tr>
293+
</thead>
294+
295+
<tbodyclass="table2_tbody">
296+
<tr>
297+
<td>1</td>
298+
<td>
299+
<div>
300+
<imgsrc="v2/public/assest/Images/FloData_Analytics.jpeg"alt="Company Logo"class="img-responsive img-fluid company_logo">
301+
<p> Flodata Analytics</p>
302+
<spanclass="text-center">
303+
<ahref="https://flodataanalytics.com/"target="_blank">
304+
<iclass="fa fa-link"></i>
305+
</a>
306+
</span>
307+
</div>
308+
309+
</td>
310+
<td>Python developer</td>
311+
<tdclass="starting">may 2021</td>
312+
<tdclass="duration">2 months</td>
313+
</tr>
314+
315+
<tr>
316+
<td>2</td>
317+
<td>
318+
<div>
319+
<imgsrc="v2/public/assest/Images/YouTube.svg"alt="Company Logo"class="img-responsive img-fluid company_logo">
320+
<p> YouTube</p>
321+
<spanclass="text-center">
322+
<ahref="https://www.youtube.com/channel/UCSVfA_mo9u3_eglngWNpCWg"target="_blank">
323+
<iclass="fa fa-link"></i>
324+
</a>
325+
</span>
326+
</div>
327+
328+
</td>
329+
<td>Algo Tutor</td>
330+
<tdclass="starting">Dec 2021</td>
331+
<tdclass="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
<sectionclass="project-section"id="project">
282343
<divclass="container">
283344
<h1class="text-center section-heading">
284-
Project
345+
Project 👨‍🎓
285346
</h1>
286347
<tableclass="table table-striped table1">
287348
<theadclass="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-
<sectionclass="experience_section"id="experience">
413-
<divclass="container">
414-
<h1class="text-center section-heading">
415-
Experience
416-
</h1>
417-
<tableclass="table table-striped table2">
418-
<theadclass="table-dark">
419-
<tr>
420-
<th>
421-
S.no
422-
</th>
423-
<th>
424-
Company
425-
</th>
426-
<th>
427-
Position
428-
</th>
429-
<thclass="starting">
430-
Starting
431-
</th>
432-
<thclass="duration">
433-
Duration
434-
</th>
435-
</tr>
436-
</thead>
437-
438-
<tbodyclass="table2_tbody">
439-
<tr>
440-
<td>1</td>
441-
<td>
442-
<div>
443-
<imgsrc="v2/public/assest/Images/FloData_Analytics.jpeg"alt="Company Logo"class="img-responsive img-fluid company_logo">
444-
<p> Flodata Analytics</p>
445-
<spanclass="text-center">
446-
<ahref="https://flodataanalytics.com/"target="_blank">
447-
<iclass="fa fa-link"></i>
448-
</a>
449-
</span>
450-
</div>
451-
452-
</td>
453-
<td>Python developer</td>
454-
<tdclass="starting">may 2021</td>
455-
<tdclass="duration">2 months</td>
456-
</tr>
457-
458-
<tr>
459-
<td>2</td>
460-
<td>
461-
<div>
462-
<imgsrc="v2/public/assest/Images/YouTube.svg"alt="Company Logo"class="img-responsive img-fluid company_logo">
463-
<p> YouTube</p>
464-
<spanclass="text-center">
465-
<ahref="https://www.youtube.com/channel/UCSVfA_mo9u3_eglngWNpCWg"target="_blank">
466-
<iclass="fa fa-link"></i>
467-
</a>
468-
</span>
469-
</div>
470-
471-
</td>
472-
<td>Algo Tutor</td>
473-
<tdclass="starting">Dec 2021</td>
474-
<tdclass="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
<sectionid="contact"class="contact">

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

Lines 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 .containerh1
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)

[8]ページ先頭

©2009-2025 Movatter.jp