CampFireLanding/src/data/content.json
2025-08-22 02:17:20 +03:00

65 lines
2.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"hero": {
"title": "CampFire",
"subtitle": "твое место для игр, идей и друзей",
"description": "Присоединяйся к нашему сообществу творцов, геймеров и технологов"
},
"about": {
"title": "О нас",
"description": "CampFire это небольшое комьюнити со множеством интересов и разными взглядами на все. Это команда из людей, которые постоянно проводят время вместе, обсуждая интересные темы, играя в игры, смотря фильмы, сериалы и, конечно, создавая совместные проекты. Здесь каждый может найти единомышленников, реализовать свои идеи и просто хорошо провести время."
},
"projects": [
{
"title": "Lost Fire",
"description": "Модпак сервер Minecraft.",
"icon": "🔥",
"link": "https://mc.campfiregg.ru"
},
{
"title": "Cloud",
"description": "Наше облако для хранения файлов.",
"icon": "☁️",
"link": "https://cloud.campfiregg.ru"
},
{
"title": "Gitea",
"description": "Собственный git-хостинг.",
"icon": "🛠️",
"link": "https://git.campfiregg.ru"
},
{
"title": "VPN",
"description": "Собственный VPN сервис для участников.",
"icon": "🔒",
"link": "https://vpn.campfiregg.ru"
},
{
"title": "Telegram боты",
"description": "Наши боты для телеграма.",
"icon": "🤖",
"accordion": [
{ "title": "Game Bot", "link": "https://t.me/campfiregamebot" },
{ "title": "News Bot", "link": "https://t.me/campfire_newsbot" }
]
},
{
"title": "Mneie",
"description": "Сервис для рецензирования.",
"icon": "📝",
"link": "https://mneie.campfiregg.ru"
}
],
"benefits": [
"Уютное сообщество",
"Совместные проекты",
"Игры, технологии, общение",
"Возможность реализовать себя"
],
"contacts": {
"discord": "https://discord.campfiregg.ru",
"telegram": "https://t.me/campfiregg",
"git": "https://git.campfiregg.ru",
"forum": "https://staff.campfiregg.ru",
"mneie": "https://mneie.campfiregg.ru"
}
}