Skip to content

Commit

Permalink
Merge pull request #27 from ifheroes/Q4-RC
Browse files Browse the repository at this point in the history
Q4 rc
  • Loading branch information
Christopher authored Dec 31, 2023
2 parents fe100b4 + 785eec5 commit 2deb587
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/icons/external-link-thin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions assets/icons/link-thin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions content/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
order deny,allow
deny from all
allow from 127.0.0.1
3 changes: 3 additions & 0 deletions pages/home/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
order deny,allow
deny from all
allow from 127.0.0.1
5 changes: 5 additions & 0 deletions pages/news/news-class.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<a href="<?php echo "?page=news-th&file=" . $files[0]; ?>">
<div class="shadow-box-blog" style="cursor:pointer ;background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('<?php echo $json_scandir['image']; ?>') center scroll ; ">
<h4><?php echo $json_scandir['title']; ?></h4>
<h5>Weiterlesen</h5>
</div>
</a>
<br>
Expand All @@ -38,6 +39,8 @@
<a href="<?php echo "?page=news-th&file=" . $files[0]; ?>">
<div class="shadow-box-blog" style="cursor:pointer ;background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('<?php echo $json_scandir['image']; ?>') center scroll ; ">
<h4><?php echo $json_scandir['title']; ?></h4>
<h5><img src="./assets/icons/link-thin.svg">Weiterlesen</h5>

</div>
</a>
<br>
Expand All @@ -47,6 +50,8 @@
<a href="<?php echo "?page=news-th&file=" . $files[1]; ?>">
<div class="shadow-box-blog" style="cursor:pointer ;background: linear-gradient( rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url('<?php echo $json_scandir2['image']; ?>') center scroll ; ">
<h4><?php echo $json_scandir2['title']; ?></h4>
<h5><img src="./assets/icons/link-thin.svg"> Weiterlesen </h5>

</div>
</a>
<br>
Expand Down
3 changes: 3 additions & 0 deletions system/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
order deny,allow
deny from all
allow from 127.0.0.1

0 comments on commit 2deb587

Please sign in to comment.