generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact-confirmation.html
43 lines (41 loc) · 1.74 KB
/
contact-confirmation.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
<!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">
<meta name="description" content="CES is the leading manufacturer of locks in Germany where security and flexibility is the key words.">
<meta name="keywords" content="CES, locks, security, keys, best-las">
<title>CES UDM</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<header>
<a href="index.html"><img src="assets/images/ces-100px.png" alt="CES Logotype" class="logo"></a>
</header>
<section id="thank-you">
<h2>Thank you for contacting us!</h2>
<p>We will get back to you within 48h.<br>
Click <a href="index.html">HERE</a> to get back to home.</p>
</section>
<footer>
<h3>Agent in Sweden</h3>
<address>
<p>
Best Lås och Säkerhetssystem AB <br>
Timmervägen 4 <br>
79151 FALUN <br>
Phone: 08-556 009 80 <br>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</address>
<div id="social-media">
<a href="https://facebook.com" target="_blank" class="some-links"><i class="fa-brands fa-facebook"></i></a>
<a href="https://instagram.com" target="_blank" class="some-links"><i class="fa-brands fa-instagram"></i></a>
<a href="mailto:[email protected]" target="_blank" class="some-links"><i class="fa-solid fa-at"></i></a>
</div>
</footer>
<!-- Fontawesome script-->
<script src="https://kit.fontawesome.com/b2594f6db9.js" crossorigin="anonymous"></script>
</body>
</html>