WIP: promo section

This commit is contained in:
marko
2025-07-03 16:51:59 +02:00
parent d19b3bc854
commit b3d2338156

View File

@@ -15,7 +15,33 @@ $mainNav = [
]; ];
$sections = [ $sections = [
'<h2>Judo im Chemnitzer WSV</h2>Herzlich willkommen auf der Website des Judo-Teams des <a href="http://www.cwsv-sport.de">Chem&shy;nitzer Frei&shy;zeit- und Wohng&shy;ebiets&shy;sport&shy;vereines e.&nbsp;V.</a>', '<h2>Judo im Chemnitzer WSV</h2>Herzlich willkommen auf der Website des Judo-Teams des <a href="http://www.cwsv-sport.de">Chem&shy;nitzer Frei&shy;zeit- und Wohng&shy;ebiets&shy;sport&shy;vereines e.&nbsp;V.</a>'.
'<div class="row">'.
'<div class="col s4">'.
'<div class="center promo promo-example">'.
'<i class="material-icons">flash_on</i>'.
'<p class="promo-caption">Speeds up development</p>'.
'<p class="light center">'.
'Most of the heavy lifting is done for you to provide a default stylings that incorporate our custom components. We also refined animations and transitions'.
'to provide a smoother experience for developers.'.
'</p>'.
'</div>'.
'</div>'.
'<div class="col s4">'.
'<div class="center promo promo-example">'.
'<i class="material-icons">group</i>'.
'<p class="promo-caption">User Experience Focused</p>'.
'<p class="light center">By utilizing elements and principles of Material Design, we were able to create a framework that focuses on User Experience.</p>'.
'</div>'.
'</div>'.
'<div class="col s4">'.
'<div class="center promo promo-example">'.
'<i class="material-icons">settings</i>'.
'<p class="promo-caption">Easy to work with</p>'.
'<p class="light center">We have provided detailed documentation as well as specific code examples to help new users get started.</p>'.
'</div>'.
'</div>'.
'</div>',
\CwsvJudo\News\newsBoard( \CwsvJudo\News\newsBoard(
dbHandle: $dbHandle, dbHandle: $dbHandle,
options: [ options: [
@@ -103,7 +129,7 @@ function main($sections, $wallpapers)
<head> <head>
<!--Imports--> <!--Imports-->
<!-- - materialize Framework --> <!-- - materialize Framework -->
<link type="text/css" rel="stylesheet" href="/ressourcen/css/materialize.min.css" media="screen,projection"> <link type="text/css" rel="stylesheet" href="/ressourcen/css/materialize.min.css" media="screen">
<!-- - cwsvJudo adjustments --> <!-- - cwsvJudo adjustments -->
<link type="text/css" rel="stylesheet" href="/ressourcen/css/cwsvJudo.css"> <link type="text/css" rel="stylesheet" href="/ressourcen/css/cwsvJudo.css">
@@ -161,30 +187,14 @@ function main($sections, $wallpapers)
<footer class="page-footer"> <footer class="page-footer">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="l6 s12"> <div class="l6 s12">
<h5>Footer Content</h5> <a
<p>You can use rows and columns here to organize your footer content.</p> title="Seite auf HTML 5 Konformität prüfen"
</div> href="http://validator.w3.org/check?uri=<?php echo urlencode(getCurPagesUrl());?>"
<div class="l4 offset-l8 s12"> >
<h5>Links</h5> <i class="material-icons">html</i>5
<ul> </a>
<li><a class="touchLink" </div>
title="Seite auf HTML 5 Konformität prüfen"
href="http://validator.w3.org/check?uri=<?php echo urlencode(
getCurPagesUrl()
); ?>"
rel="nofollow"
>Valid <img
src="/ressourcen/graphiken/icons/HTML5_1Color_Black.svg"
alt="HTML 5"
title="HTML 5 Logo"
class="charImg">
</a></li>
<li><a href="#!">Link 2</a></li>
<li><a href="#!">Link 3</a></li>
<li><a href="#!">Link 4</a></li>
</ul>
</div>
</div> </div>
</div> </div>
<div class="footer-copyright"> <div class="footer-copyright">