dev works

This commit is contained in:
2021-12-24 21:43:28 +01:00
parent e4ab6a90cd
commit a7b9d63875
8 changed files with 2977 additions and 1 deletions

View File

@ -4,6 +4,44 @@ description: "This is adr1enbe4udou1n works."
showAuthor: false
showDate: false
showReadingTime: false
type: "raw"
---
Some works insights...
<h2 class="text-xl mb-12 pb-2 border-b-2 border-primary-500 inline-block">Realworld Conduit Apps</h2>
<p class="mb-8">
LOREM
</p>
<div class="grid md:grid-cols-2 gap-4">
<div class="rounded border-2 border-primary-500 p-4">
{{< button href="https://github.com/adr1enbe4udou1n/laravel-realworld-example-app" target="_blank" >}}
Laravel Realworld
{{< /button >}}
</div>
<div class="rounded border-2 border-primary-500 p-4">
{{< button href="https://github.com/adr1enbe4udou1n/symfony-realworld-example-app" target="_blank" >}}
Symfony Realworld
{{< /button >}}
</div>
<div class="rounded border-2 border-primary-500 p-4">
{{< button href="https://github.com/adr1enbe4udou1n/aspnet-realworld-example-app" target="_blank" >}}
ASP.NET Core Realworld
{{< /button >}}
</div>
<div class="rounded border-2 border-primary-500 p-4">
{{< button href="https://github.com/adr1enbe4udou1n/spring-boot-realworld-example-app" target="_blank" >}}
Spring Boot Realworld
{{< /button >}}
</div>
<div class="rounded border-2 border-primary-500 p-4">
{{< button href="https://github.com/adr1enbe4udou1n/nestjs-realworld-example-app" target="_blank" >}}
NestJS Realworld
{{< /button >}}
</div>
<div class="rounded border-2 border-primary-500 p-4">
{{< button href="https://github.com/adr1enbe4udou1n/fastapi-realworld-example-app" target="_blank" >}}
FastAPI Realworld
{{< /button >}}
</div>
</div>