title and favicon update

This commit is contained in:
2025-11-27 19:38:16 +03:00
parent 89a5f92339
commit 9511517eea
5 changed files with 32 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
# Wisecolt-CI 🚀 # Wisecolt CI 🚀
**Modern CI/CD Platformu - Repository otomasyonu ve test süreçleri için tasarlanmış tam teşekküllü web uygulaması** **Modern CI/CD Platformu - Repository otomasyonu ve test süreçleri için tasarlanmış tam teşekküllü web uygulaması**
![Wisecolt-CI Logo](https://img.shields.io/badge/Wisecolt--CI-blue?style=flat-square) ![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat-square) ![React](https://img.shields.io/badge/React-61DAFB?style=flat-square) ![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square) ![MongoDB](https://img.shields.io/badge/MongoDB-47A248?style=flat-square) ![Wisecolt CI Logo](https://img.shields.io/badge/Wisecolt--CI-blue?style=flat-square) ![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat-square) ![React](https://img.shields.io/badge/React-61DAFB?style=flat-square) ![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square) ![MongoDB](https://img.shields.io/badge/MongoDB-47A248?style=flat-square)
## 📋 İçindekiler ## 📋 İçindekiler
@@ -408,4 +408,4 @@ Bu projeye katkı sağlayan tüm geliştiricilere ve açık kaynak kütüphanele
- **MongoDB Team** - Esnek veritabanı için - **MongoDB Team** - Esnek veritabanı için
- **Socket.io** - Gerçek zamanlı iletişim için - **Socket.io** - Gerçek zamanlı iletişim için
**Wisecolt-CI** - **Repository otomasyonu, basitleştirilmiş! 🚀** **Wisecolt-CI** - **Repository otomasyonu, basitleştirilmiş! 🚀**

View File

@@ -1,4 +1,4 @@
# Wisecolt-CI Proje Dökümantasyonu # Wisecolt CI Proje Dökümantasyonu
## 📋 İçindekiler ## 📋 İçindekiler
- [Proje Genel Bakış](#-proje-genel-bakış) - [Proje Genel Bakış](#-proje-genel-bakış)

View File

@@ -1,4 +1,4 @@
# Wisecolt-CI Teknoloji Analiz Raporu # Wisecolt CI Teknoloji Analiz Raporu
## 📊 Özet ## 📊 Özet
@@ -467,4 +467,4 @@ Wisecolt-CI projesi, modern teknolojiler kullanılarak geliştirilmiş sağlam b
- Performans optimizasyonu - Performans optimizasyonu
- Monitoring ve logging - Monitoring ve logging
Bu rapordaki önerilerin uygullanması, projenin üretkenliği, güvenliği ve bakılabilirliği açısından önemli katma değerler sunacaktır. Bu rapordaki önerilerin uygullanması, projenin üretkenliği, güvenliği ve bakılabilirliği açısından önemli katma değerler sunacaktır.

View File

@@ -2,9 +2,10 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wisecolt Starter</title> <title>Wisecolt CI</title>
</head> </head>
<body class="bg-background text-foreground"> <body class="bg-background text-foreground">
<div id="root"></div> <div id="root"></div>

View File

@@ -0,0 +1,23 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Wisecolt CI">
<defs>
<linearGradient id="g" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff5a2e"/>
<stop offset="100%" stop-color="#f44236"/>
</linearGradient>
</defs>
<g fill="none" stroke="url(#g)" stroke-width="26" stroke-linecap="round" stroke-linejoin="round">
<path d="M256 36 438 142v228L256 476 74 370V142Z"/>
<path d="M118 186 74 142m370 228 44 44" />
<path d="M394 326l44 44m-370-228 44 44" />
</g>
<g fill="url(#g)">
<path d="M196 124h120a6 6 0 0 1 6 6v20a10 10 0 0 1-10 10H200a10 10 0 0 1-10-10v-20a6 6 0 0 1 6-6Z"/>
<path d="M208 150h96v188a48 48 0 0 1-48 48 48 48 0 0 1-48-48Z" opacity=".15"/>
</g>
<g stroke="url(#g)" stroke-width="18" stroke-linecap="round" stroke-linejoin="round" fill="none">
<path d="M216 150v188a40 40 0 0 0 80 0V150"/>
<path d="M216 150h80"/>
<path d="M222 206h68" opacity=".65"/>
<path d="M222 246h68" opacity=".65"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB