mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
Changed button labels and page labels
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user