-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·75 lines (73 loc) · 3.11 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
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>
Public Engineering | Home
</title>
<script>
if (location.protocol != 'https:')
{
location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
}
document.getElementById("year").innerHTML = new Date().getFullYear();
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://josephmarhee.com/assets/tachyons.css">
<style>
.cf:before, .cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
.cf {
*zoom: 1;
}
.fl {
float: left;
display: inline;
}
.w-100 {
width: 100%;
}
.bg-light-gray {
background-color: #eee;
}
.bg-near-white {
background-color: #f4f4f4;
}
.tc {
text-align: center;
}
@media screen and (min-width: 30em) {
.w-50-ns {
width: 50%;
}
}
</style>
<div id="fb-root"></div>
</head>
<body class="w-100 sans-serif">
<main>
<section class="phm phl-ns mw7 center pvxl">
<h1 class="ttu tracked">Public Engineering </h1>
<h3 class="ttu tracked">Tools for the public concern.</h3>
<p class='f4 f3-ns lh-copy measure'>There are several projects on the roadmap for the next year, and we're excited that the first of these are the re-launch of a <a href="https://vpn-deploy.public.engineering">One-Click, Single Use VPN Deployer</a> and the <a href="https://dial.public.engineering">Congressional Dialer</a> to host a platform for free, browser-based calls to Congress.</a></href></p>
<p class='f4 f3-ns lh-copy measure'>Our projects can be run on our platform, or if you'd like to run these services for your own organization or community, you can visit our <a href="https://github.com/public-engineering">Github Organization</a>.</p>
<p class='f4 f3-ns lh-copy measure'>If you'd like to help support the project, you can follow <a target="_blank" href="https://mastodon.social/@openfunction">@openfunction on Mastodon.social</a>, or if you're able, also donate to help keep the platform running:</p>
<script src="https://liberapay.com/public.engineering/widgets/button.js"></script> <br /><br /><hr /><br />
<a href="mailto:[email protected]"><sub>Email us for support or questions about using these tools for your community.</sub></a>
</section>
</main>
<footer>
<section class="phm phl-ns mw7 center pvxl">
<div id="foot"><i class="em em-copyright"></i> © 2023 - A Project by OpenFunction |
<a href="mailto:[email protected]">[email protected]</a> |
<a target="_blank" href="https://mastodon.social/@openfunction">@openfunction on Mastodon.social</a> |
<a target="_blank" href="assets/ops-openfunction.gpg">GPG Key</a>
</div>
</section>
</footer>
</body>