-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcontact.html
161 lines (152 loc) · 8.98 KB
/
contact.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
<!DOCTYPE html>
<html class="no-js" lang="" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="utf-8">
<title>Therapets - Contact</title>
<meta name="description" content="Therapets - Contact Us">
<meta name="keywords" content="Therapets, animals, contact">
<meta name="author" content="Mark, Micha, Nattaya, Viktor">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/main.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="theme-color" content="#fafafa">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KZB6XFXT8B%22%3E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KZB6XFXT8B');
</script>
</head>
<!--THIS IS THE BODY -->
<body>
<!-- THIS IS THE HEADER -->
<header class="head">
<div class="header-logo">
<img class="pets" src="img/therapetslogo2.png" alt="Therapets logo" title="Therapets"></div>
<a href="#main-menu"
id="main-menu-toggle"
class="menu-toggle"
aria-label="Open main menu">
<span class="sr-only">Open main menu</span>
<span class="fa fa-bars" aria-hidden="true"></span>
</a>
<nav id="main-menu" class="main-menu" aria-label="Main menu">
<a href="#main-menu-toggle"
id="main-menu-close"
class="menu-close"
aria-label="Close main menu">
<span class="sr-only">Close main menu</span>
<span class="fa fa-close" aria-hidden="true"></span>
</a>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT US</a></li>
<li><a href="service.html">SERVICES</a></li>
<li><a href="faq.html">F.A.Q.</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</nav>
<a href="#main-menu-toggle"
class="backdrop"
tabindex="-1"
aria-hidden="true" hidden></a>
</header>
<!--THIS IS THE INFO CARD CONTAINER -->
<div class="container">
<section class="section">
<h3>Visit us here or send us a message:</h3>
<div class="card">
<div class="card-body">
<div id="map-container-google-12" class="z-depth-1-half map-container-7" style="height: 200px">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2498.646919053225!2d4.398707215984276!3d51.225579679589806!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c3f7c8f74a11cd%3A0x56998eec0e4a84b7!2sBeCode%20Antwerpen!5e0!3m2!1sen!2sbe!4v1610461797397!5m2!1sen!2sbe" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<div class="row">
<div class="col-md-6 mb-4">
<h3>Our address:</h3><br>
Therapets @ BeCode Antwerpen<br>
Tolhuis, Sint-Pietersvliet 7<br>
2000 - Antwerpen<br>
<a href="mailto:[email protected]">[email protected]</a><br></div>
<div class="col-md-6 mb-4">
<h3>Opening hours:</h3><br>
Monday - Friday 09:00 - 17:00<br>
Saturday 09:00 - 12:00<br>
Sunday 12:00 - 17:00</div>
<hr>
</div>
<div class="row">
<div class="col-md-6 mb-4">
<form action="https://formspree.io/f/xbjpqwky" method="post">
Name:<br>
<input type="text" name="name"><br>
E-mail:<br>
<input type="email" name="_replyto"><br>
Subject:<br>
<input type="text" name="subject"><br></div>
<div class="col-md-6 mb-4">
Comment:<br>
<textarea name="comment" rows="5" cols="30"></textarea><br><br>
<div class="col-md-12">
<input type="submit" value="Send">
<input type="reset" value="Reset">
</div></form>
</div></section>
<section id="call">
<h2>Would you like to come see our animals?</h2>
<p>No problem at all! But to not interfere with the schedules of both the animals and our staff, <span>please call in advance.</span></p>
<button><a href="tel:+32489631711"><strong>CALL US AT:</strong><br>+32 489 631 711</a></button>
</section>
<section>
<img id="petgroup" src="img/petgroup.jpg" alt="A selection of our pets" title="Our animals"></section>
<section id="teamtitle">
<h2>OUR TEAM OF PET LOVING SUPERSTARS:</h2></section>
<section>
<a class="linkz" href="https://www.becode.org/" target="popup" onclick="window.open('https://www.becode.org/','popup','width=600,height=600'); return false;"><div class="card" id="teamcard">
<img class="portrait" src="img/viktor.png" alt="Viktor">
<div class="container">
<h3><b>Viktor</b></h3>
<p>CEO Therapets</p>
</div></a></div>
<a class="linkz" href="https://www.becode.org/" target="popup" onclick="window.open('https://www.becode.org/','popup','width=600,height=600'); return false;"><div class="card" id="teamcard">
<img class="portrait" src="img/micha.png" alt="Micha">
<div class="container">
<h3><b>Micha</b></h3>
<p>Executive Pet Nurse</p>
</div></a>
</div>
<a class="linkz" href="https://www.becode.org/" target="popup" onclick="window.open('https://www.becode.org/','popup','width=600,height=600'); return false;"><div class="card" id="teamcard">
<img class="portrait" src="img/mark.png" alt="Mark">
<div class="container">
<h3><b>Mark</b></h3>
<p>Poop Scooper M.D.</p></div></a>
</div>
<a class="linkz" href="https://www.becode.org/" target="popup" onclick="window.open('https://www.becode.org/','popup','width=600,height=600'); return false;"><div class="card" id="teamcard">
<img class="portrait" src="img/nattaya.png" alt="Nattaya">
<div class="container">
<h3><b>Nattaya</b></h3>
<p>Takes your money</p>
</div></a>
</section></div></div></div>
<br><br><br></section>
<!-- THIS IS THE FOOTER -->
<footer class="footer">
<a href="https://www.facebook.com/sharer/sharer.php?u=www.facebook.com/groups/410521276696815/" class="fa fa-facebook"></a>
<a href="https://twitter.com/intent/tweet?text=www.facebook.com/groups/410521276696815/" class="fa fa-twitter"></a>
<p class="footer-text">
© 2021 - Mark, Micha, Nattaya, Viktor. All right reserved.</p>
</footer>
<script src="js/main.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script></body>
</html>