Commit 24f70b8c authored by Nameer AS's avatar Nameer AS

language bar added/mobile issue fixed/auto fill form fixed

parent d565222b
...@@ -52,10 +52,14 @@ $(document).ready(function() { ...@@ -52,10 +52,14 @@ $(document).ready(function() {
}, 600); }, 600);
}); });
$('.overview-column ').hoverdir({ $('.overview-column ').hoverdir({
speed: 500, speed: 500,
}); });
$('header .login>a.button').click(function(e) {
e.preventDefault();
$(this).toggleClass('active');
$('header .form-wrap').slideToggle();
});
function mobileMenuAdj() { function mobileMenuAdj() {
$(window).scroll(function() { $(window).scroll(function() {
......
This diff is collapsed.
...@@ -183,8 +183,11 @@ ...@@ -183,8 +183,11 @@
nav.off-canvas.is-open { nav.off-canvas.is-open {
transform: translate(0, 0) transform: translate(0, 0)
} }
.navigation-wrap>div {
margin: 0 0 0 20px;
}
header .login { header .login {
margin: 0 30px 0 20px; margin: 0 0 0 20px;
} }
header .logo img { header .logo img {
max-width: 180px; max-width: 180px;
...@@ -265,10 +268,7 @@ ...@@ -265,10 +268,7 @@
#search-block { #search-block {
display: none; display: none;
position: absolute; position: absolute;
right: 210px; right: 187px;
}
header .form-wrap {
left: 0;
} }
.demo-account { .demo-account {
h2 { h2 {
...@@ -500,22 +500,35 @@ ...@@ -500,22 +500,35 @@
width: 100%; width: 100%;
margin: 0; margin: 0;
text-align: right; text-align: right;
margin: 0 0 10px; margin: 0 0 20px;
>div {
margin: 0 0 0 35px;
}
.login {
position: absolute;
bottom: 13px;
right: 60px;
}
.language-bar {
flex: 0;
order: 3;
top: 0;
}
} }
.logo { .logo {
order: 2; order: 2;
position: relative; position: relative;
top: -20px; top: -20px;
img { img {
width: 70%; width: 60%;
} }
} }
.login { .login {
margin: 0 0 0 20px; margin: 0 0 0 20px;
} }
#search-block { #search-block {
right: 120px; right: 126px;
top: -2px; top: -8px;
bottom: inherit; bottom: inherit;
} }
.top-block { .top-block {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<h2>Most easy and scalable software to conduct exams at schools, colleges, universities and companies in 3 easy steps</h2> <h2>Most easy and scalable software to conduct exams at schools, colleges, universities and companies in 3 easy steps</h2>
<strong><span class="red">3</span>Easy Steps</strong> <strong><span class="red">3</span>Easy Steps</strong>
<ul class="number-list"> <ul class="number-list">
<li> <li class="active">
<a href="#pricing" class="smooth-scroll"> <a href="#pricing" class="smooth-scroll">
<i class="icon-lock"></i> Sign Up <i class="icon-lock"></i> Sign Up
</a> </a>
......
...@@ -7,6 +7,12 @@ ...@@ -7,6 +7,12 @@
</a> </a>
</div> </div>
<div class="navigation-wrap"> <div class="navigation-wrap">
<div class="language-bar">
<ul>
<li class="active"><a href="">English</a></li>
<li class="ar"><a href="">العربية</a></li>
</ul>
</div>
<div class="search"> <div class="search">
<span class="search-top"> <span class="search-top">
<i class="icon-search"></i> <i class="icon-search"></i>
......
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