-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththankyou.html
More file actions
60 lines (57 loc) · 3.33 KB
/
thankyou.html
File metadata and controls
60 lines (57 loc) · 3.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Builtline is a trusted construction company in Bangalore offering quality residential and commercial projects.">
<link rel="icon" type="image/png" href="static/image/Logo 11.jpg">
<title>Thankyou - Builtline Construction</title>
<link rel="stylesheet" href="static/css/style.css?v=20260317">
<link rel="stylesheet" href="static/css/media.css?v=10">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body>
<div class="background-diagonal">
<div class="thankyou-container" data-aos="zoom-in">
<div class="container">
<div class="image">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g stroke-width="0" id="SVGRepo_bgCarrier"></g><g stroke-linejoin="round" stroke-linecap="round" id="SVGRepo_tracerCarrier"></g><g id="SVGRepo_iconCarrier"> <path stroke-linejoin="round" stroke-linecap="round" stroke-width="1.5" stroke="#fff" d="M20 7L9.00004 18L3.99994 13"></path> </g></svg>
</div>
<h1>Thank you!</h1>
<p class="intro-text">“Thank you! Your request, has been submitted successfully. Our team will contact you shortly.” You can find more information on our website and social pages.</p>
<div class="card-row">
<div class="thankyou-card">
<h3>Connect With Us</h3>
<div class="social-icons">
<a href="https://www.facebook.com/builtlineconstruction/" target="_blank"
rel="noopener noreferrer" data-name="Facebook"> <i class="fa-brands fa-facebook-f"></i>
</a>
<a href="https://www.instagram.com/builtline_construction/?hl=en" target="_blank"
rel="noopener noreferrer" data-name="Instagram"><i class="fa-brands fa-instagram"></i>
</a>
<a href="https://x.com/Builtline_" target="_blank"
rel="noopener noreferrer" data-name="Twitter"><i class="fa-brands fa-twitter"></i>
</a>
<a href="https://www.youtube.com/@BuiltlineConstruction" target="_blank"
rel="noopener noreferrer" data-name="YouTube"><i class="fa-brands fa-youtube" ></i>
</a>
<a href="https://www.linkedin.com/company/builtline-construction/posts/?feedView=all" target="_blank"
rel="noopener noreferrer" data-name="LinkedIn"><i class="fa-brands fa-linkedin-in"></i>
</a>
</div>
</div>
<div class="thankyou-card">
<h3>Visit Our Website</h3>
<a href="https://builtlineconstruction.com/" class="btn-visit">Visit Website</a>
</div>
</div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/aos@2.3.4/dist/aos.min.js"></script>
<script>
AOS.init();
</script>
</body>
</html>