initial commit
This commit is contained in:
commit
2e59f250f0
94 changed files with 952 additions and 0 deletions
12
software.php
Normal file
12
software.php
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue