Skip to content

Commit

Permalink
V2: styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aamir1995 committed Aug 7, 2023
1 parent 651fdf0 commit 8ec9515
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 10 deletions.
2 changes: 1 addition & 1 deletion v2/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
--novo-color-secondary-dark:#0e1821;
--novo-color-secondary-darker:#0e171f;
--novo-color-secondary-darkest:#0b131a;


/* Typography */
--ifm-font-family-base: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
Expand Down
114 changes: 106 additions & 8 deletions v2/src/pages/index.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion v2/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ function HomepageHeader() {
return (
<header className={`hero headerBanner ${colorMode === "light" && "dark-bg"}`}>
<div className={`headerContainer container`}>
<h2>WIP Documentation for web_app aka v2 API</h2>
<h1 className="fancy fade-in-top">Your Gateway to<br />Effortless 3D Management<br />and Innovation.</h1>

<div>
<button className="button-85" role="button">Get Started!</button>
</div>

{/* <div style={{}}></div>
<h1 className={`hero__title ${styles.headerTagLine}`}>
Expand Down

0 comments on commit 8ec9515

Please sign in to comment.