diff --git a/_posts/2024-03-27-plugin-fusioninventory-gsit-glpi-support-status.md b/_posts/2024-03-27-plugin-fusioninventory-gsit-glpi-support-status.md
new file mode 100644
index 00000000..ccd2927f
--- /dev/null
+++ b/_posts/2024-03-27-plugin-fusioninventory-gsit-glpi-support-status.md
@@ -0,0 +1,50 @@
+---
+layout: post
+title: Plugin FusionInventory - support for GSIT and GLPI - status
+categories: news
+lang: en
+---
+
+# Introduction
+
+Many of users ask me for the plugin FusionInventory compatible with last versions of GLPI (10.0.12, 10.0.13...).
+
+I share with you the status and the plans for the future.
+
+
+# Support of GLPI: discontinued
+
+Since the first version of 9.5 of GLPI and for versions 10.0 too, most of the minor versions are unstable and breaks internal/plugin API.
+
+So, to have a functional version of plugin FusionInventory, it requires so many times each month to 'just' work.
+
+You can see the problem on 'official' plugins like Formcreator:
+
+
+
+
+It's a nightmare for developers, and I think it's the same for users want to try to have versions compatible.
+
+
+
+
+
+ **For these reasons, the support for GLPI is DISCONTINUED.**
+
+
+# Support of GSIT: supported
+
+[GSIT](https://github.com/DCS-Easyware/gsit) is a fork of GLPI, the main goal is to have a more stable version and more secured.
+
+The plugin for GSIT is supported, the next minor version is planned next weeks.
+
+
+# Support of FusionSuite: supported
+
+
+
+And to finish, the integration of the server into [FusionSuite](https://fusionsuite.org/) continues, the software is not yet released, but the works on it continues, planned this year.
+
+
+
+**David Durieux - FusionInventory project leader**
diff --git a/_sass/base/_page.scss b/_sass/base/_page.scss
index 7a10710c..0680e35f 100644
--- a/_sass/base/_page.scss
+++ b/_sass/base/_page.scss
@@ -29,6 +29,7 @@ h6 {
@include heading-font;
}
+
.page-section {
padding: 100px 0;
h2.section-heading {
@@ -45,6 +46,7 @@ h6 {
@include serif-font;
}
}
+
@media (min-width: 768px) {
section {
padding: 150px 0;
@@ -72,6 +74,19 @@ img::-moz-selection {
.container {
max-width: 1400px !important;
+
+ h1 {
+ margin-top: 70px;
+ color: #424242;
+ }
+
+ h2 {
+ margin-top: 25px;
+ }
+
+ h3 {
+ margin-top: 10px;
+ }
}
.ml-auto, .mx-auto {
diff --git a/assets/img/formcreator_crazy.png b/assets/img/formcreator_crazy.png
new file mode 100644
index 00000000..3094d8de
Binary files /dev/null and b/assets/img/formcreator_crazy.png differ
diff --git a/assets/img/logo_fusionsuite.png b/assets/img/logo_fusionsuite.png
new file mode 100644
index 00000000..8b8a1e51
Binary files /dev/null and b/assets/img/logo_fusionsuite.png differ