.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c7cf176427cf17642f59365a3dab578a4dab578a4dab578a4
Found 2 files trough .DS_Store spidering: /images /images/kiddiewords
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c7cf176427cf17642f59365a3dab578a4dab578a4dab578a4
Found 2 files trough .DS_Store spidering: /images /images/kiddiewords
Open service 20.109.133.32:443 · kiddiewords.com
2026-01-09 17:26
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 17:27:41 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom
Open service 20.101.2.157:443 · www.kiddiewords.com
2026-01-09 09:59
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 10:00:50 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom
Open service 20.101.2.157:443 · www.kiddiewords.com
2026-01-02 14:55
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 14:55:44 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom
Open service 20.109.133.32:443 · kiddiewords.com
2026-01-02 09:02
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 09:02:24 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom
Open service 20.109.133.32:443 · kiddiewords.com
2025-12-22 21:19
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 21:19:27 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom
Open service 20.101.2.157:443 · www.kiddiewords.com
2025-12-22 16:52
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 16:52:04 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom
Open service 20.109.133.32:443 · kiddiewords.com
2025-12-20 23:01
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Sat, 20 Dec 2025 23:01:58 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom
Open service 20.101.2.157:443 · www.kiddiewords.com
2025-12-20 17:45
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Sat, 20 Dec 2025 17:45:34 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom
Open service 20.101.2.157:443 · www.kiddiewords.com
2025-12-19 06:28
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Fri, 19 Dec 2025 06:28:29 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom
Open service 20.109.133.32:443 · kiddiewords.com
2025-12-19 01:47
HTTP/1.1 200 OK
Content-Length: 11730
Connection: close
Content-Type: text/html
Date: Fri, 19 Dec 2025 01:47:24 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "22351347"
Last-Modified: Tue, 02 Dec 2025 08:06:04 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: KiddieWords – Playful First Words in Many Languages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>KiddieWords – Playful First Words in Many Languages</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="KiddieWords is an interactive early learning app designed for preschool and elementary school children to explore and learn basic words in different languages." />
<style>
:root {
--bg: #fad6a5;
/* sıcak açık turuncu */
--card: #ffffff;
--fg: #1e1e1e;
/* siyah metin */
--accent: #f97316;
/* turuncu vurgu */
--muted: rgba(30, 30, 30, .7);
--radius-lg: 18px;
--radius-pill: 999px;
--max-width: 960px;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
background: var(--bg);
color: var(--fg);
display: flex;
justify-content: center;
padding: 32px 16px 64px;
-webkit-font-smoothing: antialiased;
}
.page {
width: 100%;
max-width: var(--max-width)
}
header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 32px
}
.brand {
display: flex;
align-items: center;
gap: 10px
}
.brand img {
width: 44px;
height: 44px;
border-radius: 12px;
background: #fff;
padding: 3px;
box-shadow: 0 6px 18px rgba(0, 0, 0, .2)
}
.brand span {
font-weight: 600;
letter-spacing: .05em;
text-transform: uppercase;
font-size: .9rem
}
.badge {
padding: 6px 14px;
border-radius: var(--radius-pill);
background: rgba(0, 0, 0, .1);
font-size: .78rem
}
/* İki sütunlu ana düzen: sol içerik + sağ about */
main {
display: grid;
grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr);
gap: 32px;
align-items: start;
}
@media (max-width: 880px) {
main {
grid-template-columns: 1fr
}
}
.hero-title {
font-size: clamp(2.1rem, 3vw + 1.2rem, 3rem);
line-height: 1.06;
margin-bottom: 14px
}
.hero-subtitle {
font-size: 1.02rem;
color: var(--muted);
margin-bottom: 22px
}
.store-badges {
display: flex;
gap: 14px;
flex-wrap: wrap;
margin: 18px 0
}
.store-badges a img {
height: 46px
}
.small-note {
font-size: .82rem;
color: var(--muted)
}
/* --- Rich Categories (orta bölüm) --- */
.categories-section {
margin-top: 34px
}
.categories-section h2 {
font-size: 1.45rem;
color: var(--accent);
margin-bottom: 14px
}
.category-grid {
display: grid;
grid-template-columns: repeat(6, 1fr);
/* her satırda 3 kart */
gap: 8px;
}
@media (max-width: 620px) {
.category-grid {
grid-template-columns: repeat(2, 1fr)
}
}
.category-card {
background: var(--card);
border-radius: 8px;
padding: 6px;
text-align: center;
box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
transition: transform .18s, box-shadow .18s;
}
.category-card:hover {
transform: translateY(-3px);
box-shadow: 0 8px 16px rgba(0, 0, 0, .12)
}
.category-card img {
width: 100%;
max-width: 80px;
/* ✅ küçültüldü */
height: 80px;
/* ✅ kompakt yükseklik */
object-fit: contain;
display: block;
margin: 6px auto 8px;
border-radius: 12px;
}
.category-card h4 {
font-size: .92rem
}
/* --- About (sağ panel) --- */
.about-card {
background: var(--card);
border-radius: var(--radius-lg);
padding: 22px 20px;
box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}
.about-header {
display: flex;
align-items: center;
gap: 10px;
margin-bottom