-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
164 lines (152 loc) · 7.75 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
<title>Netow Solutions | About Us</title>
</head>
<body class="bg-pic">
<section class="container-fluid top-section px-5 pt-3">
<nav class="navbar navbar-expand-md color-white bg-none row">
<!--Brand logo-->
<a href="#" class="navbar-brand">
<img src="img/logo 2.png" alt="Logo">
</a>
<!--Hamburger icon for mobile-->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive">
<span class="navbar-toggler-icon"></span>
</button>
<!--Navigation list (Collapsible)-->
<div class="collapse navbar-collapse justify-content-between" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About Us</a></li>
<li class="nav-item"><a href="services.html" class="nav-link">Our Services</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="careers.html" class="nav-link">Careers</a></li>
<li class="nav-item"><a href="#" class="nav-link active">Contact Us</a></li>
</ul>
<form type="search" class="form-inline search-form">
<input type="search" class="form-control">
<button class="btn btn-outline-none search-button"><i class="fa fa-search"></i></button>
</form>
</div>
</nav>
<!--Top Page Content-->
<h2 class="heading px-1 w-50 m-auto pt-5 text-white text-center row">Let's Help You Test If It's Bug Free</h2>
<h5 class="font-weight-normal text-center text-white w-100 px-5 contact-tagline">Lorem ipsum dolor sit amet consectetur adipisicing elit. Iusto, numquam eaque aliquam facilis omnis id quas.</h5>
<div class="row mt-5">
<form action="#" class="w-75 w-md-100 m-auto bg-white padding rounded-lg">
<div class="d-flex input-group">
<div class="input-item col-12 col-md-6 px-3">
<label for="#name" class="small">Your Name*</label>
<input type="text" class="col-12 p-3 rounded" id="name" required>
</div>
<div class="input-item col-12 col-md-6 px-3">
<label for="#email" class="small">Contact Email*</label>
<input type="text" class="col-12 p-3 rounded" id="email" required>
</div>
</div>
<div class="d-flex input-group">
<div class="input-item col-12 col-md-6 px-3">
<label for="#phone" class="small">Phone Number*</label>
<input type="text" class="col-12 p-3 rounded" id="phone" required>
</div>
<div class="input-item col-12 col-md-6 px-3">
<label for="#location" class="small">Location*</label>
<input type="text" class="col-12 p-3 rounded" id="location" required>
</div>
</div>
<div class="d-flex input-group">
<div class="input-item col-12 px-3">
<label for="#message" class="small">Message*</label>
<textarea type="text" class="col-12 p-3 rounded" id="message" required>
</textarea>
</div>
</div>
<div class="input-group px-3">
<button class="btn bg-blue text-white font-weight-bold p-3 rounded-md">
<input type="submit" value="CONTACT US" class="bg-none">
</button>
</div>
</form>
</div>
</section>
<!--Contact Options-->
<section class="padding">
<div class="row padding contact-options-box">
<div class="contact-options col-12 col-md-4 text-center">
<div class="icon-box"><i class="fas fa-envelope-open icon-orange contact-icon"></i></div>
<h3 class="heading">Email Us</h3>
<p class="display-6">Every single project is a challenge we await eagerly. Let's implement ideas together!</p>
</div>
<div class="contact-options col-12 col-md-4 text-center">
<div class="icon-box"><i class="fas fa-phone icon-orange contact-icon"></i></div>
<h3 class="heading">Email Us</h3>
<p class="display-6">Every single project is a challenge we await eagerly. Let's implement ideas together!</p>
</div>
<div class="contact-options col-12 col-md-4 text-center">
<div class="icon-box"><i class="fas fa-headphones icon-orange contact-icon"></i></div>
<h3 class="heading">Email Us</h3>
<p class="display-6">Every single project is a challenge we await eagerly. Let's implement ideas together!</p>
</div>
</div>
</section>
<!--Footer-->
<footer class="contaier-fluid lg-padding">
<div class="row">
<div class="col-12 col-lg-3 pt-1">
<img src="img/logo 2.png" alt="">
</div>
<div class="col-12 col-lg-3">
<h3 class="display-6">Office</h3>
<p>60 Bode Thomas Street, Surulere, Lagos</p>
<a class="email-link" href="mailto: [email protected]">[email protected]</a>
<a href="tel:+2348112883405">+234 811 288 3405</a>
</div>
<div class="col-12 col-lg-3">
<h3 class="display-6">Links</h3>
<ul class="flush-list footer-links">
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">About Us</a>
</li>
<li>
<a href="#">Our Doings</a>
</li>
<li>
<a href="#">Careers</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-3">
<h3 class="display-6">Socials</h3>
<ul class="blank-list socials">
<li>
<a href="#"><i class="fab fa-facebook"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-instagram"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</footer>
<script src="js/script.js"></script>
<script src="js/jquery-slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="fontawesome-free-5.11.2-web/js/all.js"></script>
</body>