Announce new Packet-hosted frontends

Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
diff --git a/content/news/2017-03-11-packet.rst b/content/news/2017-03-11-packet.rst
new file mode 100644
index 0000000..d2c0ce3
--- /dev/null
+++ b/content/news/2017-03-11-packet.rst
@@ -0,0 +1,52 @@
+Fast new frontends with Packet
+==============================
+
+:category: Site news
+
+.. image:: |filename|images/packet-logo.png
+  :height: 60px
+  :width: 176px
+  :alt: Packet logo
+  :align: left
+
+We are extremely happy to announce that Packet_ has graciously donated
+the new hardware systems providing read-only public access to the
+kernel.org git repositories and the public website (git.kernel.org and
+www.kernel.org, respectively). We have avoided using cloud providers in
+the past due to security implications of sharing hypervisor memory with
+external parties, but Packet's hardware-based single-tenant approach
+satisfies our security requirements while taking over the burden of
+setting up and managing the physical hardware in multiple worldwide
+datacenters.
+
+As of March 11, 2017, the four new public frontends are located in the
+following geographical locations:
+
+- San Jose, California, USA
+- Parsippany, New Jersey, USA
+- Amsterdam, Netherlands
+- Tokyo, Japan
+
+We have changed our DNS configuration to support GeoDNS, so your
+requests should be routed to the frontend nearest to you.
+
+Each Packet-hosted system is `significantly more powerful`_ than our
+previous generation frontends and have triple the amount of available
+RAM, so they should be a lot more responsive even when a lot of people
+are cloning linux.git simultaneously.
+
+Our special thanks to the following organizations who have graciously
+donated hosting for the previous incarnation of kernel.org frontends:
+
+- `Internet Systems Consortium`_
+- Vexxhost_
+- Tizen_
+
+If you notice any problems with the new systems, please email
+helpdesk@kernel.org.
+
+.. _Packet: https://www.packet.net/
+.. _`significantly more powerful`: https://www.packet.net/bare-metal/servers/type-2-virtualization/
+.. _`Internet Systems Consortium`: https://www.isc.ca/
+.. _Vexxhost: https://www.vexxhost.com/
+.. _Tizen: https://www.tizen.org/
diff --git a/content/news/images/packet-logo.png b/content/news/images/packet-logo.png
new file mode 100644
index 0000000..8b2ce87
--- /dev/null
+++ b/content/news/images/packet-logo.png
Binary files differ
diff --git a/korgi/static/css/main.css b/korgi/static/css/main.css
index e85cfd9..ae5af64 100644
--- a/korgi/static/css/main.css
+++ b/korgi/static/css/main.css
@@ -326,6 +326,10 @@
     vertical-align: middle;
     margin: 0 0.5em;
 }
+img.align-left {
+    float: left;
+    padding: 0 1em 0 0;
+}
 dt {
     font-weight: bold;
 }
diff --git a/korgi/static/images/logos/packetnet.png b/korgi/static/images/logos/packetnet.png
new file mode 100644
index 0000000..729ede6
--- /dev/null
+++ b/korgi/static/images/logos/packetnet.png
Binary files differ
diff --git a/korgi/static/images/logos/thelinuxfoundation.png b/korgi/static/images/logos/thelinuxfoundation.png
new file mode 100644
index 0000000..0316e2f
--- /dev/null
+++ b/korgi/static/images/logos/thelinuxfoundation.png
Binary files differ
diff --git a/korgi/templates/base.html b/korgi/templates/base.html
index f0c1f54..f6c177a 100644
--- a/korgi/templates/base.html
+++ b/korgi/templates/base.html
@@ -82,28 +82,22 @@
                 </address><!-- /#about -->
 
                 <address id="donors">
-                    <a href="http://www.linuxfoundation.org/"><img src="{{ SITEURL }}/theme/images/logos/lflogo-med.png"
-                  alt="The Linux Foundation" width="135" height="33" /></a>
-                  &nbsp;
                   <a href="https://www.redhat.com/"><img src="{{ SITEURL }}/theme/images/logos/redhat-logo.png"
                   alt="Red Hat" height="36" width="108" /></a>
                   &nbsp;
+                  <a href="https://www.packet.net/"><img src="{{ SITEURL }}/theme/images/logos/packetnet.png"
+                  alt="Packet" height="36" width="106" /></a>
+                  &nbsp;
                   <a href="https://www.fastly.com/"><img src="{{ SITEURL }}/theme/images/logos/fastly-logo.png"
                   alt="Fastly" width="91" height="35" /></a>
                   &nbsp;
                   <a href="https://www.google.com/"><img src="{{ SITEURL }}/theme/images/logos/google.png"
                   alt="Google" height="42" width="128" /></a>
-                  <!--a href="http://www.hp.com/"><img src="{{ SITEURL }}/theme/images/logos/hplogo.png"
-                  alt="HP" width="56" height="56" /></a-->
-                  <br/>
-                  <a href="https://www.isc.org/"><img src="{{ SITEURL }}/theme/images/logos/hostedatisc.png"
-                  width="84" height="41" alt="Internet Systems Consortium" /></a>
-                  &nbsp;
-                  <a href="https://vexxhost.com/"><img src="{{ SITEURL }}/theme/images/logos/vexxhost.png"
-                  width="167" height="36" alt="vexxhost.com" /></a>
-                  &nbsp;
-                  <a href="http://www.osuosl.org/"><img src="{{ SITEURL }}/theme/images/logos/osl.png"
-                  width="88" height="31" alt="Open Source Lab" /></a>
+                  <!--a href="https://www.isc.org/"><img src="{{ SITEURL }}/theme/images/logos/isc.png"
+                      width="63" height="40" alt="Internet Systems Consortium" /></a-->
+                  <br/>&nbsp;<br/>
+                  <a href="https://www.linuxfoundation.org/"><img src="{{ SITEURL }}/theme/images/logos/thelinuxfoundation.png"
+                  alt="The Linux Foundation" width="137" height="45" /></a>
                 </address><!-- /#about -->
         </footer><!-- /#contentinfo -->