-
Notifications
You must be signed in to change notification settings - Fork 4
/
clothing-website-text.txt
100 lines (70 loc) · 1.7 KB
/
clothing-website-text.txt
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
<-- ============= Home Section ============= -->
.home__slide
.home__sub-heading
"new brand collection"
.home__heading
"awesome designs"
.home__slide
.home__sub-heading
"get 50% off"
.home__heading
"modern designs"
.home__slide
.home__sub-heading
"new women collection"
.home__heading
"unique designs"
<-- ============= New Section ============= -->
.section__title
"new arrivals"
<-- ============= Shop Section ============= -->
.section__title
"shop"
<-- ============= Brands Section ============= -->
.section__title
"brands"
img {src: brand1.png, alt: "Adidas"}
img {src: brand2.png, alt: "Louis Vuitton"}
img {src: brand3.png, alt: "The North Face"}
img {src: brand4.png, alt: "Nike"}
img {src: brand5.png, alt: "Reebok"}
<-- ============= Trending Section ============= -->
.section__title
"what's trending"
<-- ============= Subscribe Section ============= -->
.section__title
"newsletter"
.subscribe__text
"subscribe to our newsletter to get what's new in products"
<-- ============= Footer ============= -->
.footer__col
.footer__logo
"shopy."
.footer__description
"It was found to sell the best products from the most popular brands in the world."
.footer__col
.footer__title
"company"
.footer__links
"Home"
"New"
"Shop"
"Trending"
.footer__col
.footer__title
"information"
.footer__links
"📌 Jordan, Amman, Mecca St."
"🕐 Saturday - Thursday <br /> 9AM - 12PM"
"📞 +962 123 456 789"
"✉️ [email protected]"
.footer__col
.footer__title
"social media"
.footer__links
"Inestagram"
"Facebook"
"Whatsapp"
"Twitter"
.footer__copyRight
"© 2023 <span>CodingWeb</span> All Rights Reserved"