Skip to content

Commit

Permalink
Update homepage with new integration + different wording (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Nov 30, 2023
1 parent ceccf51 commit 6248693
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 14 deletions.
2 changes: 1 addition & 1 deletion i18n/fr/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The home page description"
},
"home.gettingStartedButton": {
"message": "Installer gratuitement",
"message": "Installer gratuitement en 1 minute !",
"description": "The getting started button of the homepage"
},
"home.tryOnlineButton": {
Expand Down
51 changes: 38 additions & 13 deletions src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ const COMPATIBILITIES = [
{ title: "Zigbee", imgSrc: "zigbee2mqtt.jpg", docKey: "zigbee2mqtt" },
{ title: "Philips-Hue", imgSrc: "philips-hue.jpg", docKey: "philips-hue" },
{ title: "MQTT", imgSrc: "mqtt.jpg", docKey: "mqtt" },
{ title: "Xiaomi", imgSrc: "xiaomi.jpg", docKey: "xiaomi" },
{ title: "Google Home", imgSrc: "google-home.jpg", docKey: "google-home" },
],
[
{ title: "Tasmota", imgSrc: "tasmota.jpg", docKey: "tasmota" },
{ title: "TP-Link", imgSrc: "tp-link.jpg", docKey: "tp-link" },
{ title: "Google Home", imgSrc: "google-home.jpg", docKey: "google-home" },
{ title: "Tuya", imgSrc: "tuya.jpg", docKey: "tuya" },
{ title: "Alexa", imgSrc: "alexa.jpg", docKey: "alexa" },
{ title: "Camera", imgSrc: "rtsp-camera.jpg", docKey: "camera" },
],
];
Expand All @@ -41,9 +41,10 @@ const FAQQuestions = {
title: <>Quel matériel requis pour installer Gladys Assistant ?</>,
response: (
<>
Gladys peut s'installer sur n'importe quelle machine Linux (un Raspberry
Pi, un NAS, un serveur, un vieux PC Linux, peu importe !), du moment
que Docker tourne sur la machine, Gladys peut tourner dessus. <br />
Gladys peut s'installer sur n'importe quelle machine Linux (un
Raspberry Pi, un NAS, un serveur, un vieux PC Linux, peu importe !),
du moment que Docker tourne sur la machine, Gladys peut tourner
dessus. <br />
<br />
PS: Gladys Assistant est <b>gratuite</b>, c'est un simple container
Docker à lancer{" "}
Expand Down Expand Up @@ -85,12 +86,14 @@ const FAQQuestions = {
Gladys Assistant est entièrement open-source et disponible sur{" "}
<a href="https://github.com/GladysAssistant/gladys">GitHub</a>.<br />
Toute PR est la bienvenue 🙂 <br />
<br /> Si tu veux contribuer, n'hésite pas à venir sur la{" "}
<br /> Si tu veux contribuer, lis notre tutoriel{" "}
<a href="/fr/docs/dev/developing-a-service/">
Contribuer sur Gladys Assistant
</a>{" "}
et n'hésite pas à venir sur la{" "}
<a href="https://community.gladysassistant.com/">communauté</a> pour
parler du développement sur lequel tu veux te lancer. Ça permettra de
voir avec les autres développeurs si quelqu'un d'autre ne travaille pas
déjà dessus, et surtout de discuter "spécifications" avant de partir
dans le développement !
parler du développement sur lequel tu veux te lancer. N'hésite pas si
tu as des questions, on est toujours là pour donner un coup de main !
</>
),
},
Expand All @@ -111,6 +114,28 @@ const FAQQuestions = {
</>
),
},
{
title: <>Sondage Noël 2023 : Que penses-tu de Gladys Assistant ?</>,
response: (
<>
<p>
Nous sommes à la recherche de retours sur Gladys : Que penses-tu du
projet ? Si tu n'utilise pas encore Gladys, pourquoi ?
</p>
<p>
Pour répondre au sondage,{" "}
<a
href="https://forms.gle/KPo69uyeP3HrTrd57"
rel="nofollow"
target="_blank"
>
rendez-vous ici
</a>{" "}
!
</p>
</>
),
},
],
en: [
{
Expand Down Expand Up @@ -671,9 +696,9 @@ function Home({ integrations, lang }) {
</h4>
</div>
<div className="col col--4">
<YoutubeEmbedVideo id="FdD56kxIbGs" disablePadding />
<YoutubeEmbedVideo id="M4vOjQXMiZI" disablePadding />
<h4 className={styles.homeYouTubeVideoTitle}>
Utiliser ChatGPT pour contrôler sa maison connectée
Live coding : Une intégration Sonos en une journée ?
</h4>
</div>
</div>
Expand Down
Binary file added static/img/home/compatibilities/tuya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6248693

Please sign in to comment.