-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from ben9583/0.6.0
Release 0.6.0
- Loading branch information
Showing
8 changed files
with
230 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>Lagrange Demonstration - Cookie Policy</title> | ||
<style> | ||
table, | ||
td { | ||
border: 1px solid #333; | ||
border-collapse: collapse; | ||
padding: 5px; | ||
} | ||
|
||
thead, | ||
tfoot { | ||
background-color: #333; | ||
color: #fff; | ||
text-align: center; | ||
} | ||
|
||
</style> | ||
</head> | ||
|
||
<body> | ||
<div style="max-width: 960px"> | ||
<h1>Cookie Policy</h1> | ||
<p>Last updated: 24 June 2022</p> | ||
<p> | ||
In order to provide a better user experience, this website uses cookies to save data across browsing sessions. | ||
Your use of this website does <b>not</b> imply an acceptance of these cookies and you must manually accept them by checking the box at the top of the landing page. | ||
In doing so, you agree to the complete use of cookies by this website according to this policy as permitted by law. | ||
</p> | ||
<p> | ||
Although this website uses cookies, it does not track personal data that can be used for identification. | ||
The website also does not use any third-party cookies, including tracking technologies such as Google Analytics. | ||
Your cookies will not be sold or provided to any other third parties except where required by law. | ||
</p> | ||
<p> | ||
Should you choose not to accept the use of cookies, you will still be able to use this website with the understanding that some functionality may be limited. | ||
</p> | ||
<p> | ||
A list of all cookies used and their purpose can be found below: | ||
</p> | ||
<table> | ||
<thead> | ||
<tr> | ||
<td>Cookie</td> | ||
<td>Information</td> | ||
<td>Reason</td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>cookiesAccepted</td> | ||
<td>Whether you've accepted cookies on this device.</td> | ||
<td>If cookies are enabled, you won't need to enable them again when you revisit the website.</td> | ||
</tr> | ||
<tr> | ||
<td>configSaves</td> | ||
<td>User-saved configurations of SolarSim</td> | ||
<td>Allows users to save SolarSim configurations across browsing sessions. Without this, users can still save and load configurations, but they will be lost when the webpage is closed.</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<br /> | ||
<a href="./">Return to SolarSim</a> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters