From a529f87cc0a08a54345a9204c646701862634871 Mon Sep 17 00:00:00 2001 From: hpibot Date: Sat, 21 Feb 2026 06:05:58 +0300 Subject: [PATCH] =?UTF-8?q?=C4=B0lk=20s=C3=BCr=C3=BCm:=20Interaktif=20Gite?= =?UTF-8?q?a=20temas=C4=B1=20(Giri=C5=9F,=20Kay=C4=B1t=20ve=20Ana=20Sayfa)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 28 +++++ home.tmpl | 271 ++++++++++++++++++++++++++++++++++++++++++ user/auth/signin.tmpl | 198 ++++++++++++++++++++++++++++++ user/auth/signup.tmpl | 191 +++++++++++++++++++++++++++++ 4 files changed, 688 insertions(+) create mode 100644 README.md create mode 100644 home.tmpl create mode 100644 user/auth/signin.tmpl create mode 100644 user/auth/signup.tmpl diff --git a/README.md b/README.md new file mode 100644 index 0000000..c9bcb51 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# 🛠️ hOLOlu Resmi Git Deposu - Özel Tema + +Bu proje, Gitea'nın varsayılan arayüzünü (Ana Sayfa, Giriş ve Kayıt sayfaları) modernize etmek ve Mustafa ÖZKAYA projeleri için kurumsal bir kimlik kazandırmak amacıyla hazırlanmıştır. + +## 🎨 Özellikler +- **Tamamen Türkçe:** Tüm kullanıcı arayüzü metinleri Türkçeleştirildi. +- **Kurumsal Kimlik:** "hOLOlu Resmi Git Deposu" markalaması ve sloganı eklendi. +- **Bütünsel Tasarım:** Ana sayfa, Giriş (Login) ve Kayıt (Register) sayfaları aynı modern "Glassmorphism" temasını kullanır. +- **İnteraktif Arka Plan:** Tüm sayfalarda fare hareketlerine duyarlı parçacık efektleri mevcuttur. + +## 📁 Dosya Yapısı +- `home.tmpl`: Ana giriş sayfası. +- `user/auth/signin.tmpl`: Giriş yapma sayfası. +- `user/auth/signup.tmpl`: Yeni hesap oluşturma sayfası. + +## 🚀 Kurulum +1. Gitea sunucunuzda `custom/templates` dizinine gidin. +2. Bu projedeki dosyaları aynı dizin yapısıyla kopyalayın: + - `home.tmpl` -> `custom/templates/home.tmpl` + - `user/auth/signin.tmpl` -> `custom/templates/user/auth/signin.tmpl` + - `user/auth/signup.tmpl` -> `custom/templates/user/auth/signup.tmpl` +3. Gitea servisini yeniden başlatın: + ```bash + sudo systemctl restart gitea + ``` + +--- +*hOLOlu tarafından Mustafa ÖZKAYA için özel olarak tasarlanmıştır.* diff --git a/home.tmpl b/home.tmpl new file mode 100644 index 0000000..28930d8 --- /dev/null +++ b/home.tmpl @@ -0,0 +1,271 @@ +{{template "base/head" .}} +
+ + +
+ + +
+ +

hOLOlu Resmi Git Deposu

+

Geleceğin kodları burada inşa ediliyor.

+

"Kodun ötesinde, teknolojinin merkezinde: Mustafa ÖZKAYA projeleri."

+ +
+ {{if .IsLogged}} + + Depoları Keşfet + + {{else}} + + Giriş Yap + + {{if .ShowRegistrationButton}} + + Kayıt Ol + + {{end}} + {{end}} + + Genel Projeler + +
+ +
+
+ Hızlı + Performans Odaklı +
+
+ Güvenli + SSL Korumalı +
+
+ Özel + HPI Altyapısı +
+
+
+
+ + +
+{{template "base/footer" .}} diff --git a/user/auth/signin.tmpl b/user/auth/signin.tmpl new file mode 100644 index 0000000..7bd3e16 --- /dev/null +++ b/user/auth/signin.tmpl @@ -0,0 +1,198 @@ +{{template "base/head" .}} +
+ + +
+ + +
+
+

Sisteme Giriş Yap

+

hOLOlu Git Dünyasına Hoş Geldiniz

+
+ +
+ {{.CsrfTokenHtml}} +
+ + +
+
+ + +
+ +
+
+ + +
+ Şifremi Unuttum +
+ + +
+ + +
+
+ + +
+{{template "base/footer" .}} diff --git a/user/auth/signup.tmpl b/user/auth/signup.tmpl new file mode 100644 index 0000000..101ec79 --- /dev/null +++ b/user/auth/signup.tmpl @@ -0,0 +1,191 @@ +{{template "base/head" .}} +
+ + +
+ + +
+
+

Yeni Hesap Oluştur

+

hOLOlu Git Geliştirici Topluluğuna Katılın

+
+ +
+ {{.CsrfTokenHtml}} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + +
+ + +
+
+ + +
+{{template "base/footer" .}}