comunic/tools/index.php

40 lines
1.3 KiB
PHP
Raw Normal View History

2016-11-19 11:08:12 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Outils</title>
<!-- Styles CSS de la page -->
<link type="text/css" rel="stylesheet" href="assets/css/home_tools.css" />
</head>
<body>
<?php include('menu.php'); ?>
<div class="tools_container">
<p>Les outils ci-dessous sont des outils qui pour la plupart ne n&eacute;cessitent pas de compte Comunic mais qui pourrait vous rendre service notamment dans l'utilisation du r&eacute;seau social.</p>
<a class="button command-button" href="nobin">
<span class="icon mif-lock"></span>
ZeroBin
<small>Vous permet de transmettre des messages crypt&eacute;s.</small>
</a>
<a class="button command-button" href="speaker">
<span class="icon mif-volume-high"></span>
Speaker.js
<small>Logiciel de synth&egrave;se vocale web.</small>
</a>
<a class="button command-button" href="../minifyurl/">
<span class="icon mif-shrink2"></span>
MinifyURL
<small>Outil de r&eacute;duction d'URL.</small>
</a>
<a class="button command-button" href="svgedit">
<span class="icon mif-paint"></span>
SVGEdit
<small>Logiciel d'&eacute;dition d'images vectorielles web (images qui peuvent &ecirc;tres agrandies &agrave; l'infini).</small>
</a>
</div>
</body>
</html>