Compare commits
2 Commits
1b41bd32cb
...
ba5b2694a3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba5b2694a3 | ||
|
|
a3acd4029b |
BIN
public/img/page-in-work.jpg
Normal file
BIN
public/img/page-in-work.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
@@ -1 +1 @@
|
||||
<p>about works!</p>
|
||||
<img src="img/page-in-work.jpg" alt="" class="w-[200px] mx-auto mt-10"/>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<main class="flex flex-row justify-center items-center gap-10 py-10">
|
||||
<div class="w-[40%]">
|
||||
<span class="block text-[4rem]/[1.1] font-bold mb-4" [innerHTML]="'home.header' | translate"></span>
|
||||
<span class="block text-[1.5rem]/[1.3] text-gray">{{ 'home.subheader' | translate }}</span>
|
||||
<main class="flex flex-row flex-wrap justify-center items-center gap-10 py-10">
|
||||
<div class="lg:w-[40%] w-[80%] text-center lg:text-left">
|
||||
<span class="block text-[3rem]/[1.1] lg:text-[4rem]/[1.1] font-bold mb-4" [innerHTML]="'home.header' | translate"></span>
|
||||
<span class="block text-[1rem]/[1.3] lg:text-[1.5rem]/[1.3] text-gray">{{ 'home.subheader' | translate }}</span>
|
||||
<a class="block mt-5" href="https://www.google.com/maps/place/Dobersberg,+Nieder%C3%B6sterreich" target="_blank"><p-chip label="Dobersberg, Niederösterreich" icon="fa-solid fa-location-dot"/></a>
|
||||
</div>
|
||||
<div class="w-[30%]">
|
||||
<div class="lg:w-[30%] w-[80%] text-center">
|
||||
<img src="img/me.png" alt="">
|
||||
<div class="pt-5 p-3 flex gap-3 flex-wrap justify-center">
|
||||
<a pButton outlined severity="secondary" label="nico@td-haider.at" icon="fa-solid fa-envelope" href="mailto:nico@td-haider.at"></a>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<p>projects works!</p>
|
||||
<img src="img/page-in-work.jpg" alt="" class="w-[200px] mx-auto mt-10"/>
|
||||
|
||||
Reference in New Issue
Block a user