Skip to content

Commit

Permalink
Merge pull request #20 from MetroStar/544-raw-github-urls
Browse files Browse the repository at this point in the history
Raw Github URLs for README
  • Loading branch information
kenafoster authored May 28, 2024
2 parents 5f3339a + 292dcf8 commit fc44b3e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@ Steps for self registration:

<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://github.com/MetroStar/nebari-self-registration/blob/main/images/welcome-nebari.png">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/MetroStar/nebari-self-registration/blob/main/images/welcome-nebari.png">
<img alt="Nebari logo mark - text will be black in light color mode and white in dark color mode." src="https://github.com/MetroStar/nebari-self-registration/blob/main/images/welcome-nebari.png" width="50%"/>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/welcome-nebari.png">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/welcome-nebari.png">
<img alt="Nebari welcome screen." src="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/welcome-nebari.png" width="50%"/>
</picture>
</p>

- You may have a hyperlink on the welcome page that takes you to the user registration form. If not, navigate to https://{your-domain-name}/registration

<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://github.com/MetroStar/nebari-self-registration/blob/main/images/account-register.png">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/MetroStar/nebari-self-registration/blob/main/images/account-register.png">
<img alt="Nebari logo mark - text will be black in light color mode and white in dark color mode." src="https://github.com/MetroStar/nebari-self-registration/blob/main/images/account-register.png" width="50%"/>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/account-register.png">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/account-register.png">
<img alt="Account registration screen." src="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/account-register.png" width="50%"/>
</picture>
</p>

Expand All @@ -130,9 +130,9 @@ Steps for self registration:

<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://github.com/MetroStar/nebari-self-registration/blob/main/images/account-confirm.png">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/MetroStar/nebari-self-registration/blob/main/images/account-confirm.png">
<img alt="Nebari logo mark - text will be black in light color mode and white in dark color mode." src="https://github.com/MetroStar/nebari-self-registration/blob/main/images/account-confirm.png" width="75%"/>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/account-confirm.png">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/account-confirm.png">
<img alt="Account confirmation screen" src="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/account-confirm.png" width="75%"/>
</picture>
</p>

Expand All @@ -141,9 +141,9 @@ Steps for self registration:

<p align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://github.com/MetroStar/nebari-self-registration/blob/main/images/nebari-splash.png">
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/MetroStar/nebari-self-registration/blob/main/images/nebari-splash.png">
<img alt="Nebari logo mark - text will be black in light color mode and white in dark color mode." src="https://github.com/MetroStar/nebari-self-registration/blob/main/images/nebari-splash.png" width="75%"/>
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/nebari-splash.png">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/nebari-splash.png">
<img alt="Nebari splash page." src="https://raw.githubusercontent.com/MetroStar/nebari-self-registration/main/images/nebari-splash.png" width="75%"/>
</picture>
</p>

Expand Down
2 changes: 1 addition & 1 deletion src/nebari_plugin_self_registration/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.11"
__version__ = "0.0.12"
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.0.16
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.11"
appVersion: "0.0.12"

0 comments on commit fc44b3e

Please sign in to comment.