-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathABOUT.html
133 lines (117 loc) · 6.14 KB
/
ABOUT.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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!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" href="ABOUT.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container">
<a class="navbar-brand" href="#">TXITLY</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav gap-4" >
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="HOME.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ABOUT.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="INSIGHTS.html">INSIGHTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="CONTACT.html">CONTACT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="STORE.html">STORE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="SHOPPING BAG.html"><i class="bi bi-bag"></i>SHOPPING BAG (0)</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="page1">
<h1 class="page11">Quality, not quantity</h1>
<p class="page112">We have made quality our habit. It’s not something that we just strive for – we live by this
principle every
day.</p>
<div class="page2" style="background-color: aqua;">
<img src="https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=784,h=864,fit=crop/tixlyvnpr7/nynne-schroder-unsplash-YKb72LyRbeiDOoBa.jpg"
alt="">
<img src="https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=784,h=864,fit=crop/tixlyvnpr7/nynne-schroder-unsplash-dOqw03VXpgcWNz19.jpg"
alt="">
<img src="https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=784,h=864,fit=crop/tixlyvnpr7/nynne-schroder-unsplash-Yg2BgO3joWsB1OxV.jpg"
alt="">
</div>
<div class="page3">
<p class="333">
Our mission is to provide a trusted and experienced online resource for the retail community. We are
committed to providing our members with a wide range of products and services. This allows you to shop
with confidence knowing you are shopping with a trusted brand that knows and understands the
marketplace. We do this by delivering a wide selection of products and services that are tailored to fit
your lifestyle.
</p>
<p class="334">
The company is founded by Anna and Michael Hofer, who have a keen interest in children’s
fashion. Their aim is to provide the best possible shopping experience for children and their parents
and to support the companies that do. Anna and Michael are passionate about children’s fashion and the
role it plays in the lives of children. They believe that children can never grow up without fashion,
and that fashion should always be available for them.
</p>
<p class="335">
'We love children’s clothing. We believe that every child should have a wonderful wardrobe filled with
clothes that will make them feel good. We love that children love clothes, that they want to look good
and that they want to be in good clothes. We have created a fashion website where parents can find their
children’s clothing, so they can take care of their children’s clothing and enjoy the good times.'
</p>
<h2 class="h336">With love,<br>
Anna and Michael</h2>
</div>
</div>
<div class="footer">
<div class="container">
<div class="sehve5">
<div class="page5">
<div class="text51">
<h4 class="text511" style="color: white;">Address</h4>
<p class="p511" style="color: white;">3721 Single Street Quincy, MA 02169</p></div>
<div class="text52">
<h4 class="text522" style="color: white;">Contacts</h4>
<p class="p522" style="color: white;">123 456 7890
info@tixly.com</p></div>
<div class="text53">
<h4 class="text533" style="color: white;">FAQ</h4>
<a class="a53" style="color: white;">Shipping & Return policy</a>
</div>
</div>
<div class="submit5">
<h5 class="submit51" style="color: white;">Subscribe to our newsletter*</h5>
<input type="email" id="fname" name="fname" placeholder="Your email address" style="background-color: rgb(166, 164, 164);">
<div class="btnn1">
<button type="submit" class="button5" style="width: 120px; height: 30px;">SUBMIT</button></div>
</div>
</div>
<div class="icons">
<div class="icon1">
<i class="bi bi-instagram"></i></div>
<div class="icon2">
<i class="bi bi-facebook"></i></div>
<div class="icon3">
<i class="bi bi-twitter"></i></div>
</div>
</div>
</div>
</body>
</html>