-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
170 lines (140 loc) · 7.46 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
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Contact Us</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Looking to get in touch? Find our contact details here or send us a message and we'll get back.">
<meta name="author" content="Webdacity">
<meta name="keywords" content="PR Engineering, Engineering, Consulting, Engineering Consultants, Value Engineering, Mechanical Engineering, Fire Engineering, Electrical Engineering, Electronic Engineering, Civil Engineering, Structural Engineering, Statutory Engineering, Project Management ">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Titillium+Web:300,400,600,700&display=swap" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="./css/main.css">
<link rel="stylesheet" href="./css/responsive.css">
<link rel="stylesheet" href="./vendors/font-awesome/css/all.css">
<link rel="stylesheet" href="./vendors/hover.css/hover.css">
<!-- Favicon -->
<link rel="icon" type="image/png" href="./assets/images/Logos/PR-Favicon.png">
<meta name="theme-color" content="#1F2023">
<meta name="apple-mobile-web-app-status-bar-style" content="#1F2023">
<!-- External -->
</head>
<body>
<div class="page-loader">
<video src="./assets/videos/PR-Animated-Logo.mp4" autoplay loop></video>
</div>
<div class="page">
<nav id="navbar">
<a class="navbar-logo" href="./index.html">
<img src="./assets/images/Logos/PR-Favicon.png" alt="">
<h1>Engineering</h1>
</a>
<div class="navbar-links">
<a href="./index.html" class="hvr-grow">Home</a>
<a href="./about.html" class="hvr-grow">About</a>
<a href="./services.html" class="hvr-grow">Services</a>
<a href="./projects.html" class="hvr-grow">Projects</a>
<a href="./contact.html" class="hvr-grow">Contact</a>
</div>
<i class="fal fa-bars" id="mobile-nav-icon" onclick="openMobileNav()"></i>
</nav>
<!-- Mobile Nav -->
<div class="mobile-nav">
<i class="fal fa-times-square" onclick="closeMobileNav()"></i>
<div>
<a href="./index.html">Home</a>
<a href="./about.html">About</a>
<a href="./services.html">Services</a>
<a href="./projects.html">Projects</a>
<a href="./contact.html">Contact</a>
</div>
</div>
<section class="contact-section">
<div>
<div></div>
</div>
<div>
<div>
<div class="contact-form">
<h1>Send us a Message</h1>
<form method="post" name="myemailform" action="./vendors/email/form-to-email.php" class="contact-form">
<div>
<input type="text" name="name" placeholder="name" required>
</div>
<div>
<input type="email" name="email" placeholder="email" required>
</div>
<div>
<input type="phone" name="phone" placeholder="phone" required>
</div>
<div>
<input type="text" name="company" placeholder="Company" required>
</div>
<div>
<textarea name="message" rows="4" placeholder="Tell us how we can help" required></textarea>
</div>
<button type="submit" name='submit' value="Submit" class="hvr-bob">
<i class="far fa-paper-plane"></i>
</button>
<div class="g-recaptcha" data-sitekey="6LdowrYUAAAAALPN5u0k0uTIba19XY_Lx2FtPnYT"></div>
</form>
</div>
<div class="contact-info">
<h1>Contact Information</h1>
<div>
<a href="mailto:[email protected]" class="hvr-forward">
<i class="fal fa-envelope"></i>
<p>[email protected]</p>
</a>
<a href="tel:021 012 5393" class="hvr-forward">
<i class="fal fa-phone"></i>
<p>021 012 5393</p>
</a>
<a href="https://g.page/Fire-Engineers?share" class="hvr-forward">
<i class="fal fa-map-marker-alt"></i>
<p>Building A2, Devonbosch, <br>
Bottelary Rd, Stellenbosch, 7600</p>
</a>
</div>
<div class="contact-social">
<a href="https://www.linkedin.com/company/pr-engineering-africa/" target="blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/prengineering/?hl=en" target="blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</section>
<section class="contact-map-section">
<iframe src="https://snazzymaps.com/embed/161128" style="border:none;"></iframe>
</section>
<footer>
<img src="./assets/images/Logos/PR-Logo-500-white.png" alt="">
<div class="footer-social">
<a href="https://www.linkedin.com/company/pr-engineering-africa/" target="blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/prengineering/?hl=en" target="blank"><i class="fab fa-instagram"></i></a>
</div>
<div class="footer-nav">
<a href="./index.html">Home</a>
<a href="./about.html">About</a>
<a href="./services.html">Services</a>
<a href="./projects.html">Projects</a>
<a href="./contact.html">Contact</a>
</div>
<div class="footer-contact">
<a href="https://g.page/Fire-Engineers?share" target="blank"><i class="fas fa-map-marker-alt"></i>Stellenbosch, Western Cape</a>
<a href="mailto:[email protected]"><i class="fas fa-envelope"></i>[email protected]</a>
<a href="tel:0210125393"><i class="fas fa-phone"></i>021 012 5393</a>
</div>
<div class="footer-copy">
<p><a id="footer-terms" href="/assets/documents/T&C_PR_Engineering.pdf">Terms & Conditions</a></p>
<p> © 2019 PR Engineering - Powered by <a href="http://www.webdacity.co.za/">Webdacity</a></p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script src="./js/main.js"></script>
</body>
</html>