Skip to content

portigen/oferta

Repository files navigation

oferta

/
├── index.html
├── css/
│   └── styles.css
├── js/
│   ├── main.js
│   ├── config.js
│   ├── compare-system.js
│   └── product-manager.js
├── products.json
└── templates/
    ├── product-card.html
    ├── product-page.html
    └── compare-page.html

Oferta produktów z menu nawigacyjnym i skrótowym opisem wszystkich produktów systemu PORTIGEN.

  1. Czytelne karty produktów z miniaturami SVG
  2. Krótkie opisy najważniejszych cech każdego produktu
  3. Kluczowe parametry techniczne w formie znaczników
  4. Linki do szczegółowych stron produktów
  5. Responsywny układ dostosowujący się do szerokości ekranu
  6. Efekty hover dla lepszej interakcji
  7. Spójna kolorystyka i stylizacja z podstronami produktowymi

Struktura folderów wygląda następująco:

/
├── index.html
├── PS16T500W12V/
│   ├── index.html
│   └── img.svg
├── PS10S25W12V/
│   ├── index.html
│   └── img.svg
├── PS16M4/
│   ├── index.html
│   └── img.svg
├── PS10K12V1W/
│   ├── index.html
│   └── img.svg
├── PS10D12V01W/
│   ├── index.html
│   └── img.svg
├── PS10V12V10W/
│   ├── index.html
│   └── img.svg
└── PS1610A5V30W/
    ├── index.html
    └── img.svg

Releases

No releases published

Packages

No packages published