Skip to content

Add link to Pangeo on landing page #243

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

Merged
merged 8 commits into from
Mar 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions images/logos/ProjectPythia_Logo_Final-01-Blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 0 additions & 59 deletions landing-page.ipynb

This file was deleted.

9 changes: 9 additions & 0 deletions landing-page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Pythia Foundations

## A community learning resource for Python-based computing in the geosciences

<img src="images/pretty-earth.png" alt="Pretty Earth" width="600px">

This collection covers the foundational skills everyone needs to get started with scientific computing in the open-source Python ecosystem.

<img src="images/logos/ProjectPythia_Logo_Final-01-Blue.svg" alt="Project Pythia logo" height="80px"> _Brought to you by [Project Pythia](https://projectpythia.org), the education working group for [Pangeo](https://pangeo.io)_ <img src="https://raw.githubusercontent.com/pangeo-data/pangeo/master/docs/_static/small_e_logo_cropped.png" alt="Pangeo logo" height="80px">
2 changes: 1 addition & 1 deletion preamble/how-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Notebook](https://jupyterbook.org/intro.html) “chapters”. The power
of Jupyter Notebooks is that they can contain both static text and
executable code that you can interact with. When you navigate to a
book chapter such as [Matplotlib
Basics](https://foundations.projectpythia.org/core/matplotlib/matplotlib.html)
Basics](../core/matplotlib/matplotlib-basics)
you will see static text, Python code, and the rendered output of
that code in the form of the many figures that appear. In the case
of Matplotlib Basics these figures are produced by Matplotlib itself.
Expand Down