-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
90 lines (64 loc) · 3.89 KB
/
links.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
<!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>Link In Bio | Provent</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<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="icon" href="images/logosmall.png">
<link rel="stylesheet" type="text/css" href="css/linkinbio.css">
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/ba7447c34f.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="container">
<div class="profilepicture"></div>
<p class="name">Provent</p>
<div class="all_links_container">
<span style="display: block; margin: 10px auto; text-align: center;"><script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Us on Ko-fi', '#29abe0', 'Z8Z3RLRZO');kofiwidget2.draw();</script></span>
<a style="display: block; margin: 0 auto; text-align: center;" href="https://www.producthunt.com/posts/provent-zero-pomodoro-blocker-more?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-provent-zero-pomodoro-blocker-more" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=431540&theme=light" alt="Provent Zero: Pomodoro, Blocker & more - Customizable productivity time management Chrome Extension | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
<a class="link_container" href="https://docs.google.com/forms/d/e/1FAIpQLSfvqBTppeVwmbu-e3HJrPZat3KXp6CJbVigphXap9hN3pT05g/viewform" target="_blank">
<i class="icon fa fa-quote-left"></i>
<span class="linktext">Leave a Testimonial!</span>
</a>
<a class="link_container" href="index.html#products" target="_blank">
<i class="icon fa fa-download"></i>
<span class="linktext">Get Provent!</span>
</a>
<a class="link_container" href="index.html" target="_blank">
<i class="icon fas fa-globe"></i>
<span class="linktext">Website</span>
</a>
<a class="link_container" href="https://docs.google.com/forms/u/6/d/e/1FAIpQLSe_kOKucHuHbWUG4hhaOFghbyfjqIIUNT7FRG__xOjYIaOE_Q/viewform" target="_blank">
<i class="icon fas fa-address-book"></i>
<span class="linktext">Join our Email List!</span>
</a>
<a class="link_container" href="https://www.instagram.com/proventextension/" target="_blank">
<i class="icon fab fa-instagram"></i>
<span class="linktext">Instagram</span>
</a>
<a class="link_container" href="mailto:[email protected]" target="_blank">
<i class="icon far fa-envelope"></i>
<span class="linktext">Contact</span>
</a>
</div>
</section>
<footer>
<p class="trademark">@ Provent 2022</p>
</footer>
</body>
</html>