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

UI Updates - Evmos Academy #42

Merged
merged 41 commits into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
d0be866
updating landing page
Jul 25, 2023
0f05946
added features
Jul 26, 2023
bc2b01f
adding article card
Jul 26, 2023
e73d579
using media queries
lmedury Jul 28, 2023
3227c7f
updated footer and support sections
Aug 2, 2023
da6fa58
pulling latest changes from main
Aug 5, 2023
efef4de
added nb-international; updated light theme colors
Aug 8, 2023
b77307c
added evmos bg-3 to get support section; article image position at th…
lmedury Aug 8, 2023
0dd809a
updating light theme color and fixed faq background color
Aug 8, 2023
94898ae
WIP: article landing page
Aug 10, 2023
ec6296b
WIP: article landing page; decision on colors pending
Aug 11, 2023
6edcdb4
fixed typo
Aug 11, 2023
e99e8c1
video landing page
Aug 15, 2023
25ed131
fixed image resolution on homepage and theme colors on faq
Aug 21, 2023
ad27eae
filter and search ready for articles
Aug 25, 2023
1b5405f
filter and search in videos
Aug 25, 2023
a9930ea
updated landing page images
Aug 25, 2023
9c0dcaa
two images on landing page
Aug 25, 2023
2f4d88a
added thumbnails to images
lmedury Sep 6, 2023
4469dec
fixed landing page images; hideable sidebar
Sep 11, 2023
8418b7a
added link for developer docs
Sep 13, 2023
8635de8
landing page loading random article data
Sep 15, 2023
fd6b6e0
added comments to article pages
Oct 13, 2023
ff3aca1
ui/ux updates
Oct 13, 2023
6e6a5bc
color changes; footer updates
Oct 18, 2023
6b42307
Merge branch 'evmos:main' into dan-updates
lmedury Oct 18, 2023
f9b65d9
fixed icons; faq styles; and default images
Oct 27, 2023
6440278
Merge branch 'dan-updates' of github.com:lmedury/academy into dan-upd…
Oct 27, 2023
7d02f0e
fixed max-width of images
Nov 3, 2023
7110c33
fixed light mode logo and image resize
Nov 8, 2023
2bbe20d
merged updates and banner branches
Nov 20, 2023
63f7e2a
increased font size
Nov 22, 2023
79a9c15
fixed watch videos link
Nov 23, 2023
df9605d
merging main and ui updates
Nov 24, 2023
bab55e0
fixed package-lock and styles
Nov 24, 2023
3a04294
merging ui updates
Nov 24, 2023
b184097
fixed dead links from docs
Nov 24, 2023
4dd0494
fixed keplr link
Nov 24, 2023
9f3fdb6
renamed accretion file
Nov 24, 2023
17a167d
removed develop and architecture articles
Nov 28, 2023
9abd21e
fixed h1 font size
Nov 28, 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 .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
Loading