-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
77 lines (62 loc) · 2.49 KB
/
Copy pathcontact.html
File metadata and controls
77 lines (62 loc) · 2.49 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!--
Creator: Pauline Cairns
Date: 11/03/2019
Purpose: Page describes how to contact the app owner. Link to this page will be found in each web page which contains a footer
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<title>Contact</title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<!--- Main body --->
<body>
<div class="container colour">
<header>
<a href="index.php"><h2 class="logo">FORECAST</h2></a>
<h3>Contact <span class="forecast"> FORECAST</span></h3>
</header>
<main>
<p>Please contact FORECAST at:</p>
<!-- GOOGLE MAP CODE START -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2166.0850872526707!2d-2.1429493483535826!3d57.11850899320855!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x488410483d2f0941%3A0x5d8969688e77366a!2sRobert+Gordon+University!5e0!3m2!1sen!2suk!4v1552233747948" width="600" height="450" frameborder="0" style="border:0"
allowfullscreen></iframe>
<!--GOOGLE MAP CODE END -->
</main>
<!-- Start of footer -->
<footer>
<hr />
<div class="row">
<div class="col-sm-8 forecast">FORECAST - FORESEE ORGANISE RESOURCE EXCHANGE COLLABORATE ACHIEVE SHARE TRANSFER </div>
<div class="col-sm-4">
<p>Connect with us: <span class="addthis_inline_follow_toolbox connect"></span></p>
</div>
</div>
<!-- Bottom nav bar -->
<nav class="navbar navbar-expand-sm">
<span class="navbar-text">
© 2019 Pauline Cairns
</span>
<ul class="navbar-nav">
<li class="nav-item"><a href="contact.html">Contact</a></li>
<li class="nav-item"><a href="about.html">About</a></li>
<li class="nav-item"><a href="t&c.html">T&Cs</a></li>
<li class="nav-item"><a href="cookies.html">Cookies</a></li>
</ul>
</nav>
</footer>
<!-- End of footer -->
<!-- End of <div class="container colour">-->
</div>
<!-- www.addthis.com/dashboard script for connect tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5c853fcb8b82e462"></script>
<!-- Bootstrap script for general CSS layout-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
</body>
</html>