prology-landingpage/SITEMAP.md

153 lines
4.9 KiB
Markdown

# Prology IT — Site Map
> Base URL: `https://prology.net`
> Landing page repo: `index.html` (single-page, anchor-based navigation)
---
## Pages & Sections
```
prology.net/ ← Homepage (x-default)
├── prology.net/au/ ← AU Store (en-au)
└── prology.net/us/ ← US Store (en-us)
```
### Landing Page Sections (`index.html`)
```
#home Hero
├── Typewriter animation (server/blade chassis visual)
├── eBay banner → ebay.com.au/str/prologyit
├── Search tab: Buy (→ /catalogsearch/result/?q=...)
├── Search tab: Sell (email → opens Valuation Modal)
└── Stats grid: 15+ yrs · 45+ countries · 100k+ units · AU & US
#services Product Categories
├── Routers
├── Switches
├── Wireless Access
├── Security Appliances
├── Load Balancers
├── WAN Access
├── Network Mgmt
└── [Shop CTA] → Store Picker Modal
#quality Why Choose Prology?
├── Dual Warehouse: AU & US
├── Strong Sourcing Network
├── Faster, Smarter Logistics
└── Flexible for Business Orders
#who-we-serve Who We Serve
├── Getting Started
├── Running Projects
├── Growing Operations
├── Large-Scale Procurement
├── [Request a Quote] → Quote Modal
└── [Shop Now] → Store Picker Modal
#institutional Government & Corporate Orders
└── [Enquire Now] → Enquire Modal
#contact Final CTA
├── Source IT Hardware → Store Picker Modal
└── Sell Us Your Assets → Valuation Modal
```
---
## Modals (client-side, no URL change)
| Modal | Trigger | Purpose |
|---|---|---|
| Store Picker | "View Products", "Shop Now" | Choose AU or US store |
| Valuation Modal | "Get Valuation", Sell tab | Asset recovery / buy-back quote |
| Source Modal | (programmatic) | Hardware sourcing RFQ |
| Quote Modal | "Request a Quote" | IT procurement quote |
| Enquire Modal | "Enquire Now" | Gov & Corporate enquiry |
---
## Store Pages
> Categories tồn tại ở cả hai store views — AU và US.
```
prology.net/
├── au/ ← AU Store
│ ├── Products (shared categories)
│ │ ├── compute.html
│ │ ├── storage.html
│ │ ├── networking.html
│ │ ├── security.html
│ │ ├── end-user.html
│ │ ├── data-center.html
│ │ └── components.html
│ │
│ ├── manufacturers
│ │
│ ├── Information
│ │ ├── about-us
│ │ ├── contact
│ │ ├── faq
│ │ └── returns
│ │
│ ├── Customer Account
│ │ ├── customer/account
│ │ ├── sales/order/history
│ │ ├── sales/guest/form ← Track Order (guest)
│ │ └── wishlist
│ │
│ └── Legal
│ ├── terms
│ ├── privacy-policy-cookie-restriction-mode
│ └── enable-cookies
└── us/ ← US Store
├── Products (shared categories)
│ ├── compute.html
│ ├── storage.html
│ ├── networking.html
│ ├── security.html
│ ├── end-user.html
│ ├── data-center.html
│ └── components.html
└── manufacturers
```
---
## External Links
| Destination | Context |
|---|---|
| `ebay.com.au/str/prologyit` | eBay banner (hero) |
| `ebay.com.au/str/prologyptyltd` | Footer social |
| `prology.net/blog` | Footer — News |
| `facebook.com/prology.net/` | Footer social |
| `linkedin.com/company/…` | Footer social |
| `youtube.com/@PrologyPtyLtd` | Footer social |
---
## Assets / Tech Stack
```
assets/
├── css/styles.css
├── js/
│ ├── config.js ← PROLOGY_CONFIG (URLs, keys)
│ ├── hero.js ← Typewriter, scroll, reveal animations
│ ├── modals.js ← Web Components for all modals
│ ├── footer.js ← Dynamic footer from data-footer.json
│ └── chat.js ← Support chat widget
├── data-footer.json ← Footer content (addresses, links, payment icons)
├── Prology_logo.png
├── Banner_Ebay_Final_news-min.png
└── images/icons/
├── payment/ ← PayPal, Visa, Mastercard, Amex, Afterpay
└── shipping/ ← DHL, UPS, FedEx, TNT, Couriers Please, Startrack, AusPost, Sendle
```