Custom welcome page

This commit is contained in:
Josh Stewart 2022-10-29 17:56:56 +11:00
parent 93a234805c
commit 5711aed8a6
12 changed files with 22 additions and 1 deletions

View File

@ -5,6 +5,7 @@
<link rel="icon" href="/icons/icon.ico" />
<link rel="apple-touch-icon" href="/icons/icon.png" />
<link rel="manifest" href="/manifest.json" />
<link href="css/all.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://apis.google.com" crossorigin>
<meta property="og:title" content="Speeduino Online Tunes (Powered by HyperTuner Cloud)">
@ -16,7 +17,7 @@
<meta property="og:url" content="https://tunes.speeduino.com">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="Speeduino Online Tunes - Share your tunes and logs" />
<title>HyperTuner Cloud</title>
<title>Speeduino Tune Viewer</title>
</head>
<body style="background-color: #191C1E">
<noscript>You need to enable JavaScript to run this app.</noscript>

6
public/css/all.min.css vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -192,6 +192,20 @@ const Hub = () => {
return (
<div className="large-container">
<div style={{ textAlign: 'center' }}>
<Text><img src='/img/Speeduino_logo.png' width='40%' /><br /></Text>
<Text style={{ color: 'grey', fontSize: '40px' }}><i class ="fa-solid fa-gauge"></i><br /></Text>
<Text>Welcome to the Speeduino online tunes viewer. This site is for use by the Speeduino community to share tunes and logs to help in diagnosing problems or simply sharing data</Text>
<Text style={{ color: 'red', fontSize: '20px' }}><br /><i class ="fa-solid fa-heart"></i><br /></Text>
<Text>
This page is possible due to the amazing work by Piotr Rogowski in creating <a href="https://github.com/hyper-tuner">Hyper Tuner</a>.<br />
Please consider sponsoring his work to show your support: <a href="https://github.com/sponsors/karniv00l">https://github.com/sponsors/karniv00l</a>
<br /><br />
</Text>
</div>
<Input
// eslint-disable-next-line jsx-a11y/tabindex-no-positive
tabIndex={1}