feat: contact form and more edits

This commit is contained in:
mohamad
2026-05-04 13:54:45 +03:30
parent 3c10f5c5ed
commit 744ef69942
49 changed files with 1073 additions and 179 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
# Tecvico Website
# Radiuma Website
Django MVT informational website for **Tecvico Corp** (formerly Visera), showcasing the **ViSERA** medical imaging and radiomics software suite.
Django MVT informational website for **Radiuma**, showcasing the **Radiuma** medical imaging and radiomics software suite.
## Tech Stack
@@ -45,7 +45,7 @@ tecvico_website/
| URL | View | Description |
|---|---|---|
| `/` | `HomeView` | Landing page |
| `/about/` | `AboutView` | What is Tecvico |
| `/about/` | `AboutView` | What is Radiuma |
| `/products/` | `ProductOverviewView` | All main products |
| `/products/<main-slug>/` | `MainProductDetailView` | Main product + sub-products |
| `/products/<main-slug>/<sub-slug>/` | `SubProductDetailView` | Sub-product + articles |
@@ -248,7 +248,7 @@ Access Django Admin at `/admin/` with superuser credentials.
The `seed_content` command populates:
- **ViSERA** (MainProduct) with 5 sub-products:
- **Radiuma** (MainProduct) with 5 sub-products:
- Image Processing
- Radiomics Features
- Medical Image Visualization
@@ -275,4 +275,4 @@ Key CSS custom properties are in `static/css/main.css` under `:root`.
## License
Content is adapted from visera.ca under CC BY-NC-SA. Software code is proprietary to Tecvico Corp.
Content is adapted from visera.ca under CC BY-NC-SA. Software code is proprietary to Radiuma.