initial commit

This commit is contained in:
cpinte 2026-01-14 13:05:55 +01:00
commit 2e59f250f0
94 changed files with 952 additions and 0 deletions

12
software.php Normal file
View file

@ -0,0 +1,12 @@
<div class="col-md">
<a href="<?php echo $software->link; ?>">
<div class="media my-2">
<img class="mr-3" src=" <?php echo $software->image; ?> " alt="">
<div class="media-body small">
<strong class="d-block"> <?php echo $software->name; ?></strong>
<div style="color:rgb(33, 37, 41); :hover text-decoration:none};"><?php echo $software->description; ?></div>
</div>
</div>
</a>
</div>