-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·48 lines (41 loc) · 2.69 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
---
layout: post_notitle
title: OpenNews — Connecting the journalism-tech network that collaborates on open technologies and processes within journalism
section: homepage
excerpt:
<!-- image: /media/img/dei-coalition/dei-card-A1.png -->
---
<style>
h2.special {
text-transform: none;
font-size: 2.3rem;
margin-bottom: 20px;
line-height: 2.8rem;
}
img.big-image {
border: 1px solid #ccc;
box-sizing: border-box;
}
a#one-time-button {
max-width: 400px;
margin: 0 auto;
font-family: 'sofia-pro';
font-size: 1.5rem;
line-height: 2rem;
}
</style>
<h2 class="special">Support for your elections reporting</h2>
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSf_GZxz7ctjv5Tasox0GMWCP8CTax0sh7GUgppVUQhmolLVJA/viewform"><img class="big-image" src="/media/img/voting-arrow.jpg" style="width: 100%;" alt="a photo of a sign pasted on a wall that is an arrow with VOTE printed on it, and upside down so it can be used in either direction"></a></p>
<p class="caption" style="margin-top: -15px; text-align: left;">(Photo by <a href="https://www.flickr.com/photos/byzantiumbooks/32236018545/in/photolist-R7A2ec-2apAGcH-DLJHP1-EhkuS1-21DCcLu-5zi8qH-rMpQF-MexNs7-5zo4yU-EaYEeK-5y1Btd-4qkPpE-5zrW7E-2jU2pJ9-QzhkcS-5x7n7c-pDAvJ2-6aufw8-5wDTiJ-5zrKAJ-7kXM-7cMmqH-2k3a3Ya-nF5S3W-nF5yAa-dpZTwM-nVwA5J-dq1429-nXt3f3-nF5y24-nXsnRN-dpZNMi-nXz3ev-dpZPKr-nZmwqx-nVwznm-dpZQLT-nVwEJo-nXskWW-nXz23H-nXtdTC-nF6uUP-nF5DQQ-dpZYjE-nXsqAW-nF5ES7-nXsor5-nF6p26-nXgMfT-nZmkPx">Bill Smith</a>)</p>
<p class="bodybig">As part of the Knight Election Hub effort to help journalists covering the US election, <a href="https://docs.google.com/forms/d/e/1FAIpQLSf_GZxz7ctjv5Tasox0GMWCP8CTax0sh7GUgppVUQhmolLVJA/viewform">join our weekly elections-focused community call, now through November 5th</a>. Come chat with us on Thursdays at 3 p.m. CT to discuss your election plans, hopes, dreams and fears as Election Day approaches. <a href="https://docs.google.com/forms/d/e/1FAIpQLSf_GZxz7ctjv5Tasox0GMWCP8CTax0sh7GUgppVUQhmolLVJA/viewform">Fill out this form</a>, and we'll send you an invitation to join us!</p>
<h2 style="margin-top: 30px;">Latest from the OpenNews Team</h2>
<p>Read more on the <a href="/blog">OpenNews Blog.</a></p>
<ul class="bloglist">
{% for post in site.posts limit:10 %}
<li>
<p class="blogtitle"><a href="{{ post.url }}">{{ post.title }}</a><span class="blogdate">| posted <abbr class="timeago" title="{{ post.date }}">{{ post.date }}</abbr></span></p>
<p class="excerpt">{{ post.excerpt }}<!-- <a href="{{ post.url }}">Read more.</a>--></p>
</li>
{% endfor %}
</ul>
<p>Read more on the <a href="/blog">OpenNews Blog.</a></p>