diff --git a/static/images/docs/Technical_Layers_2019_V3.png b/static/images/docs/Technical_Layers_2019_V3.png
deleted file mode 100644
index 2afd349d..00000000
Binary files a/static/images/docs/Technical_Layers_2019_V3.png and /dev/null differ
diff --git a/static/images/docs/Technical_Layers_2019_V3.webp b/static/images/docs/Technical_Layers_2019_V3.webp
new file mode 100644
index 00000000..0f00237c
Binary files /dev/null and b/static/images/docs/Technical_Layers_2019_V3.webp differ
diff --git a/website/docs/intro.md b/website/docs/intro.mdx
similarity index 64%
rename from website/docs/intro.md
rename to website/docs/intro.mdx
index b48f4d10..19f8f8cb 100644
--- a/website/docs/intro.md
+++ b/website/docs/intro.mdx
@@ -6,6 +6,9 @@ description: Introducing Wazo Platform
slug: /intro
---
+import useBaseUrl from '@docusaurus/useBaseUrl';
+import ThemedImage from '@theme/ThemedImage';
+
# Introduction
Wazo Platform allows developers to build solutions that fit any business and technical
@@ -13,7 +16,7 @@ requirements. Fully open source and based on open Source components, Wazo Platfo
provide all the building blocks to create a full-featured, carrier-grade, Programmable
Telecom Infrastructure.
-Wazo Platform is an Open Source project allowing to build carrier grade programmable IP communication infrastructures.
+This Open Source project allows you to build carrier grade programmable IP communication infrastructures.
You can pick and choose the components you need to build your infrastructures with class 5 features like
audio and video calls, chat, call centers, conferences, voicemail, etc.
@@ -36,11 +39,32 @@ Wazo Platform is defined by 4 layers:
- Services and Debian: [wazo-auth](./wazo-auth), [wazo-webhookd](./wazo-webhookd), [wazo-websocketd](./wazo-websocketd), nginx, rabbitmq, postgresql
-![Technical layers](../static/images/docs/Technical_Layers_2019_V3.png)
+
+{/* @TODO: make this image readable on dark theme */}
+
+
+## History
+
+Wazo is a fork of XiVO, which was created in 2005 in France by Sylvain Boily and the company
+Proformatique. In 2010, Proformatique merged with Avencall, and Avencall acquired the copyright and
+trademark of XiVO.
+
+Sylvain then moved to Quebec City and founded Proformatique, Inc. where the XiVO core development
+team worked from 2011 until November 2016.
+
+In November 2016, Proformatique Inc. was shut down and the development team
+[forked XiVO to create Wazo](/blog/introducing-wazo). Its first release, Wazo 16.16, was released in
+December 2016.
## License
You may copy, distribute and modify the software as long as you track changes/dates in source files.
Any modifications to our software including (via compiler) GPL-licensed code must also be made available under the GPL along with build & install instructions.
-More details at [tldrlegal.com]()
+More details at [tldrlegal.com](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3))