-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
117 lines (110 loc) · 3.55 KB
/
contact.html
File metadata and controls
117 lines (110 loc) · 3.55 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
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
<!DOCTYPE html>
<html>
<head>
<title>Contact</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="logo" href="index.html">Contact Us</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="#">Our Potfolio</a></li>
</ul>
</nav>
<!-- Heading -->
<div id="heading">
<h1><strong>Contact Us</strong></h1>
</div>
<!-- Main body-->
<section id="main" class="wrapper">
<div class="inner">
<div class="content">
<header>
<h2>Contact Workflowlink for quality services</h2>
</header>
<section>
<h3>Location and Office</h3>
<ul class="plain">
<li>
<i class="icon fa-home"> </i>17 University Road, Gwagwalada
Abuja.
</li>
<h3>Telephone</h3>
<li>
<i class="icon fa-phone"> </i>07067162698| 0000000000
</li>
<h3>Email Address</h3>
<li>
<i class="icon fa fa-envelope"> </i>info@Workflowlink.com|
workflowlink70@gmail.com
</li>
</ul>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h3>Location and Office</h3>
<ul class="plain">
<li>
<i class="icon fa-home"> </i>17 University Road, Gwagwalada
Abuja.
</li>
<li><i class="icon fa-phone"> </i>07067162698</li>
<li>
<i class="icon fa fa-envelope"> </i>info@Workflowlink.com
</li>
</ul>
</section>
<section>
<h4>Social Media</h4>
<ul class="plain">
<li>
<a href="#"><i class="icon fa-twitter"> </i>Twitter</a>
</li>
<li>
<a href="https://facebook.com/workflowLk"><i class="icon fa-facebook"> </i>Facebook</a>
</li>
<li>
<a href="https://www.instagram.com/workflowlink"><i class="icon fa-instagram"> </i>Instagram</a>
</li>
<li>
<a href="https://github.com/workflowafrica"
><i class="icon fa-github"> </i>Github</a
>
</li>
</ul>
</section>
</div>
<div class="copyright">©2020 <a href="#">WorkflowLink</a></div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>