Skip to content

Commit

Permalink
Updated website / docs theme (#267)
Browse files Browse the repository at this point in the history
* updated assets

* updated landing hero

* updated theme

* Add figma file to readme
  • Loading branch information
JDMathew authored Oct 13, 2024
1 parent d4c5fd5 commit b6eadf6
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.

The figma file for the website can be found [here](https://www.figma.com/design/uLiMeE995DH541t5AxqThS)

### Installation

```
Expand Down
6 changes: 3 additions & 3 deletions website/src/components/landing/landing-hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ export const LandingHero = ({
<div className="flex-col md:flex-row flex justify-between gap-16 lg:gap-24 mx-auto">
<div className="self-center md:self-left">
<ProjectBadge
color="#FFC951"
color="#CD9AF5"
description={'react native ama'}
abbreviation={'Ra'}
className="h-[320px] w-[320px]"
/>
</div>
<div className="text-left lg:w-6/12 text-white">
<div className="text-left lg:w-6/12 text-black">
<h1 className="text-4xl font-bold tracking-tight sm:text-6xl">
{heading}
</h1>
Expand All @@ -54,7 +54,7 @@ export const LandingHero = ({
<ul className="list-none flex justify-items-start content-start items-start align-left pl-0 gap-6 lg:gap-12 font-bold">
{navItems.map(({ link, title }) => (
<li key={link}>
<a href={link} className="text-white hover:text-white">
<a href={link} className="text-black hover:text-white">
{title}
</a>
</li>
Expand Down
Binary file added website/static/img/background-banner-x1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/background-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/feature-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/feature-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/feature-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/themed-archive/feature-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/themed-archive/feature-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/themed-archive/feature-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
},
'theme-1': NearFormColors.Green,
'theme-2': NearFormColors.DeepNavy,
'theme-3': NearFormColors.DeepNavy,
'theme-3': NearFormColors.LightNavy,
'theme-4': NearFormColors.White,
'header-bg': NearFormColors.White,
'header-fg': NearFormColors.DeepNavy,
Expand Down

0 comments on commit b6eadf6

Please sign in to comment.