From 69b85bcf82f2e8ba845058ae51243b1b2c6b8b8d Mon Sep 17 00:00:00 2001 From: Beatriz Rizental Date: Thu, 31 Aug 2017 13:06:52 -0300 Subject: [PATCH] Fixes #1731 - Remove all Browserstack related content from website and repo. --- README.md | 4 ---- .../css/development/components/threesteps.css | 15 --------------- webcompat/templates/home-page/thanks.html | 14 -------------- webcompat/templates/index.html | 1 - 4 files changed, 34 deletions(-) delete mode 100644 webcompat/templates/home-page/thanks.html diff --git a/README.md b/README.md index f0a754c48..adf8ee179 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,3 @@ All icons are public domain or licensed from The Noun Project. [Lightswitch](http://thenounproject.com/term/light-switch/2235/) designed by Jeremy Lloyd. (Public domain) [Contribute icon](https://thenounproject.com/search/?q=group&i=876004) designed by TjaĊĦa Kimovec. (Licensed) - -### Thanks - -Thanks to [BrowserStack](https://www.browserstack.com/) for providing the infrastructure that allows us to test in real browsers. diff --git a/webcompat/static/css/development/components/threesteps.css b/webcompat/static/css/development/components/threesteps.css index efcbb6e18..fbca52ad9 100644 --- a/webcompat/static/css/development/components/threesteps.css +++ b/webcompat/static/css/development/components/threesteps.css @@ -38,21 +38,6 @@ transform-origin: center; } -.wc-Browserstack { - width: 100%; - background-image: url("../../../img/browserstack_logo.svg"); - background-size: cover; - height: 0; - padding: 0 0 22%; - display: inline-block; - color: transparent; - background-repeat: no-repeat; -} - -.wc-Thanks-logo { - width: 155px; -} - @media all and (max-width: 59.37em) { .wc-Threesteps-item-number { padding-right: .5em; diff --git a/webcompat/templates/home-page/thanks.html b/webcompat/templates/home-page/thanks.html deleted file mode 100644 index 950a45281..000000000 --- a/webcompat/templates/home-page/thanks.html +++ /dev/null @@ -1,14 +0,0 @@ -
-
-

- - Thanks - -

-

Thanks to BrowserStack for providing the infrastructure that allows us to test in real browsers. -

-

-
-
diff --git a/webcompat/templates/index.html b/webcompat/templates/index.html index c9229a996..265ff6b37 100644 --- a/webcompat/templates/index.html +++ b/webcompat/templates/index.html @@ -8,7 +8,6 @@ {% include "home-page/threesteps.html" %} {% include "home-page/browse-issues.html" %} {% include "home-page/join-us.html" %} - {% include "home-page/thanks.html" %} {% endblock %} {%- block extrascripts -%}