21 lines
902 B
Text
21 lines
902 B
Text
|
|
<!--Descriptive page name, messages and instructions-->
|
||
|
|
<h2 class="heading"><%= t(".page_heading") %></h2>
|
||
|
|
<!--/descriptions-->
|
||
|
|
|
||
|
|
<!--subnav-->
|
||
|
|
<h3 class="landmark heading"><%= t("a11y.navigation") %></h3>
|
||
|
|
<%= render "tos_navigation" %>
|
||
|
|
<!--/subnav-->
|
||
|
|
|
||
|
|
<!--main content-->
|
||
|
|
<h3 class="landmark heading"><%= t(".page_content_landmark") %></h3>
|
||
|
|
<div id="privacy" class="userstuff">
|
||
|
|
I don't collect any data besides IP addresses and emails, and I will NEVER upload your information elsewhere. The OTWArchive software collects IP addresses and emails by design.<br> <br> If you would like your work data to be removed, please email me. However, any tags you use will remain on the archive.<br><br>Sunset's server is based in the United States.
|
||
|
|
</div>
|
||
|
|
<!--/content-->
|
||
|
|
|
||
|
|
<!--subnav-->
|
||
|
|
<h3 class="landmark heading"><%= t("a11y.navigation") %></h3>
|
||
|
|
<%= render "tos_navigation", top_link: true %>
|
||
|
|
<!--/subnav-->
|