Skip to content

Commit d27e3f1

Browse files
committed
re-adds homepage
0 parents  commit d27e3f1

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

index.html

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
<html>
2+
<head>
3+
<meta charset="utf-8">
4+
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
5+
<title>
6+
Call Your Representatives! | Home
7+
</title>
8+
<script>
9+
// if (location.protocol != 'https:')
10+
// {
11+
// location.href = 'https:' + window.location.href.substring(window.location.protocol.length);
12+
// }
13+
</script>
14+
<meta name="viewport" content="width=device-width, initial-scale=1">
15+
<link rel="stylesheet" href="https://josephmarhee.com/assets/tachyons.css">
16+
17+
<style>
18+
.cf:before, .cf:after {
19+
content: " ";
20+
display: table;
21+
}
22+
.cf:after {
23+
clear: both;
24+
}
25+
.cf {
26+
*zoom: 1;
27+
}
28+
.fl {
29+
float: left;
30+
display: inline;
31+
}
32+
.w-100 {
33+
width: 100%;
34+
}
35+
.bg-light-gray {
36+
background-color: #eee;
37+
}
38+
.bg-near-white {
39+
background-color: #f4f4f4;
40+
}
41+
.tc {
42+
text-align: center;
43+
}
44+
@media screen and (min-width: 30em) {
45+
.w-50-ns {
46+
width: 50%;
47+
}
48+
}
49+
</style>
50+
<div id="fb-root"></div>
51+
</head>
52+
53+
<body class="w-100 sans-serif">
54+
<main>
55+
<section class="phm phl-ns mw7 center pvxl">
56+
<h1 class="ttu tracked">Public Engineering </h1>
57+
<h3 class="ttu tracked">Tools for the public concern.</h3>
58+
<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>
59+
<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://git-central.openfunction.co/public.engineering/">code repository</a>.</p>
60+
<p class='f4 f3-ns lh-copy measure'>If you'd like to help support the project, you can follow us on Twitter, or if you're able, also donate to help keep the platform running:</p>
61+
<a href="https://twitter.com/PublicEng?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @PublicEng</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> <script src="https://liberapay.com/public.engineering/widgets/button.js"></script> <br /><br /><hr /><br />
62+
<a href="mailto:[email protected]"><sub>Email us for support or questions about using these tools for your community.</sub></a>
63+
</section>
64+
</main>
65+
</body>

0 commit comments

Comments
 (0)