mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
Added extra fonts, started button reusable component
This commit is contained in:
@@ -1 +1 @@
|
||||
<p class="font-terminal-nier text-xl">AB</p>
|
||||
<p class="font-terminal-nier text-8xl">AB</p>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<nav>
|
||||
<section>
|
||||
<app-button label="Neural Profile" (click)="onClick()"/>
|
||||
<app-button label="Execute//Directory" (click)="onClick()"/>
|
||||
<app-button label="Operative History" (click)="onClick()"/>
|
||||
<app-button label="Transmission Link" (click)="onClick()"/>
|
||||
<nav class="flex items-center justify-center">
|
||||
<section class="grid grid-cols-2 gap-4 mt-4">
|
||||
<app-button class="flex items-center" label="Neural Profile" (click)="onClick()"/>
|
||||
<app-button class="flex items-center" label="Execute//Directory" (click)="onClick()"/>
|
||||
<app-button class="flex items-center" label="Operative History" (click)="onClick()"/>
|
||||
<app-button class="flex items-center" label="Transmission Link" (click)="onClick()"/>
|
||||
</section>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user