Skip to content

Commit

Permalink
Merge pull request #259 from choldgraf/homepage-support
Browse files Browse the repository at this point in the history
Extra support links on homepage
  • Loading branch information
minrk committed Apr 27, 2022
2 parents 65c5b5c + 3fd5c62 commit 564db1f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
Binary file modified doc/_static/images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
"name": "Support",
"url": "https://mybinder.readthedocs.io/en/latest/about/support.html",
"icon": "fa fa-heart",
},
{
"name": "Go to mybinder.org",
"url": "https://mybinder.org",
"icon": "_static/favicon.png",
"type": "local",
}
]
}
Expand Down
36 changes: 35 additions & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,41 @@
<br />

**Binder** allows you to create custom computing environments that can be shared
and used by many remote users. You can [use many open source languages](howto/languages.rst), [configure the user interface](howto/user_interface.rst), and more!
and used by many remote users.

::::{grid}

:::{grid-item-card} {fas}`bolt;sd-text-warning` Get started
:link: introduction
:link-type: doc

Our getting started section helps you create and launch your first repository on mybinder.org.
+++
Learn more {fas}`arrow-right`
:::

:::{grid-item-card} {fas}`lightbulb;sd-text-primary` Learn more
:link: howto/index
:link-type: doc

Our how-to guides have a collection of snippets and a short overview of useful ways to use Binder.
+++
Learn more {fas}`arrow-right`
:::

:::{grid-item-card} {fas}`heart;sd-text-danger` Support Binder
:link: about/support
:link-type: doc

The Binder Project is a non-profit project built, led, and supported by an open community.
Click here for some ideas on how to support the project.
+++
Learn more {fas}`arrow-right`
:::

::::

## What is Binder?

A Binder service is powered by [BinderHub](https://github.com/jupyterhub/binderhub),
an open-source tool that runs on Kubernetes.
Expand Down

0 comments on commit 564db1f

Please sign in to comment.