feat: new site #1

Merged
naomi merged 20 commits from feat/init into main 2025-12-27 19:54:35 -08:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit e5e01c865e - Show all commits
+1 -1
View File
@@ -1,6 +1,6 @@
<app-nav></app-nav> <app-nav></app-nav>
<app-disclaimer></app-disclaimer> <app-disclaimer></app-disclaimer>
<main> <main>
<router-outlet></router-outlet> <router-outlet></router-outlet>
</main> </main>
<app-footer></app-footer> <app-footer></app-footer>
+5 -5
View File
@@ -3,18 +3,18 @@
<div id="modal" class="p-5"> <div id="modal" class="p-5">
<aside> <aside>
<h1 class="text-2xl font-bold">Disclaimer</h1> <h1 class="text-2xl font-bold">Disclaimer</h1>
<p>This website incorporates AI-generated art. Before you proceed, we wanted to make very clear:</p> <p>This website incorporates AI-generated art. Before you proceed, we wanted to make our position clear:</p>
<ul class="list-disc list-inside text-left"> <ul class="list-disc list-inside text-left">
<li>Our company do not support the use of AI to replace human artists.</li> <li>Our company do not support the use of AI to replace human artists.</li>
<li>Our company are aware of the ethical conerns around generative AI and how training data are sourced.</li> <li>Our company are aware of the ethical concerns around generative AI and how training data are sourced.</li>
<li>We have a long history of supporting and promoting human artists, and have no intention of changing that.</li> <li>We have a long history of supporting and promoting human artists, and have no intention of changing that.</li>
<li>However, because we currently operate at a significant loss, our budget is very limited.</li> <li>However, because we currently operate at a significant loss, our budget is very limited.</li>
<li>When funds allow, we absolutely intend to replace all art on this page with human works.</li> <li>When funds allow, we absolutely intend to replace all art on this page with human-created works.</li>
</ul> </ul>
<p>If you are an artist and would like to donate art, or if you have cash and would like to donate to our cause, check our <a href="https://donate.nhcarrigan.com" target="_blank">donation page</a>.</p> <p>If you are an artist and would like to donate art, or if you have cash and would like to donate to our cause, check our <a href="https://donate.nhcarrigan.com" target="_blank">donation page</a>.</p>
<p>Thank you for understanding. Please confirm you understand our stance, and that you will not start flaming us for just trying to survive.</p> <p>Thank you for understanding our position. We appreciate your support as we work toward our goal of featuring exclusively human-created art.</p>
</aside> </aside>
<button (click)="closeModal()" class="mt-5 border-r-4 border-b-4 border-l-4 border-t-2 border-accent rounded-md p-2 cursor-pointer">I understand, and I will not attack you for trying to survive.</button> <button (click)="closeModal()" class="mt-5 border-r-4 border-b-4 border-l-4 border-t-2 border-accent rounded-md p-2 cursor-pointer">I understand and wish to continue.</button>
</div> </div>
</div> </div>
<div id="modal-overlay" class="fixed top-0 left-0 w-full h-full bg-black/75 z-40"></div> <div id="modal-overlay" class="fixed top-0 left-0 w-full h-full bg-black/75 z-40"></div>