-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwelcome2.html
85 lines (83 loc) · 2.47 KB
/
welcome2.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
<!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">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="farm2table.css">
<style>
body {
background: url(https://s3.envato.com/files/257120172/IMG_4164-1.jpg);
background-repeat: no-repeat;
background-size: 1500px;
}
h1 {
text-align: center;
font-size: 200px;
padding: 50px 50px 50px 50px;
color: rgb(65, 5, 65);
}
.welcome {
text-align: center;
font-family: 'Courier New', Courier, monospace;
font-size: 25px;
color: #fff;
background-color: rgb(65, 5, 65);
}
</style>
</head>
<header>
<div >
<nav id="navlink">
<ul class="navbar">
<li>
<a href="#welcome">Welcome</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#general_market">General Market</a>
</li>
<li>
<a href="#join_us">Join Us</a>
</li>
<li>
<a href="buynow.html">Buy Now</a>
</li>
</ul>
</nav>
</div>
</header>
<body>
<h1>Welcome Aboard!</h1>
<p class="welcome"><strong>You will be contacted by your vendor and receive your produce shortly!<br> Thank you for your continued patronage!!!</strong></p>
</body>
<footer>
<div >
<nav id="navlink">
<ul class="navbar">
<li>
<a href="#welcome">Welcome</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#general_market">General Market</a>
</li>
<li>
<a href="#join_us">Join Us</a>
</li>
<li>
<a href="buynow.html">Buy Now</a>
</li>
</ul>
</nav><br>
</div>
<p style="text-align: center;">You can contact us at <br>Tel.No: +254 456 7683 388596.<br>Address: Head Office at 9. Freedom Park, Gigiri, Nairobi, Kenya; Branch Office at 10, Allen Avenue, Ikeja, Lagos.
</p>
<a id="logodesign" href=null>Logo source Logodesign.net</a>
</footer>
</html>