dev works
This commit is contained in:
112
content/works.md
112
content/works.md
@ -7,41 +7,109 @@ showReadingTime: false
|
||||
type: "raw"
|
||||
---
|
||||
|
||||
<h2 class="text-xl mb-12 pb-2 border-b-2 border-primary-500 inline-block">Realworld Conduit Apps</h2>
|
||||
<h2 class="text-xl mb-8 pb-2 border-b-8 border-primary-500 inline-block">Realworld Conduit Apps</h2>
|
||||
|
||||
<p class="mb-8">
|
||||
LOREM
|
||||
</p>
|
||||
<div class="prose dark:prose-light mb-8">
|
||||
<p>
|
||||
Main purpose of this projects is to have extensive API training on multiple backend languages or framework. It's following the very known <a href="https://github.com/gothinkster/realworld">Conduit project</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<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">
|
||||
<div class="rounded border-2 border-primary-500 p-4 text-center">
|
||||
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">ASP.NET Core Realworld</h3>
|
||||
<div class="prose dark:prose-light">
|
||||
<p>
|
||||
Lorem
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex justify-center gap-4 mt-4">
|
||||
{{< button href="https://github.com/adr1enbe4udou1n/aspnet-realworld-example-app" target="_blank" >}}
|
||||
ASP.NET Core Realworld
|
||||
{{< icon "github" >}}
|
||||
{{< /button >}}
|
||||
{{< button href="https://aspnetrealworld.okami101.io/api" target="_blank" >}}
|
||||
OpenAPI
|
||||
{{< /button >}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="rounded border-2 border-primary-500 p-4">
|
||||
<div class="rounded border-2 border-primary-500 p-4 text-center">
|
||||
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">Spring Boot Realworld</h3>
|
||||
<div class="prose dark:prose-light">
|
||||
<p>
|
||||
Lorem
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex justify-center gap-4 mt-4">
|
||||
{{< button href="https://github.com/adr1enbe4udou1n/spring-boot-realworld-example-app" target="_blank" >}}
|
||||
Spring Boot Realworld
|
||||
{{< icon "github" >}}
|
||||
{{< /button >}}
|
||||
{{< button href="https://springbootrealworld.okami101.io/api" target="_blank" >}}
|
||||
OpenAPI
|
||||
{{< /button >}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="rounded border-2 border-primary-500 p-4">
|
||||
<div class="rounded border-2 border-primary-500 p-4 text-center">
|
||||
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">NestJS Realworld</h3>
|
||||
<div class="prose dark:prose-light">
|
||||
<p>
|
||||
Lorem
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex justify-center gap-4 mt-4">
|
||||
{{< button href="https://github.com/adr1enbe4udou1n/nestjs-realworld-example-app" target="_blank" >}}
|
||||
NestJS Realworld
|
||||
{{< icon "github" >}}
|
||||
{{< /button >}}
|
||||
{{< button href="https://nestjsrealworld.okami101.io/api" target="_blank" >}}
|
||||
OpenAPI
|
||||
{{< /button >}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="rounded border-2 border-primary-500 p-4">
|
||||
<div class="rounded border-2 border-primary-500 p-4 text-center">
|
||||
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">FastAPI Realworld</h3>
|
||||
<div class="prose dark:prose-light">
|
||||
<p>
|
||||
Lorem
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex justify-center gap-4 mt-4">
|
||||
{{< button href="https://github.com/adr1enbe4udou1n/fastapi-realworld-example-app" target="_blank" >}}
|
||||
FastAPI Realworld
|
||||
{{< icon "github" >}}
|
||||
{{< /button >}}
|
||||
{{< button href="https://fastapirealworld.okami101.io/api" target="_blank" >}}
|
||||
OpenAPI
|
||||
{{< /button >}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="rounded border-2 border-primary-500 p-4 text-center">
|
||||
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">Laravel Realworld</h3>
|
||||
<div class="prose dark:prose-light">
|
||||
<p>
|
||||
Lorem
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex justify-center gap-4 mt-4">
|
||||
{{< button href="https://github.com/adr1enbe4udou1n/laravel-realworld-example-app" target="_blank" >}}
|
||||
{{< icon "github" >}}
|
||||
{{< /button >}}
|
||||
{{< button href="https://laravelrealworld.okami101.io/api" target="_blank" >}}
|
||||
OpenAPI
|
||||
{{< /button >}}
|
||||
</div>
|
||||
</div>
|
||||
<div class="rounded border-2 border-primary-500 p-4 text-center">
|
||||
<h3 class="mb-4 pb-1 font-bold border-b-2 border-primary-500 inline-block">Symfony Realworld</h3>
|
||||
<div class="prose dark:prose-light">
|
||||
<p>
|
||||
Lorem
|
||||
</p>
|
||||
</div>
|
||||
<div class="flex justify-center gap-4 mt-4">
|
||||
{{< button href="https://github.com/adr1enbe4udou1n/symfony-realworld-example-app" target="_blank" >}}
|
||||
{{< icon "github" >}}
|
||||
{{< /button >}}
|
||||
{{< button href="https://symfonyrealworld.okami101.io/api" target="_blank" >}}
|
||||
OpenAPI
|
||||
{{< /button >}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user