Skip to content

Commit

Permalink
Merge pull request #42 from lmedury/main
Browse files Browse the repository at this point in the history
UI Updates - Evmos Academy
  • Loading branch information
danburck authored Nov 29, 2023
2 parents 9907a78 + 9abd21e commit 2b0ebf7
Show file tree
Hide file tree
Showing 46 changed files with 3,974 additions and 19,083 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ yarn-error.log*

# Idea
.idea

.vercel/
.vercel
8 changes: 8 additions & 0 deletions docs/articles/beginner/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ sidebar_position: 0

# Getting Started

## Connect with Evmos Community

Please find below our socials, Discord and Telegram. We encourage you to come join us.

* [Twitter](https://twitter.com/EvmosOrg)
* [Discord](https://discord.com/invite/evmos)
* [Github](https://github.com/evmos/evmos)

## What is Evmos?

Evmos is the blockchain network, that lets you use a new generation of applications, built by developers across the world. Using and building on the network is permissionless so it doesn't require any authorization and you can get started right now.
Expand Down
10 changes: 5 additions & 5 deletions docs/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ You may send your proposal via our support ticket system on [Discord](https://di

<summary><b>Which wallets can I use for Evmos?</b></summary>

You can find an overview of Evmos-compatible wallets [here](https://docs.evmos.org/use/wallet).
You can find an overview of Evmos-compatible wallets [here](https://academy.evmos.org/articles/beginner/wallets).

</details>

Expand All @@ -107,16 +107,16 @@ You can find an overview of Evmos-compatible wallets [here](https://docs.evmos.o

Guides on how to add the Evmos network to your wallet:

- Metamask [guide](https://docs.evmos.org/use/connect-your-wallet/metamask)
- Keplr [guide](https://www.notion.so/FAQ-6120cf83326942a498862aabab5a49c1)
- Metamask [guide](https://academy.evmos.org/articles/beginner/wallets)
- Keplr [guide](https://academy.evmos.org/articles/beginner/connect-your-wallet/keplr)

</details>

<details>

<summary><b>Can I use Ledger with Evmos?</b></summary>

Yes. A guide on how to start using Ledger with Evmos can be found [here](https://docs.evmos.org/use/connect-your-wallet/ledger).
Yes. A guide on how to start using Ledger with Evmos can be found [here](https://academy.evmos.org/articles/beginner/connect-your-wallet/ledger).

</details>

Expand Down Expand Up @@ -258,7 +258,7 @@ To withdraw or deposit (IBC transfer) any assets to and from Evmos you can use t

<details>

<summary><b>where can I find the official Evmos Logo Kit?</b></summary>
<summary><b>Where can I find the official Evmos Logo Kit?</b></summary>

The Evmos Press Kit can be found [here](https://drive.google.com/drive/folders/1fw9a8DgLJ0X-LuI4hHG36JkMC9eFGJL6). Make sure to follow the guidelines mentioned in the PDF file when making use of the kit.

Expand Down
File renamed without changes.
109 changes: 86 additions & 23 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ const SECTIONS = [

/** @type {import('@docusaurus/types').Config} */
const config = {

scripts: [
{
src: 'https://widget.mava.app',
id: 'MavaWebChat',
'data-token': '11db9fa83c1a56a2b225847978e9685d6f9ba5879716279aa9bf513f55bc2523',
defer: true
}
],

title: 'Evmos Academy',
tagline: 'Learning Evmos',
url: 'https://academy.evmos.org',
Expand Down Expand Up @@ -127,21 +137,26 @@ const config = {
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
docs: {
sidebar: {
hideable: true
}
},
navbar: {
title: 'Evmos Academy',
//title: 'Evmos Academy',
logo: {
alt: 'Evmos Logo',
src: 'img/evmos.svg',
src: 'img/Academy-Logo.svg',
},
items: [
{
position: 'left',
label: 'Articles',
to: '/articles/beginner/wallets',
label: 'ARTICLES',
to: '/articles',
},
{
position: 'left',
label: 'Videos',
label: 'VIDEOS',
to: '/videos',
},
{
Expand All @@ -157,7 +172,7 @@ const config = {
// },
{
position: 'right',
label: 'Developer Docs',
label: 'DOCS',
to: 'https://docs.evmos.org',
},
{
Expand Down Expand Up @@ -186,54 +201,102 @@ const config = {
style: 'dark',
links: [
{
title: 'Academy',
title: 'Discover',
items: [
{
label: 'Register and Earn Revenue',
to: '/articles/advanced/incentives-registration',
label: 'Articles',
to: '/articles',
},
{
label: 'Learn About Wallet Integration',
to: '/articles/advanced/wallet-integration',
label: 'Videos',
to: '/videos',
},
{
label: 'Terminology',
to: '/articles/terminology',
label: 'FAQ',
to: '/faq',
},
{
label: 'Developer Docs',
to: 'https://docs.evmos.org',
}
],
},
{
title: 'Community',
title: 'Evmos',
items: [
{
label: 'Telegram',
href: 'https://t.me/EvmosOrg',
label: 'Evmos Apps',
href: 'https://app.evmos.org',
},
{
label: 'Discord',
href: 'https://discord.gg/evmos',
label: 'Evmos Homepage',
href: 'https://evmos.org',
},
{
label: 'Evmos Blog',
href: 'https://medium.com/evmos',
},
{
label: 'Evmos Careers',
href: 'https://boards.eu.greenhouse.io/evmos',
},
],
},
{
title: 'Connect',
items: [
{
label: 'Twitter',
href: 'https://twitter.com/EvmosOrg',
},
{
label: 'Discord',
href: 'https://discord.com/invite/evmos',
},
/*
{
label: 'Telegram',
href: 'https://t.me/EvmosOrg',
},
*/
{
label: 'Github',
href: 'https://github.com/evmos',
},
{
label: 'Commonwealth',
href: 'https://commonwealth.im/evmos/discussions',
},
{
label: 'YouTube',
href: 'https://www.youtube.com/@Evmos',
},
],
},
/*
{
title: 'Links',
title: 'About',
items: [
{
label: 'Blog',
label: 'Manifesto',
href: 'https://medium.com/evmos',
},
{
label: 'Evmos GitHub',
label: 'Blog',
href: 'https://github.com/evmos',
},
{
label: 'Careers',
href: 'https://github.com/evmos',
},
{
label: 'Contact Us',
href: 'https://github.com/evmos',
}
],
},
},*/
],
copyright: `Built with ❤️ by the Evmos Team. © ${new Date().getFullYear()} All rights reserved.`,
//copyright: `Built with ❤️ by the Evmos Team. © ${new Date().getFullYear()} All rights reserved.`,
},
prism: {
theme: lightCodeTheme,
Expand Down
Loading

0 comments on commit 2b0ebf7

Please sign in to comment.