forked from zuri-training/t_c-generator-team71
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
223 lines (210 loc) · 8.03 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
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
<!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>About Us</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@400;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./CSS/about.css" />
</head>
<body>
<header class="primary-header">
<nav class="nav-bar">
<div class="logo">
<span><a href="./index.html">Termbuddy</a></span>
</div>
<!-- Hamburger Section for Mobile -->
<div class="hamburger__wrapper">
<div class="bar"></div>
</div>
<!-- Navigation Links Section for Desktop -->
<ul class="nav-links">
<div class="nav-links__pages-wrapper">
<div class="nav-links__pages">
<li>
<a href="./product.html">Product</a>
</li>
<li>
<a href="./about.html">About Us</a>
</li>
<li>
<a href="./contact.html">Contact Us</a>
</li>
<li>
<a href="./docs.html">Docs</a>
</li>
</div>
</div>
<div class="nav-links__authentication-wrapper">
<div class="nav-links__authentication">
<li class="sign-in">
<a href="./login.html">Sign In</a>
</li>
<li class="sign-up">
<a href="./signUp.html">Sign Up</a>
</li>
</div>
</div>
</ul>
</nav>
</header>
<!-- Mobile Menu -->
<nav class="mobile-nav__container">
<ul class="mobile-nav__list-container">
<div class="mobile-nav__list-items">
<li>
<a href="./product.html">Product</a>
</li>
<li>
<a href="./about.html">About Us</a>
</li>
<li>
<a href="./contact.html">Contact Us</a>
</li>
<li>
<a href="./docs.html">Docs</a>
</li>
</div>
<div class="mobile-nav__authentication-btns">
<li class="sign-in btn">
<a href="./login.html">Sign In</a>
</li>
<li class="sign-up btn">
<a href="./signUp.html">Sign Up</a>
</li>
</div>
</ul>
</nav>
<div id="overlay"></div>
<main class="page-wrapper">
<div class="about-us">
<h1>About Us</h1>
<p>
Termbuddy is a platform that generates T&Cs and privacy policies in a few clicks.
We make it easy for businesses to protect their customers, and for individuals to understand how their data is being used.
Plus, our team of technical writers is always here to help with any questions or concerns you may have.
We make it easy for anyone to get started, and we have a wide range of templates that you can use to get
started and step by step process that can help you customize your t&c to meet your specific needs.
<a href="./signUp.html">Sign Up</a> today and get started on building a safe and secure business!
</p>
</div>
<div class="mission">
<div class="mission-img">
<img
src="./images/tb-mission.svg"
alt="an image illustration showing our mission"
/>
</div>
<div class="mission-statement">
<h2>Our Mission</h2>
<p>
Our Mission is to make data compliance for organizations simple, economical,
and user-friendly throughout the world.
</p>
<div class="btn">
<button><a href="./signUp.html">Get Started</a></button>
</div>
</div>
</div>
<div class="mission vission">
<div class="vission-img mission-img">
<img
src="./images/tb-vision.svg"
alt="an image illustration showing our vission"
/>
</div>
<div class="vission-statement mission-statement">
<h2>Our Vision</h2>
<p>
To create an AI powered platform that helps users of all spheres to
generate all forms of technical, legal and ICT related documents to aid their businesses or companies.
</p>
<div class="btn">
<button><a href="./signUp.html">Get Started</a></button>
</div>
</div>
</div>
</main>
<!-- Footer Section -->
<footer class="footer-section">
<div class="footer-section__content-wrapper">
<div class="footer-section__top-footer">
<div class="footer-section__left-column box">
<div class="footer-section__logo">
<a href="./index.html">Termbuddy</a>
</div>
<figure class="footer-section__social-media">
<img src="images/linkedin-icon.svg" alt="">
<img src="images/facebook-icon.png" alt="">
<img src="images/instagram-icon.png" alt="">
<img src="images/twitter-icon.png" alt="">
</figure>
</div>
<div class="footer-section__middle-column box">
<div class="footer-section__company">
<h3 class="footer-section__header">Company</h3>
<p>
<a href="./about.html">About Us</a>
</p>
<p>
<a href="./contact.html">Contact Us</a>
</p>
</div>
<div class="footer-section__product">
<h3 class="footer-section__header">Product</h3>
<p>
<a href="#">Privacy Policy Generator</a>
</p>
<p>
<a href="#">T&C's Generator</a>
</p>
</div>
</div>
<div class="footer-section__right-column box">
<div class="footer-section__resources">
<h3 class="footer-section__header">Resources</h3>
<p>
<a href="#">Templates</a>
</p>
<p>
<a href="#">Docs</a>
</p>
</div>
<div class="footer-section__developers">
<h3 class="footer-section__header">Developers</h3>
<p>
<a href="#">Forum</a>
</p>
<p>
<a href="#">Projects</a>
</p>
<p>
<a href="#">Partnerships</a>
</p>
</div>
</div>
</div>
<div class="footer-section__bottom-footer">
<div class="footer-section__copyright">
<p>© 2022 Termbuddy Services. All Rights Reserved</p>
</div>
<div class="footer-section__agreements">
<p>
<a href="#">Privacy Policy</a>
</p>
<p>
<a href="#">Terms and Conditions</a>
</p>
</div>
</div>
</div>
</footer>
<script src="./JS/about.js"></script>
</body>
</html>