Updated about us page

This commit is contained in:
kali 2024-06-01 17:33:13 +03:00
parent 2851e60c78
commit 3b362da028
7 changed files with 10 additions and 3 deletions

View file

@ -5,19 +5,19 @@ const people = [
name: 'Andrei Banu', name: 'Andrei Banu',
role: 'UI/UX designer', role: 'UI/UX designer',
imageUrl: imageUrl:
'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', 'arch.png',
}, },
{ {
name: 'Ioan Cristian Chelaru', name: 'Ioan Cristian Chelaru',
role: 'UI/UX designer', role: 'UI/UX designer',
imageUrl: imageUrl:
'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', 'blahaj.avif',
}, },
{ {
name: 'Alexandru Gabriel Stan', name: 'Alexandru Gabriel Stan',
role: 'Back end developer', role: 'Back end developer',
imageUrl: imageUrl:
'https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80', 'alex.jpg',
}, },
// More people... // More people...
] ]

View file

@ -4,6 +4,13 @@ const Logo = () => {
<a href="/"> <a href="/">
<img src="/logo-no-background.png" height="auto" width="40%"/> <img src="/logo-no-background.png" height="auto" width="40%"/>
</a> </a>
<a
href="/about-us"
className="rounded-md bg-white px-3.5 py-2.5 text-sm font-semibold text-gray-900 shadow-sm hover:bg-gray-100 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white"
style={{ marginBottom: '40px' }}
>
About us
</a>
</div> </div>
) )
} }

BIN
public/alex.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 KiB

BIN
public/andrei.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 MiB

BIN
public/arch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
public/blahaj.avif Normal file

Binary file not shown.

BIN
public/ioan.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB