mirror of
https://github.com/shadoll/p9o.git
synced 2025-12-20 03:26:51 +00:00
- Created Ukrainian flag SVG file. - Developed index.html to include structure for language switching. - Implemented script.js for managing language phrases and automatic switching. - Styled the application with style.css for a cohesive design and responsive layout.
37 lines
1.8 KiB
Markdown
37 lines
1.8 KiB
Markdown
# Omnia Possibilia
|
|
|
|
A minimalist single-page site featuring the timeless phrase "Omnia possibilia tempore et opibus" (All things are possible with time and resources) displayed in multiple languages.
|
|
|
|
## Features
|
|
|
|
- **Multi-language Support**: The phrase is displayed in multiple languages including Latin, English, Ukrainian, German, Spanish, and French.
|
|
- **Automatic Language Rotation**: The language automatically changes every 3 minutes, with visual progress indicator.
|
|
- **Background Flag Visualization**: Each language is accompanied by a subtle background featuring the corresponding country/region flag.
|
|
- **Elegant Typography**: Uses Google's "Great Vibes" font with proper support for both Latin and Cyrillic characters.
|
|
- **Responsive Design**: Adapts smoothly to different screen sizes.
|
|
- **Interactive Controls**: Users can manually switch to the next language using the provided button.
|
|
|
|
## Technical Implementation
|
|
|
|
- Pure HTML, CSS, and JavaScript with no external dependencies
|
|
- SVG flags stored locally for better performance
|
|
- Smooth transitions between languages and backgrounds
|
|
- Cross-browser compatibility with special attention to Safari rendering
|
|
- Preloaded assets for seamless experience
|
|
|
|
|
|
## Quote Translations
|
|
|
|
| Language | Translation |
|
|
|----------|-------------|
|
|
| Latin | Omnia possibilia tempore et opibus |
|
|
| English | All things are possible with time and resources |
|
|
| Ukrainian| Можливо все за наявності ресурсів та часу |
|
|
| German | Alles ist mit Zeit und Ressourcen möglich |
|
|
| Spanish | Todo es posible con tiempo y recursos |
|
|
| French | Tout est possible avec du temps et des ressources |
|
|
|
|
## Development
|
|
|
|
Developed by sHa as a simple, elegant display of a powerful philosophical concept across different cultures and languages.
|