Skip to content

Commit

Permalink
Merge pull request #145 from onflow/bastian/logo
Browse files Browse the repository at this point in the history
add logo
  • Loading branch information
turbolent authored Sep 6, 2024
2 parents f3b04f3 + 3f88e7b commit 538c0a9
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 9 deletions.
8 changes: 1 addition & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,12 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
// TODO Replace with your project's social card
//image: 'img/docusaurus-social-card.jpg',
navbar: {
title: "Cadence",
/* TODO
logo: {
alt: 'My Site Logo',
alt: 'Cadence',
src: 'img/logo.svg',
},
*/
items: [
//{to: '/blog', label: 'Blog', position: 'left'},
{
label: "Learn",
to: "/learn",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import powerAnimation from "./power.json";
import learnAnimation from "./learn.json";

import styles from './index.module.css';

import Logo from '@site/static/img/logo.svg';

const example = `access(all)
resource NFT {
Expand Down Expand Up @@ -83,7 +83,7 @@ export default function Home() {
<Head>
<title>Cadence</title>
</Head>
<h1>Cadence</h1>
<Logo title="Cadence" className="logo" width="18em" height="4em" />
<h2>
Forge the future of decentralized apps.
<br/>
Expand Down
91 changes: 91 additions & 0 deletions static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 538c0a9

Please sign in to comment.