commit a529f87cc0a08a54345a9204c646701862634871 Author: hpibot Date: Sat Feb 21 06:05:58 2026 +0300 İlk sürüm: Interaktif Gitea teması (Giriş, Kayıt ve Ana Sayfa) 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" .}}