Merge branch 'coronaZeit' into infoZettel
This commit is contained in:
@@ -34,6 +34,16 @@ $years = array_unique($years);
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<?php readfile("./shared/imports.php");?>
|
||||
<!-- MaterializeCss Ressources -->
|
||||
<!-- - Compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@1.1.0-alpha/dist/css/materialize.min.css">
|
||||
<!-- - Compiled and minified JavaScript -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@1.1.0-alpha/dist/js/materialize.min.js"></script>
|
||||
<!-- - Import Google Icon Font-->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
|
||||
<!-- participo specific style adjustments -->
|
||||
<link rel="stylesheet" href="css/participo.css">
|
||||
<!-- adjustments to parsedowncards (smaller headings) -->
|
||||
<link rel="stylesheet" href="css/parsedownCard.css">
|
||||
|
||||
@@ -78,6 +88,9 @@ foreach($years as $year){?>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<li class="bold">
|
||||
<a class="waves-effect waves-teal right-align" href="#infos">Infos</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
@@ -98,6 +111,11 @@ foreach($fileList as $file){
|
||||
echo("<h2 id=\"infoZettel-".$currentYear."\">".$currentYear."</h2>");
|
||||
}
|
||||
|
||||
// get a list of all infoZettel
|
||||
$fileList = glob($basePath."/infoZettel/*.md");
|
||||
rsort($fileList);
|
||||
|
||||
foreach($fileList as $file){
|
||||
$infoZettel = loadMarkdownFile($file);
|
||||
echo(
|
||||
AppCard::fromArray([
|
||||
|
||||
Reference in New Issue
Block a user