-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
264 lines (231 loc) · 7.71 KB
/
contact.html
File metadata and controls
264 lines (231 loc) · 7.71 KB
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
259
260
261
262
263
264
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<meta name="description" content="Pratica final-Your Health">
<link rel="stylesheet" href="contact.css">
<link rel="icon" href="images/logo.png">
<link rel="stylesheet" href="fontawesome-free-6.5.1-web/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="header1">
<h1>Humanist clinic</h1>
<nav class="navigationbar">
<ul class="navigation">
<li class="nav-item"><a href="index.html">HOME</a></li>
<li class="nav-item"><a href="#">OUR CLINIC</a></li>
<li class="nav-item"><a href="#">DEPARTMENTS</a></li>
<li class="nav-item"><a href="#">TEAM</a></li>
<li class="nav-item"><a href="#">NEWS</a></li>
<li class="nav-item"><a href="products.html">PRODUCTS</a></li>
<li class="nav-item active"><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
</div>
<div class="headerContainer">
<div class="overlay">
<div class="titulo">
<h2>Your health is our goal.Humanist clinic</h2>
<img src="images/logo.svg" alt="logo1" class="logo2">
</div>
</div>
</div>
</header>
<main>
<div class=content1>
<div class="contactUS">
<h2 class="titulo5">Contact us</h2>
<hr class="line1">
</div>
<div class="main-content">
<section class="news-column">
<h2 class="news-heading">Recent News</h2>
<article class="article-container">
<img src="images/news-1.jpg" alt="" class="imagenes">
<div class="news2">
<div class="news-text">
<h3><a href="#">I have toenail fungus, what should I do?</a></h3>
<p>12 February 2024</p>
</div>
</div>
</article>
<hr class="small">
<article class="article-container">
<img src="images/news-2.jpg" alt="" class="imagenes">
<div class="news2">
<div class="news-text">
<h3><a href="#">Benefits of kiwi on gastrointestinal health</a></h3>
<p>25 February 2022</p>
</div>
</div>
</article>
<hr class="small">
<article class="article-container">
<img src="images/news-3.jpg" alt="" class="imagenes">
<div class="news2">
<div class="news-text">
<h3><a href="#">What your feet tell you about your state of health</a></h3>
<p>14 February 2024</p>
</div>
</div>
</article>
<hr class="small">
</section>
<section class="form-column">
<form action="#" method="post" class="form1">
<h3 class="tituloo">Send a Direct Message</h3>
<p>Fields with <strong><abbr class="sempuntos" title="required"> * </abbr></strong> are required</p>
<fieldset>
<legend>Personal information</legend>
<div class="namesurname">
<div class="name1">
<label for="name">Your Name: <span class="star"> * </span></label>
<input type="text" id="name" name="name" required>
</div>
<div class="surname1">
<label for="surname">Your Surname: <span class="star"> * </span></label>
<input type="text" id="surname" name="surname" required>
</div>
</div>
<div class="phonesex">
<div class="phone2">
<label for="phone">Phone:</label>
<input type="tel" id="phone" name="phone">
</div>
<div class="sex">
<label>Sex:</label>
<label><input type="radio" id="male" name="gender" value="Man"> Man</label>
<label><input type="radio" id="female" name="gender" value="Woman"> Woman</label>
</div>
</div>
<div class="townandcountry">
<div class="town1">
<label for="town">Town:</label>
<input type="text" id="town" name="town">
</div>
<div class="country1">
<label for="country">Country:</label>
<input type="text" id="country" name="country">
</div>
</div>
<label for="mail">Email Address: <span class="star"> * </span></label>
<input type="email" id="mail" name="email" required>
</fieldset>
<fieldset>
<legend>What does it mean to us?</legend>
<label for="topic">Subject:</label>
<select id="topic" name="subject" class="topic1">
<option value="appointment">Request an appointment</option>
<option value="product">Know more about a product</option>
<option value="health">Know how to improve my gastrointestinal health</option>
<option value="other">Other questions</option>
</select>
<div class="message1">
<label for="message">Your message:</label>
<textarea id="message" name="message" required></textarea>
</div>
</fieldset>
<label for="terms" class="terms1">
<input type="radio" id="terms" name="terms_agreement" class="box" required>
<span class="star"> * </span> I have read and accept
<a href="#" class="terms-link"> the terms and conditions of use.</a>
</label>
<div class="button1">
<button type="submit">Send Message</button>
</div>
</form>
</section>
</div>
</div>
<div class="social-media">
<h3 class="socialmediaheading">Our social media</h3>
<nav class="socialmedia1">
<ul>
<li>
<a href="https://www.instagram.com/" target="_blank" aria-label="instagram" class="instagram1">
<i class="fab fa-instagram circle-icon1"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/" target="_blank" aria-label="facebook" class="facebook1">
<i class="fab fa-facebook circle-icon2"></i>
</a>
</li>
<li>
<a href="https://www.tiktok.com/" target="_blank" aria-label="tiktok" class="tiktok1">
<i class="fab fa-tiktok circle-icon3"></i>
</a>
<li>
<a href="https://www.linkedin.com/" target="_blank" aria-label="linkedin" class="linkedin1">
<i class="fab fa-linkedin circle-icon4"></i>
</a>
</li>
<li>
<a href="https://twitter.com/" target="_blank" aria-label="twitter" class="twitter1">
<i class="fab fa-twitter circle-icon5"></i>
</a>
</li>
</ul>
</nav>
</div>
</main>
<footer>
<div class="footer11">
<h3 class="titulo3">Humanist clinic</h3>
<div class="footercontent">
<div class="footer-section">
<h3 class="white">Menu</h3>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Products</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="footer-section2">
<h3 class="white1">Services</h3>
<ul>
<li><a href="#">Our Clinic</a></li>
<li><a href="#">Departments</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">See More</a></li>
</ul>
</div>
</div>
<div class="contactinformation">
<h3 class="white2">Contact</h3>
<ul>
<li>
+00 (123) 765 8765
<i class="fa-solid fa-phone"></i>
</li>
<li>
<a href="mailto:myName@domain.com">myName@domain.com</a>
<i class="fa-solid fa-envelope"></i>
</li>
<li>
<span>Monday-Thursday</span>
<i class="fa-solid fa-clock"></i>
<span class="time">14.00am-18.00pm</span>
</li>
</ul>
</div>
</div>
<hr class="footer-line">
<div class="footer2">
<p>All photographs come from <a href="https://pxhere.com/es/" class="link1">
PxHere </a> with a <abbr title="Chief Compliance Officer"> CCO </abbr> license.</p>
</div>
<nav class="termsprivacy">
<p class="footer3"><a href="#" class="link1">Terms of use</a></p>
<p class="footer3"><a href="#" class="link1">Privacy policy</a></p>
</nav>
</footer>
</body>
</html>