Added new logo
This commit is contained in:
parent
25c95170e6
commit
68238ba914
|
@ -56,7 +56,7 @@ const config = {
|
||||||
title: "Squiggle",
|
title: "Squiggle",
|
||||||
logo: {
|
logo: {
|
||||||
alt: "Squiggle Logo",
|
alt: "Squiggle Logo",
|
||||||
src: "img/quri-logo.png",
|
src: "img/squiggle-logo.png",
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -60,7 +60,7 @@ html[data-theme="dark"] .docusaurus-highlight-code-line {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero__subtitle2 {
|
.hero__subtitle2 {
|
||||||
color: #ba3e3e;
|
color: #777;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-family: "Lora";
|
font-family: "Lora";
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -88,6 +88,10 @@ h2 {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar__logo {
|
||||||
|
height: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
/* --ifm-font-family-base: 'Lora'; */
|
/* --ifm-font-family-base: 'Lora'; */
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import clsx from "clsx";
|
import clsx from "clsx";
|
||||||
import Layout from "@theme/Layout";
|
import Layout from "@theme/Layout";
|
||||||
import Link from "@docusaurus/Link";
|
|
||||||
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
|
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
|
||||||
import styles from "./index.module.css";
|
import styles from "./index.module.css";
|
||||||
import HomepageFeatures from "../components/HomepageFeatures";
|
import HomepageFeatures from "../components/HomepageFeatures";
|
||||||
|
@ -11,6 +10,12 @@ function HomepageHeader() {
|
||||||
return (
|
return (
|
||||||
<header className={clsx("hero hero--primary", styles.heroBanner)}>
|
<header className={clsx("hero hero--primary", styles.heroBanner)}>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
|
<img
|
||||||
|
alt={'Docusaurus with Keytar'}
|
||||||
|
className={styles.heroLogo}
|
||||||
|
src={'/img/squiggle-logo.png'}
|
||||||
|
width="70"
|
||||||
|
/>
|
||||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||||
<p className="hero__subtitle">Early Access</p>
|
<p className="hero__subtitle">Early Access</p>
|
||||||
<p className="hero__subtitle2">{siteConfig.tagline}</p>
|
<p className="hero__subtitle2">{siteConfig.tagline}</p>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
BIN
packages/website/static/img/squiggle-logo.png
Normal file
BIN
packages/website/static/img/squiggle-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue
Block a user