diff --git a/content/news/2019-briar-1.2-released-remote-contacts.md b/content/news/2019-briar-1.2-released-remote-contacts.md
new file mode 100644
index 0000000000000000000000000000000000000000..d115634d46a181250e900a926b0e184c9189553f
--- /dev/null
+++ b/content/news/2019-briar-1.2-released-remote-contacts.md
@@ -0,0 +1,67 @@
+---
+aliases:
+- /news/2019-briar-1.2-released-remote-contacts.html
+date: 2019-10-01T00:00:00+02:00
+title: 'Briar 1.2 released, contacts can now be added by exchanging links'
+---
+
+### Press Release
+
+##### November 6 2019
+
+The Briar Project released version 1.2 of its Android app today.
+This release allows users to add each other securely by exchanging links.
+Previously users needed to meet in person or ask a mutual contact to introduce them.
+
+Most messenger apps find your contacts by uploading your phone's contact list to a server.
+Since Briar is designed to protect metadata and contact relationships,
+it instead uses the Tor network
+to [connect directly and securely](https://2019.www.torproject.org/docs/onion-services.html.en)
+to the person you're adding,
+without revealing your contact list to anyone.
+
+Technical details can be found in the documentation of the
+[Bramble Rendezvous Protocol](https://code.briarproject.org/briar/briar-spec/blob/master/protocols/BRP.md).
+
+As with any other app,
+users must still be careful to ensure that contact requests really come from the person
+they appear to come from.
+If two users are tricked into exchanging links with an attacker
+when they think they're exchanging links with each other,
+the attacker can [sit in the middle](https://en.wikipedia.org/wiki/Man-in-the-middle_attack)
+of their conversation,
+silently reading or altering messages.
+Users who are concerned about such attacks
+should continue to use the old method of adding contacts in person for maximum assurance.
+
+The design and and user testing of this new feature
+was carried out by [Ura Design](https://www.ura.design).
+Work on this feature was supported by the [Open Technology Fund](https://www.opentech.fund/).
+
+
+### Media
+
+{{< screenshots
+    "12_add_contact_options.png"
+    "12_add_contact_remotely.png"
+    "12_add_contact_remotely_nickname.png"
+    "12_add_contact_pending.png"
+    >}}
+
+### About Briar
+
+Briar is a messaging app designed for activists, journalists,
+and anyone else who needs a safe, easy and robust way to communicate.
+Unlike traditional messaging tools such as email, Twitter or Telegram,
+Briar doesn't rely on a central server -
+messages are synchronized directly between the users' devices.
+If the internet's down,
+Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis.
+If the internet's up, Briar can sync via the Tor network, protecting users
+and their relationships from surveillance.
+
+{{% funding %}}
+
+{{< contact  >}}
+
+Twitter: [@BriarApp](https://twitter.com/BriarApp)
diff --git a/content/page/about.md b/content/page/about.md
index 7c24c3fe41c7dd6f995a3cc18c2893674cba17b6..ae09166f711ea910ba3ba39c77f4f895130e50a1 100644
--- a/content/page/about.md
+++ b/content/page/about.md
@@ -55,13 +55,7 @@ Group, Tor and free software projects.
 
 #### Funding
 
-Briar has received funding from [Small
-Media](https://smallmedia.org.uk/), the [Open Internet Tools
-Project](https://web.archive.org/web/20160413063937/https://www.openitp.org/),
-[Access](https://accessnow.org/), the [Open Technology
-Fund](https://www.opentech.fund/), the [Prototype
-Fund](https://prototypefund.de/), and
-[Internews](https://www.internews.org/).
+{{% funding %}}
 
 #### Contact
 
diff --git a/layouts/shortcodes/funding.md b/layouts/shortcodes/funding.md
new file mode 100644
index 0000000000000000000000000000000000000000..3edbcfc78230fd94444745b709a6606fe0788e95
--- /dev/null
+++ b/layouts/shortcodes/funding.md
@@ -0,0 +1,6 @@
+Briar has received funding from [Small Media](https://smallmedia.org.uk/),
+the [Open Internet Tools Project](https://web.archive.org/web/20160413063937/https://www.openitp.org/),
+[Access](https://accessnow.org/),
+the [Open Technology Fund](https://www.opentech.fund/),
+the [Prototype Fund](https://prototypefund.de/),
+and [Internews](https://www.internews.org/).
\ No newline at end of file
diff --git a/layouts/shortcodes/screenshots.html b/layouts/shortcodes/screenshots.html
new file mode 100644
index 0000000000000000000000000000000000000000..546b7f486b811299d975f36e43de5e5abaec87f3
--- /dev/null
+++ b/layouts/shortcodes/screenshots.html
@@ -0,0 +1,5 @@
+<div id="screenshots">
+{{ range $.Params }}
+    <a href="/img/screenshots/{{ . }}"><img src="/img/screenshots/{{ . }}"></a>
+{{ end }}
+</div>
diff --git a/static/img/screenshots/12_add_contact_options.png b/static/img/screenshots/12_add_contact_options.png
new file mode 100644
index 0000000000000000000000000000000000000000..6e4faf9fed6723fadaeecaef87edec00bac981f9
Binary files /dev/null and b/static/img/screenshots/12_add_contact_options.png differ
diff --git a/static/img/screenshots/12_add_contact_pending.png b/static/img/screenshots/12_add_contact_pending.png
new file mode 100644
index 0000000000000000000000000000000000000000..8273ee47f05a0fe1473662800d8dfbdc71a64d17
Binary files /dev/null and b/static/img/screenshots/12_add_contact_pending.png differ
diff --git a/static/img/screenshots/12_add_contact_remotely.png b/static/img/screenshots/12_add_contact_remotely.png
new file mode 100644
index 0000000000000000000000000000000000000000..08a6ad199b6bcb5f9b68b01533003a5ef4359afc
Binary files /dev/null and b/static/img/screenshots/12_add_contact_remotely.png differ
diff --git a/static/img/screenshots/12_add_contact_remotely_nickname.png b/static/img/screenshots/12_add_contact_remotely_nickname.png
new file mode 100644
index 0000000000000000000000000000000000000000..8cbd85ceed56f1996091c907aa6469736121f21e
Binary files /dev/null and b/static/img/screenshots/12_add_contact_remotely_nickname.png differ