-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
225 lines (220 loc) · 8.75 KB
/
index.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover-min.css" integrity="sha512-csw0Ma4oXCAgd/d4nTcpoEoz4nYvvnk21a8VA2h2dzhPAvjbUIK6V3si7/g/HehwdunqqW18RwCJKpD7rL67Xg==" crossorigin="anonymous" type="text/css">
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<title>Xexty Style</title>
<body>
<header>
<div class="row no-gutter">
<a href="index.html" class="col-md-3 logo "></a>
<div class="col-md-6 no-gutter">
<div class="row no-gutter bg-name-color-title">
<div class="col heading">
<h1 class="name">Africana</h1>
<h2 class="title">Mama</h2>
</div>
</div>
<div class="row no-gutter">
<div class="col no-gutter">
<ul id="nav" class="list-inline menucontainer">
<li class="col-6 col-sm-3 ui-menu-color-home list-inline-item menuitem">
<a href="stream1.html" class="hvr-sweep-to-bottom"><i class="fa fa-home" aria-hidden="true"></i><span>Home</span></a>
</li>
<li class="col-6 col-sm-3 ui-menu-color-kitenge list-inline-item menuitem">
<a href="stream2.html" class="hvr-sweep-to-bottom"><i class="fa fa-caret-square-o-left" aria-hidden="true"></i><span>Kitenge</span></a>
</li>
<li class="col-6 col-sm-3 ui-menu-color-contact list-inline-item menuitem">
<a href="stream3.html" class="hvr-sweep-to-bottom"><i class="fa fa-comment-o" aria-hidden="true"></i><span>Contact us</span></a>
</li>
<li class="col-6 col-sm-3 ui-menu-color-fashiondesign list-inline-item menuitem">
<a href="assets/images/1.jpg/2.jpg/3.jpg/4.jpg/5.jpg" target=_blank class="hvr-sweep-to-bottom"><i class="fa fa-camera-retro" aria-hidden="true"></i><span>Fashion Designs</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section class="container-fluid">
<div class="row ">
<div class="col-md-3 bg-color-personal-info section-column">
<div class="row">
<div class="col-12">
<h4 class="section-heading uppercase">
Personal Info
</h4>
</div>
</div>
<div class="personal-info-item">
<div class="key">
<p class="uppercase">
Name:
</p>
</div>
<div class="value">
<p>
Susan Ngereso McDarby
</p>
</div>
</div>
<div class="personal-info-item">
<div class="key">
<p class="uppercase">
Address:
</p>
</div>
<div class="value">
<p>
Greystones, Co. wicklow Ireland
</p>
</div>
</div>
<div class="personal-info-item">
<div class="key">
<p class="uppercase">
Tel No:
</p>
</div>
<div class="value">
<p>
555-346-2000
</p>
</div>
</div>
<div class="personal-info-item">
<div class="key">
<p class="uppercase">
Email:
</p>
</div>
<div class="value">
<p>
africanfabric@gmail.co.ie
</p>
</div>
</div>
</div>
<div class="col-md-8 bg-color-three-reasons section-column">
<div class="row">
<div col>
<h3 class="section-heading uppercase">Kitenge</h3>
</div>
</div>
<div class="row">
<div class="col-10 offset-1 offset-sm-0 col-sm-4 col0-sm-6 ">
<div class="row">
<div class="col-2">
<i class="three-reasons-icon fa fa-question" aria-hidden="true"></i>
</div>
<div class="col-10">
<h5 class="three-reasons-heading uppercase">What is a kitenge</h5>
<p>
Kitenge are colourful pieces of fabric. Found in the Coastal area of Kenya,
and in Tanzania,decorated with variety of colors, patterns. With swahili sayings written on them including political slogans.
</p>
</h5>
</div>
</div>
</div>
<div class="col-10 offset-1 offset-sm-0 col-sm-4 col0-sm-6 ">
<div class="row">
<div class="col-2">
<i class="three-reasons-icon fa fa-bullseye" aria-hidden="true"></i>
</div>
<div class="col-10">
<h5 class="three-reasons-heading uppercase">Artwork</h5>
<p>
Most designs have fancy prints with colorful or detailed on the obverse side
known as traditional tribal patterns.
</p>
</h5>
</div>
</div>
</div>
<div class="col-10 offset-1 offset-sm-0 col-sm-4 col0-sm-6 ">
<div class="row">
<div class="col-2">
<i class="three-reasons-icon fa fa-arrow-circle-o-up" aria-hidden="true"></i>
</div>
<div class="col-10">
<h5 class="three-reasons-heading uppercase">African Modern Fashion Design</h5>
<p>
These fabrics are now used in Modern african and fashion clothing designs all around the world.
</p>
</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="container-fluid">
<div id="footer-details" class="row">
<div class="col-sm-4">
<h5 class="uppercase general-sub">About</h5>
<p class="inline-block">
Kitenge derives from a swahili. Kitenge is an african fabric found in East Africa known as Chitenge,
and the West Africa and Central African it is known as Ankara.
</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Download</h5>
<p class="inline-block">
Here you will find some of the images of the Chitenge? Download it here.
<a href="assets/images/1.jpg/2.jpg/3.jpg/4.jpg/5.jpg" target="_blank" class="images">
<i class="fa fa-camera-retro" aria-hidden="true"></i>
<span class="sr-only">Download link</span>
</a>
</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Social</h5>
<ul class="list-inline social-links">
<li class="list-inline-item">
<a target="_blank" href="#">
<i class="fa fa-facebook" aria-hidden="true"></i>
<span class="sr-only">Facebook</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="#">
<i class="fa fa-twitter" aria-hidden="true"></i>
<span class="sr-only">twitter</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="#">
<i class="fa fa-linkedin" aria-hidden="true"></i>
<span class="sr-only">linkedin</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="#">
<i class="fa fa-pinterest" aria-hidden="true"></i>
<span class="sr-only">Pinterest</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="#">
<i class="fa fa-instagram" aria-hidden="true"></i>
<span class="sr-only">Instagram</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="#">
<i class="fa fa-youtube" aria-hidden="true"></i>
<span class="sr-only">YouTube</span>
</a>
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>