Nieuwe teksten & Over-sectie, en handmatige test-deploy zonder PR #16
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
@@ -17,10 +17,13 @@ export function AboutSection() {
|
|||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div className="order-2 flex items-center justify-center sm:order-3 sm:col-start-2 sm:row-start-1 sm:row-span-2">
|
<div className="order-2 flex items-center justify-center sm:order-3 sm:col-start-2 sm:row-start-1 sm:row-span-2">
|
||||||
<div className="font-mono flex h-40 w-40 flex-col items-center justify-center gap-1 rounded-full border-2 border-accent-line bg-surface text-center text-[0.7rem] uppercase tracking-wider text-muted shadow-lg sm:h-56 sm:w-56">
|
<img
|
||||||
<span>foto</span>
|
src="/bryan-slop.jpg"
|
||||||
<span>Bryan Slop</span>
|
alt="Bryan Slop, oprichter van SLP Software"
|
||||||
</div>
|
width={224}
|
||||||
|
height={224}
|
||||||
|
className="h-40 w-40 rounded-full border-2 border-accent-line object-cover shadow-lg sm:h-56 sm:w-56"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="order-3 sm:order-2 sm:col-start-1 sm:row-start-2">
|
<div className="order-3 sm:order-2 sm:col-start-1 sm:row-start-2">
|
||||||
{aboutContent.paragraphs.map((paragraph) => (
|
{aboutContent.paragraphs.map((paragraph) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user