Skip to content

xampos101/Cardio_Clinic_Installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cardio Clinic Desktop - Landing Page

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.

🎯 Overview

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.

✨ Features

  • 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

🚀 Quick Start

Prerequisites

  • A web server (or GitHub Pages)
  • The logo file at assets/logo.png

Installation

  1. Clone this repository:
git clone https://github.com/xampos101/Cardio_Clinic_Installer.git
cd Cardio_Clinic_Installer
  1. Add your logo:

    • Place your logo file at assets/logo.png
    • Recommended size: 180x180px (will be scaled down)
  2. Deploy:

    • For GitHub Pages: Push to the repository and enable Pages in settings
    • For local testing: Open index.html in a browser or use a local server

📁 Project Structure

.
├── index.html          # Main HTML file
├── style.css          # Stylesheet
├── assets/
│   └── logo.png       # Application logo (add your logo here)
└── README.md          # This file

🔗 Links

👥 Development Team

🎨 Customization

Colors

Edit the CSS variables in style.css:

:root {
  --bg: #0a0e1a;
  --accent: #3b82f6;
  /* ... */
}

Content

Edit the text content directly in index.html:

  • Title and description
  • Feature cards
  • Badge labels

📝 Requirements

  • Windows 10/11
  • Modern web browser (Chrome, Firefox, Edge, Safari)

🔒 Security

  • Signed installer builds
  • Direct download from GitHub Releases
  • No external dependencies or tracking scripts

📄 License

This project is part of the Cardio Clinic Desktop application suite.

🤝 Contributing

This is a landing page repository. For contributions to the main application, please refer to the Clinic repository.

📧 Support

For issues or questions about the installer, please open an issue in the Clinic repository.


Built with ❤️ for healthcare professionals

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors