title and favicon update
This commit is contained in:
@@ -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ı**
|
||||||
|
|
||||||
    
|
    
|
||||||
|
|
||||||
## 📋 İçindekiler
|
## 📋 İçindekiler
|
||||||
|
|
||||||
|
|||||||
@@ -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ış)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Wisecolt-CI Teknoloji Analiz Raporu
|
# Wisecolt CI Teknoloji Analiz Raporu
|
||||||
|
|
||||||
## 📊 Özet
|
## 📊 Özet
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
23
frontend/public/favicon.svg
Normal file
23
frontend/public/favicon.svg
Normal 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 |
Reference in New Issue
Block a user