mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
2.0 page update
This commit is contained in:
parent
0169a8b71d
commit
b2a2572cb0
|
@ -2,6 +2,8 @@ import '@leenguyen/react-flip-clock-countdown/dist/index.css';
|
||||||
|
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
|
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';
|
||||||
|
@ -32,7 +34,7 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'LILYGO',
|
name: 'LILYGO',
|
||||||
url: '/',
|
url: '/2.0/LILYGO.png',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Discord',
|
name: 'Discord',
|
||||||
|
@ -84,12 +86,20 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
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>
|
||||||
<button
|
<div className="flex gap-2">
|
||||||
type="submit"
|
<button
|
||||||
className="block 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 focus:outline-none focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:px-10"
|
type="submit"
|
||||||
>
|
className="block 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 focus:outline-none focus:ring-2 focus:ring-rose-500 focus:ring-offset-2 sm:px-10"
|
||||||
Find Out More
|
>
|
||||||
</button>
|
Find Out More
|
||||||
|
</button>
|
||||||
|
<a
|
||||||
|
className="flex w-16 rounded-md border border-transparent bg-[#1DA1F2] shadow hover:bg-blue-400 focus:outline-none focus:ring-2 focus:ring-blue-400 focus:ring-offset-2"
|
||||||
|
href="https://twitter.com/TheMeshtastic/status/1586933393526333441"
|
||||||
|
>
|
||||||
|
<FiTwitter className="m-auto text-white" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -210,7 +220,7 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
<img
|
<img
|
||||||
className="h-8 text-white"
|
className="h-8 text-white"
|
||||||
src="/2.0/typelogo.svg"
|
src="/2.0/typelogo.svg"
|
||||||
alt="Workcation"
|
alt="Meshtastic"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<blockquote className="mt-8">
|
<blockquote className="mt-8">
|
||||||
|
@ -398,7 +408,7 @@ const TwoPointZero = (): JSX.Element => {
|
||||||
<div className="flex flex-col gap-12">
|
<div className="flex flex-col gap-12">
|
||||||
<div className="sm:text-center">
|
<div className="sm:text-center">
|
||||||
<h2 className="text-3xl font-bold tracking-tight text-white sm:text-4xl">
|
<h2 className="text-3xl font-bold tracking-tight text-white sm:text-4xl">
|
||||||
Countdown to Launch!
|
Countdown to Prize Draw!
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<FlipClockCountdown
|
<FlipClockCountdown
|
||||||
|
|
Loading…
Reference in a new issue