Skip to content

Commit 4071f91

Browse files
authored
Create README.md
1 parent 0060cf3 commit 4071f91

1 file changed

Lines changed: 110 additions & 0 deletions

File tree

README.md

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
# Cardio Clinic Desktop - Landing Page
2+
3+
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.
4+
5+
## 🎯 Overview
6+
7+
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.
8+
9+
## ✨ Features
10+
11+
- **Modern Design**: Clean, professional aesthetic appropriate for medical software
12+
- **Responsive Layout**: Fully responsive design that works on all devices
13+
- **Fast Loading**: Static HTML/CSS with minimal dependencies
14+
- **GitHub Integration**: Direct links to installer releases and source code
15+
- **Team Profiles**: Showcase of development team members
16+
17+
## 🚀 Quick Start
18+
19+
### Prerequisites
20+
21+
- A web server (or GitHub Pages)
22+
- The logo file at `assets/logo.png`
23+
24+
### Installation
25+
26+
1. Clone this repository:
27+
```bash
28+
git clone https://github.com/xampos101/Cardio_Clinic_Installer.git
29+
cd Cardio_Clinic_Installer
30+
```
31+
32+
2. Add your logo:
33+
- Place your logo file at `assets/logo.png`
34+
- Recommended size: 180x180px (will be scaled down)
35+
36+
3. Deploy:
37+
- For GitHub Pages: Push to the repository and enable Pages in settings
38+
- For local testing: Open `index.html` in a browser or use a local server
39+
40+
## 📁 Project Structure
41+
42+
```
43+
.
44+
├── index.html # Main HTML file
45+
├── style.css # Stylesheet
46+
├── assets/
47+
│ └── logo.png # Application logo (add your logo here)
48+
└── README.md # This file
49+
```
50+
51+
## 🔗 Links
52+
53+
- **Installer Download**: [Latest Release](https://github.com/xampos101/Cardio_Clinic_Installer/releases/download/v1.0/Cardio.Clinic.Setup.exe)
54+
- **Source Code**: [Clinic Repository](https://github.com/xampos101/Clinic)
55+
- **Releases**: [GitHub Releases](https://github.com/xampos101/Cardio_Clinic_Installer/releases)
56+
57+
## 👥 Development Team
58+
59+
- [@xampos101](https://github.com/xampos101)
60+
- [@Leon1dasV](https://github.com/Leon1dasV)
61+
- [@BillyTheTroller](https://github.com/BillyTheTroller)
62+
63+
## 🎨 Customization
64+
65+
### Colors
66+
67+
Edit the CSS variables in `style.css`:
68+
69+
```css
70+
:root {
71+
--bg: #0a0e1a;
72+
--accent: #3b82f6;
73+
/* ... */
74+
}
75+
```
76+
77+
### Content
78+
79+
Edit the text content directly in `index.html`:
80+
- Title and description
81+
- Feature cards
82+
- Badge labels
83+
84+
## 📝 Requirements
85+
86+
- Windows 10/11
87+
- Modern web browser (Chrome, Firefox, Edge, Safari)
88+
89+
## 🔒 Security
90+
91+
- Signed installer builds
92+
- Direct download from GitHub Releases
93+
- No external dependencies or tracking scripts
94+
95+
## 📄 License
96+
97+
This project is part of the Cardio Clinic Desktop application suite.
98+
99+
## 🤝 Contributing
100+
101+
This is a landing page repository. For contributions to the main application, please refer to the [Clinic repository](https://github.com/xampos101/Clinic).
102+
103+
## 📧 Support
104+
105+
For issues or questions about the installer, please open an issue in the [Clinic repository](https://github.com/xampos101/Clinic).
106+
107+
---
108+
109+
**Built with ❤️ for healthcare professionals**
110+

0 commit comments

Comments
 (0)