diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2020-08-29 18:24:24 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2020-08-29 18:24:24 +0200 |
commit | 0b04c2f6796e4f0bd29b4f2e21d44f0453b4453a (patch) | |
tree | 418924df2d8c10698a251b53d9fda2dc86ea18e7 /client/templates | |
parent | better download html (diff) | |
download | scout-subs-0b04c2f6796e4f0bd29b4f2e21d44f0453b4453a.tar.gz scout-subs-0b04c2f6796e4f0bd29b4f2e21d44f0453b4453a.zip |
school year format, fix overlapping text in docs
Diffstat (limited to 'client/templates')
-rw-r--r-- | client/templates/client/about.html | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/client/templates/client/about.html b/client/templates/client/about.html index 64db725..ea32787 100644 --- a/client/templates/client/about.html +++ b/client/templates/client/about.html @@ -9,7 +9,7 @@ {% block content %} <div class="row"> - <div class="col l4 offset-l4 m8 offset-m2 s12"> + <div class="col l6 offset-l3 m8 offset-m2 s12"> <div class="card"> <div class="card-content"> <p> @@ -32,10 +32,60 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <a href=https://www.gnu.org/licenses>https://www.gnu.org/licenses/</a>. </blockquote> + <br> <h5>Codice sorgente</h5> <blockquote> <a href="https://git.thearcway.org/mafaldo/scout-subs/">https://git.thearcway.org/mafaldo/scout-subs/</a> </blockquote> + <br> + <h5>Licenze Open-Source<h5> + <h6>MaterializeCSS <a href="https://github.com/Dogfalo/materialize">https://github.com/Dogfalo/materialize</a> + </h6> + <blockquote> + Copyright (c) 2014-2019 Materialize + <br><br> + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + <br><br> + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + <br><br> + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + </blockquote> + <h6>jQuery <a href="https://github.com/jquery/jquery">https://github.com/jquery/jquery</a> + </h6> + <blockquote> + Copyright OpenJS Foundation and other contributors, <a href="https://openjsf.org/">https://openjsf.org/</a> + <br><br> + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + <br><br> + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + <br><br> + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + </blockquote> </div> </div> </div> |