Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
3428a3c9
Commit
3428a3c9
authored
Oct 18, 2018
by
Clint Mourlevat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed header responsive
parent
a044ac83
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
29 additions
and
30 deletions
+29
-30
About.cshtml
Views/Home/About.cshtml
+1
-1
Contact.cshtml
Views/Home/Contact.cshtml
+1
-1
Generator.cshtml
Views/Home/Generator.cshtml
+1
-1
Index.cshtml
Views/Home/Index.cshtml
+1
-1
Vanity.cshtml
Views/Home/Vanity.cshtml
+1
-1
default.css
wwwroot/css/default.css
+10
-11
default.js
wwwroot/js/default.js
+14
-14
No files found.
Views/Home/About.cshtml
View file @
3428a3c9
...
...
@@ -2,7 +2,7 @@
ViewBag.Title = "About Stratis.guru";
Layout = "_Layout";
}
<section class="welcome-area" id="welcome-1">
<section class="welcome-area
pb-4
" id="welcome-1">
<div class="header-token">
<div class="container">
<div class="row">
...
...
Views/Home/Contact.cshtml
View file @
3428a3c9
...
...
@@ -2,7 +2,7 @@
ViewBag.Title = "Contact Me";
Layout = "_Layout";
}
<section class="welcome-area" id="welcome-1">
<section class="welcome-area
pb-4
" id="welcome-1">
<div class="header-token">
<div class="container">
<div class="row">
...
...
Views/Home/Generator.cshtml
View file @
3428a3c9
...
...
@@ -3,7 +3,7 @@
ViewBag.Title = "Stratis Address Generator";
Layout = "_Layout";
}
<section class="welcome-area" id="welcome-1">
<section class="welcome-area
pb-4
" id="welcome-1">
<div class="header-token pt-5">
<div class="container">
<div class="row">
...
...
Views/Home/Index.cshtml
View file @
3428a3c9
...
...
@@ -2,7 +2,7 @@
@{
ViewBag.Title = "Online Stratis ($STRAT) price ticker";
}
<section class="welcome-area" id="welcome-1">
<section class="welcome-area
pb-4
" id="welcome-1">
<div class="header-token">
<div class="container">
<div class="row">
...
...
Views/Home/Vanity.cshtml
View file @
3428a3c9
...
...
@@ -3,7 +3,7 @@
ViewBag.Title = "Vanity Address Generator";
Layout = "_Layout";
}
<section class="welcome-area" id="welcome-1">
<section class="welcome-area
pb-4
" id="welcome-1">
<form class="header-token" method="post" asp-controller="Home" asp-action="Vanity">
<div class="container">
<div class="row">
...
...
wwwroot/css/default.css
View file @
3428a3c9
...
...
@@ -1260,13 +1260,7 @@ header
transition
:
all
0.3s
ease
0s
;
}
.header-area.header-sticky
{
background
:
#fff
;
height
:
80px
;
box-shadow
:
0
2px
28px
0
rgba
(
0
,
0
,
0
,
0.06
);
}
.header-area.header-sticky
.logo
{
/*.header-area.header-sticky .logo {
margin-top: 26px;
}
...
...
@@ -1306,7 +1300,7 @@ header
.header-area.header-sticky .nav li a.btn-nav-box:hover {
background: none;
color: #0EB8D9;
}
}
*/
.header-area.header-sticky
.lang
{
margin-top
:
22px
!important
;
...
...
@@ -1330,15 +1324,20 @@ header
@media
(
max-width
:
991px
)
{
.welcome-area
{
/*min-height: calc(100vh - 90px) !important;*/
}
.header-area.header-sticky
{
background
:
rgb
(
33
,
37
,
41
);
height
:
80px
;
box-shadow
:
0
2px
28px
0
rgba
(
0
,
0
,
0
,
0.6
);
}
#crafted
{
height
:
80px
;
position
:
fixed
;
position
:
relative
;
background
:
#1b1d20
;
padding
:
10px
0
15px
;
margin-top
:
10px
;
}
.header-area
{
background
:
transparent
;
...
...
wwwroot/js/default.js
View file @
3428a3c9
...
...
@@ -8,16 +8,16 @@
_0x2f2ex1
(
this
)[
'toggleClass'
](
'active'
);
_0x2f2ex1
(
'.header-area .nav'
)[
'slideToggle'
](
200
)
})
}
;
}
_0x2f2ex1
(
'body'
)[
'click'
](
function
(
_0x2f2ex4
)
{
var
_0x2f2ex5
=
_0x2f2ex4
[
'target'
];
if
(
_0x2f2ex1
(
_0x2f2ex5
)[
'parents'
](
'.flag-list'
)[
'length'
]
||
_0x2f2ex1
(
_0x2f2ex5
)[
'hasClass'
](
'flag-list'
))
{
return
}
;
}
if
(
_0x2f2ex1
(
'.flag-list'
)[
'css'
](
'display'
)
===
'block'
)
{
_0x2f2ex1
(
'.flag-list'
)[
'css'
](
'display'
,
'none'
);
return
}
;
}
if
(
_0x2f2ex1
(
_0x2f2ex5
)[
'hasClass'
](
'selected'
)
||
_0x2f2ex1
(
_0x2f2ex5
)[
'parents'
](
'.selected'
)[
'length'
])
{
_0x2f2ex1
(
'.flag-list'
)[
'css'
](
'display'
,
'block'
)
}
...
...
@@ -27,14 +27,14 @@
date
:
'09/29/2018 12:00:00'
,
offset
:
+
10
})
}
;
}
if
(
_0x2f2ex1
(
'.token .token-input'
)[
'length'
])
{
_0x2f2ex1
(
'.token .token-input .fa-plus'
)[
'click'
](
function
()
{
var
_0x2f2ex6
=
_0x2f2ex1
(
this
)[
'parent'
]()[
'find'
](
'input'
)[
'val'
]();
var
_0x2f2ex7
=
_0x2f2ex1
(
this
)[
'parent'
]()[
'find'
](
'input'
)[
'data'
](
'step'
);
if
(
_0x2f2ex6
==
''
)
{
_0x2f2ex6
=
0
}
;
}
var
_0x2f2ex8
=
parseInt
(
_0x2f2ex6
,
10
)
+
parseInt
(
_0x2f2ex7
,
10
);
_0x2f2ex1
(
this
)[
'parent'
]()[
'find'
](
'input'
)[
'val'
](
_0x2f2ex8
)
});
...
...
@@ -43,14 +43,14 @@
var
_0x2f2ex7
=
_0x2f2ex1
(
this
)[
'parent'
]()[
'find'
](
'input'
)[
'data'
](
'step'
);
if
(
_0x2f2ex6
==
''
)
{
_0x2f2ex6
=
0
}
;
}
var
_0x2f2ex8
=
parseInt
(
_0x2f2ex6
,
10
)
-
parseInt
(
_0x2f2ex7
,
10
);
if
(
_0x2f2ex8
<=
0
)
{
_0x2f2ex8
=
_0x2f2ex7
}
;
}
_0x2f2ex1
(
this
)[
'parent'
]()[
'find'
](
'input'
)[
'val'
](
_0x2f2ex8
)
})
}
;
}
window
[
'sr'
]
=
new
scrollReveal
();
_0x2f2ex1
(
'a[href*=
\
#]:not([href=
\
#])'
)[
'click'
](
function
()
{
if
(
location
[
'pathname'
][
'replace'
](
/^
\/
/
,
''
)
==
this
[
'pathname'
][
'replace'
](
/^
\/
/
,
''
)
&&
location
[
'hostname'
]
==
this
[
'hostname'
])
{
...
...
@@ -61,7 +61,7 @@
if
(
_0x2f2exa
<
991
)
{
_0x2f2ex1
(
'.menu-trigger'
)[
'removeClass'
](
'active'
);
_0x2f2ex1
(
'.header-area .nav'
)[
'slideUp'
](
200
)
}
;
}
_0x2f2ex1
(
'html,body'
)[
'animate'
]({
scrollTop
:
(
_0x2f2ex9
[
'offset'
]()[
'top'
])
-
30
},
700
);
...
...
@@ -75,12 +75,12 @@
});
var
_0x2f2exc
=
_0x2f2ex1
(
'.token-progress ul .progress-active'
)[
'data'
](
'progress'
);
_0x2f2ex1
(
'.token-progress ul .progress-active'
)[
'css'
](
'width'
,
_0x2f2exc
)
}
;
}
if
(
_0x2f2ex1
(
'.table-progress'
)[
'length'
])
{
_0x2f2ex1
(
'.table-latests'
)[
'find'
](
'.table-progress'
)[
'each'
](
function
(
_0x2f2exb
)
{
_0x2f2ex1
(
'.table-progress:eq('
+
[
_0x2f2exb
]
+
') .progress-line'
)[
'css'
](
'width'
,
parseInt
(
_0x2f2ex1
(
'.table-progress:eq('
+
[
_0x2f2exb
]
+
') .progress-line'
)[
'data'
](
'value'
),
10
)
+
parseInt
(
70
,
10
)
+
'%'
)
})
}
;
}
if
(
_0x2f2ex1
(
'.roadmap-modern-wrapper'
)[
'length'
])
{
_0x2f2ex1
(
'.roadmap-modern-wrapper'
)[
'owlCarousel'
]({
loop
:
true
,
...
...
@@ -98,7 +98,7 @@
}
}
})
}
;
}
if
(
_0x2f2ex1
(
'.roadmap-lux-wrapper'
)[
'length'
])
{
_0x2f2ex1
(
'.roadmap-lux-wrapper'
)[
'owlCarousel'
]({
loop
:
true
,
...
...
@@ -135,7 +135,7 @@
});
_0x2f2ex1
(
window
)[
'scroll'
](
function
()
{
var
_0x2f2exa
=
_0x2f2ex1
(
window
)[
'width'
]();
if
(
_0x2f2exa
>
991
)
{
if
(
_0x2f2exa
<
991
)
{
var
_0x2f2exd
=
_0x2f2ex1
(
window
)[
'scrollTop'
]();
if
(
_0x2f2exd
>=
30
)
{
_0x2f2ex1
(
'.header-area'
)[
'addClass'
](
'header-sticky'
);
...
...
@@ -164,4 +164,4 @@
particlesJS('home', welcome1Settings)
}*/
}
})(
jQuery
)
})(
jQuery
)
;
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