|
7 | 7 | <link rel="stylesheet" href="style.css"> |
8 | 8 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
9 | 9 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
10 | | - <link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap" rel="stylesheet"> |
| 10 | + <link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Roboto:wght@300;400;700&display=swap" rel="stylesheet"> |
11 | 11 | </head> |
12 | 12 | <body> |
13 | | - <main class="shell"> |
14 | | - <header class="hero"> |
15 | | - <div class="logo-circle"> |
16 | | - <img src="assets/logo.png" alt="Cardio Clinic logo"> |
| 13 | + <main class="clinic-container"> |
| 14 | + <header class="clinic-header"> |
| 15 | + <div class="logo-area"> |
| 16 | + <img src="assets/logo.png" alt="Cardio Clinic logo" class="logo-image"> |
17 | 17 | </div> |
18 | | - <div class="hero-text"> |
19 | | - <p class="eyebrow">Cardio Clinic Desktop</p> |
20 | | - <h1>Clinical-grade patient & staff management</h1> |
21 | | - <p class="lede">Built for cardiology teams that need clarity, security, and speed at every patient touchpoint.</p> |
22 | | - <div class="cta-row"> |
23 | | - <a class="btn primary" href="https://github.com/xampos101/Clinic/releases/download/v1.0.0/Cardio.Clinic.Setup.exe"> |
24 | | - <span class="icon-circle"> |
25 | | - <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"> |
26 | | - <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/> |
27 | | - <polyline points="7 10 12 15 17 10"/> |
28 | | - <line x1="12" y1="15" x2="12" y2="3"/> |
29 | | - </svg> |
30 | | - </span> |
31 | | - Download for Windows |
| 18 | + <div class="header-content"> |
| 19 | + <p class="tagline">Cardio Clinic Desktop Edition</p> |
| 20 | + <h1>Ακρίβεια & Φροντίδα.</h1> |
| 21 | + <p class="description">Εφαρμογή διαχείρισης ασθενών και προσωπικού σχεδιασμένη για την **Καρδιολογική Κλινική**, εξασφαλίζοντας σαφήνεια, ασφάλεια και ταχύτητα.</p> |
| 22 | + |
| 23 | + <div class="cta-group"> |
| 24 | + <a class="btn-download primary-color" href="https://github.com/xampos101/Clinic/releases/download/v1.0.0/Cardio.Clinic.Setup.exe"> |
| 25 | + <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"> |
| 26 | + <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/> |
| 27 | + <polyline points="7 10 12 15 17 10"/> |
| 28 | + <line x1="12" y1="15" x2="12" y2="3"/> |
| 29 | + </svg> |
| 30 | + Λήψη για Windows |
32 | 31 | </a> |
33 | | - <div class="meta"> |
34 | | - <span>Windows 10/11</span> |
35 | | - <span>Signed installer</span> |
36 | | - <span>Python-powered</span> |
| 32 | + <div class="meta-info"> |
| 33 | + <span>Υποστηρίζει Windows 10/11</span> |
| 34 | + <span>Επίσημα υπογεγραμμένος Installer</span> |
| 35 | + <span>Με τεχνολογία Python</span> |
37 | 36 | </div> |
38 | 37 | </div> |
39 | 38 | </div> |
40 | 39 | </header> |
41 | 40 |
|
42 | | - <section class="pillars"> |
43 | | - <article class="pillar"> |
44 | | - <div class="pill-icon"> |
| 41 | + <section class="key-features"> |
| 42 | + <article class="feature-card"> |
| 43 | + <div class="icon-wrap"> |
45 | 44 | <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
46 | 45 | <path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/> |
47 | 46 | </svg> |
48 | 47 | </div> |
49 | | - <h3>Secure by default</h3> |
50 | | - <p>Encryption, access controls, and auditability baked into every workflow.</p> |
| 48 | + <h3>Υψίστη Ασφάλεια</h3> |
| 49 | + <p>Κρυπτογράφηση, έλεγχοι πρόσβασης και πλήρης ιχνηλασιμότητα ενσωματωμένα σε κάθε λειτουργία.</p> |
51 | 50 | </article> |
52 | | - <article class="pillar"> |
53 | | - <div class="pill-icon"> |
| 51 | + <article class="feature-card"> |
| 52 | + <div class="icon-wrap"> |
54 | 53 | <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
55 | 54 | <path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/> |
56 | 55 | <circle cx="9" cy="7" r="4"/> |
57 | 56 | <path d="M23 21v-2a4 4 0 0 0-3-3.87"/> |
58 | 57 | <path d="M16 3.13a4 4 0 0 1 0 7.75"/> |
59 | 58 | </svg> |
60 | 59 | </div> |
61 | | - <h3>Team-ready</h3> |
62 | | - <p>Role-based access, staff management, and clear accountability for every action.</p> |
| 60 | + <h3>Σχεδιασμένο για Ομάδες</h3> |
| 61 | + <p>Διαχείριση προσωπικού, ρόλοι πρόσβασης και σαφής λογοδοσία για κάθε ενέργεια της ομάδας.</p> |
63 | 62 | </article> |
64 | | - <article class="pillar"> |
65 | | - <div class="pill-icon"> |
| 63 | + <article class="feature-card"> |
| 64 | + <div class="icon-wrap"> |
66 | 65 | <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> |
67 | 66 | <line x1="12" y1="1" x2="12" y2="23"/> |
68 | 67 | <path d="M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"/> |
69 | 68 | </svg> |
70 | 69 | </div> |
71 | | - <h3>Clinic-fast</h3> |
72 | | - <p>Optimized flows for front desk, clinicians, and billing—online or offline.</p> |
| 70 | + <h3>Γρήγορο & Αξιόπιστο</h3> |
| 71 | + <p>Βελτιστοποιημένες ροές εργασίας για ιατρούς, γραμματεία και χρεώσεις, εντός ή εκτός σύνδεσης.</p> |
73 | 72 | </article> |
74 | 73 | </section> |
75 | 74 |
|
76 | | - <section class="team"> |
77 | | - <p class="team-label">Built by</p> |
78 | | - <div class="team-grid"> |
79 | | - <a class="chip" href="https://github.com/xampos101">xampos101</a> |
80 | | - <a class="chip" href="https://github.com/Leon1dasV">Leon1dasV</a> |
81 | | - <a class="chip" href="https://github.com/BillyTheTroller">BillyTheTroller</a> |
| 75 | + <section class="team-attribution"> |
| 76 | + <p class="team-label">Ανάπτυξη από την Ομάδα</p> |
| 77 | + <div class="developer-list"> |
| 78 | + <a class="dev-tag" href="https://github.com/xampos101">xampos101</a> |
| 79 | + <a class="dev-tag" href="https://github.com/Leon1dasV">Leon1dasV</a> |
| 80 | + <a class="dev-tag" href="https://github.com/BillyTheTroller">BillyTheTroller</a> |
82 | 81 | </div> |
83 | 82 | </section> |
84 | 83 | </main> |
85 | 84 |
|
86 | | - <footer class="footer"> |
| 85 | + <footer class="app-footer"> |
87 | 86 | <a class="footer-link" href="https://github.com/xampos101/Clinic"> |
88 | 87 | <svg viewBox="0 0 16 16" aria-hidden="true"> |
89 | 88 | <path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82A7.7 7.7 0 0 1 8 3.47c.68.01 1.36.09 2 .26 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8Z"/> |
90 | 89 | </svg> |
91 | | - View source |
| 90 | + Προβολή Κώδικα (GitHub) |
92 | 91 | </a> |
93 | 92 | </footer> |
94 | 93 | </body> |
|
0 commit comments