-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (71 loc) · 3.35 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Thank you from Flowdash</title>
<meta content="website" property="og:type" />
<meta content="Flowdash is the most flexible platform for teams to manage, track, and complete work. Build custom workflows to save time and get more done." property="og:description"/>
<meta content="Thank you from Flowdash" property="og:title"/>
<meta content="Flowdash is the most flexible platform for teams to manage, track, and complete work. Build custom workflows to save time and get more done." name="description"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://flowdash-assets.s3.us-west-1.amazonaws.com/logo/logo-no-text.png" rel="shortcut icon" type="image/x-icon"/>
<style>
body {
padding-top: 96px;
background-color: #f8f8f8;
}
hr {
margin: 24px 0;
}
h1.thank-you {
margin-bottom: 24px;
font-size: 2.5rem;
}
</style>
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="col col-xl-7 col-lg-9">
<img src="https://flowdash-assets.s3.us-west-1.amazonaws.com/logo/logo.svg" height="45" alt="Flowdash logo">
<hr/>
<h1 class="thank-you display-4">
Thank you!
</h1>
<p>
At Flowdash, our mission has always been to make the world more productive by enabling
everyone to build software. Since we started our journey, we’ve had the privilege of
helping streamline business processes and workflows for companies across a wide array
of industries such as fintech, healthcare, and HR.
</p>
<p>
We’ve now taken the next step to further accelerate our mission, and are happy to share
that <b>the Flowdash team has been acquired by Notion.</b> As we’ve gotten to know Ivan
and the Notion team, what became clear was how strongly aligned our operating principles
and values are, as well as our shared vision to make software toolmaking ubiquitous. We’re
excited to contribute our expertise to further realize this vision.
</p>
<p>
As part of bringing our teams together, we’ve made the difficult decision to
shut down the current Flowdash product on September 30th, 2022.
</p>
<p>
We wanted to thank everyone who has been a part of the Flowdash community for
joining us on this incredible journey. Every customer, employee, investor, and
prospect has played a part in shaping our product and culture and we’re forever
grateful to each of you for giving us this opportunity to build Flowdash together.
</p>
<p>
We’re excited to be joining Notion and to continue building a world
where everyone is empowered to create their own tools.
</p>
<p>
Nick & Omar<br/>
Flowdash co-founders
</p>
</div>
</div>
</div>
</body>
</html>