-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
134 lines (103 loc) · 4.92 KB
/
404.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<title>Page Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="PR Engineering is a leading Mechanical, Electrical & Fire Engineering Consultancy that provides cost effective value engineering solutions.">
<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 class="body-404">
<!-- Navbar -->
<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="home-landing-section">
<div class="home-video-container">
<video autoplay muted loop id="homeVideo">
<source src="./assets/videos/landing-video.mp4" type="video/mp4">
</video>
<div class="home-video-container-cover">
</div>
</div>
<div class="home-landing-text">
<h1>OOPS...</h1>
<div></div>
<h2>Looks like this page doesn't exist</h2>
<div class="home-landing-button">
<a href="./index.html" class="hvr-bob">Go Home</a>
</div>
</div>
</section>
<!-- <div class="section-404">
<h1>Oops!</h1>
<h3>Looks like this page doesn't exist</h3>
<div>
<a href="./index.html">Home Page</a>
</div>
</div> -->
<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="./js/main.js"></script>
</body>
</html>