-
Notifications
You must be signed in to change notification settings - Fork 0
/
About Us.html
95 lines (76 loc) · 5.44 KB
/
About Us.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
<!doctype html>
<html>
<head>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-5 d-flex align-items-center justify-content-center about-img">
<img src="assets/img/istockphoto-1283837580-612x612-removebg-preview.png" class="img-fluid" alt="" data-aos="zoom-in">
</div>
<div class="col-lg-6 pt-5 pt-lg-0">
<h3 data-aos="fade-up">Hearing Companion</h3>
<p data-aos="fade-up" data-aos-delay="100">
</p>
<div class="row">
<div class="col-md-6" data-aos="fade-up" data-aos-delay="100">
<i class="bx bx-receipt"></i>
<h4>About Us</h4>
<p>Welcome to Hearing Companion, your ultimate destination for bridging communication barriers in the deaf and hard of hearing community. We are a dedicated team of professionals committed to providing a comprehensive and accessible sign language translation platform.</p>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-cube-alt"></i>
<h4>Our Mission</h4>
<p>
At Hearing Companion, our mission is crystal clear: to make the world of information and communication more accessible for the deaf and hard of hearing by offering an intuitive and robust sign language translation tool. We believe that effective communication should know no boundaries, and we are here to break down those barriers.
</p>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-cube-alt"></i>
<h4>What Sets Us Apart</h4>
<p>
We take pride in offering an innovative and versatile sign language translation platform that caters to the diverse needs of our users. What sets us apart is our unwavering commitment to making sign language accessible to a global audience.
</p>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-cube-alt"></i>
<h4>Our Features</h4>
<p>
<ul><li>Real-Time Translation: Our cutting-edge technology ensures that you can translate text and spoken language into sign language in real time, facilitating seamless communication.</li>
<li>Ethiopian and International Sign Languages: We support both Ethiopian Sign Language and international sign languages, allowing users to choose the dialect that suits their needs.</li>
<li> User-Friendly Interface: Our intuitive and user-friendly interface makes sign language translation a breeze, ensuring that everyone can easily access and use our platform.</li>
<li>Customization: Tailor your sign language translation preferences to match your unique communication style, including preferences for speed, clarity, and more.</li>
<li>Privacy and Security: We prioritize the confidentiality and security of your data, ensuring that your communication remains private.</li>
</ul>
</p>
</div>
<div class="col-md-6" data-aos="fade-up" data-aos-delay="200">
<i class="bx bx-cube-alt"></i>
<h4>Our Commitment</h4>
<p>
At Hearing Companion, we are devoted to promoting accessibility, inclusion, and effective communication within the deaf and hard of hearing community. Our dedicated team of developers, linguists, and accessibility experts continually strive to improve and expand our platform to better serve your needs.
<br> <br>
Join us on our mission to make communication barrier-free and create a more inclusive world. Together, we can empower the deaf and hard of hearing community to connect, express, and engage with the world on their terms.
<br> <br>
Thank you for being part of our journey.
<br> <br>
Hearing Companion Team
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End About Section -->
</body>
</html>