add: prototype section
This commit is contained in:
@@ -95,6 +95,22 @@ export default async function Page({
|
|||||||
<p className="text-lg text-justify">{result.issue}</p>
|
<p className="text-lg text-justify">{result.issue}</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section className="py-4">
|
||||||
|
<h2 className="text-3xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl pb-4">
|
||||||
|
Prototyp
|
||||||
|
</h2>
|
||||||
|
<div className="grid grid-cols-1 md:grid-cols-3 gap-4">
|
||||||
|
<img
|
||||||
|
alt={result.prototype.description}
|
||||||
|
src={result.prototype.image.url}
|
||||||
|
className="object-fill "
|
||||||
|
/>
|
||||||
|
<div className="col-span-2">
|
||||||
|
<p className="text-lg">{result.prototype.description}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section className="py-4">
|
<section className="py-4">
|
||||||
<h2 className="text-3xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl pb-4">
|
<h2 className="text-3xl font-semibold tracking-tight text-pretty text-gray-900 sm:text-5xl pb-4">
|
||||||
Ergebnisse
|
Ergebnisse
|
||||||
@@ -115,7 +131,7 @@ export default async function Page({
|
|||||||
<img
|
<img
|
||||||
alt={technology.name + " Logo"}
|
alt={technology.name + " Logo"}
|
||||||
src={technology.technology.url}
|
src={technology.technology.url}
|
||||||
className="object-fill h-16 h-16"
|
className="object-fill h-16"
|
||||||
/>
|
/>
|
||||||
<div className="flex flex-col">
|
<div className="flex flex-col">
|
||||||
<h3 className="text-2xl">{technology.technology.name}</h3>
|
<h3 className="text-2xl">{technology.technology.name}</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user