A modern, professional landing page for the Cardio Clinic Desktop application installer. This static site is designed to be deployed on GitHub Pages and provides a clean, elegant interface for downloading the Windows installer.
This repository hosts the landing page for the Cardio Clinic Desktop application. The page features a minimalist design optimized for healthcare professionals, with a focus on clarity, security, and ease of use.
- Modern Design: Clean, professional aesthetic appropriate for medical software
- Responsive Layout: Fully responsive design that works on all devices
- Fast Loading: Static HTML/CSS with minimal dependencies
- GitHub Integration: Direct links to installer releases and source code
- Team Profiles: Showcase of development team members
- A web server (or GitHub Pages)
- The logo file at
assets/logo.png
- Clone this repository:
git clone https://github.com/xampos101/Cardio_Clinic_Installer.git
cd Cardio_Clinic_Installer-
Add your logo:
- Place your logo file at
assets/logo.png - Recommended size: 180x180px (will be scaled down)
- Place your logo file at
-
Deploy:
- For GitHub Pages: Push to the repository and enable Pages in settings
- For local testing: Open
index.htmlin a browser or use a local server
.
├── index.html # Main HTML file
├── style.css # Stylesheet
├── assets/
│ └── logo.png # Application logo (add your logo here)
└── README.md # This file
- Installer Download: Latest Release
- Source Code: Clinic Repository
- Releases: GitHub Releases
Edit the CSS variables in style.css:
:root {
--bg: #0a0e1a;
--accent: #3b82f6;
/* ... */
}Edit the text content directly in index.html:
- Title and description
- Feature cards
- Badge labels
- Windows 10/11
- Modern web browser (Chrome, Firefox, Edge, Safari)
- Signed installer builds
- Direct download from GitHub Releases
- No external dependencies or tracking scripts
This project is part of the Cardio Clinic Desktop application suite.
This is a landing page repository. For contributions to the main application, please refer to the Clinic repository.
For issues or questions about the installer, please open an issue in the Clinic repository.
Built with ❤️ for healthcare professionals