Commit 7cea439a authored by John Noel Victorino's avatar John Noel Victorino

Fixed js and css

parent 189ea484
This diff is collapsed.
...@@ -13,15 +13,5 @@ ...@@ -13,15 +13,5 @@
//= require jquery //= require jquery
//= require jquery_ujs //= require jquery_ujs
//= require turbolinks //= require turbolinks
//= require_tree . //= require bootstrap.js
//= require_tree .
<script src="vendor/jquery/jquery.min.js"></script> \ No newline at end of file
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<script src="js/agency.min.js"></script>
\ No newline at end of file
...@@ -227,7 +227,7 @@ fieldset[disabled] .btn-xl.active { ...@@ -227,7 +227,7 @@ fieldset[disabled] .btn-xl.active {
} }
} }
header { header {
background-image: url('../img/header-bg.jpg'); /*background-image: url('../img/header-bg.jpg');*/
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: scroll; background-attachment: scroll;
background-position: center center; background-position: center center;
......
This diff is collapsed.
...@@ -55,8 +55,6 @@ h3{ ...@@ -55,8 +55,6 @@ h3{
{ {
color: #245269; color: #245269;
} }
}
h2 { h2 {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-weight: 700; font-weight: 700;
...@@ -126,7 +124,7 @@ a:hover { ...@@ -126,7 +124,7 @@ a:hover {
} }
a:active, a:active
{ {
border-bottom: 3px solid; border-bottom: 3px solid;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment