-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprev_cardiac.html
259 lines (224 loc) · 9.51 KB
/
prev_cardiac.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Care of Duty - Maladies Cardiaques</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Roboto:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<style>
.form-container {
max-width: 800px;
margin: auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 10px;
background: #f9f9f9;
}
.form-container h3 {
text-align: center;
margin-bottom: 20px;
}
.form-group {
margin-bottom: 15px;
}
/* .form-group label {
font-weight: bold;
} */
.form-group input, .form-group select {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
.form-group button {
width: 100%;
padding: 10px;
background: #3FBBC0;
border: none;
border-radius: 5px;
color: white;
font-size: 16px;
}
.form-group button:hover {
background: #7bc9cc;
}
</style>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<a href="index.html" class="logo me-auto"><img src="assets/img/final_hippo_with_text.png" alt=""></a>
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <h1 class="logo me-auto"><a href="index.html">Medicio</a></h1> -->
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto" href="index.html">Accueil</a></li>
<li class="nav-link scrollto"><a href="index.html#services"><span>Moteur de prédiction</span></a></li>
<li class="dropdown"><a href="#"><span>Documentation</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="diabete_page.html">Diabète</a></li>
<li><a href="cancer_page.html">Cancer du sein</a></li>
<li><a href="cardiac_page.html">Maladies cardiaques</a></li>
<li><a href="mrc.html">Maladies rénales</a></li>
<li><a href="mcf.html">Maladies du foie</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="index.html#testimonials">Équipe</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Breadcrumbs Section ======= -->
<section class="breadcrumbs">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
<h2 class="containerh2"><b>Moteur de prédiction des maladies cardiaques</b></h2>
</div>
</div>
</section><!-- End Breadcrumbs Section -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="form-container">
<h3>Vos informations :</h3><br>
<form method="post">
<div class="form-group">
<label for="age">Age : </label>
<input type="text" id="age" name="age" required>
</div>
<div class="form-group">
<label for="sex">Sexe : </label>
<select id="sex" name="sexe" required>
<option></option>
<option value="1">Homme</option>
<option value="0">Femme</option>
</select>
</div>
<div class="form-group">
<label for="cp">Type de douleur thoracique(cp) : </label>
<select id="cp" name="type_douleur_thoracique" required>
<option></option>
<option value="0">Angine typique</option>
<option value="1">Angine atypique</option>
<option value="2">Douleur non angineuse</option>
<option value="3">Asymptomatique</option>
</select>
</div>
<div class="form-group">
<label for="trestbps">Pression artérielle au repos(trestbps) : </label>
<input type="text" id="trestbps" name="pression_arterielle_repos" required>
</div>
<div class="form-group">
<label for="chol">Cholestérol sérique (mg/dl) :</label>
<input type="text" id="chol" name="cholesterol_serique" required>
</div>
<div class="form-group">
<label for="fbs">Glycémie à jeun > 120 mg/dl (fbs) : </label>
<select id="fbs" name="glycemie_jeun" required>
<option></option>
<option value="1">Vrai</option>
<option value="0">Faux</option>
</select>
</div>
<div class="form-group">
<label for="restecg">Électrocardiographiques au repos (restecg) : </label>
<select id="restecg" name="ecg_repos" required>
<option></option>
<option value="0">Normal</option>
<option value="1">Anomalie de l'onde ST-T</option>
<option value="2">Hypertrophie ventriculaire gauche probable ou définitive</option>
</select>
</div>
<div class="form-group">
<label for="thalach">Fréquence cardiaque maximale (thalach) : </label>
<input type="text" id="thalach" name="frequence_cardiaque_maximale" required>
</div>
<div class="form-group">
<label for="exang">Angine induite par l'exercice (exang) : </label>
<select id="exang" name="angine_exercice" required>
<option></option>
<option value="1">Oui</option>
<option value="0">Non</option>
</select>
</div>
<div class="form-group">
<label for="oldpeak">Dépression ST induite par l'exercice (oldpeak) : </label>
<input type="text" id="oldpeak" name="depression_st_exercice" required>
</div>
<div class="form-group">
<label for="slope">Pente du segment ST à l'effort (slope) :</label>
<select id="slope" name="pente_segment_st" required>
<option></option>
<option value="0">Montante</option>
<option value="1">Plate</option>
<option value="2">Descendante</option>
</select>
</div>
<div class="form-group">
<label for="ca">Nombre de vaisseaux majeurs colorés par fluoroscopie (ca) : </label>
<select id="ca" name="vaisseaux_maj_colores" required>
<option></option>
<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</div>
<div class="form-group">
<label for="thal">Thallium (thal) :</label>
<select id="thal" name="thal" required>
<option></option>
<option value="1">Normal</option>
<option value="2">Défaut fixe</option>
<option value="3">Défaut réversible</option>
</select>
</div>
<div class="form-group">
<button type="submit">Soumettre</button>
</div>
</form>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>Care of Duty</span></strong>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>