logos for english
This commit is contained in:
parent
46667b9b94
commit
9653dfa973
@ -1,12 +1,16 @@
|
||||
import type { Translation } from '../../types/i18n';
|
||||
import { URLS } from '../../config/constants';
|
||||
import logoGitea from '/src/assets/Gitea_Logo.png';
|
||||
import logoWiki from '/src/assets/wikijs.png';
|
||||
import logoPelican from '/src/assets/pelican.png';
|
||||
import logoOpencloud from '/src/assets/opencloud_logo_white.png';
|
||||
|
||||
export const en: Translation = {
|
||||
services: [
|
||||
{
|
||||
name: "Wiki",
|
||||
url: URLS.services.wiki,
|
||||
image: "/path/to/wiki-image.jpg",
|
||||
image: logoWiki,
|
||||
icon: "📚",
|
||||
description: "Collaborative technical documentation and knowledge sharing platform. Create, edit and organize your guides, tutorials and documentation as a team with integrated versioning system.",
|
||||
features: [
|
||||
@ -23,7 +27,7 @@ export const en: Translation = {
|
||||
{
|
||||
name: "Gitea",
|
||||
url: URLS.services.gitea,
|
||||
image: "/path/to/gitea-image.jpg",
|
||||
image: logoGitea,
|
||||
icon: "🔧",
|
||||
description: "Lightweight and performant self-hosted Git service for your development projects. Open-source alternative to GitHub with all essential features for managing your repositories.",
|
||||
features: [
|
||||
@ -37,26 +41,10 @@ export const en: Translation = {
|
||||
"Webhooks for external notifications"
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Gaming Panel",
|
||||
url: URLS.services.panel,
|
||||
image: "/path/to/panel-image.jpg",
|
||||
icon: "🎮",
|
||||
description: "Centralized management interface for all your game servers. Easily deploy, configure and monitor your Minecraft, CS2, Garry's Mod and many other servers.",
|
||||
features: [
|
||||
"Support for 20+ popular games (Minecraft, CS2, GMod...)",
|
||||
"One-click deployment with pre-configured templates",
|
||||
"Real-time administration console",
|
||||
"File management with integrated editor",
|
||||
"Performance and resource monitoring",
|
||||
"Automatic backup system",
|
||||
"Automated task scheduler"
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Pelican",
|
||||
url: URLS.services.pelican,
|
||||
image: "/path/to/pelican-image.jpg",
|
||||
image: logoPelican,
|
||||
icon: "🐧",
|
||||
description: "Ultra-fast and flexible Python static site generator. Create blogs, portfolios or documentation sites with optimal performance and simplified deployment.",
|
||||
features: [
|
||||
@ -69,6 +57,36 @@ export const en: Translation = {
|
||||
"Automated task scheduler"
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Password Change",
|
||||
url: URLS.services.ssp,
|
||||
image: "/path/to/ssp-image.jpg",
|
||||
icon: "🔐",
|
||||
description: "Secure interface for autonomous password management. Easily change your credentials safely.",
|
||||
features: [
|
||||
"Secure interface to change your password",
|
||||
"Password complexity validation",
|
||||
"Email notifications of changes",
|
||||
"Modification history"
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "OpenCloud",
|
||||
url: URLS.services.opencloud,
|
||||
image: logoOpencloud,
|
||||
icon: "☁️",
|
||||
description: "Open-source collaborative cloud platform for file storage, sharing and synchronization. Free alternative to Google Drive with full control over your data.",
|
||||
features: [
|
||||
"Secure and encrypted cloud storage",
|
||||
"Multi-device synchronization",
|
||||
"File sharing with secure links",
|
||||
"Collaborative document editing",
|
||||
"Automatic file versioning",
|
||||
"Native mobile applications",
|
||||
"Integration with external tools",
|
||||
"Geo-redundant data backup"
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Intranet",
|
||||
url: URLS.services.intra,
|
||||
@ -86,6 +104,22 @@ export const en: Translation = {
|
||||
"Archive of decisions and minutes"
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Gaming Panel",
|
||||
url: URLS.services.panel,
|
||||
image: "/path/to/panel-image.jpg",
|
||||
icon: "🎮",
|
||||
description: "Centralized management interface for all your game servers. Easily deploy, configure and monitor your Minecraft, CS2, Garry's Mod and many other servers.",
|
||||
features: [
|
||||
"Support for 20+ popular games (Minecraft, CS2, GMod...)",
|
||||
"One-click deployment with pre-configured templates",
|
||||
"Real-time administration console",
|
||||
"File management with integrated editor",
|
||||
"Performance and resource monitoring",
|
||||
"Automatic backup system",
|
||||
"Automated task scheduler"
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Mails",
|
||||
url: URLS.services.mails,
|
||||
@ -102,36 +136,6 @@ export const en: Translation = {
|
||||
"Communication encryption",
|
||||
"Automatic data backup"
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Password Change",
|
||||
url: URLS.services.ssp,
|
||||
image: "/path/to/ssp-image.jpg",
|
||||
icon: "🔐",
|
||||
description: "Secure interface for autonomous password management. Easily change your credentials safely.",
|
||||
features: [
|
||||
"Secure interface to change your password",
|
||||
"Password complexity validation",
|
||||
"Email notifications of changes",
|
||||
"Modification history"
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "OpenCloud",
|
||||
url: URLS.services.opencloud,
|
||||
image: "/path/to/opencloud-image.jpg",
|
||||
icon: "☁️",
|
||||
description: "Open-source collaborative cloud platform for file storage, sharing and synchronization. Free alternative to Google Drive with full control over your data.",
|
||||
features: [
|
||||
"Secure and encrypted cloud storage",
|
||||
"Multi-device synchronization",
|
||||
"File sharing with secure links",
|
||||
"Collaborative document editing",
|
||||
"Automatic file versioning",
|
||||
"Native mobile applications",
|
||||
"Integration with external tools",
|
||||
"Geo-redundant data backup"
|
||||
]
|
||||
}
|
||||
],
|
||||
hero: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user