Skip to content

ecofinuz/ecofin-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecofin Web

Static landing page for Ecofin, built with plain HTML and CSS.

Structure

ecofin-web/
├── en/
│   └── index.html
├── ru/
│   └── index.html
├── index.html
├── robots.txt
├── sitemap.xml
├── style.css
└── assets/
    ├── ecofin-favicon.png
    └── favicon.png

Preview

Open index.html directly in a browser, or run a small static server from this folder:

python3 -m http.server 4321

Then visit:

http://127.0.0.1:4321

Editing Content

Most page content is in index.html. The root page is Uzbek, /en/ is English, and /ru/ is Russian.

The site supports Uzbek, English, and Russian text using repeated elements with:

class="i18n" data-lang="uz"
class="i18n" data-lang="en"
class="i18n" data-lang="ru"

When changing copy, update all three language versions and keep localized metadata, canonical links, and sitemap.xml in sync.

Styling

All visual styles are in style.css, including:

  • Layout and responsive breakpoints
  • Navigation
  • Hero section
  • Cards
  • Sponsors and about sections
  • Footer

No build step is required.

About

The landing page of ecofin.uz

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors