Initial Commit
This commit is contained in:
12
SubPages/LeftSideMultiImage.php
Normal file
12
SubPages/LeftSideMultiImage.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user