2021-04-29 18:03:28 +00:00
<!doctype html>
< html class = "no-js" lang = "it" >
< head >
< meta charset = "utf-8" >
< title > GEST366 - Gestionale Open Source< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< link rel = "manifest" href = "site.webmanifest" >
< link rel = "apple-touch-icon" href = "icon.png" >
< link rel = "stylesheet" href = "css/normalize.css" >
< link rel = "stylesheet" href = "css/main.css" >
< meta name = "theme-color" content = "#fafafa" >
< meta name = "description" content = "GEST366 è un nuovo gestionale open source, derivato da gestionale360 di Massimo Pizzato." >
2023-07-03 20:15:16 +00:00
< meta name = "author" content = "Martyn" >
2021-04-29 18:03:28 +00:00
< meta name = "keywords" content = "software gestionale, gest366, gestional360" >
<!-- Open Graph Tags -->
< meta property = "og:type" content = "website" >
< meta property = "og:url" content = "https://www.gest366.it/" >
< meta property = "og:title" content = 'GEST366' >
< meta property = "og:image" content = "https://www.gest366.it/img/logo.png" >
< meta property = "og:image:type" content = "image/png" / >
< meta property = "og:image:width" content = "800" / >
< meta property = "og:image:height" content = "515" / >
< meta property = "og:image:alt" content = "Logo GEST366" / >
< meta property = "og:description" content = "Gestionale open source" >
< meta property = "og:locale" content = "it_IT" >
< / head >
< body >
<!-- [if IE]>
< p class = "browserupgrade" > You are using an < strong > outdated< / strong > browser. Please < a href = "https://browsehappy.com/" > upgrade your browser< / a > to improve your experience and security.< / p >
<![endif]-->
< header class = "clearfix" >
< a href = "https://www.gest366.it" > < img src = "img/logo.png" id = "logo" alt = "gest366 logo" > < / a >
< nav role = "navigation" >
< img id = "menu-logo" onclick = "toggleMenuVisibility()" src = "img/menu.svg" alt = "menu icon" >
< ul id = "menu" >
< li > < a href = "./about.html" > Cos'è< / a > < / li >
< li > < a href = "./download.html" > Download< / a > < / li >
< li > < a href = "./doc.html" > Documentazione< / a > < / li >
2024-02-24 10:35:23 +00:00
< li > < a href = "https://devel.immensonet.it/Gest366/gest366" > Sviluppo< / a > < / li >
2021-04-29 18:03:28 +00:00
< / ul >
< / nav >
< / header >
< main class = "clearfix" >
< div id = "slider" >
< p id = "impressum" > Il gestionale Open Source< / p >
< ul id = "features" >
< li class = "feature" >
< p > multipiattaforma< / p >
< div class = "feature-icon" > < img src = img/devices.svg alt = "devices icon" > < / div >
< / li >
< li class = "feature" >
< p > versatile< / p >
< div class = "feature-icon" > < img src = img/puzzle.svg alt = "puzzle icon" > < / div >
< / li >
< li class = "feature" >
< p > veloce< / p >
< div class = "feature-icon" > < img src = img/bolt.svg alt = "bolt icon" > < / div >
< / li >
< li class = "feature" >
< p > sempre aggiornato< / p >
< div class = "feature-icon" > < img src = img/sun.svg alt = "sun icon" > < / div >
< / li >
< / ul >
< / div >
< div >
< button class = "button" > < a href = "./about.html" > Scopri di più...< / a > < / button >
< / div >
< div id = "download" >
< p > Scaricalo subito!< / p >
< img src = "img/download.svg" id = "download-icon" alt = "download icon" > < br >
< button class = "button" > < a href = "./download.html" > Download< / a > < / button >
< / div >
< div id = "paypal" >
< p > Effettua una donazione per aiutarci nello sviluppo del progetto!< / p >
< form action = "https://www.paypal.com/cgi-bin/webscr" method = "post" target = "_top" >
< input type = "hidden" name = "cmd" value = "_s-xclick" / >
< input type = "hidden" name = "hosted_button_id" value = "4PP78ZF3XRBSJ" / >
< input type = "image" id = "paypal-button-icon" src = "img/heart.svg" border = "0" name = "submit"
title="PayPal - The safer, easier way to pay online!"
alt="Fai una donazione con il pulsante PayPal" />
< img alt = "" border = "0" src = "https://www.paypal.com/it_IT/i/scr/pixel.gif" width = "1" height = "1" / >
< / form >
< / div >
< / main >
< footer role = "contentinfo" >
< p > Sostenuto da:< / p >
< ul id = "maintainers" >
< li > < a href = "https://www.refservices.eu" > ReF Services< / a > < / li >
< li > < a href = "https://www.immensonet.it" > Immenso NET< / a > < / li >
< / ul >
< / footer >
< script src = "js/vendor/modernizr-3.7.1.min.js" > < / script >
< script src = "js/plugins.js" > < / script >
< script src = "js/main.js" > < / script >
< / body >
2024-02-24 10:35:23 +00:00
< / html >