site4projects/pages/home.php


Home Back

<div class="container-fluid" style="margin-top:90px">
<div class="jumbotron jumbotron-home" >
<h1><?php echo $APP_NAME ?></h1>
  <p class="lead"><?php echo $QUICK_DESCR ?></p>
  <hr class="my-4">
  <img src="imgs/pobshare-linux.png" alt="Pobshare logo" class="img-thumbnail" width="200">
  
  <p class="text-justify mt-2">Pobshare is a <span style="font-weight: Bold">simple and pleasant graphical interface</span> to quickly share files and folders in the local network. It has several options to ensure safety and is suitable for beginners.</p>
  <a class="btn btn-success btn-lg" href="index.php?page=downloads" role="button">Download !</a>


    <div class="alert alert-info" role="alert" style="margin-top:20px">
      <h3>News: </h3>
      <p>2019-03-21 Added support for FTPS in 0.2</p>
    </div>
</div>


</div><!-- /home content-->
<?php include('pages/footer.php'); ?>

Powered by Code, a simple repository browser by Fabio Di Matteo