Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: landing page redesigns #129

Merged
merged 63 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
57a8cd6
feat: add new fonts for redesign
KelechiOdom10 Jul 20, 2023
9d9ff20
feat: redesign newsletter component and move it to footer folder for …
KelechiOdom10 Jul 20, 2023
3d974ac
chore: update dependencies and install next font
KelechiOdom10 Jul 20, 2023
6161526
chore: update dependencies and install next font
KelechiOdom10 Jul 20, 2023
5806a7e
feat: create tailwind merge utility function to work with clsx
KelechiOdom10 Jul 20, 2023
5bba07d
chore: lint and beautify code
KelechiOdom10 Jul 20, 2023
995b4d2
chore: update components to use new classnames utility function
KelechiOdom10 Jul 20, 2023
860d301
feat: add all relevant assets for the home page
KelechiOdom10 Jul 20, 2023
68e7a5b
feat: update storybook preview to allow for custom font to be used
KelechiOdom10 Jul 20, 2023
d5eb689
feat: update logo to match designs
KelechiOdom10 Jul 20, 2023
67e3d8e
feat: create font loader utility constant for getting local custom font
KelechiOdom10 Jul 20, 2023
e12d5a1
feat: update app to use custom font and remove google font from document
KelechiOdom10 Jul 20, 2023
b752801
feat: create custom link that navigates users to appropriate mobile a…
KelechiOdom10 Jul 20, 2023
72c83e0
chore: update experiment component
KelechiOdom10 Jul 20, 2023
cf4907d
feat: update neurosity modal to use appropriate color styles
KelechiOdom10 Jul 20, 2023
f4cfd57
feat: create custom link that navigates users to appropriate mobile a…
KelechiOdom10 Jul 20, 2023
dce7f86
ad external field to indicate external link to footerLinks
KelechiOdom10 Jul 20, 2023
a16617f
create ms partner component used in footer
KelechiOdom10 Jul 20, 2023
57b2c77
chore: remove unused import
KelechiOdom10 Jul 20, 2023
cfe8bd0
chore: update integrations container type safety
KelechiOdom10 Jul 20, 2023
a3d3746
feat: create looping marquee of all integrations in fusion
KelechiOdom10 Jul 20, 2023
cfcbad8
feat: redesign integrations section
KelechiOdom10 Jul 20, 2023
ae08cc2
feat: create individual testimonial component used for showing user f…
KelechiOdom10 Jul 20, 2023
95c811d
feat: create testimonials section using new landing page designs
KelechiOdom10 Jul 20, 2023
94338f2
feat: create individual team member component used for showing team a…
KelechiOdom10 Jul 20, 2023
265753a
feat: create team section with new landing page designs
KelechiOdom10 Jul 20, 2023
2c020d9
feat: create generic prompt example component shown in feature section
KelechiOdom10 Jul 20, 2023
34497a3
feat: create individual fusion feature component that shows target au…
KelechiOdom10 Jul 20, 2023
f4fd49c
feat: create fusion section that shows different target audience and …
KelechiOdom10 Jul 20, 2023
518dfb1
feat: create faq section with placeholder frequently asked questions
KelechiOdom10 Jul 20, 2023
c790656
feat: update hero section to match new designs with changing typing a…
KelechiOdom10 Jul 20, 2023
fcd84cd
feat: update footer to match designs
KelechiOdom10 Jul 20, 2023
33c3d59
feat: create offering section and a set of disclaimers for our product
KelechiOdom10 Jul 20, 2023
445ff16
update navigation link and add external field to blog item
KelechiOdom10 Jul 20, 2023
000d977
feat: update mobile menu
KelechiOdom10 Jul 20, 2023
9a43840
feat: update navigation header to match new
KelechiOdom10 Jul 20, 2023
bbe9904
chore: make login page light theme only
KelechiOdom10 Jul 20, 2023
1a05589
feat: make login page and footer dark theme friendly
KelechiOdom10 Jul 20, 2023
401b80b
feat: export landing page sections and use them in home page
KelechiOdom10 Jul 20, 2023
97fb540
feat: update tailwind config and global css files to use new design t…
KelechiOdom10 Jul 20, 2023
433300e
feat: make section tag more semantic by adding title
KelechiOdom10 Jul 21, 2023
9c4205f
feat: replace celebration badge svg with png
KelechiOdom10 Jul 21, 2023
59e31e1
feat: add new button styles to component
KelechiOdom10 Jul 21, 2023
eaca219
chore: remove loading eager
KelechiOdom10 Jul 21, 2023
7bc4aaf
chore: make prompt example longer and use semantic tags
KelechiOdom10 Jul 21, 2023
593d802
chore: make prompt example longer and use semantic tags
KelechiOdom10 Jul 21, 2023
fde92db
chore: update feature section based on feedback
KelechiOdom10 Jul 21, 2023
d30a205
feat: embed loom link into hero section
KelechiOdom10 Jul 21, 2023
4cf4f83
feat: add calendar icon to schedule call cta
KelechiOdom10 Jul 21, 2023
c52c09a
chore: make about page go to notion page
KelechiOdom10 Jul 21, 2023
26fe235
fix: fix incorrect svg prop
KelechiOdom10 Jul 21, 2023
0a594f1
upgrade: upgrade next font to use built in next js package
KelechiOdom10 Jul 22, 2023
90862c3
feat: add title and aria labelled by prop to icon buttons for accessi…
KelechiOdom10 Jul 22, 2023
48bd271
chore: dynamically load hero section to improve performance
KelechiOdom10 Jul 22, 2023
243b064
chore: add title to iframe and make video not auto play
KelechiOdom10 Jul 22, 2023
ce89715
chore: remove unused pictures
KelechiOdom10 Jul 22, 2023
6de2b09
feat: add language tag to html
KelechiOdom10 Jul 22, 2023
05c5a6e
chore: wrap detailed list item in detailed list for accessibility pur…
KelechiOdom10 Jul 22, 2023
d3bf082
increase font weight to improve contrast
KelechiOdom10 Jul 22, 2023
e479a5b
feat: create custom meta tag for SEO purposes
KelechiOdom10 Jul 22, 2023
7262861
add meta tag to pages
KelechiOdom10 Jul 22, 2023
1e7208e
feat: use unlighthouse to test performance
KelechiOdom10 Jul 22, 2023
79a49cc
Merge pull request #130 from NEUROFUSIONInc/feat/optimise-website-usi…
KelechiOdom10 Jul 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions fusionMobile/FontLoader.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { useFonts } from "expo-font";
import * as SplashScreen from "expo-splash-screen";
import React, { PropsWithChildren, useCallback } from "react";
import { PropsWithChildren, useCallback } from "react";
import { View } from "react-native";
import { useSafeAreaInsets } from "react-native-safe-area-context";

Expand Down
3 changes: 2 additions & 1 deletion neurofusion/next-client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ yarn-error.log*
next-env.d.ts

#Misc
.eslintcache
.eslintcache
.unlighthouse
11 changes: 10 additions & 1 deletion neurofusion/next-client/.storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,16 @@ module.exports = {
nextConfigPath: path.resolve(__dirname, "../next.config.js"),
},
},
staticDirs: ["../public"],
staticDirs: [
{
from: "../public",
to: "public",
},
{
from: "../public/images",
to: "images",
},
],
docs: {
autodocs: true,
},
Expand Down
3 changes: 0 additions & 3 deletions neurofusion/next-client/.storybook/preview-head.html

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ThemeProvider } from "next-themes";
import { ThemeChanger } from "../src/utils/themeChanger";
import { gtw } from "../src/utils/font-loader";
import "../src/styles/globals.css";

export const globalTypes = {
Expand All @@ -19,7 +20,9 @@ export const decorators = [
(Story, { globals }) => (
<ThemeProvider attribute="class" enableSystem>
<ThemeChanger theme={globals.theme ? globals.theme : "system"} />
<Story />
<main className={`${gtw.variable} font-body`}>
<Story />
</main>
</ThemeProvider>
),
];
Expand Down
Loading