Skip to content
Snippets Groups Projects
Commit 48bc5e43 authored by Phil Höfer's avatar Phil Höfer
Browse files

anfängliche arbeit am spendenaufruf

parent 5c457ce9
No related branches found
No related tags found
2 merge requests!156Development,!153Resolve "Spendenaufruf einbauen"
...@@ -16,10 +16,6 @@ ...@@ -16,10 +16,6 @@
margin-bottom:0; margin-bottom:0;
} }
.quicktip a {
color: #00F;
}
.qtheader { .qtheader {
font-family: verdana,arial,helvetica,sans-serif; font-family: verdana,arial,helvetica,sans-serif;
} }
...@@ -41,3 +37,13 @@ ...@@ -41,3 +37,13 @@
.author { .author {
float: right !important; float: right !important;
} }
.quicktip h1 {
font-size: 22px;
margin-top: 0px;
}
.quicktip.aufruf {
border-left: 3px solid #FF4000;
color: #FF4000;
}
public/img/aufruf.png

129 KiB

...@@ -87,6 +87,9 @@ ...@@ -87,6 +87,9 @@
</nav> </nav>
</header> </header>
<div class="wrapper"> <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"> <main class="mg-panel container">
@if (isset($success)) @if (isset($success))
<div class="alert alert-success" role="alert">{{ $success }}</div> <div class="alert alert-success" role="alert">{{ $success }}</div>
......
...@@ -5,6 +5,13 @@ ...@@ -5,6 +5,13 @@
<link rel="stylesheet" type="text/css" href="/css/quicktips.css" /> <link rel="stylesheet" type="text/css" href="/css/quicktips.css" />
</head> </head>
<body> <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 !== "" ) @if( $spruch !== "" )
<blockquote id="spruch">{!! $spruch !!}</blockquote> <blockquote id="spruch">{!! $spruch !!}</blockquote>
@endif @endif
...@@ -18,4 +25,4 @@ ...@@ -18,4 +25,4 @@
</div> </div>
@endforeach @endforeach
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment