Skip to content

Commit

Permalink
fixed nav a hover issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithrajasekharan committed Nov 5, 2017
2 parents 320391a + 0d3573a commit 6e82340
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions css/main2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified images/connect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
Expand All @@ -17,8 +18,9 @@
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">

<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main2.css">
Expand All @@ -43,7 +45,7 @@
<div class="header-logo">
<img src="images/icon.png" style="border-radius:100%; padding:20px; width: 90px;"/>
</div>

<div id="title">Youcuredme</div>
<nav id="header-nav-wrap">
<ul class="header-main-nav">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
Expand All @@ -52,8 +54,6 @@
<li><a class="smoothscroll" href="#testimonials" title="testimonials">Testimonials</a></li>
<li><a class="smoothscroll" href="#download" title="download">Download</a></li>
</ul>

<a href="#" title="sign-up" class="button button-primary cta">Sign Up</a>
</nav>

<a class="header-menu-toggle" href="#"><span>Menu</span></a>
Expand Down Expand Up @@ -84,10 +84,7 @@ <h1 data-aos="fade-up">
<span class="icon-circle-down" aria-hidden="true"></span>
Download App
</a>
<a href="http://player.vimeo.com/video/14592941?title=0&amp;byline=0&amp;portrait=0&amp;color=39b54a" data-lity class="button stroke">
<span class="icon-play" aria-hidden="true"></span>
Watch Video
</a>

</div>

</div>
Expand Down Expand Up @@ -442,10 +439,10 @@ <h1 class="intro-header" data-aos="fade-up">Coming Soon ! to playstore</h1>
<div class="footer-main">
<div class="row">

<div class="col-md">
<div class="col-three md-1-3 tab-full footer-info">

<div class="footer-logo"></div>
<h4>Youcuredme</h4><hr>
<h4>Youcuredme</h4>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque in ipsum id orci porta dapibus. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus.
</p>
Expand All @@ -471,7 +468,7 @@ <h4>Youcuredme</h4><hr>

</div> <!-- end footer-info -->

<div class="col-md">
<div class="col-three md-1-3 tab-1-2 mob-full footer-contact">

<h4>Contact</h4>

Expand All @@ -489,7 +486,7 @@ <h4>Contact</h4>

</div> <!-- end footer-contact -->

<div class="col-md">
<div class="col-two md-1-3 tab-1-2 mob-full footer-site-links">

<h4>Site Links</h4>

Expand All @@ -503,6 +500,9 @@ <h4>Site Links</h4>
</ul>

</div> <!-- end footer-site-links -->



</div> <!-- /row -->
</div> <!-- end footer-main -->

Expand Down

0 comments on commit 6e82340

Please sign in to comment.