Roadmap updates (#54)

* removed roadmap title, removed year from navbar

* updated nav title to just roadmap, replaced image with brighter footer
This commit is contained in:
Will G 2022-03-24 16:56:32 +11:00 committed by GitHub
parent 6e3c151ba9
commit 571a985bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 22 deletions

View File

@ -59,7 +59,7 @@ const SIDE_MENU_ITEMS = {
},
[SideMenuItem.ROADMAP]: {
id: 8,
label: "Oxen's 2022 roadmap",
label: 'Roadmap',
href: '/roadmap',
hasOwnRoute: true,
},

View File

@ -13,27 +13,22 @@ function Roadmap() {
metadata={METADATA.ROADMAP_PAGE}
/>
<div className="w-full h-full">
<div className="flex flex-col px-6 pb-6 space-y-10">
<div>
<h2 className="mt-6 mb-3 text-3xl font-medium text-center tablet:text-4xl font-prompt text-primary">
Oxen in 2022
</h2>
<div
className={classNames(
'relative w-full mx-auto',
'desktop:max-w-3xl',
)}
>
<Image
src={`/img/roadmap.webp`}
alt="Oxen's Roadmap and Plans for the future."
width={1920}
height={3528}
layout="responsive"
quality={100}
priority={true}
/>
</div>
<div className="flex flex-col px-6 py-6 space-y-10">
<div
className={classNames(
'relative w-full mx-auto',
'desktop:max-w-3xl',
)}
>
<Image
src={`/img/roadmap.webp`}
alt="Oxen's Roadmap and Plans for the future."
width={1920}
height={3528}
layout="responsive"
quality={100}
priority={true}
/>
</div>
</div>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 KiB

After

Width:  |  Height:  |  Size: 138 KiB