From cd7e128115e0582ccd829d98bb29007abe3097fa Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 6 Apr 2017 18:50:23 -0400 Subject: [PATCH] Add logo with text --- website/source/assets/images/logo-hashicorp.svg | 7 +++++++ website/source/index.html.erb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 website/source/assets/images/logo-hashicorp.svg diff --git a/website/source/assets/images/logo-hashicorp.svg b/website/source/assets/images/logo-hashicorp.svg new file mode 100644 index 000000000..e7dce0da4 --- /dev/null +++ b/website/source/assets/images/logo-hashicorp.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/website/source/index.html.erb b/website/source/index.html.erb index f75cd4b65..ee33d640d 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -10,7 +10,7 @@ description: |-
- <%= inline_svg "logo-text.svg", height: 120, class: "logo" %> + <%= inline_svg "logo-hashicorp.svg", height: 120, class: "logo" %>

Write, Plan, and Create Infrastructure as Code