-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
379 lines (331 loc) · 14.7 KB
/
Copy pathindex.html
File metadata and controls
379 lines (331 loc) · 14.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<!-- PERFORMANS: interactive-widget ile CLS (Kayma) önlenir -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">
<!-- UX: Mobil Tarayıcı Çubuğu Rengi -->
<meta name="theme-color" content="#0f172a">
<!-- SEO: Meta Etiketleri -->
<title>SiManiac 2004-∞ | Türkiye'nin efsanevi The Sims platformu</title>
<meta name="description" content="2004 yılında kurulan Türkiye'nin efsanevi The Sims platformu SiManiac, 18 yıl sonra dijital bir müze ve arşiv olarak geri döndü.">
<meta name="keywords" content="Simaniac, The Sims, Sims Türkiye, Sims Forum, EzerchE, Sims 2, Sims 3, Sims 4, Project Rene">
<meta name="author" content="EzerchE">
<meta name="copyright" content="SiManiac The Sims">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://www.simaniac.com/">
<!-- SOCIAL: Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.simaniac.com/">
<meta property="og:title" content="SiManiac - The Sims Efsanesi Eve Döndü">
<meta property="og:description" content="2004'te kurulan efsanevi Sims topluluğu SiManiac, 18 yıl sonra dijital bir anıt olarak yayında.">
<meta property="og:site_name" content="SiManiac The Sims">
<meta property="og:locale" content="tr_TR">
<meta property="og:image" content="https://www.simaniac.com/social-share.jpg">
<meta property="og:image:alt" content="SiManiac Logo ve Arşiv Görüntüsü">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="SiManiac Geri Döndü">
<meta name="twitter:description" content="Türkiye'nin en köklü The Sims topluluğu SiManiac.com, dijital arşiv olarak yayında.">
<meta name="twitter:image" content="https://www.simaniac.com/social-share.jpg">
<!-- SCHEMA.ORG -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"name": "SiManiac",
"url": "https://www.simaniac.com/",
"description": "Türkiye'nin 2004 yılında kurulan en kapsamlı The Sims topluluğu ve dijital arşivi.",
"inLanguage": "tr",
"datePublished": "2004-01-01",
"dateModified": "2025-01-01",
"publisher": { "@type": "Person", "name": "EzerchE", "url": "https://www.simaniac.com/" }
},
{
"@type": "ArchiveComponent",
"name": "SiManiac Digital Archive",
"description": "A digital preservation of the SiManiac community active between 2004-2007.",
"holdingArchive": "SiManiac.com",
"itemLocation": { "@type": "Place", "name": "Istanbul, Turkiye" },
"sameAs": [ "https://web.archive.org/web/20070101000000*/simaniac.com" ]
},
{
"@type": "VideoGame",
"name": "The Sims",
"applicationCategory": "Simulation Game",
"operatingSystem": "Windows, macOS",
"genre": "Life simulation"
}
]
}
</script>
<!-- FAVICON -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<style>
:root {
--bg-color: #0f172a;
--card-bg: #1e293b;
--text-color: #e2e8f0;
--accent-color: #38bdf8;
--quote-border: #818cf8;
}
/* Performans: content-visibility ile tarayıcı yükünü azalt */
body {
font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
background-color: var(--bg-color);
color: var(--text-color);
margin: 0;
padding: 0;
line-height: 1.8;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.container {
max-width: 700px;
margin: 0 auto;
padding: 60px 25px;
flex: 1;
}
header {
text-align: center;
margin-bottom: 60px;
border-bottom: 1px solid #334155;
padding-bottom: 40px;
}
/* --- LOGO / BAŞLIK DÜZENİ --- */
h1 {
font-size: 3.5rem;
margin: 0;
letter-spacing: -2px;
color: #fff;
font-weight: 800;
text-align: center;
position: relative;
word-spacing: normal;
}
.custom-i {
display: inline-block;
position: relative;
margin-left: 0.04em;
margin-right: 0.01em;
}
.i-stem {
font-style: normal;
line-height: 1;
display: inline-block;
vertical-align: baseline;
}
/* --- STABİL VE TEMİZ SVG PLUMBOB --- */
.plumbob-dot {
position: absolute;
width: 0.45em;
height: 0.7em;
/* Konumlandırma */
left: 50%;
bottom: 100%;
margin-bottom: -0.60em; /* Gövdeye yakınlık */
margin-left: 0.02em; /* İnce ayar */
/* Görsel */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 100'%3E%3Cpath d='M25 0 L50 50 L25 100 L0 50 Z' fill='%2338bdf8' /%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
/* Parlama Efekti */
filter: drop-shadow(0 0 8px var(--accent-color));
pointer-events: none;
/* Canlılık Animasyonu (Sadece yukarı aşağı süzülme) */
animation: float 3s ease-in-out infinite;
will-change: transform; /* Performans İyileştirmesi */
transform: translateZ(0); /* GPU Hızlandırma */
}
/* Süzülme Animasyonu (Nefes Alma Efekti) */
@keyframes float {
0% { transform: translateX(-50%) translateY(0); }
50% { transform: translateX(-50%) translateY(-5px); } /* 5px yukarı süzülür */
100% { transform: translateX(-50%) translateY(0); }
}
/* RESPONSIVE */
@media (max-width: 600px) {
h1 { font-size: 2.5rem; }
.container { padding: 40px 20px; }
}
.intro-text {
font-size: 1.2rem;
color: #cbd5e1;
margin-bottom: 40px;
line-height: 1.8;
text-align: justify;
}
.quote-box {
text-align: center;
margin: 0 0 60px 0;
padding: 30px;
border-left: 5px solid var(--quote-border);
background: linear-gradient(to right, rgba(129, 140, 248, 0.1), transparent);
border-radius: 0 16px 16px 0;
}
.quote-text {
font-size: 1.4rem;
font-style: italic;
color: #fff;
display: block;
margin-bottom: 15px;
font-family: 'Georgia', serif;
text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
.quote-author {
font-size: 1rem;
color: var(--quote-border);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
.content-card {
background: var(--card-bg);
padding: 40px;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
margin-bottom: 50px;
border: 1px solid #334155;
/* Performans: Ekran dışında kalanları render etme */
content-visibility: auto;
contain-intrinsic-size: 1px 300px;
}
h2 {
border-bottom: 2px solid var(--accent-color);
display: inline-block;
margin-top: 0;
margin-bottom: 25px;
font-size: 1.5rem;
color: #fff;
}
.archive-btn {
display: inline-block;
margin-top: 20px;
padding: 10px 20px;
border: 1px solid var(--accent-color);
color: var(--accent-color);
border-radius: 8px;
font-size: 0.9rem;
transition: all 0.3s ease;
}
.archive-btn:hover {
background: rgba(56, 189, 248, 0.1);
color: #fff;
text-decoration: none;
box-shadow: 0 0 15px rgba(56, 189, 248, 0.2);
}
footer {
text-align: center;
padding: 40px;
font-size: 0.9rem;
opacity: 0.6;
border-top: 1px solid #334155;
content-visibility: auto;
}
a { color: var(--accent-color); text-decoration: none; transition: all 0.3s;}
a:hover { color: var(--quote-border); text-decoration: underline;}
strong { color: #fff; font-weight: 700; }
/* Loading placeholder for comments */
/* ERIŞİLEBİLİRLİK DÜZELTİLMESİ: Kontrast artırıldı */
.comments-placeholder {
padding: 20px;
text-align: center;
color: #a1a1aa; /* Daha açık, kontrastı yüksek gri tonu */
font-size: 0.9rem;
font-style: italic;
}
</style>
</head>
<body>
<!-- ERIŞİLEBİLİRLİK DÜZELTİLMESİ: Ana içerik rolü eklendi -->
<div class="container" role="main">
<header>
<h1 aria-label="SiManiac">
S<span class="custom-i" aria-hidden="true">
<!-- SVG Plumbob -->
<span class="plumbob-dot"></span>
<span class="i-stem">ı</span>
</span>Maniac
</h1>
<p style="opacity: 0.7; margin-top: 15px; letter-spacing: 2px; text-transform: uppercase; font-size: 0.8rem;">EST. 2004</p>
</header>
<!-- GİRİŞ -->
<div class="intro-text">
<p>
Bir zamanlar burada, piksellerden hayaller inşa eder, sanal karakterlere kusursuz hayatlar kurardık. O günlerin çocukları büyüdü, ekran başından kalkıp kendi gerçek hikayelerini yazmaya gitti. Hepimiz değiştik, hepimiz dağıldık; ama <strong>SiManiac</strong>, gençliğimizin o masum neşesini saklayan bir zaman kapsülü olarak eve döndü.
</p>
<p style="text-align: right; margin-top: 30px; font-weight: bold; color: var(--accent-color);"><em>— EzerchE (Founder)</em></p>
</div>
<!-- ALINTI -->
<div class="quote-box">
<span class="quote-text">
"If you have built castles in the air, your work need not be lost; that is where they should be. Now put the foundations under them."
</span>
<span class="quote-author">— Henry David Thoreau, Walden or, Life in the Woods</span>
</div>
<!-- HAKKINDA -->
<div class="content-card">
<h2>Hakkında</h2>
<p>
SiManiac, <strong>2004 yılında</strong> Türkiye'nin en büyük <strong>The Sims</strong> topluluğu olarak kuruldu. Binlerce insanı bir araya getiren ve <strong>30.000 üyeye</strong> ulaşan bu devasa aile, 2007'deki vedanın ardından dijital boşlukta kayboldu.
</p>
<p>
18 yıl süren bir aradan sonra, <strong>SiManiac.com</strong> domaini tekrar kurucusuna ve evine döndü. Şimdilik burası, eski forum günlerinin, paylaşılan modların ve dostlukların anısına dikilmiş sessiz bir <strong>dijital anıt</strong> ve arşivdir.
</p>
<div style="text-align: center; margin-top: 30px;">
<a href="https://web.archive.org/web/20070101000000*/simaniac.com" target="_blank" class="archive-btn" rel="external noopener noreferrer">
⌛ Geçmişe Yolculuk (Web Archive)
</a>
</div>
</div>
<!-- ANI DEFTERİ -->
<div class="content-card" id="guestbook">
<h2>Anı Defteri</h2>
<p style="font-size: 1rem; opacity: 0.8; margin-bottom: 30px;">
Eskiden buralarda mıydın? Bir not bırak, belki eski bir dostunla karşılaşırsın.
</p>
<!-- Lazy Load için Placeholder -->
<div id="disqus_thread">
<div class="comments-placeholder">Yorumlar yükleniyor...</div>
</div>
<!-- PageSpeed Optimizasyonu: Lazy Load Script -->
<script>
// Disqus konfigürasyonu
var disqus_config = function () {
this.page.url = "https://simaniac.com";
this.page.identifier = "simaniac-archive-home";
};
// Intersection Observer ile "Görünce Yükle" mantığı
document.addEventListener("DOMContentLoaded", function() {
var disqus_observer = new IntersectionObserver(function(entries) {
if(entries[0].isIntersecting) {
(function() {
// Ortam Kontrolü
if (["localhost", "127.0.0.1", ""].indexOf(window.location.hostname) !== -1 || window.location.protocol === 'file:') {
document.getElementById('disqus_thread').innerHTML = '<div style="padding: 15px; color: #94a3b8; text-align: center; border: 1px dashed #475569; border-radius: 8px; font-size: 0.9rem;">Yorumlar canlı sitede (simaniac.com) görüntülenecektir.</div>';
return;
}
var d = document, s = d.createElement('script');
s.src = 'https://simaniac.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
// Bir kere yüklendikten sonra izlemeyi bırak
disqus_observer.disconnect();
}
}, { threshold: [0] }); // %0 görünür olduğunda tetikle
disqus_observer.observe(document.querySelector("#disqus_thread"));
});
</script>
<noscript>Yorumları görmek için JavaScript'i etkinleştirin.</noscript>
</div>
</div>
<footer>
© 2025 SiManiac.com | <strong>The Sims</strong>, Electronic Arts'ın tescilli markasıdır. Bu bir hayran oluşumudur.
</footer>
</body>
</html>