-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f0395d
commit 8c58790
Showing
1 changed file
with
1 addition
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,10 +105,6 @@ | |
</div> | ||
<div class="d-flex align-items-center"> | ||
<a href="https://www.gruene.de/mitglied-werden" target="_blank" class="me-2 text-decoration-none text-black-50 small">Mitglied werden</a> | ||
<div class="btn-pistazie"> | ||
<a href="de" type="button" class="btn btn-md btn-pistazie p-4"> | ||
anmelden <i class="fas fa-sign-in-alt me-1"></i></a> | ||
</div> | ||
</div> | ||
|
||
</header> | ||
|
@@ -127,15 +123,9 @@ | |
<p class="fs-5">Erstelle Bilder mit Text für Social Media und Co. im grünen Design </p> | ||
<div class="w-100 btn btn-lg btn-moos text-white"> | ||
<?php | ||
echo ( file_exists( 'scripts/status/saml_is_up' ) ) ? 'anmelden' : 'Notdienst für Sharepics nutzen '; | ||
echo ( file_exists( 'scripts/status/saml_is_up' ) ) ? 'anmelden' : 'Sharepic erstellen'; | ||
?> | ||
</div> | ||
<div class="small font-italic mt-2"> | ||
<em> | ||
Bei Problemen mit der Anmeldung wende Dich bitte an | ||
<a href="MAILTO:[email protected]" class="text-primary">[email protected]</a>. | ||
</em> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
|