Initial Commit

This commit is contained in:
2026-01-26 08:39:33 +00:00
parent 488d459dea
commit 44d4a01722
56 changed files with 636 additions and 1 deletions

9
SubPages/RightSide.php Normal file
View File

@@ -0,0 +1,9 @@
<div style="background-image: url('SiteAssets/<?php echo $ImageURL ?>" class="ContentPage" id="<?php echo $ID ?>">
<div class="ContentWindow" style="margin-left: 60vw; margin-top: 10vh; height: 75%; width: 30%">
<div style="display: flex; flex-direction: column; align-content: center; justify-content: space-between; align-items: center;">
<a class="Title"><?php echo $Title ?></a>
<a style="margin-left:5vh;margin-right:5vh;" class="WhiteContentFont"><?php echo $Content ?></a>
</div>
<div></div>
</div>
</div>