-
Notifications
You must be signed in to change notification settings - Fork 0
/
press.html
92 lines (77 loc) · 4 KB
/
press.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16x16.png">
<link rel="manifest" href="/icon/site.webmanifest">
<link rel="mask-icon" href="/icon/safari-pinned-tab.svg" color="#323232">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="msapplication-TileColor" content="#181818">
<meta name="msapplication-config" content="/icon/browserconfig.xml">
<meta name="theme-color" content="#181818">
<meta name="description"
content="Join our mailing list to support our development! You'll be notified of updates, features, events, and betas.">
</meta>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Project CSS -->
<link rel="stylesheet" href="css/main.css">
<title>Press Kit - Flowductive</title>
</head>
<body class="bg-dark text-center text-white">
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<div class="container-fluid" id="navbar">
<header class="d-flex flex-wrap justify-content-center py-2 mb-auto border-bottom-dark-red">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto mt-1 text-light text-decoration-none">
<img src="assets/icon.png" width="50px" class="mx-2" />
<h4 class="my-1">Flowductive</h4>
</a>
<ul class="nav nav-pills my-2 ms-4">
<li class="nav-item"><a href="https://www.flowductive.com" class="nav-link" aria-current="page">Home</a></li>
<li class="nav-item"><a href="https://www.flowductive.com/mailing" class="nav-link">Mailing List</a></li>
<li class="nav-item"><a href="https://flowductive.substack.com/p/a-beginners-guide-to-flowductive?showWelcome=true" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="" class="nav-link active">Press</a></li>
</ul>
</header>
</div>
<div class="text-start" style="margin: 50px 20%">
<p class="fw-bold display-5">Press Kit</p>
<p class="text-secondary">July 4, 2022</p>
<p>
Welcome to Flowductive's Press Kit! We are working hard to develop Flowductive for iOS and macOS. After that, we have plans
to
begin development for Web and Android.
</p>
<p>
The press kit contains images, mockups, and more. You can download it below:
</p>
<p style="border: 1px solid #444444; border-radius: 5px; padding: 16px">
<a href="presskit.zip">Download Press Kit</a><span class="text-secondary"> - ZIP (13.9 MB)</span>
</p>
<p>
If you want to learn more about Flowductive, please feel free to reach out to me via email.
</p>
<p style="border: 1px solid #444444; border-radius: 5px; padding: 16px">
Email: <a href="mailto:ben@flowductive.com">ben@flowductive.com</a>
</p>
<p>
Our social media handles:
</p>
<ul>
<li>Instagram: <a href="https://www.instagram.com/flowductiveapp/" target="_blank">flowductiveapp</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/company/flowductive" target="_blank">Flowductive</a></li>
<li>Facebook: <a href="https://www.facebook.com/flowductive" target="_blank">Flowductive</a></li>
<li>Twitter: <a href="https://twitter.com/flowductive_app" target="_blank">flowductive_app</a></li>
<li>Reddit: <a href="https://www.reddit.com/r/Flowductive/" target="_blank">r/Flowductive</a></li>
</ul>
</div>
</body>