Update HomePage.tsx

This commit is contained in:
Nicholas Orlowsky 2023-11-08 13:16:41 -05:00 committed by GitHub
parent d1f552e8a5
commit 1c60f4e136
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ export default function HomePage() {
</div> </div>
</div> </div>
<div className={"w-100 mt-2 flex justify-content-center align-content-center text-center"}> <div className={"w-100 mt-2 flex justify-content-center align-content-center text-center"}>
<h3><i>Better uptime than GitHub Pages!</i></h3> <h3><i>100% Uptime from 1/1/2023 - 11/8/2023</i></h3>
<h4><a href={"https://youtu.be/WHdXWMFHuqA"} target="_blank" rel="noopener noreferrer">Watch the NWS Deployment Demo</a></h4> <h4><a href={"https://youtu.be/WHdXWMFHuqA"} target="_blank" rel="noopener noreferrer">Watch the NWS Deployment Demo</a></h4>
</div> </div>
<div style={{width: '75vw'}}> <div style={{width: '75vw'}}>