Skip to content

Commit

Permalink
Merge pull request #26 from gary-kim/enh/22/add-disclaimer
Browse files Browse the repository at this point in the history
Add No Warranty Disclaimer
  • Loading branch information
gary-kim committed Oct 22, 2019
2 parents 5b4c480 + 3b7a364 commit 780bf7a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

SAS PES is an extension using the WebExtension standard for use by **Singapore American School students only**. The extension provides various enhancements when using Powerschool at SAS.

Regardless of what the extension calculates, teachers are able to override the final grade. **DO NOT RELY ON THE DATA FROM THIS EXTENSION**

<p align="center">
<img src="https://cdn.ydgkim.com/gschool/saspes/img1.png" height="250">
</p>
Expand Down Expand Up @@ -70,6 +72,6 @@ Refer to the [libraries.txt](/libraries.txt).

Copyright &copy; 2018-2019 Gary Kim &lt;<gary@garykim.dev>&gt;

Source code licensed under AGPL-3.0-only
Source code licensed under [AGPL-3.0-only](LICENSE)

The logo and name are not licensed for use, modification, or distribution.
12 changes: 11 additions & 1 deletion src/js/components/ExtensionInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<p style="font-size: 1.5em;">
Version: {{ version }}
</p>
<p><b>Do not rely</b> on the data provided by SAS PES.</p>
<p>
<a
class="saspes-link"
Expand All @@ -50,6 +51,12 @@
target="_blank"
@click="link_analytics"
>Source Code</a> |
<a
class="saspes-link"
href="https://github.com/gary-kim/saspes/blob/master/LICENSE"
target="_blank"
@click="link_analytics"
>License (AGPL-3.0-only)</a> |
<a
id="login-extension-settings"
href="#"
Expand Down Expand Up @@ -96,10 +103,13 @@ export default {
color: #444444;
}
.saspes-content {
padding: 20px;
padding: 10px 20px 15px 20px;
}
.saspes-logo {
height: 2em;
padding-right: 0.7em;
}
b {
margin: initial !important;
}
</style>

0 comments on commit 780bf7a

Please sign in to comment.