-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
329 lines (257 loc) · 14.7 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZHJ4S93012"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZHJ4S93012');
</script>
<title>Provent</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Provent, Chrome, Chrome Extension, Productivity, Pomodoro, Timer, Time management, tool, productivity Chrome extension">
<meta name="author" content="Provent">
<meta name="application-name" content="Provent">
<meta name="description" content="Introducing Provent, the all-inclusive, customizable time management Chrome Extension to tailor to your workflow."/>
<meta name="title" property="og:title" content="Provent">
<meta property="og:type" content="Website">
<meta property="og:image" content="https://raw.githubusercontent.com/Provent-Extension/Provent-Extension.github.io/main/images/metaimage.png" />
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/homeresponsive.css">
<link rel="stylesheet" href="css/universal.css">
<link rel="icon" href="images/logosmall.png">
<!-- AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- AOS -->
</head>
<body>
<section class= 'header'>
<nav>
<div class='nav-links'>
<ul>
<li>
<img class="nav-logo" src="images/logobig.png" alt="Provent Logo">
</li>
<li class="nav-right">
<button id="entire_ham_menu" class="ham_menu" onclick="animate_ham_menu()">
<div id="hammenu_line_one" class="lines"></div>
<div id="hammenu_line_two" class="lines"></div>
<div id="hammenu_line_three" class="lines"></div>
</button>
</li>
<!-- <li class="nav-right"><a class="nav-download-btn" href="https://chrome.google.com/webstore/detail/provent/cnilpijpbkkefelbjobbfgdhpcdfpilg" target="_blank">Add to Chrome</a></li> -->
<!-- <li class="nav-right"><button class="nav-download-btn" onclick="displayDownloadOptions()">Add to Chrome</button></li> -->
<li class="nav-right"><a class="nav-download-btn" href="#products">Add to Chrome</a></li>
<li class="nav-right"><a class="nav_link" href="https://ko-fi.com/proventextension" target="_blank">Support Us</a></li>
<li class="nav-right"><a class="nav_link" href="#contact">Contact</a></li>
<li class="nav-right"><a class="nav_link" href="index.html#features">Features</a></li>
<li class="nav-right"><a class="nav_link" href="index.html#home">Home</a></li>
</ul>
</div>
</nav>
</section>
<!-- Mobile nav bar -->
<nav class="mobile_navbar" id="vertical_nav_bar">
<ul class="mobile_navbar_ul">
<li class="nav_mobile_li" onclick="animate_ham_menu()"><a class="nav_mobile_link" href="index.html#home">Home</a></li>
<li class="nav_mobile_li" onclick="animate_ham_menu()"><a class="nav_mobile_link" href="index.html#features">Features</a></li>
<li class="nav_mobile_li" onclick="animate_ham_menu()"><a class="nav_mobile_link" href="#contact">Contact</a></li>
<li class="nav_mobile_li" onclick="animate_ham_menu()"><a class="nav_mobile_link" href="https://ko-fi.com/proventextension" target="_blank">Support Us</a></li>
<li class="nav_mobile_li" onclick="animate_ham_menu()"><a class="mobilenav-download-btn" href="#products">Add to Chrome</a></li>
</ul>
</nav>
<div class="vnb_blur" id="vnb_blur" onclick="animate_ham_menu()">
</div>
<!-- Mobile nav bar ^^^ -->
<style>
.producthunt-banner {
margin-top: 60px;
}
@media only screen and (max-width: 860px) {
.producthunt-banner {
margin-top: 28.5px;
}
}
@media only screen and (max-width: 600px) {
.producthunt-banner {
margin-top: 40px;
}
}
</style>
<!-- <div class="producthunt-banner" style="background: #88DBD4; width: 100%; display: block; position: fixed; z-index: 10; filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));">
<p style="font-family: Inter; font-weight: bold; text-align: center; color: #424244; padding: 0px 5px;">Provent Zero is live on Product Hunt! Upvote us <a style="color: #0D625D;" href="https://www.producthunt.com/posts/provent-zero-pomodoro-blocker-more" target="_blank">here</a>! 🎉</p>
</div> -->
<section class='hero' id="home">
<div class="hero_column hero_left" data-aos="fade-right">
<p class="intro_title">Introducing Provent</p>
<h1 class="intro_slogan">Pre<span style="color:#00635D;">vent Pro</span>crastination.<br>With Pomodoro.</h1>
<p class="intro_description">The all-inclusive, customizable time management Chrome Extension to tailor to your workflow.</p>
</div>
<div class="hero_column hero_right" data-aos="fade-left">
<img class="provent_timer" src="images/timerimage.svg" alt="Provent Timer">
</div>
</section>
<a class="hero_download" href="#products">Use Provent Now</a>
<h2 class='dyk'>Did you know?</h2>
<h2 class="fact">
<div id="home_changing_text"></div>
<div id="blinking_line"></div>
</h2>
<!-- <h2 class='fact' id="facts">Around 20% of adults chronically procrastinate</h2> -->
<h2 class='quote'>Manage your time and say <span style="color:#00635D;">goodbye</span> to <span style="color:#00635D;">procrastination</span> for free with us!</h2>
<section class='features_section' id="features">
<!-- Feature -->
<div class='feature_container'>
<div class="feature_column" data-aos="fade-right" data-aos-anchor-placement="top-center">
<div class="feature_text_column left_ftc">
<h1 class="feature_title">Modern clean chrome tab with productive widgets</h1>
<p class="feature_description">Enhance your Chrome experience with a more modern clean chrome tab with customizable productive widgets and relaxing backgrounds. Quickly access your productivity tools straight from your new tab with just one click.
</p>
</div>
</div>
<div class="feature_column" data-aos="fade-left" data-aos-anchor-placement="top-center">
<div class="feature_image_column">
<img class="feature_image right_fic" src="images/customtab.png">
</div>
</div>
</div>
<!-- Feature ^^^ -->
<!-- Feature -->
<div class='feature_container middle_desktop'>
<div class="feature_column" data-aos="fade-right" data-aos-anchor-placement="top-center">
<div class="feature_image_column">
<img class="feature_image left_fic" src="images/pomodoro.png">
</div>
</div>
<div class="feature_column" data-aos="fade-left" data-aos-anchor-placement="top-center">
<div class="feature_text_column right_ftc">
<h1 class="feature_title">Pomodoro timer</h1>
<!-- MUST BE THE SAME AS THE MOBILE ONE -->
<p class="feature_description">Manage your time wisely with the use of our pomodoro timer. During productivity sessions, you can select distracting websites to block and you can only access them once your productivity session ends to prevent you from procrastinating.</p>
</div>
</div>
</div>
<!-- Feature ^^^ -->
<!-- Feature -->
<div class='feature_container middle_mobile'>
<div class="feature_column" data-aos="fade-right" data-aos-anchor-placement="top-center">
<div class="feature_text_column left_ftc">
<h1 class="feature_title">Pomodoro timer</h1>
<!-- MUST BE THE SAME AS THE DESKTOP ONE -->
<p class="feature_description">Manage your time wisely with the use of our pomodoro timer. During productivity sessions, you can select distracting websites to block and you can only access them once your productivity session ends to prevent you from procrastinating.</p>
</div>
</div>
<div class="feature_column" data-aos="fade-left" data-aos-anchor-placement="top-center">
<div class="feature_image_column">
<img class="feature_image right_fic" src="images/pomodoro.png">
</div>
</div>
</div>
<!-- Feature ^^^ -->
<!-- Feature -->
<div class='feature_container'>
<div class="feature_column" data-aos="fade-right" data-aos-anchor-placement="top-center">
<div class="feature_text_column left_ftc">
<h1 class="feature_title">Distractive Website blocker</h1>
<p class="feature_description">Constantly procrastinating on your computer? With Provent you can automatically block distracting websites such as YouTube, Instagram, and Netflix when you are supposed to be productive.</p>
</p>
</div>
</div>
<div class="feature_column" data-aos="fade-left" data-aos-anchor-placement="top-center">
<div class="feature_image_column">
<img class="feature_image right_fic" src="images/blocker.png">
</div>
</div>
</div>
<!-- Feature ^^^ -->
<!-- <a class="hero_download" style="margin-top: 60px; margin-bottom:-30px;" href="changelog.html">What's changed?</a> -->
</section>
<section id="products" class="productsSectionContainer">
<h2 class="quote">Our Extensions</h2>
<div class="productsContainer">
<div class="productContainer" style="background: #D1F1F1;">
<div class="productBanner" style="background: #AEE1DE;">
<p>For procrastinators who want to <b>reclaim their time</b></p>
</div>
<img class="productLogo" src="./images/logobig.png" />
<h3 class="productTitle productMainText">Provent</h3>
<!-- Features -->
<p class="productFeature productMainText">Custom Chrome Tab <span style="float:right;">✅</span></p>
<p class="productFeature productMainText">Pomodoro timer <span style="float:right;">✅</span></p>
<p class="productFeature productMainText">Website blocker <span style="float:right;">✅</span></p>
<p class="productFeature productMainText">Free to use <span style="float:right;">✅</span></p>
<a class="productDownload" href="https://chrome.google.com/webstore/detail/provent-pomodoro-new-tab/cnilpijpbkkefelbjobbfgdhpcdfpilg">Download Free!</a>
</div>
<div class="productContainer" style="background: #424244;">
<div class="productBanner" style="background: #D1F1F1;">
<p>Already have a favourite custom tab extension? <b>Try Provent Zero</b></p>
</div>
<img class="productLogo" src="./images/proventZeroLogo.png" />
<h3 class="productTitle productZeroText">Provent Zero</h3>
<!-- Features -->
<p class="productFeature productZeroText">Custom Chrome Tab <span style="float:right;">❌</span></p>
<p class="productFeature productZeroText">Pomodoro timer <span style="float:right;">✅</span></p>
<p class="productFeature productZeroText">Website blocker <span style="float:right;">✅</span></p>
<p class="productFeature productZeroText">Free to use <span style="float:right;">✅</span></p>
<a class="productDownload" href="https://chrome.google.com/webstore/detail/provent-zero-pomodoro-sit/mdkafpakfmfighaiblggaeabfckpbaee">Download Free!</a>
</div>
</div>
</section>
<section class='emaillist'>
<h2 class="email_title">Protect your time. Be productive.</h2>
<h3 class="email_signup_prompt">Sign-up to the Provent email list to be notified when we launch!</h3>
<p class="email_signup_description">We value time just as much as you do. That's why we made Provent! Use Provent to become more productive, in minutes!</p>
<a class="email_list_button" href="https://docs.google.com/forms/d/e/1FAIpQLSe_kOKucHuHbWUG4hhaOFghbyfjqIIUNT7FRG__xOjYIaOE_Q/viewform" target="_blank">Join our Email List!</a>
</section>
<h2 class="ready_title">Ready to <span style="color: #00635D;">Prevent Procrastination</span>?</h2>
<a class="hero_download" href="#products">Use Provent Now</a>
<footer id="contact">
<div class="footer_column_container">
<div class="footer_column">
<div class="footer_secondary_column fsc_logo_container">
<img class="footer_logo" src="images/logobig.png">
</div>
<div class="footer_secondary_column fsc_text_container">
<ul class="footer_list_container">
<li class="footer_list_item flt_title">Provent</li>
<li class="footer_list_item fsc_text">A chrome extension created to help you prevent procrastination.</li>
</ul>
</div>
</div>
<div class="footer_column">
<ul class="footer_list_container">
<li class="footer_list_item flt_title">Our Socials</li>
<li class="footer_list_item"><a class="flt_link" href="https://www.instagram.com/proventextension/" target="_blank">Instagram</a></li>
<!-- <li class="footer_list_item"><a class="flt_link" href="" target="_blank">Twitter</a></li> -->
<li class="footer_list_item"><a class="flt_link" href="https://www.linkedin.com/company/proventextension" target="_blank">LinkedIn</a></li>
</ul>
</div>
<div class="footer_column">
<ul class="footer_list_container">
<li class="footer_list_item flt_title">Resources</li>
<li class="footer_list_item"><a class="flt_link" href="tutorial.html">Tutorial</a></li>
<li class="footer_list_item"><a class="flt_link" href="changelog.html">Change Log</a></li>
<li class="footer_list_item"><a class="flt_link" href="tos.html">Terms of Service</a></li>
</ul>
</div>
<div class="footer_column">
<ul class="footer_list_container">
<li class="footer_list_item flt_title">Contact</li>
<li class="footer_list_item"><a class="flt_link" href="mailto:helloprovent@gmail.com" target="_blank">Email</a></li>
</ul>
</div>
</div>
<p class="credits">@Provent | Prevent Procrastination</p>
</footer>
<script src="js/navbar.js"></script>
<script src="js/facts.js"></script>
<!-- AOS -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- AOS -->
</body>
</html>