Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
48bc5e43
Commit
48bc5e43
authored
Jul 18, 2016
by
Phil Höfer
Browse files
anfängliche arbeit am spendenaufruf
parent
5c457ce9
Changes
4
Hide whitespace changes
Inline
Side-by-side
public/css/quicktips.css
View file @
48bc5e43
...
...
@@ -16,10 +16,6 @@
margin-bottom
:
0
;
}
.quicktip
a
{
color
:
#00F
;
}
.qtheader
{
font-family
:
verdana
,
arial
,
helvetica
,
sans-serif
;
}
...
...
@@ -41,3 +37,13 @@
.author
{
float
:
right
!important
;
}
.quicktip
h1
{
font-size
:
22px
;
margin-top
:
0px
;
}
.quicktip.aufruf
{
border-left
:
3px
solid
#FF4000
;
color
:
#FF4000
;
}
public/img/aufruf.png
0 → 100644
View file @
48bc5e43
129 KB
resources/views/layouts/staticPages.blade.php
View file @
48bc5e43
...
...
@@ -87,6 +87,9 @@
</nav>
</header>
<div
class=
"wrapper"
>
<div
class=
"mg-panel container"
style=
"margin-bottom:20px;text-align:center;padding:0px;width:50%;margin-top:0px"
>
<img
src=
"/img/aufruf.png"
style=
"width:100%;"
>
</div>
<main
class=
"mg-panel container"
>
@if (isset($success))
<div
class=
"alert alert-success"
role=
"alert"
>
{{ $success }}
</div>
...
...
resources/views/quicktip.blade.php
View file @
48bc5e43
...
...
@@ -5,6 +5,13 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/css/quicktips.css"
/>
</head>
<body>
<div
class=
"quicktip aufruf bg-danger"
>
<h1>
MetaGer sagt
<i>
Danke
</i></h1>
Vielen Dank für mehr als 20 Jahre Unterstützung.
<br>
<a
href=
"https://metager.de/spende"
class=
"btn btn-danger"
>
Lesen Sie den Spendenaufruf
</a>
</div>
@if( $spruch !== "" )
<blockquote
id=
"spruch"
>
{!! $spruch !!}
</blockquote>
@endif
...
...
@@ -18,4 +25,4 @@
</div>
@endforeach
</body>
</html>
\ No newline at end of file
</html>
Write
Preview
Supports
Markdown
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