forked from xriley/pillar-theme
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from rahul2103/enhanc/skill
header fixes
- Loading branch information
Showing
1 changed file
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,20 +32,29 @@ | |
<!--//col--> | ||
<div class="col"> | ||
<div class="row p-4 justify-content-center justify-content-md-between"> | ||
<div class="primary-info col-auto"> | ||
<h1 class="name mt-0 mb-1 text-white text-uppercase text-uppercase">Rahul Singh</h1> | ||
<div class="title mb-3">SE | Ruby on Rails | Spree E-Commerce</div> | ||
<div class="primary-info col-12 col-lg-9 col-md-11"> | ||
<h1 class="name mt-0 mb-1 text-white text-uppercase text-uppercase text-center text-md-start">Rahul Singh</h1> | ||
<div class="title mb-3 text-center text-md-start">SE | Ruby on Rails | Spree E-Commerce</div> | ||
<ul class="list-unstyled"> | ||
<li class="mb-2"><a class="text-link" href="#"><i class="far fa-envelope fa-fw me-2" data-fa-transform="grow-3"></i>[email protected]</a></li> | ||
<li><a class="text-link" href="#"><i class="fas fa-mobile-alt fa-fw me-2" data-fa-transform="grow-6"></i>+91 9807474552</a></li> | ||
<li class="mb-2"><a class="text-link" href="mailto:[email protected]"><i class="far fa-envelope fa-fw me-2" data-fa-transform="grow-3"></i>[email protected]</a></li> | ||
<li><a class="text-link" href="tel:+919807474552"><i class="fas fa-mobile-alt fa-fw me-2" data-fa-transform="grow-6"></i>+91 98074 74552</a></li> | ||
</ul> | ||
</div> | ||
<!--//primary-info--> | ||
<div class="secondary-info col-auto mt-2"> | ||
<div class="secondary-info col-12 col-lg-3 col-md-1 mt-2"> | ||
<ul class="resume-social list-unstyled"> | ||
<li class="mb-3"><a class="text-link" href="https://www.linkedin.com/in/er-rahulsingh2103/"><span class="fa-container text-center me-2"><i class="fab fa-linkedin-in fa-fw"></i></span>er-rahulsingh2103</a></li> | ||
<li class="mb-3"><a class="text-link" href="https://github.com/rahul2103/"><span class="fa-container text-center me-2"><i class="fab fa-github-alt fa-fw"></i></span>rahul2103</a></li> | ||
<li class="mb-3"><a class="text-link" href="https://www.instagram.com/rahulsingh.2103/"><span class="fa-container text-center me-2"><i class="fab fa-instagram fa-fw"></i></span>rahulsingh.2103</a></li> | ||
<li class="mb-3"> | ||
<a class="text-link" href="https://www.linkedin.com/in/er-rahulsingh2103/" target="_blank"> | ||
<span class="fa-container text-center me-2"><i class="fab fa-linkedin-in fa-fw"></i></span> | ||
<span class="d-md-none d-lg-inline-block">er-rahulsingh2103</span> | ||
</a> | ||
</li> | ||
<li class="mb-3"> | ||
<a class="text-link" href="https://github.com/rahul2103/" target="_blank"> | ||
<span class="fa-container text-center me-2"><i class="fab fa-github-alt fa-fw"></i></span> | ||
<span class="d-md-none d-lg-inline-block"> rahul2103</span></a></li> | ||
<li class="mb-3"><a class="text-link" href="https://www.instagram.com/rahulsingh.2103/" target="_blank"><span class="fa-container text-center me-2"><i class="fab fa-instagram fa-fw"></i></span><span class="d-md-none d-lg-inline-block">rahulsingh.2103</span></a></li> | ||
<li class="mb-3"><a class="text-link" href="https://wa.me/+919807474552" target="_blank"><span class="fa-container text-center me-2"><i class="fab fa-whatsapp fa-fw"></i></span><span class="d-md-none d-lg-inline-block">rahulsingh.2103</span></a></li> | ||
</ul> | ||
</div> | ||
<!--//secondary-info--> | ||
|
@@ -56,7 +65,10 @@ <h1 class="name mt-0 mb-1 text-white text-uppercase text-uppercase">Rahul Singh< | |
</div> | ||
<!--//row--> | ||
</header> | ||
|
||
<div class="resume-body p-5"> | ||
|
||
<!-- // Career Summary --> | ||
<section class="resume-section summary-section mb-5"> | ||
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Career Summary</h2> | ||
<div class="resume-section-content"> | ||
|
@@ -66,8 +78,11 @@ <h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Caree | |
</div> | ||
</section> | ||
<!--//summary-section--> | ||
|
||
<div class="row"> | ||
<div class="col-lg-9"> | ||
|
||
<!-- //Work Experience --> | ||
<section class="resume-section experience-section mb-5"> | ||
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Work Experience</h2> | ||
<div class="resume-section-content"> | ||
|
@@ -186,6 +201,7 @@ <h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used | |
</section> | ||
<!--//experience-section--> | ||
|
||
<!-- //Projects --> | ||
<section class="resume-section experience-section mb-5"> | ||
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Projects</h2> | ||
<div class="resume-section-content"> | ||
|
@@ -304,7 +320,10 @@ <h4 class="resume-timeline-item-desc-heading font-weight-bold">Technologies used | |
</section> | ||
<!--//projects-section--> | ||
</div> | ||
|
||
<div class="col-lg-3"> | ||
|
||
<!-- //Skills --> | ||
<section class="resume-section skills-section mb-5"> | ||
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Skills & Tools</h2> | ||
<div class="resume-section-content"> | ||
|
@@ -477,6 +496,8 @@ <h4 class="resume-skills-cat font-weight-bold">Others</h4> | |
<!--resume-section-content--> | ||
</section> | ||
<!--//skills-section--> | ||
|
||
<!-- //Education --> | ||
<section class="resume-section education-section mb-5"> | ||
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Education</h2> | ||
<div class="resume-section-content"> | ||
|
@@ -495,7 +516,9 @@ <h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Educa | |
</div> | ||
</section> | ||
<!--//education-section--> | ||
<!-- <section class="resume-section reference-section mb-5"> | ||
|
||
<!-- //Awards --> | ||
<section class="resume-section reference-section mb-5 d-none"> | ||
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Awards</h2> | ||
<div class="resume-section-content"> | ||
<ul class="list-unstyled resume-awards-list"> | ||
|
@@ -511,8 +534,9 @@ <h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Award | |
</li> | ||
</ul> | ||
</div> | ||
</section> --> | ||
<!--//interests-section--> | ||
</section> | ||
|
||
<!--//Language-section--> | ||
<section class="resume-section language-section mb-5"> | ||
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Language</h2> | ||
<div class="resume-section-content"> | ||
|
@@ -523,6 +547,8 @@ <h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Langu | |
</div> | ||
</section> | ||
<!--//language-section--> | ||
|
||
<!-- //Interests-section --> | ||
<section class="resume-section interests-section mb-5"> | ||
<h2 class="resume-section-title text-uppercase font-weight-bold pb-3 mb-3">Interests</h2> | ||
<div class="resume-section-content"> | ||
|