From f6b928043f145fed347ed2915f04815547667a07 Mon Sep 17 00:00:00 2001 From: Alvin Huang <17609145+alvin-huang@users.noreply.github.com> Date: Wed, 25 Sep 2019 17:28:14 -0400 Subject: [PATCH] remove alert bar on homepage (#6544) --- website/source/index.html.erb | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index ff442c5a41..269d2a5851 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -10,9 +10,6 @@ description: |- <div> <div> <div> - <a class='notification' href='https://www.hashicorp.com/products/consul/live/'> - <span>LIVESTREAM</span> Join Consul at Cloud Field Day on Sept 25th, 11:30AM PDT <span><svg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'><path fill='#650D34' d='M1.138.529a.666.666 0 1 0-.942.943L3.724 5 .195 8.53a.666.666 0 1 0 .943.943l4-4a.666.666 0 0 0 0-.943l-4-4z'/></svg><span> - </a> <h1>Easy Service Networking</h1> <p>Consul is a service networking solution to connect and secure services across any runtime platform and public or private cloud</p> <a href='/downloads.html' class='g-btn download'> -- GitLab