2019-08-16 13:35:54 +02:00
<!-- Head Perso -->
< ? php include ( " ./php/headPerso.php " ); ?>
2019-08-16 12:05:56 +02:00
<!-- Header -->
< ? php include ( " ./incl/header.php " ); ?>
2019-08-17 12:32:35 +02:00
<!-- Menu -->
2019-08-16 12:05:56 +02:00
< ul class = " navbar-nav ml-auto " >
< li class = " nav-item active " >
< a class = " nav-link " href = " /index.php " > Accueil < span class = " sr-only " > ( current ) </ span ></ a >
</ li >
< li class = " nav-item " >
< a class = " nav-link " href = " /views/function-list.php " > Liste des fonctions </ a >
</ li >
< li class = " nav-item " >
< a class = " nav-link " target = " _blank " href = " https://docs.google.com/forms/d/1NliUWi3lntHDM42Td0C47J0cZKgnYilxT_0UcdmVaog/ " > Feedback Formulaire </ a >
</ li >
< li class = " nav-item " >
< a class = " nav-link " target = " _blank " href = " https://github.com/Divlo/FunctionProject " > Code Source </ a >
</ li >
</ ul >
</ div >
</ div >
</ nav >
2019-08-16 13:35:54 +02:00
</ header >
2019-08-16 12:05:56 +02:00
<!-- Page Content -->
< div class = " container " >
2019-08-18 23:48:24 +02:00
< h1 > Bienvenue sur < span class = " important " > FunctionProject </ span >! 🎉 </ h1 >
2019-08-19 00:10:52 +02:00
< p class = " mt-5 " > FunctionProject est un projet créé par < a href = " https://divlo.fr/ " target = " _blank " > Divlo </ a > qui a pour but de rassembler plein de mini - programme ( fonctions JavaScript ) permettant de faire plusieurs choses comme < b > savoir la météo </ b > , générer un < b > nombre aléatoire </ b > , etc .
< br > < br >
< div >< p class = " text-center " >
< a href = " ./views/function-list.php " > Cliquez ici pour accéder à la liste des fonctions .</ a >
2019-08-16 12:05:56 +02:00
< br > < br >
2019-08-18 22:10:40 +02:00
L ' intégralité du < a target = " _blank " href = " https://github.com/Divlo/FunctionProject " > code source </ a > de ce site est disponible sur < a href = " https://github.com/Divlo " > mon profil GitHub </ a > < i class = " fab fa-github " ></ i >.
< br >
2019-08-18 20:06:06 +02:00
Je suis débutant en programmation donc si je commets une erreur dans le code , n ' hésitez pas à me le faire savoir < i class = " fas fa-code " ></ i >.
2019-08-19 00:10:52 +02:00
< br > < br >
2019-08-16 12:05:56 +02:00
Vous pouvez m 'envoyer vos avis, suggestion d' ajouts , éventuel bug / problème grâce à ce < a href = " https://docs.google.com/forms/d/1NliUWi3lntHDM42Td0C47J0cZKgnYilxT_0UcdmVaog/ " target = " _blank " > Feedback Formulaire </ a > 📝 .
2019-08-19 00:10:52 +02:00
</ p ></ div >
2019-08-16 12:05:56 +02:00
</ div >
<!-- Footer -->
< ? php include ( " ./incl/footer.php " ); ?>