-
Notifications
You must be signed in to change notification settings - Fork 5
/
product.html
210 lines (200 loc) · 9.13 KB
/
product.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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="./JS/product.js" defer></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./CSS/product.css">
<title>Product</title>
</head>
<body>
<header class="header">
<nav class="nav container_two">
<h1 class="logo">
<a href="./index.html">Termbuddy</a>
</h1>
<div class="back-drop" id="back-drop">
<div class="nav_menu" id="nav-menu">
<div class="nav_list">
<ul class="lists">
<li class="links pro">
<a href="#" class="link">Product</a>
</li>
<li class="links">
<a href="./about.html" class="link">About Us</a>
</li>
<li class="links">
<a href="./contact.html" class="link">Contact Us</a>
</li>
<li class="links">
<a href="./docs.html" class="link">Docs</a>
</li>
</ul>
<div class="auth_btn">
<button class="btn">
<a href="./login.html" class="btn_acc" data-item="Sign In">Sign In</a>
</button>
<button class="btn btn_alt">
<a href="./signUp.html" class="btn_acc" data-item="Sign Up">Sign Up</a>
</button>
</div>
</div>
</div>
</div>
<div class="toggle">
<img src="images/menu_open.svg" alt="" class="nav_toggle active" id="nav-toggle">
</div>
</nav>
</header>
<main class="main">
<section class="products section container">
<div class="section_con ">
<h1 class="section_title">Products</h1>
<p class="section_text section_text_product">Powerful, self-serve product and different templates to suit your products, business profiles, contracts and many more.</p>
</div>
</section>
<section class="tcg section container">
<div class="section_con section_con_alt ">
<div class="illustration">
<img src="images/Layer 2.svg" alt="illustration" class="ill_img ill_img_one">
</div>
<div class="section_info">
<h1 class="section_title section_title_alt">T&Cs Generator</h1>
<p class="section_text section_text_alt">With Termbuddy, exporting, downlaoding, sharing and embedding
of your terms & conditions and your privacy policy documents can
be done quickly from wherever you are.
Download them to whatever device your want with the click of a
single button
</p>
<button class="btn_aii">
<a href="./signUp.html" class="btn_acc" data-item="Get Started">Get Started</a>
</button>
</div>
</div>
</section>
<div class="container line">
<img src="images/Line 16.svg" alt="line" >
</div>
<section class="tcg ppg section container">
<div class="section_con section_con_alt section_con_alt_alt ">
<div class="illustration">
<img src="images/Layer 3.svg" alt="illustration" class="ill_img">
</div>
<div class="section_info">
<h1 class="section_title section_title_alt">Privacy Policy Generator</h1>
<p class="section_text section_text_alt">Need to step away for a while? No problem! With our autosave
feature, your work is automatically backed up after every edit,
so you're never at a loss.
</p>
<button class="btn_aii">
<a href="./signUp.html" class="btn_acc" data-item="Get Started">Get Started</a>
</button>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="footer_container container_two">
<div class="footer_content">
<div class="top">
<h2 class="section_title_footer"> Termbuddy</h2>
<ul class="social_icons">
<li class="icon">
<a href="" class="icon_link">
<img src="./images/in.svg" alt="linkedin" class="social_img_one">
</a>
</li>
<li class="icon">
<a href="" class="icon_link">
<img src="./images/facebook.svg" alt="facebook" class="social_img_two">
</a>
</li>
<li class="icon">
<a href="" class="icon_link">
<img src="./images/insta.svg" alt="instagram" class="social_img_three">
</a>
</li>
<li class="icon">
<a href="" class="icon_link">
<img src="./images/twitter.svg" alt="twitter" class="social_img_four">
</a>
</li>
</ul>
</div>
<div class="middle">
<div class="middle_i_i">
<h2 class="section_title_footer">Company</h2>
<div class="sub_middle">
<ul class="sub_list">
<li class="info_link">
<a href="./about.html">About Us</a>
</li>
<li class="info_link">
<a href="./contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
<div class="middle_i_i">
<h2 class="section_title_footer">Product</h2>
<div class="sub_middle">
<ul class="sub_list">
<li class="info_link">
<a href="#">Privacy Policy Generator</a>
</li>
<li class="info_link">
<a href="#">T&Cs Generator</a>
</li>
</ul>
</div>
</div>
<div class="middle_i_i">
<h2 class="section_title_footer">Resources</h2>
<div class="sub_middle">
<ul class="sub_list">
<li class="info_link">
<a href="#">Templates</a>
</li>
<li class="info_link">
<a href="#">Docs</a>
</li>
</ul>
</div>
</div>
<div class="middle_i_i">
<h2 class="section_title_footer">Developers</h2>
<div class="sub_middle">
<ul class="sub_list">
<li class="info_link">
<a href="#">Forum</a>
</li>
<li class="info_link">
<a href="#">Projects</a>
</li>
<li class="info_link">
<a href="#">Partnerships</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="bottom">
<ul class="sub_list_alt">
<li class="info_link">
<a href="#">Privacy Policy</a>
</li>
<li class="info_link ff">
<a href="#">Terms and Conditions</a>
</li>
</ul>
<div class="bottom_ii">
<img src="img/copy.svg" alt="" class="mm">
<p class="copy">2022 Termbuddy Services. All Rights Reserved</p>
</div>
</div>
</div>
</footer>
</body>
</html>