-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcategories.html
205 lines (182 loc) · 8.09 KB
/
categories.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Inspiration</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Sublime project">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles/bootstrap4/bootstrap.min.css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="plugins/OwlCarousel2-2.2.1/animate.css">
<link rel="stylesheet" type="text/css" href="styles/categories.css">
<link rel="stylesheet" type="text/css" href="styles/categories_responsive.css">
</head>
<body>
<div class="super_container">
<!-- Header -->
<header class="header">
<div class="header_container">
<div class="container">
<div class="row">
<div class="col">
<div class="header_content d-flex flex-row align-items-center justify-content-start">
<div class="logo"><a href="#">Inspiration</a></div>
<nav class="main_nav">
<ul>
<li class="hassubs active">
<a href="index.html">Home</a>
<ul>
<li><a href="categories.html">Inspiration</a></li>
<li><a href="product.html">Product</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
<li><a href="categories.html">Inspiration</a></li>
<li><a href="product.html">Product</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="hamburger"><i class="fa fa-bars" aria-hidden="true"></i></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Search Panel -->
<div class="search_panel trans_300">
<div class="container">
<div class="row">
<div class="col">
<div class="search_panel_content d-flex flex-row align-items-center justify-content-end">
<form action="#">
<input type="text" class="search_input" placeholder="Search" required="required">
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Social -->
<div class="header_social">
<ul>
<li><a href="#"><i class="fa fa-pinterest" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</div>
</header>
<!-- Menu -->
<div class="menu menu_mm trans_300">
<div class="menu_container menu_mm">
<div class="page_menu_content">
<div class="page_menu_search menu_mm">
<form action="#">
<input type="search" required="required" class="page_menu_search_input menu_mm" placeholder="Search for products...">
</form>
</div>
<ul class="page_menu_nav menu_mm">
<li class="page_menu_item has-children menu_mm">
<a href="index.html">Home<i class="fa fa-angle-down"></i></a>
<ul class="page_menu_selection menu_mm">
<li class="page_menu_item menu_mm"><a href="categories.html">Inspiration<i class="fa fa-angle-down"></i></a></li>
<li class="page_menu_item menu_mm"><a href="product.html">Product<i class="fa fa-angle-down"></i></a></li>
<li class="page_menu_item menu_mm"><a href="contact.html">Contact<i class="fa fa-angle-down"></i></a></li>
</ul>
</li>
<li class="page_menu_item menu_mm"><a href="categories.html">Inspiration<i class="fa fa-angle-down"></i></a></li>
<li class="page_menu_item menu_mm"><a href="product.html">Product<i class="fa fa-angle-down"></i></a></li>
<li class="page_menu_item menu_mm"><a href="contact.html">Contact<i class="fa fa-angle-down"></i></a></li>
</ul>
</div>
</div>
<div class="menu_close"><i class="fa fa-times" aria-hidden="true"></i></div>
<div class="menu_social">
<ul>
<li><a href="#"><i class="fa fa-pinterest" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
<!-- Home -->
<div class="home">
<div class="home_container">
<div class="home_background" style="background-image:url(images/img7.jpg)"></div>
<div class="home_content_container">
<div class="container">
<div class="row">
<div class="col">
<div class="home_content">
<div class="home_title">Inspired By <span>True Lives</span></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="home">
<div class="home_container">
<div class="home_content_container">
<div class="container">
<div class="row">
<div class="col">
<div class="home_content">
<div class="home_title"><p style="font-size:1vw;">Blind people have a tough time finding good reading materials in accessible formats. Millions of people in India are blind but we do not have even the proper textbooks in braille, leave alone the novels and other leisure reading materials. Internet, the treasure trove of information and reading materials, too is mostly inaccessible for the blind people. Even though a blind person can use screen reading software but it does not make the surfing experience very smooth if the sites are not designed accordingly. Blind person depends on the image description for understanding whatever is represented through pictures. But most of the time, websites do not provide clear image description.</p>
<p style="font-size:1vw;">Blindness is one of the most, if not the most, misunderstood type of disability. The general masses have their own pre-conceived notions about the blind people that they firmly believe to be true without even getting in touch with a blind person. Most of the members of the non-blind community believe that the blind people cannot do their work or live a normal life. ‘My Son will not be a Beggar be’ by Ved Mehta is a perfect example of the contradiction of society’s perspective and the reality of a blind person’s life.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br><br>
<!-- Footer -->
<div class="footer_overlay"></div>
<footer class="footer">
<div class="footer_background" style="background-image:url(images/footer.jpg)"></div>
<div class="container">
<div class="row">
<div class="col">
<div class="footer_content d-flex flex-lg-row flex-column align-items-center justify-content-lg-start justify-content-center">
<div class="footer_logo"><a href="#">Get Vision</a></div>
<div class="footer_social ml-lg-auto">
<ul>
<li><a href="#"><i class="fa fa-pinterest" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery-3.2.1.min.js"></script>
<script src="styles/bootstrap4/popper.js"></script>
<script src="styles/bootstrap4/bootstrap.min.js"></script>
<script src="plugins/greensock/TweenMax.min.js"></script>
<script src="plugins/greensock/TimelineMax.min.js"></script>
<script src="plugins/scrollmagic/ScrollMagic.min.js"></script>
<script src="plugins/greensock/animation.gsap.min.js"></script>
<script src="plugins/greensock/ScrollToPlugin.min.js"></script>
<script src="plugins/OwlCarousel2-2.2.1/owl.carousel.js"></script>
<script src="plugins/Isotope/isotope.pkgd.min.js"></script>
<script src="plugins/easing/easing.js"></script>
<script src="plugins/parallax-js-master/parallax.min.js"></script>
<script src="js/categories.js"></script>
</body>
</html>