-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreDeux.html
72 lines (63 loc) · 2.01 KB
/
reDeux.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Contact Us</title>
<link rel="stylesheet" href="css/customh.css">
<link rel="icon" href="Resources/nk.jpg">
</head>
<body>
<div class="nk">
<h2> NK Incorporated</h2>
</div>
<div class="split left">
<!-- <div class="centered">-->
<form action="" method="post" class="contact-form">
<!--where data wii be stored-->
<h4>Please fill out the contact form and we will be in touch.</h4>
<input type="text" name="full-names" placeholder="* Name" required>
<br>
<input type="email" name="email-address" placeholder="* Email Address" required>
<br>
<input type="text" name="tel-number" placeholder="* Telephone Number" required>
<br>
<textarea name="comments" id="comments" cols="30" rows="10" placeholder="Your Comments"></textarea>
<br>
<input type="Submit" value="Submit">
<br>
</form>
<!-- </div>-->
</div>
<div class="split right">
<div class="centered">
<h3>Connect with us.</h3>
<br>
For any questions or support:<br>
Email us at [email protected] <br>
Tel +254 711 173 198
<br> <br>
NK Incorporated Head Office: <br>
147 Lima Street <br>
Nairobi KE 7885 >
<br><br>
NK Incorporated Nakuru Office: <br>
63 Mwingi Drive <br>
Nakuru KE 23950 <br>
</div>
</div>
<div class="end">
<ul>
<li><a class="active" href="The First.html">Home</a></li>
<li><a href="Deux.html">Contact</a></li>
<li><a href="Tres.html">Services and Products</a></li>
<li><a href="Quatre.html">About Us</a></li>
<li><a href="#">Cookie Preferences</a></li>
<li><a href="Six.html">FAQ</a></li>
<li><a href="#">Feedback</a></li>
</ul>
</div>
<div class="foot">
<h4>Nigellak Inc. © 2019.</h4>
</div>
</body>
</html>