Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
loopp-homepage
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
9
Issues
9
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
soundship
loopp-homepage
Commits
716087c4
Commit
716087c4
authored
Jun 04, 2019
by
Georg Krause
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve styling of landing page
parent
d107d18c
Pipeline
#307
passed with stage
in 36 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
19 deletions
+29
-19
themes/Loopp/static/css/style.css
themes/Loopp/static/css/style.css
+14
-7
themes/Loopp/templates/landing_page.html
themes/Loopp/templates/landing_page.html
+15
-12
No files found.
themes/Loopp/static/css/style.css
View file @
716087c4
...
...
@@ -39,27 +39,34 @@ a.pure-button-primary {
font-size
:
120%
;
}
.
splash
{
.
lp-box
{
background
:
#000000
;
border
:
2px
solid
#ff9900
;
text-align
:
center
;
padding
:
50px
;
}
.
splash
-head
{
.
lp-box
-head
{
border
:
0
;
letter-spacing
:
1em
;
margin-left
:
1em
;
color
:
#fff
;
}
.splash-head
{
border-radius
:
0px
;
}
.splash-container
{
.lp-box-wrapper
{
background-color
:
black
;
background-image
:
url("../images/header.png")
;
background-repeat
:
repeat-x
;
background-position-y
:
100px
;
background-position-x
:
0px
;
padding-top
:
17vh
;
z-index
:
1
;
overflow
:
hidden
;
width
:
100%
;
height
:
88%
;
top
:
0
;
left
:
0
;
position
:
fixed
!important
;
}
.ribbon
,
.home-menu
{
...
...
themes/Loopp/templates/landing_page.html
View file @
716087c4
{% extends "base.html" %}
{% block content %}
<div
class=
"splash-container"
>
<div
class=
"splash"
>
<h1
class=
"splash-head"
>
{{ SPLASH_HEADING }}
</h1>
<p
class=
"splash-subhead"
>
{{ SPLASH_SUBHEADING }}
</p>
<p>
<a
href=
"#GetLuppp"
class=
"pure-button pure-button-primary"
>
<span
class=
"icon"
></span>
<span
class=
"button-text"
>
{{ SPLASH_BUTTON_TEXT }}
</span>
</a>
</p>
<div
class=
"lp-box-wrapper"
>
<div
class=
"pure-g"
>
<div
class=
"pure-u-1 pure-u-lg-1-4"
></div>
<div
class=
"lp-box pure-u-1 pure-u-lg-1-2"
>
<h1
class=
"lp-box-head"
>
{{ SPLASH_HEADING }}
</h1>
<p
class=
""
>
{{ SPLASH_SUBHEADING }}
</p>
<p>
<a
href=
"#GetLuppp"
class=
"pure-button pure-button-primary"
>
<span
class=
"icon"
></span>
<span
class=
"button-text"
>
{{ SPLASH_BUTTON_TEXT }}
</span>
</a>
</p>
</div>
</div>
</div>
...
...
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