initial deploy

This commit is contained in:
2026-04-17 14:07:27 +03:00
commit 8b87a0c7c2
11 changed files with 51 additions and 0 deletions

4
archiproducts.svg Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49.59 60">
<path d="M28.65,0C18.12,0,9.18,4.28,4.04,6.74l3.3,11.88c5.26-1.96,12.37-4.53,18.37-4.53,5.39,0,7.35,2.7,7.35,7.35v1.83h-8.57C11.63,23.26,0,27.67,0,42.86c0,12.73,8.69,17.14,17.63,17.14,7.47,0,12.49-4.69,15.43-7.51v6.28h16.53V20.2c0-12.61-5.88-20.2-20.94-20.2M33.06,42.98c-2.33,1.59-7.02,4.16-10.82,4.16s-6.25-2.2-6.25-6.49c0-5.02,3.31-7.59,9.43-7.59h7.63v9.92Z"/>
</svg>

After

Width:  |  Height:  |  Size: 507 B

View File

@@ -0,0 +1 @@
:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f6f2e9;background:#17343c;line-height:1.5;font-weight:400}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{min-height:100vh;background:radial-gradient(circle at top left,rgba(105,195,210,.3),transparent 34%),radial-gradient(circle at bottom right,rgba(214,196,168,.28),transparent 38%),radial-gradient(circle at 85% 78%,rgba(179,104,72,.14),transparent 18%),linear-gradient(180deg,#16333b,#28454a)}.brand-icon{width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(1);opacity:.92;display:block}.page{min-height:100vh;display:grid;place-items:center;padding:12px;position:relative;overflow:hidden}.bg-orb{position:absolute;border-radius:999px;filter:blur(80px);opacity:.42;pointer-events:none}.orb-1{width:260px;height:260px;background:#66c2cf;top:8%;left:8%}.orb-2{width:300px;height:300px;background:#d7c3a1;bottom:8%;right:10%}.card{width:100%;max-width:520px;background:#172a3180;border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:28px;padding:26px 20px 20px;box-shadow:0 24px 64px #00000042;position:relative;z-index:2}.avatar-shell{width:150px;height:150px;margin:10px auto 18px;display:flex;align-items:center;justify-content:center;background:#f4efe6;border-radius:999px;border:3px solid rgba(255,255,255,.18);overflow:hidden;box-sizing:border-box;flex-shrink:0}.avatar{display:block;width:88%;height:auto;max-width:88%;object-fit:contain}.title{margin:0;text-align:center;font-size:2rem;font-weight:700;letter-spacing:-.03em;color:#fff8f0}.description{margin:10px auto 20px;text-align:center;max-width:420px;color:#f6f2e9d6;font-size:.96rem;line-height:1.45}.links{display:flex;flex-direction:column;gap:12px}.link-card{text-decoration:none;color:inherit;display:flex;align-items:center;gap:14px;padding:14px;border-radius:18px;background:linear-gradient(135deg,#78c6d01f,#d6c4a814),#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.link-card:hover{transform:translateY(-2px);background:linear-gradient(135deg,#78c6d033,#c47b561f),#ffffff14;border-color:#78c6d04d;box-shadow:0 10px 24px #0000001a}.icon-wrap{width:42px;height:42px;min-width:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#78c6d033,#d6c4a824)}.link-text{display:flex;flex-direction:column;flex:1}.link-title{font-weight:600;font-size:1rem;line-height:1.2;color:#fff8f0}.link-subtitle{font-size:.88rem;color:#f6f2e9b3;line-height:1.3}.arrow{font-size:1.1rem;opacity:.72;color:#fff8f0eb}.footer{margin-top:20px;text-align:center;color:#f6f2e980;font-size:.8rem}.share-btn{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(135deg,#78c6d029,#d6c4a81a),#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:grid;place-items:center;color:#fff8f0;cursor:pointer;transition:all .2s ease;z-index:3}.share-btn:hover{background:linear-gradient(135deg,#78c6d03d,#c47b5624),#ffffff1a;transform:translateY(-1px)}@media(max-width:640px){.page{padding:0;place-items:start center}.card{border-radius:0;max-width:none;min-height:100vh;padding:20px 16px}.avatar-shell{width:120px;height:120px}.avatar{width:85%;max-width:85%}.title{font-size:1.8rem}.description{font-size:.9rem;margin:8px auto 16px}.links{gap:10px}.link-card{padding:12px;border-radius:16px}.icon-wrap{width:40px;height:40px;min-width:40px}.share-btn{width:34px;height:34px}}

9
assets/index-ByueKiXH.js Normal file

File diff suppressed because one or more lines are too long

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/ms-icon-144x144.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Papatya</title>
<script type="module" crossorigin src="/assets/index-ByueKiXH.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Bs558psh.css">
</head>
<body>
<div id="root"></div>
</body>
</html>

BIN
ms-icon-144x144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
papatya-logo-800px.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

BIN
papatya-logo-beyaz.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
papatya-logo-siyah.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
papatya_logo512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

11
pinterest-white.svg Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500">
<defs>
<style>
.cls-1 {
fill: #fff;
}
</style>
</defs>
<path class="cls-1" d="M157.19,482.19c-3.12-28.44-.94-55.62,5.31-81.87l25-107.81c-4.06-13.12-7.19-28.13-7.19-43.13,0-35,16.88-60,43.44-60,18.44,0,31.88,12.81,31.88,37.5,0,7.81-1.56,16.56-4.69,26.56l-10.94,35.94c-2.19,6.88-3.12,13.44-3.12,19.06,0,25,19.06,39.06,43.44,39.06,43.44,0,74.38-45,74.38-103.44,0-65-42.5-106.56-105.31-106.56-70,0-114.37,45.63-114.37,109.06,0,25.62,7.81,49.37,23.13,65.62-5,8.44-10.31,10-18.44,10-25,0-48.75-35.31-48.75-83.44,0-83.13,66.56-149.37,160-149.37,98.12,0,159.69,68.44,159.69,152.81s-60,148.75-124.69,148.75c-25.63,0-48.13-10.94-63.75-30.63l-12.81,51.88c-6.88,26.87-17.19,52.19-33.75,76.56,23.44,7.19,46.56,11.25,74.38,11.25,138.12,0,250-111.88,250-250S388.13,0,250,0,0,111.88,0,250c0,104.69,64.38,195,157.19,232.19"/>
</svg>

After

Width:  |  Height:  |  Size: 984 B

12
pinterest.svg Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500.12">
<defs>
<style>
.cls-1 {
fill: #fff;
}
</style>
</defs>
<circle class="cls-1" cx="250" cy="250.12" r="250"/>
<path d="M157.19,482.19c-3.12-28.44-.94-55.62,5.31-81.87l25-107.81c-4.06-13.12-7.19-28.13-7.19-43.13,0-35,16.88-60,43.44-60,18.44,0,31.88,12.81,31.88,37.5,0,7.81-1.56,16.56-4.69,26.56l-10.94,35.94c-2.19,6.88-3.12,13.44-3.12,19.06,0,25,19.06,39.06,43.44,39.06,43.44,0,74.38-45,74.38-103.44,0-65-42.5-106.56-105.31-106.56-70,0-114.37,45.63-114.37,109.06,0,25.62,7.81,49.37,23.13,65.62-5,8.44-10.31,10-18.44,10-25,0-48.75-35.31-48.75-83.44,0-83.13,66.56-149.37,160-149.37,98.12,0,159.69,68.44,159.69,152.81s-60,148.75-124.69,148.75c-25.63,0-48.13-10.94-63.75-30.63l-12.81,51.88c-6.88,26.87-17.19,52.19-33.75,76.56,23.44,7.19,46.56,11.25,74.38,11.25,138.12,0,250-111.88,250-250S388.13,0,250,0,0,111.88,0,250c0,104.69,64.38,195,157.19,232.19"/>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB