Changed button labels and page labels

This commit is contained in:
AdamBtech
2025-05-27 14:37:44 +02:00
parent f2085fcf00
commit 800e5dd187
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
<nav class="flex items-center justify-center"> <nav class="flex items-center justify-center">
<section class="grid grid-cols-2 gap-x-4 gap-y-5 my-4"> <section class="grid grid-cols-2 gap-x-4 gap-y-5 my-4">
<app-nav-button class="flex items-center h-10" label="Neural Profile" (click)="onClick()" routerLink="about"/> <app-nav-button class="flex items-center h-10" label="Neural//Profile" (click)="onClick()" routerLink="about"/>
<app-nav-button class="flex items-center h-10" label="Execute//Directory" (click)="onClick()" routerLink="projects"/> <app-nav-button class="flex items-center h-10" label="Execute//Directory" (click)="onClick()" routerLink="projects"/>
<app-nav-button class="flex items-center h-10" label="Operative History" (click)="onClick()" routerLink="experience"/> <app-nav-button class="flex items-center h-10" label="Operative//History" (click)="onClick()" routerLink="experience"/>
<app-nav-button class="flex items-center h-10" label="Transmission Link" (click)="onClick()" routerLink="contact"/> <app-nav-button class="flex items-center h-10" label="Make//Contact" (click)="onClick()" routerLink="contact"/>
</section> </section>
</nav> </nav>

View File

@@ -1,7 +1,7 @@
<section class="min-h-screen bg-nier-bg checkered-background"> <section class="min-h-screen bg-nier-bg checkered-background">
<!-- Remove bg-nier-bg checkered-background from this div --> <!-- Remove bg-nier-bg checkered-background from this div -->
<div class="pt-8 pl-8 pb-8 section-title-container"> <div class="pt-8 pl-8 pb-8 section-title-container">
<app-section-title title="TRANSMISSION LINKS" /> <app-section-title title="MAKE CONTACT" />
</div> </div>
<app-contact-content /> <app-contact-content />