This repository was archived by the owner on Mar 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[Legal] - Welcome, ToS and PP updates. #22
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9b0c172
Update legal.less
TheoTechnicguy a3c30d0
Redirection fixes
TheoTechnicguy 572c7fc
Update welcome.html
TheoTechnicguy 3a0f5af
Merge branch 'master' into Legal
TheoTechnicguy 28d4a15
Move Legal documents
TheoTechnicguy ddd7c54
Update Terms and Conditions - CodeWe.docx
TheoTechnicguy f4eeb20
Update Privacy Policy - CodeWe.docx
TheoTechnicguy 9d5a293
Move old ToS and PP HTML and PDF to archive
TheoTechnicguy 81996bd
Update privacy.html
TheoTechnicguy fdc61fa
Update tos.html
TheoTechnicguy 9556efa
ToS and PP PDF versions
TheoTechnicguy b948e53
Update legal.js
TheoTechnicguy ad8b039
Update footer.html
TheoTechnicguy 404a5f8
Autoformating and licence route fix
TheoTechnicguy 5abb3df
Postponed Begin Date
TheoTechnicguy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains hidden or 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 |
|---|---|---|
| @@ -1,36 +1,70 @@ | ||
| section{ | ||
| width: 50%; | ||
| min-width: 700px; | ||
| margin: auto; | ||
| color: rgb(193, 187, 177); | ||
| line-height: 1.7; | ||
| word-wrap: break-word; | ||
| text-align: justify; | ||
| font-family: helvetica neue,Helvetica,Arial,sans-serif; | ||
| font-size: 1.125rem; | ||
|
|
||
| h1{ | ||
| font-size: 2.125rem; | ||
| margin-top: 25px; | ||
| line-height: 1.4; | ||
| } | ||
|
|
||
| p{ | ||
| font-size: 1rem; | ||
| margin-bottom: 10px; | ||
| } | ||
|
|
||
| a{ | ||
| color: inherit; | ||
| text-decoration: none; | ||
| transition: color ease-in-out 0.2s; | ||
| } | ||
|
|
||
| a:hover{ | ||
| color: #ddd; | ||
| } | ||
|
|
||
| ul{ | ||
| margin-left: 20px; | ||
| } | ||
| width: 50%; | ||
| min-width: 700px; | ||
| margin: auto; | ||
| color: rgb(193, 187, 177); | ||
| line-height: 1.7; | ||
| word-wrap: break-word; | ||
| text-align: justify; | ||
| font-family: helvetica neue, Helvetica, Arial, sans-serif; | ||
| font-size: 1.125rem; | ||
|
|
||
| h1{ | ||
| font-size: 2.125rem; | ||
| margin-top: 25px; | ||
| line-height: 1.4; | ||
| } | ||
|
|
||
| p{ | ||
| font-size: 1rem; | ||
| margin-bottom: 10px; | ||
| } | ||
|
|
||
| a{ | ||
| color: inherit; | ||
| text-decoration: none; | ||
| transition: color ease-in-out 0.2s; | ||
| } | ||
|
|
||
| a:hover{ | ||
| color: #ddd; | ||
| } | ||
|
|
||
| ul{ | ||
| margin-left: 20px; | ||
| } | ||
| } | ||
|
|
||
|
|
||
| table { | ||
| width: 100% | ||
| } | ||
|
|
||
| td.align-right { | ||
| text-align: right; | ||
| } | ||
|
|
||
| #not-valid { | ||
| width: 100%; | ||
| background-color: red; | ||
| text-align: center; | ||
| font-size: 38px; | ||
| color: white; | ||
| } | ||
| #redirect { | ||
| width: 100%; | ||
| background-color: darkred; | ||
| text-align: center; | ||
| font-size: 18px; | ||
| color: white; | ||
| } | ||
|
|
||
| #redirect:hover { | ||
| background-color: maroon; | ||
| transition: 0.2s ease-in-out; | ||
| } | ||
|
|
||
| div.revision { | ||
| border: 1px darkcyan solid; | ||
| padding: 5px; | ||
| } | ||
This file contains hidden or 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 hidden or 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 hidden or 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
Binary file not shown.
Binary file not shown.
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just formating - no functional changes.