-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
118 lines (110 loc) · 5.13 KB
/
Copy pathcontact.html
File metadata and controls
118 lines (110 loc) · 5.13 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
118
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Egona</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Poppins:wght@400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="dict/styles.css" />
</head>
<body>
<div class="flex justify-center items-center gap-20 mb-8 mt-8">
<div class="px-8 py-5 shadow-md rounded-md">
<div class="call">
<div class="w-full flex items-center justify-start gap-2">
<div class=" flex justify-center items-center bg-green-600 h-8 w-8 rounded-full"><img class="h-4 w-4" src="images/phone-image.svg" alt="" /></div>
<p>Call To Us</p>
</div>
<p class="pb-2 pt-4">We are available 24/7, 7 days a week.</p>
<p class="pb-5">Phone: +2348085499803</p>
</div>
<div class="h-[1.5px] bg-slate-400 mb-3"></div>
<div class="sendsms">
<div class="pt-2 pb-4 flex items-center justify-start gap-2">
<div class="flex justify-center items-center bg-green-600 h-8 w-8 rounded-full"><img class="h-4 w-4"src="images/email-image.svg" alt="" /></div>
<p class="">Write To Us</p>
</div>
<p class="pb-2 max-w-[20rem]">Fill out our form and we will contact you within 24 hours.</p>
<p class="pb-2">Emails: customer@egona-beta.com</p>
<p class="pb-4">Emails: support@egona-beta.com</p>
</div>
<!-- -->
</div>
<div class="input_d">
<form class="px-8 py-5 shadow-md rounded-md" action="get">
<div class="flex justify-center items-center gap-8 mb-7">
<input class="bg-input_color p-2 rounded-md focus:outline-none" type="text" name="name" placeholder="Your Name *" required>
<input class="bg-input_color p-2 rounded-md focus:outline-none" type="email" name="email" placeholder="Your Email *" required>
<input class="bg-input_color p-2 rounded-md focus:outline-none" type="text" name="message" placeholder="Phone *" required>
</div>
<textarea class="bg-input_color focus:outline-none resize-none border rounded-md w-full h-44 p-2" placeholder="Your Massage"></textarea>
<button class="btn2 ml-auto mt-3 mb-[22px]">Send Massage</button>
</form>
</div>
</div>
<footer class="bg-footer_color h-80 flex items-center content-center">
<div class="text-white font-body w-full flex justify-evenly">
<div class="">
<h1 class="pb-3 font-medium text-[20px]">Exclusive</h1>
<h2 class="pb-3 text-[15px]">Subscribe</h2>
<p class="pb-3 text-[13px]">Get 10% off your first order</p>
<div
class="flex items-center content-center gap-5 border-2 border-stone-50 rounded-md py-1 px-2"
>
<p class="text-[13px] text-slate-200">Enter your email</p>
<img src="images/icon-send.svg" alt="" />
</div>
</div>
<div class="w-60">
<h1 class="pb-3 font-medium text-[20px]">Support</h1>
<h2 class="pb-3 text-[15px]">
111 Teen Business Compulex, Nhub Nigeria, Jos, Plateau State.
</h2>
<p class="pb-3 text-[13px]">egona-beta@gmail.com</p>
<p class="pb-3 text-[13px]">+234 8085499803</p>
</div>
<div class="">
<h1 class="pb-3 font-medium text-[20px]">Account</h1>
<h2 class="pb-3 text-[15px]">My Account</h2>
<h2 class="pb-3 text-[15px]">Login / Register</h2>
<h2 class="pb-3 text-[15px]">Cart</h2>
<h2 class="pb-3 text-[15px]">Wishlist</h2>
<h2 class="pb-3 text-[15px]">Shop</h2>
</div>
<div class="">
<h1 class="pb-3 font-medium text-[20px]">Quick Link</h1>
<h2 class="pb-3 text-[15px]">Privacy Policy</h2>
<h2 class="pb-3 text-[15px]">Terms Of Use</h2>
<h2 class="pb-3 text-[15px]">FAQ</h2>
<h2 class="pb-3 text-[15px]">Contact</h2>
</div>
<div class="">
<h1 class="pb-3 font-medium text-[20px]">Download App</h1>
<h2 class="pb-3 text-[15px]">Save 1,000 naira with App New User Only</h2>
<div class="pb-3 flex gap-3 justify-start items-center">
<div>
<img src="images/Qrcode 1.png" alt="" />
</div>
<div>
<img class="mb-2" src="images/googleplay.png" alt="" />
<img src="images/appplay.png" alt="" />
</div>
</div>
<div class="flex gap-5">
<img src="images/facebbok.svg" alt="" />
<img src="images/twitter.svg" alt="" />
<img src="images/insta.svg" alt="" />
<img src="images/linkin.svg" alt="" />
</div>
</div>
</div>
</footer>
<p class="flex justify-center items-center text-white py-3 bg-footer_color border-t-2 border-white ">
© Copyright e-gona 2022. All right reserved
</p>
</body>
</html>