-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact-us.html
53 lines (49 loc) · 1.8 KB
/
contact-us.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Contact Us</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abril+Fatface%3A400"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Jost%3A900"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A400%2C900"/>
<link rel="stylesheet" href="./styles/contact-us.css"/>
</head>
<body>
<div class="contact-us-mHZ">
<div class="rectangle-1-JYP">
</div>
<a href="h.html"> <!-- Link to go back to the home page -->
<img class="back-1-DvF" src="./assets/back-1-bwM.png"/>
</a>
<a href="h.html"> <!-- Link to go back to the home page -->
<img class="logo-1-MWf" src="./assets/logo-1-Cij.png"/>
</a>
<p class="get-in-touch-6UF">GET IN TOUCH</p>
<p class="wed-love-to-hear-from-you-heres-how-you-can-reach-us-xFZ">We’d love to hear from you. Here’s how you can reach us...</p>
<p class="virtucaregmailcom-virtuecare-virtue-care-2FR">
<br/>
<br/>
<br/>
virtue_care
<br/>
<br/>
Virtue-care
<br/>
</p>
<a href="mailto:[email protected]"> <!-- Link to open default email client to compose email -->
<img class="image-2-vLo" src="./assets/image-2.png"/>
</a>
<a href="tel:+1234567890"> <!-- Link to make a phone call -->
<img class="image-3-RoM" src="./assets/image-3.png"/>
</a>
<a href="https://www.example.com"> <!-- Link to an external website -->
<img class="image-1-ZuZ" src="./assets/image-1.png"/>
</a>
<a href="h.html" class="back-to-home-link"><</a> <!-- Link to go back to the home page -->
</div>
</body>
</html>