Skip to content

Commit f56c972

Browse files
committed
feat: Add project page layout and integrate Tailwind CSS with custom fonts for styling.
1 parent 3b5fe5e commit f56c972

3 files changed

Lines changed: 116 additions & 482 deletions

File tree

_layouts/project.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
>
8989
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line>
9090
</svg>
91-
Live Demo
91+
Canlı Demo
9292
</a>
9393
{% endif %}
9494
</div>
@@ -99,15 +99,19 @@
9999
{% assign author = site.authors | where: 'short_name', author_id | first %}
100100
<div class="text-base-content/60 mt-8 flex items-center justify-center gap-3 text-sm">
101101
{% if author %}
102-
<div class="avatar ring-primary ring-offset-base-100 h-8 w-8 rounded-full ring ring-offset-1">
103-
<img src="/assets/avatars/{{ author.avatar }}" alt="{{ author.name }}">
104-
</div>
102+
<a href="{{ author.url }}" class="avatar group">
103+
<div
104+
class="ring-primary ring-offset-base-100 h-36 w-36 rounded-full ring ring-offset-2 transition-transform group-hover:scale-110"
105+
>
106+
<img src="/assets/avatars/{{ author.avatar }}" alt="{{ author.name }}">
107+
</div>
108+
</a>
105109
<span
106-
>Developed by <span class="text-base-content font-bold">{{ author.name }}</span></span
110+
><span class="text-base-content font-bold">{{ author.name }}</span> Tarafından Geliştirildi</span
107111
>
108112
{% elsif page.author %}
109113
<span
110-
>Developed by <span class="text-base-content font-bold">{{ page.author }}</span></span
114+
><span class="text-base-content font-bold">{{ page.author }}</span> Tarafından Geliştirildi</span
111115
>
112116
{% endif %}
113117
</div>

_projects/forchess.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ image: /assets/img/forchess.png
88
author: beratkoc
99
technologies: [Nextjs, TypeScript, TailwindCSS]
1010
repo: https://github.com/beratkc/forchess
11+
demo: https://forchess.vercel.app/
1112
---
1213

1314
ForChess, satranç açılışlarını öğrenmek ve ustalaşmak isteyenler için hazırlanmış kapsamlı bir rehberdir. İster yeni başlayan ister deneyimli bir oyuncu olun, bu platform size en popüler açılışları görsel ve interaktif bir şekilde sunar.

0 commit comments

Comments
 (0)