-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfined.html
218 lines (200 loc) · 8.98 KB
/
fined.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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Fined</title>
<link rel="shortcut icon" type="image/x-icon" href="fined/images/fined_rounded.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="fined/assets/css/main.css" />
<link rel="stylesheet" href="fined/assets/css/basic.css" />
<noscript>
<link rel="stylesheet" href="fined/assets/css/noscript.css" /></noscript>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">Fined</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#how-to">How Does Fined Work?</a></li>
<li><a href="https://github.com/cbeardsmore/fined">The Code</a></li>
<li><a href="https://cbeardsmore.github.io/">The developer</a></li>
<li><a href="fined/privacy-policy.html">Privacy Policy</a></li>
<li><a
href="https://slack.com/oauth/v2/authorize?client_id=839622902965.1103591322370&scope=commands&state=magic_state_parameter">
<img class="slack" alt="Add to Slack" height="40" width="139"
src="https://platform.slack-edge.com/img/add_to_slack.png"
srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/[email protected] 2x">
<a href="https://www.producthunt.com/posts/fined?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-fined"
target="_blank">
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=198737&theme=light"
alt="Fined - Track your team fines and ensure justice is served! | Product Hunt Embed"
style="width: 200px; height: 43px; display: block; margin: auto; margin-top: 10px;" /></a>
</li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2><img src="fined/images/fined_rounded.png" class="title-icon" alt="logo" />Fined </h2>
<p>
A <span class="highlight">Slack Bot</span> for managing team fines.<br />
running on the serverless framework.<br />
crafted by <a href="https://github.com/cbeardsmore/fined">cbeardsmore</a>.
</p>
<a class="slack"
href="https://slack.com/oauth/v2/authorize?client_id=839622902965.1103591322370&scope=commands&state=magic_state_parameter"><img
class="slackButton" alt="Add to Slack" height="40" width="139"
src="https://platform.slack-edge.com/img/add_to_slack.png"
srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/[email protected] 2x"></a>
<a href="https://www.producthunt.com/posts/fined?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-fined" target="_blank">
<img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=198737&theme=light"
alt="Fined - Track your team fines and ensure justice is served! | Product Hunt Embed"
style="width: 250px; height: 54px; display: block; margin: auto; margin-top: 10px;" /></a>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Track Your Team Fines</h2>
</header>
<div class="image">
</div><img class="slackExample" src="fined/images/fined.png" alt="" />
</div>
<ul class="icons major">
<li><span class="icon fa-gem major style1"><span class="label">Lorem</span></span></li>
<li><span class="icon fa-heart major style2"><span class="label">Ipsum</span></span></li>
<li><span class="icon solid fa-code major style3"><span class="label">Dolor</span></span></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<span class="iconContainer">
<i class="fas fa-bullhorn"></i>
</span>
<div class="content">
<h2>Fine Your Peers</h2>
<p>Record your co-workers crimes. Fine them for their crimes against fashion or for telling
another one of their famously bad puns.</p>
</div>
</section>
<section class="spotlight">
<span class="iconContainer">
<i class="fas fa-keyboard"></i>
</span>
<div class="content">
<h2>Review The Fines</h2>
<p>Display all the fines that are unpaid within the channel.
See who the worst offenders in your Team are.</p>
</div>
</section>
<section class="spotlight">
<span class="iconContainer">
<i class="fas fa-hand-holding-usd"></i>
</span>
<div class="content">
<h2>Time to pay up!</h2>
<p>Users can mark their fines as paid.
Shout a teammate a coffee, pay for the next group lunch,
or donate to your favourite charity.</p>
</div>
</section>
</section>
<!-- Three -->
<section id="how-to" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>How does Fined work?</h2>
<p>Click the button below to add Fined to your Slack Workspace.<br /></p>
<a class="slack"
href="https://slack.com/oauth/v2/authorize?client_id=839622902965.1103591322370&scope=commands&state=magic_state_parameter"><img
class="slackButton" alt="Add to Slack" height="40" width="139"
src="https://platform.slack-edge.com/img/add_to_slack.png"
srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/[email protected] 2x"></a>
</header>
<div class="image"></div><img class="slackExample" src="fined/images/help.png" alt="" />
<header class="major" style="margin-top:20px;">
<h2>Why aren't we in the <a href="https://slack.com/apps">Slack App Directory?</a></h2>
<p>Slack thought Fined <i>"could be perceived as a means to communicate with coworkers in a negative way"</i>.<br>
We think every Team has the right to give each shit now and again <br>
(and potentially donate to Charity while doing it).<br /></p>
<a class="slack"
href="https://slack.com/oauth/v2/authorize?client_id=839622902965.1103591322370&scope=commands&state=magic_state_parameter"><img
class="slackButton" alt="Add to Slack" height="40" width="139"
src="https://platform.slack-edge.com/img/add_to_slack.png"
srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/[email protected] 2x"></a>
</header>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Bugs and feature requests</h2>
<p>Fined is an open-source project. Report bugs, submit feature requests and contribute to the project
on GitHub.</p>
</header>
<ul class="actions stacked" style="margin: 0;">
<li><a href="mailto:[email protected]" class="button fit">Email Us</a>
</li>
<li><a href="https://github.com/cbeardsmore/fined/issues" class="button fit primary">Report Bugs</a>
</li>
<li><a href="https://github.com/cbeardsmore/fined" class="button fit">Contribute</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons" style="margin:1em">
<li><a href="https://github.com/cbeardsmore/" class="icon brands fa-github"><span
class="label">GitHub</span></a>
</li>
<li><a href="https://www.linkedin.com/in/connorbeardsmore/" class="icon brands fa-linkedin"><span
class="label">LinkedIn</span></a></li>
<li><a href="https://www.instagram.com/connorbeardsmore/" class="icon brands fa-instagram"><span
class="label">Instagram</span></a></li>
<li><a href="https://medium.com/@cbeardsmore" class="icon brands fa-medium"><span
class="label">Medium</span></a>
</li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span
class="label">Email</span></a>
</li>
</ul>
<ul class="copyright" style="margin:1em">
<li>Made with ♥️ in Seattle</a></li>
</ul>
<ul class="copyright" style="margin:1em">
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="fined/assets/js/jquery.min.js"></script>
<script src="fined/assets/js/jquery.scrollex.min.js"></script>
<script src="fined/assets/js/jquery.scrolly.min.js"></script>
<script src="fined/assets/js/browser.min.js"></script>
<script src="fined/assets/js/breakpoints.min.js"></script>
<script src="fined/assets/js/util.js"></script>
<script src="fined/assets/js/main.js"></script>
</body>
</html>