-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSupport.html
65 lines (64 loc) · 2.78 KB
/
Support.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
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="Css/Support.css">
<link rel="shortcut icon" href="Resources/Templogo.png">
</head>
<link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,600' rel='stylesheet' type='text/css'>
<title>HighwareShop</title>
</head>
<body>
<div class="wrapper">
<!-- NavigationBar -->
<div class="header">
<nav>
<a href="index.html">
<img src="Resources\Templogo.png" alt="Logo" width="260" height="130"></a>
<ul id="login">
<a href="Login.html"><li id="border">Register</li>
<li>Login</li></a>
</ul>
<div searchbox>
<form>
<span><input type="text" class="search rounded" placeholder="Search..."></span>
</form>
</div>
<ul id="nav">
<a href="Products.html"><li>Products</li></a>
<a href="AboutUs.html"><li>About us</li></a>
<a href="Support.html"><li>Support</li></a>
</ul>
</nav>
</div>
<!-- End of NavigationBar -->
<!-- Content -->
<div class="content">
<div class="discord">
<iframe src="https://discordapp.com/widget?id=138627783269023744&theme=dark" width="250" height="400" allowtransparency="true" frameborder="0"></iframe>
</div>
<div class="supp">
<h1>Support</h1> <br>
<p>For help and support you can either email us at <strong>HWSupport@highware.com</strong> and we will try to get back at you as quickly as possible. You could also try asking us directly on Discord!</p>
<br>
<p>In case you feel like contacting us by phone then call '075-666 22 91'</p>
</div>
</div>
<!-- End Of Content -->
<!-- Footer -->
<div class="footer">
<footer>
<p>Follow Us On</p>
<a href="http://Facebook.com" target="_blank"><img src="Resources/fb.png" height="40px" width="40px" alt="Facebook"></a>
<a href="http://Youtube.com" target="_blank"><img src="Resources/yt.png" height="40px" width="40px" alt="Youtube"></a>
<a href="http://Twitter.com" target="_blank"><img src="Resources/twitter.png" height="40px" width="40px" alt="Twitter"></a>
<a href="http://plus.google.com" target="_blank"><img src="Resources/g+.png" height="40px" width="40px" alt="Google+"></a>
<p id="call">Or Call Us</p>
<a href="support.html"><img src="Resources/call.png" height="40px" width="40px" alt="Support"></a>
<p id="trademark"><a href="https://www.iconfinder.com/iconsets/social-media-2049"> Licences</a>! ------ Insert Trademark Here! ®</p>
</footer>
</div>
<!-- End Of Footer -->
</div>
</body>
</html>