Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Table of Contents End

/* 1 - Imported Stylesheets
------------------------------------------------------------------------*/
@import url(metrofontpack.css);
/*@import url(metrofontpack.css);*/


/* 2 - General Styles
Expand Down Expand Up @@ -268,22 +268,22 @@ a.hire-btn:hover{
opacity: .6;
background: #9fa3a9;
display: block;
font-family: 'fontello';
font-family: 'FontAwesome';
font-size: 15px;
height: 36px;
width: 36px;
line-height: 34px;
line-height: 36px;
margin: 0 0.1em 0.2em 0;
padding: 0;
text-align: center;
}

.social li a.facebook:before { content: '\e800'; }
.social li a.twitter:before { content: '\e801'; }
.social li a.linkedin:before { content: '\e802'; }
.social li a.google:before { content: '\e84d'; }
.social li a.github:before { content: '\e805'; }
.social li a.instagram:before { content: '\e80e'; }
.social li a.facebook:before { content: '\f09a'; }
.social li a.twitter:before { content: '\f099'; }
.social li a.linkedin:before { content: '\f0e1'; }
.social li a.google:before { content: '\f0d5'; }
.social li a.github:before { content: '\f09b'; }
.social li a.instagram:before { content: '\f16d'; }

/* social icon hovers */
.social li a.facebook:hover {
Expand All @@ -301,7 +301,6 @@ a.hire-btn:hover{
opacity: 1;
border-color: #2089b5;
}
}
.social li a.google:hover {
background-color:#c63d2d;
opacity: 1;
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2>About me</h2>
<p>: Gachibowli<br> Hyderabad</p>
</div><!-- end .info-details -->
<p class="about-signature">Nithin</p>
<a href="#" class="mt-button large btn"><i class="fa-download"></i><span>Download Resume</span></a>
<a href="#" class="mt-button large btn"><i class="fa fa-download"></i><span>Download Resume</span></a>
</div> <!-- end .about-info -->
</div> <!-- end .col-md-4 -->
<div class="col-md-8">
Expand Down Expand Up @@ -198,7 +198,7 @@ <h2>MY RESUME</h2>
<div class="timeline-category exp-category">
<a class="large bt-timeline">Achievements</a>
<div class="timeline-category-icon">
<div class="iconspace"><i class="fa-trophy"></i></div>
<div class="iconspace"><i class="fa fa-trophy"></i></div>
</div> <!-- /.timeline-category-icon end -->
</div> <!-- /.timeline-category end -->
<div class="timeline-post">
Expand Down Expand Up @@ -264,7 +264,7 @@ <h4>Volunteer</h4>
<div class="timeline-category edu-cagegory">
<a class="large bt-timeline">Education</a>
<div class="timeline-category-icon">
<div class="iconspace"><i class="fa-book"></i></div>
<div class="iconspace"><i class="fa fa-book"></i></div>
</div> <!-- /.timeline-category-icon end -->
</div> <!-- /.timeline-category end -->
<div class="timeline-post">
Expand Down Expand Up @@ -312,7 +312,7 @@ <h4>SSC</h4>

<!-- Education Timeline -->

<div class="timeline-end-icon"><span> <i class="fa-bookmark"></i></span></div>
<div class="timeline-end-icon"><span> <i class="fa fa-bookmark"></i></span></div>
</div> <!-- /.timeline end -->
</div> <!-- /.col-md-12 end -->
</div> <!-- /.row end -->
Expand Down Expand Up @@ -620,6 +620,6 @@ <h3>Follow me </h3>
<script type="text/javascript" src="js/scripts.js"></script>

<!-- Scroll Top -->
<a class="scroll-top" href="#" title="Scroll to top"><i class="fa-chevron-up"></i></a>
<a class="scroll-top" href="#" title="Scroll to top"><i class="fa fa-chevron-up"></i></a>
</body>
</html>