diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index a9ac69be..dbc0e938 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -11,37 +11,56 @@ import styles from './styles.module.css'; const features = [ { - title: "Diverse Software Ecosystem", - imageUrl: "img/software.svg", + title: "Radio Mesh Text Messaging", + imageUrl: "img/homepage/messages.svg", description: ( <> - Having an ever-growing, vibrant software ecosystem, there's almost - certainly, a capable solution ready to go for your project. With - libraries for Typescript and Python, apps for all major platforms and a - whole suite of native integrations, there's something for everyone. + Off-grid messaging using inexpensive hardware to create your personal mesh. Radios forward messages to the next to flood the network. Communicate kilometers/miles between nodes. Internet-connected relay nodes enable the conversation to move online too. ), }, { - title: "Extremely Versatile", - imageUrl: "img/versatility.svg", + title: "Encryption", + imageUrl: "img/homepage/encryption.svg", description: ( <> - Create a highly scalable mesh with hardware on a multitude of platforms - to fit your unique requirements: Create an environment monitoring mesh - and produce real-time heatmaps, or maybe decentralised, encrypted - messaging network, your imagination is the limit. + Messages are AES256 encrypted. Only radios supplied with your channel settings (which includes the key) should be able to read your messages. Using multichannel settings you can send encrypted messages on one channel and still participate in a default Meshtastic mesh. ), }, { - title: "Peak Efficiency", - imageUrl: "img/efficiency.svg", + title: "Conserve Battery", + imageUrl: "img/homepage/battery.svg", description: ( <> - Go for days on end and on a single battery, or extend it infinitely with - a solar cell, communicate with tens kilometres between nodes on - inexpensive beginner friendly hardware. + Go for days on end and on a single battery or extend it infinitely with a solar cell. Power management ensures the device will last the duration of your use. + + ), + }, + { + title: "Extendable", + imageUrl: "img/homepage/extendable.svg", + description: ( + <> + Create a highly scalable mesh with hardware on a multitude of platforms to fit your unique requirements: Create an environment monitoring mesh and produce real-time heatmaps, or maybe decentralised, encrypted messaging network, your imagination is the limit. + + ), + }, + { + title: "Platform Agnostic", + imageUrl: "img/homepage/platforms.svg", + description: ( + <> + Meshtastic clients are built or being built for all major desktop and mobile platforms. Linux, Windows, Mac, Android, and iOS are all supported or well on their way to being supported. + + ), + }, + { + title: "Open Source", + imageUrl: "img/homepage/opensource.svg", + description: ( + <> + All Meshtastic software is open source. If you want an improvement, submit a pull request or file an issue on Github. Happy coding! ), }, diff --git a/website/static/img/homepage/battery.svg b/website/static/img/homepage/battery.svg new file mode 100644 index 00000000..2bd211a1 --- /dev/null +++ b/website/static/img/homepage/battery.svg @@ -0,0 +1,82 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/website/static/img/homepage/encryption.svg b/website/static/img/homepage/encryption.svg new file mode 100644 index 00000000..05e3fc1e --- /dev/null +++ b/website/static/img/homepage/encryption.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/website/static/img/homepage/extendable.svg b/website/static/img/homepage/extendable.svg new file mode 100644 index 00000000..46d8254e --- /dev/null +++ b/website/static/img/homepage/extendable.svg @@ -0,0 +1,64 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/website/static/img/homepage/messages.svg b/website/static/img/homepage/messages.svg new file mode 100644 index 00000000..5f911bbb --- /dev/null +++ b/website/static/img/homepage/messages.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/website/static/img/homepage/opensource.svg b/website/static/img/homepage/opensource.svg new file mode 100644 index 00000000..08fba33c --- /dev/null +++ b/website/static/img/homepage/opensource.svg @@ -0,0 +1,128 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/static/img/homepage/platforms.svg b/website/static/img/homepage/platforms.svg new file mode 100644 index 00000000..d5192d28 --- /dev/null +++ b/website/static/img/homepage/platforms.svg @@ -0,0 +1,143 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/website/static/img/meshtastic-design b/website/static/img/meshtastic-design index b75f60a9..d0339f02 160000 --- a/website/static/img/meshtastic-design +++ b/website/static/img/meshtastic-design @@ -1 +1 @@ -Subproject commit b75f60a91abc22367ec017ab0c9eea828784a6ac +Subproject commit d0339f0297c629f1bd6873b4abccfecb98443538