Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
virtualX
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nameer AS
virtualX
Commits
24f70b8c
Commit
24f70b8c
authored
Mar 16, 2018
by
Nameer AS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
language bar added/mobile issue fixed/auto fill form fixed
parent
d565222b
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1284 additions
and
1163 deletions
+1284
-1163
BahijInsan.woff
src/assets/fonts/BahijInsan.woff
+0
-0
BahijInsan.woff2
src/assets/fonts/BahijInsan.woff2
+0
-0
main.js
src/assets/js/main.js
+5
-1
_main.scss
src/assets/scss/_main.scss
+1250
-1152
_responsive.scss
src/assets/scss/_responsive.scss
+22
-9
index.html
src/pages/index.html
+1
-1
header.html
src/partials/header.html
+6
-0
No files found.
src/assets/fonts/BahijInsan.woff
0 → 100644
View file @
24f70b8c
File added
src/assets/fonts/BahijInsan.woff2
0 → 100644
View file @
24f70b8c
File added
src/assets/js/main.js
View file @
24f70b8c
...
...
@@ -52,10 +52,14 @@ $(document).ready(function() {
},
600
);
});
$
(
'.overview-column '
).
hoverdir
({
speed
:
500
,
});
$
(
'header .login>a.button'
).
click
(
function
(
e
)
{
e
.
preventDefault
();
$
(
this
).
toggleClass
(
'active'
);
$
(
'header .form-wrap'
).
slideToggle
();
});
function
mobileMenuAdj
()
{
$
(
window
).
scroll
(
function
()
{
...
...
src/assets/scss/_main.scss
View file @
24f70b8c
This diff is collapsed.
Click to expand it.
src/assets/scss/_responsive.scss
View file @
24f70b8c
...
...
@@ -183,8 +183,11 @@
nav
.off-canvas.is-open
{
transform
:
translate
(
0
,
0
)
}
.navigation-wrap
>
div
{
margin
:
0
0
0
20px
;
}
header
.login
{
margin
:
0
30px
0
20px
;
margin
:
0
0
0
20px
;
}
header
.logo
img
{
max-width
:
180px
;
...
...
@@ -265,10 +268,7 @@
#search-block
{
display
:
none
;
position
:
absolute
;
right
:
210px
;
}
header
.form-wrap
{
left
:
0
;
right
:
187px
;
}
.demo-account
{
h2
{
...
...
@@ -500,22 +500,35 @@
width
:
100%
;
margin
:
0
;
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
{
order
:
2
;
position
:
relative
;
top
:
-20px
;
img
{
width
:
7
0%
;
width
:
6
0%
;
}
}
.login
{
margin
:
0
0
0
20px
;
}
#search-block
{
right
:
12
0
px
;
top
:
-
2
px
;
right
:
12
6
px
;
top
:
-
8
px
;
bottom
:
inherit
;
}
.top-block
{
...
...
src/pages/index.html
View file @
24f70b8c
...
...
@@ -33,7 +33,7 @@
<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>
<ul
class=
"number-list"
>
<li>
<li
class=
"active"
>
<a
href=
"#pricing"
class=
"smooth-scroll"
>
<i
class=
"icon-lock"
></i>
Sign Up
</a>
...
...
src/partials/header.html
View file @
24f70b8c
...
...
@@ -7,6 +7,12 @@
</a>
</div>
<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"
>
<span
class=
"search-top"
>
<i
class=
"icon-search"
></i>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment