-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
28 lines (28 loc) · 1.03 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
</head>
<body>
<!--More implementations
look for more images for the payment:visa card, mpesa, prompt thingy.
1.Dark mode and light mode.
2.language English/Kiswahili/Spanish.
3.Response and feedback.
4.Chatbot.
5.Announcements sent to emails.
6.Database to store the items sold and in stock.-->
<!--The home page shall display the face of the website and consist of information
therein related to the business
1. Add brands:look for more curtains pics
2. Showcase products with hover effect on each pointed item.
3. Images showing happy clients in the background-->
<!--I downloaded some of the brand icons for the:
i) Payment methods.
ii)Social media icons.
iii)Different types of curtains, was a struggle to get same curtain design of different colors.
iv)Reached to 3/4 of the tutorial.-->
</body>
</html>