Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Legal doc in LP #680

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
7 changes: 6 additions & 1 deletion projects/landing-page-html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ <h4 class="text-3xl font-bold text-center my-4">Validators</h4>
</div>
<div>
<span class="footer-title">Information</span>
<a class="link link-hover" href="https://ununifi.io/assets/download/UnUniFi-Whitepaper.pdf"
<a class="link link-hover" href="./assets/download/UnUniFi-Whitepaper.pdf"
target="_blank">Whitepaper</a>
<!-- <a class="link link-hover" href="https://ununifi.io/assets/download/UnUniFi-OnePage.pdf" target="_blank">One
Pager</a> -->
Expand All @@ -746,6 +746,11 @@ <h4 class="text-3xl font-bold text-center my-4">Validators</h4>
<a class="link link-hover" href="https://youtube.com/ununifi" target="_blank">YouTube</a>
<a class="link link-hover" href="https://linktr.ee/ununifi" target="_blank">Linktree</a>
</div>
<div>
<span class="footer-title">legal</span>
<a class="link link-hover" href="./assets/download/UnUniFi-TermsOfService.pdf" target="_blank">Terms of Service</a>
<a class="link link-hover" href="./assets/download/UnUniFi-PrivacyPolicy.pdf" target="_blank">Privacy Policy</a>
</div>
</footer>

<div id="disclaimer-popup" class="bg-base-300 overflow-y-auto sticky bottom-0 z-40"
Expand Down
Loading