SimpleDoc/pages/license.html
2025-12-17 03:44:41 +01:00

104 lines
4.8 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.1.1/dist/css/materialize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<link rel="stylesheet" href="../assets/css/simpledoc.css">
<link rel="stylesheet" href="../assets/css/prism.css">
<script src="https://cdn.jsdelivr.net/npm/@materializecss/materialize@2.2.2/dist/js/materialize.min.js"></script>
<script>
document.documentElement.setAttribute('theme', 'light');
</script>
<script src="../assets/js/config.js"></script>
<script src="../assets/js/prism.js"></script>
<script src="../assets/js/simpledoc.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>SimpleDoc - Licence</title>
</head>
<body>
<div include-html="../components/header.html"></div>
<main>
<section class="section section-title primary-container green" style="border-radius: 24px" id="index-banner">
<div class="container row py-5">
<div class="col s12 m8 offset-m1 xl7 offset-xl1 center-on-small-only">
<h1 class="header white-text" style="font-size: 4.2rem; margin-top: 1.6rem;">Licence</h1>
<h4 class="light white-text" style="line-height: 1.25; margin-bottom: 1.6rem;">Don't forget to credit contributors and third-party resources!</h4>
</div>
</div>
</section>
<div class="container row">
<h4 class="col s12 header-offset">License terms</h4>
<div class="col s12 m10 offset-m1">
<div class="card grey darken-3">
<div class="card-content white-text">
<p>The MIT License (MIT)<br><br>Copyright (c) 2025 ❤x1<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.</p>
</div>
</div>
</div>
<h4 class="col s12 header-offset">Third-party libraries</h4>
<table class="col s12 m10 offset-m1 striped">
<tbody>
<tr>
<td>Materialize</td>
<td>MIT License </td>
<td><a href="https://materializeweb.com">https://materializeweb.com</a></td>
</tr>
<tr>
<td>FontAwesome Free</td>
<td>SIL OFL 1.1 License</td>
<td><a href="https://fontawesome.com/">https://fontawesome.com/</a></td>
</tr>
<tr>
<td>Google Material Icon</td>
<td>Apache-2.0 license</td>
<td><a href="https://fonts.google.com/icons">https://fonts.google.com/icons</a></td>
</tr>
</tbody>
</table>
<h4 class="col s12 header-offset">Meet the team</h4>
<div class="col s12 m5 l4 xl3 offset-l1 offset-xl2">
<div class="card medium green lighten-1 center-align">
<div style="margin: 20px;">
<img class="responsive-img" src="../assets/images/community.png">
<h5 class="white-text">The community</h5>
<span class="white-text">Anyone who contributes to an open-source project is a hero.<br>Let's celebrate those who work for the benefit of many!</span>
</div>
</div>
</div>
<div class="col s12 m5 l4 xl3 offset-m7 offset-l7 offset-xl7">
<div class="card medium green lighten-1 center-align">
<div style="margin: 20px;">
<img class="responsive-img" src="../assets/images/lastlife.png">
<h5 class="white-text">Last Life</h5>
<span class="white-text">I am a hobbyist developer with a passion for writing code, but I often struggle when it comes to writing its accompanying documentation.</span>
</div>
</div>
</div>
</div>
</main>
<div include-html="../components/footer.html"></div>
<script>includeHTML();</script>
</body>
</html>