mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 23:19:47 -08:00
Merge branch 'master' into patch-3
This commit is contained in:
commit
f62adc6aa2
|
@ -7,6 +7,8 @@ import { FiTwitter } from 'react-icons/fi';
|
||||||
import { ChevronRightIcon } from '@heroicons/react/20/solid';
|
import { ChevronRightIcon } from '@heroicons/react/20/solid';
|
||||||
import FlipClockCountdown from '@leenguyen/react-flip-clock-countdown';
|
import FlipClockCountdown from '@leenguyen/react-flip-clock-countdown';
|
||||||
import Layout from '@theme/Layout';
|
import Layout from '@theme/Layout';
|
||||||
|
import { Dark, Light } from '/src/components/ColorMode';
|
||||||
|
|
||||||
|
|
||||||
const TwoPointZero = (): JSX.Element => {
|
const TwoPointZero = (): JSX.Element => {
|
||||||
const stats = [
|
const stats = [
|
||||||
|
@ -43,19 +45,29 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
];
|
];
|
||||||
return (
|
return (
|
||||||
<Layout title="Meshtastic 2.0" description="Meshtastic 2.0 Landing Page">
|
<Layout title="Meshtastic 2.0" description="Meshtastic 2.0 Landing Page">
|
||||||
<div className="bg-white">
|
<div>
|
||||||
<main>
|
<main>
|
||||||
{/* Hero section */}
|
{/* Hero section */}
|
||||||
<div className="overflow-hidden pt-8 sm:pt-12 lg:relative lg:py-24">
|
<div className="overflow-hidden pt-8 sm:pt-12 lg:relative lg:py-24">
|
||||||
<div className="mx-auto max-w-md px-4 sm:max-w-3xl sm:px-6 lg:grid lg:max-w-7xl lg:grid-cols-2 lg:gap-24 lg:px-8">
|
<div className="mx-auto max-w-md px-4 sm:max-w-3xl sm:px-6 lg:grid lg:max-w-7xl lg:grid-cols-2 lg:gap-24 lg:px-8">
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
<img
|
<Dark>
|
||||||
className="h-11 w-auto"
|
<img
|
||||||
it
|
className="h-11 w-auto"
|
||||||
src="/design/logo/svg/Mesh_Logo_Black.svg"
|
it
|
||||||
alt="Your Company"
|
src="/design/logo/svg/Mesh_Logo_White.svg"
|
||||||
/>
|
alt="Meshtastic Logo"
|
||||||
|
/>
|
||||||
|
</Dark>
|
||||||
|
<Light>
|
||||||
|
<img
|
||||||
|
className="h-11 w-auto"
|
||||||
|
it
|
||||||
|
src="/design/logo/svg/Mesh_Logo_Black.svg"
|
||||||
|
alt="Meshtastic Logo"
|
||||||
|
/>
|
||||||
|
</Light>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-20">
|
<div className="mt-20">
|
||||||
<div>
|
<div>
|
||||||
|
@ -73,23 +85,23 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-6 sm:max-w-xl">
|
<div className="mt-6 sm:max-w-xl">
|
||||||
<h1 className="text-4xl font-bold tracking-tight text-gray-900 sm:text-5xl">
|
<h1 className="text-4xl font-bold tracking-tight --ifm-heading-color sm:text-5xl">
|
||||||
Meshtastic 2.0 🎉🎉🎉
|
Meshtastic 2.0 🎉🎉🎉
|
||||||
</h1>
|
</h1>
|
||||||
<p className="mt-6 text-xl text-gray-500">
|
<p className="mt-6 text-xl --ifm-font-color-base">
|
||||||
After 9 months in the making, we present to you the next
|
After 9 months in the making, we present to you the next
|
||||||
milestone for the Meshtastic project.
|
milestone for the Meshtastic project.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-12 sm:w-full sm:max-w-lg">
|
<div className="mt-12 sm:w-full sm:max-w-lg">
|
||||||
<p className="mt-6 mb-4 text-xl text-gray-500">
|
<p className="mt-6 mb-4 text-xl --ifm-font-color-base">
|
||||||
As a part of the launch event, we are running a number of
|
As a part of the launch event, we are running a number of
|
||||||
giveaways, so jump in and win some prizes.
|
giveaways, so jump in and win some prizes.
|
||||||
</p>
|
</p>
|
||||||
<div className="flex gap-2">
|
<div className="flex gap-2">
|
||||||
<a
|
<a
|
||||||
href="#start"
|
href="#start"
|
||||||
className="flex w-full rounded-md border border-transparent bg-rose-500 px-5 py-3 text-base font-medium text-white shadow hover:bg-rose-600 hover:text-black hover:no-underline focus:outline-none focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:px-10"
|
className="flex w-full rounded-md border border-transparent bg-rose-500 px-5 py-3 font-medium text-white shadow hover:bg-rose-600 hover:text-black hover:no-underline focus:outline-none focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:px-10"
|
||||||
>
|
>
|
||||||
<span className="m-auto">Find Out More</span>
|
<span className="m-auto">Find Out More</span>
|
||||||
</a>
|
</a>
|
||||||
|
@ -258,12 +270,12 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
>
|
>
|
||||||
{/* Content area */}
|
{/* Content area */}
|
||||||
<div className="pt-12 sm:pt-16 lg:pt-20">
|
<div className="pt-12 sm:pt-16 lg:pt-20">
|
||||||
<h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
|
<h2 className="text-3xl font-bold tracking-tight --ifm-heading-color sm:text-4xl">
|
||||||
A brief overview of all the changes and improvements
|
A brief overview of all the changes and improvements
|
||||||
</h2>
|
</h2>
|
||||||
<div className="mt-6 space-y-6 text-gray-500">
|
<div className="mt-6 space-y-6 --ifm-font-color-base">
|
||||||
<h2>Monumental stuff!</h2>
|
<h2>Monumental stuff!</h2>
|
||||||
<p className="text-base leading-7">
|
<p className="leading-7 --ifm-font-color-base">
|
||||||
<li>
|
<li>
|
||||||
Completely new LoRA band plan with faster messaging
|
Completely new LoRA band plan with faster messaging
|
||||||
</li>
|
</li>
|
||||||
|
@ -293,7 +305,7 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
</li>
|
</li>
|
||||||
</p>
|
</p>
|
||||||
<h2>Nerd stuff!</h2>
|
<h2>Nerd stuff!</h2>
|
||||||
<p className="text-base leading-7">
|
<p className="leading-7 --ifm-font-color-base">
|
||||||
<li>New filesystem for ESP32 (LittleFS)</li>
|
<li>New filesystem for ESP32 (LittleFS)</li>
|
||||||
<li>
|
<li>
|
||||||
Upgraded Arduino framework for both NRF52 and ESP32
|
Upgraded Arduino framework for both NRF52 and ESP32
|
||||||
|
@ -322,10 +334,10 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
key={stat.label}
|
key={stat.label}
|
||||||
className="border-t-2 border-gray-100 pt-6"
|
className="border-t-2 border-gray-100 pt-6"
|
||||||
>
|
>
|
||||||
<dt className="text-base font-medium text-gray-500">
|
<dt className="font-medium --ifm-font-color-base">
|
||||||
{stat.label}
|
{stat.label}
|
||||||
</dt>
|
</dt>
|
||||||
<dd className="text-3xl font-bold tracking-tight text-gray-900">
|
<dd className="text-3xl font-bold tracking-tight --ifm-heading-color">
|
||||||
{stat.value}
|
{stat.value}
|
||||||
</dd>
|
</dd>
|
||||||
</div>
|
</div>
|
||||||
|
@ -341,10 +353,10 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
<div className="mx-auto max-w-md px-4 sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8">
|
<div className="mx-auto max-w-md px-4 sm:max-w-3xl sm:px-6 lg:max-w-7xl lg:px-8">
|
||||||
<div className="lg:grid lg:grid-cols-2 lg:items-center lg:gap-24">
|
<div className="lg:grid lg:grid-cols-2 lg:items-center lg:gap-24">
|
||||||
<div>
|
<div>
|
||||||
<h2 className="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">
|
<h2 className="text-3xl font-bold tracking-tight --ifm-heading-color sm:text-4xl">
|
||||||
All made possible by the amazing companies that support us.
|
All made possible by the amazing companies that support us.
|
||||||
</h2>
|
</h2>
|
||||||
<p className="mt-6 max-w-3xl text-lg leading-7 text-gray-500">
|
<p className="mt-6 max-w-3xl text-lg leading-7 --ifm-font-color-base">
|
||||||
Running a project of this scale is no easy feat, without the
|
Running a project of this scale is no easy feat, without the
|
||||||
generosity of many of our vendors and providers, none of
|
generosity of many of our vendors and providers, none of
|
||||||
this would be possible.
|
this would be possible.
|
||||||
|
|
Loading…
Reference in a new issue