WIP materialize homepage - links to buttons, prepare for api

This commit is contained in:
marko
2025-01-12 08:15:02 +01:00
parent dfa5ccd2fa
commit 2e45dc4f51
2 changed files with 11 additions and 6 deletions

View File

@@ -92,7 +92,9 @@ dist: all
find ./res/videos.d -type f -exec $(LN) {} $(distDir)/httpdocs/videos.d \;
# - others
$(LN) ./res/IntegrationDurchSport2018.250x.png $(distDir)/httpdocs/ressourcen/graphiken/logos
# - api
mkdir -p $(distDir)/httpdocs/api
find ./src/api -type f -exec $(LN) {} $(distDir)/httpdocs/api \;
# css
mkdir -p $(distDir)/httpdocs/ressourcen/css
$(LN) ./build/css/cwsvJudo.css $(distDir)/httpdocs/ressourcen/css/cwsvJudo.css

View File

@@ -50,6 +50,7 @@
<link rel="stylesheet" href="/$css$">
$endfor$$endif$
<link rel="stylesheet" href="/ressourcen/css/materialize.min.css">
<!--Import Google Icon Font
- @todo replace with local hosted ones
-->
@@ -61,6 +62,7 @@
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded" rel="stylesheet" />
<!-- Material Symbols - Sharp Set -->
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp" rel="stylesheet" />
$if(extraCss)$$for(extraCss)$
<link rel="stylesheet" href="/$extraCss$">
$endfor$$endif$
@@ -145,25 +147,26 @@
<div class="container">
<div class="row">
<div class="s4 m2 l1">
<a class="touchLink" title="Seite auf HTML 5 Konformität prüfen"
<a class="btn filled" title="Seite auf HTML 5 Konformität prüfen"
href="http://validator.w3.org/check?uri=<?php echo(urlencode(getCurPagesUrl()));?>"
rel="nofollow">Valid
<i class="material-icon">html</i>
</a>
</div>
<div class="s4 m2 l1">
<a class="touchLink"
<a class="btn filled"
title="Möglichkeiten mit dem Chemnitzer Freizeit- und Wohngebietssportverein in Kontakt zu treten"
href="/kontakt">Kontakt</a>
</div>
<div class="s4 m2 l1">
<a class="touchLink" title="Impressum" href="<?php echo($$baseUrl);?>/impressum">Impressum</a>
<a class="btn filled" title="Impressum" href="<?php echo($$baseUrl);?>/impressum">Impressum</a>
</div>
<div class="s4 m2 l1">
<a class="touchLink" title="Datenschutz" href="<?php echo($$baseUrl);?>/datenschutz">Datenschutz</a>
<a class="btn filled" title="Datenschutz"
href="<?php echo($$baseUrl);?>/datenschutz">Datenschutz</a>
</div>
<div class="s4 m2 l1">
<a class="touchLink" title="News-Feed Abonnieren" href="http://cwsvjudo.bplaced.net/rss"><i
<a class="btn filled" title="News-Feed Abonnieren" href="http://cwsvjudo.bplaced.net/rss"><i
class="material-icon">Rss
Feed</i>
</a>