12 lines
848 B
PHP
12 lines
848 B
PHP
<div style="background-image: url('SiteAssets/<?php echo $ImageURL ?>" class="ContentPage" id="<?php echo $ID ?>">
|
|
<div class="ContentWindow" style="margin-left: 10vh; margin-top: 17vh; 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 class="ContentWindow" style="margin-left: 45vw; transform: translateY(-15vh); height: 16%; width: 50%; display: flex; flex-direction: row; justify-content: space-evenly; align-items: center; align-content: center; padding: 0;">
|
|
<?php echo $ImageList?>
|
|
</div>
|
|
</div>
|