Skip to content

Commit 93d29f8

Browse files
committed
Remove Vercel Sponsor logos
1 parent e4aaa53 commit 93d29f8

File tree

6 files changed

+17
-23
lines changed

6 files changed

+17
-23
lines changed

_includes/layouts/base.njk

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,8 @@
110110
<section class="ui-section-customer">
111111
<div class="ui-layout-container">
112112
<p class="ui-text-intro">Special thanks to our Sponsors for helping us to promote a Web Performance culture and supporting us to continue with this great mission. 🚀</p>
113-
<div class="ui-section-customer__layout ui-layout-flex">
113+
<div style="padding-top: 0rem;" class="ui-section-customer__layout ui-layout-flex">
114114
<a href="https://www.catchpoint.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img src="{{ '/' | url }}assets/img/sponsors/sponsor-logo-catchpoint-webpagetest.png" loading="lazy" alt="catchpoint webpagetest" width="200px" height="71px" class="ui-section-customer--logo"></a>
115-
</div>
116-
<div style="padding-top: 3rem;" class="ui-section-customer__layout ui-layout-flex">
117-
<a href="https://vercel.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img src="{{ '/' | url }}assets/img/sponsors/vercel-logotype-dark.png" loading="lazy" alt="vercel" width="200px" height="55px" class="ui-section-customer--logo"></a>
118115
<a href="https://www.debugbear.com/?utm_campaign=webperfreport&utm_medium=newsletter" rel="noopener" target="_blank"><img src="{{ '/' | url }}assets/img/sponsors/sponsor-logo-debugbear.png" loading="lazy" alt="debugbear" width="200px" height="43px" class="ui-section-customer--logo"></a>
119116
</div>
120117
<div style="padding-top: 3rem;" class="ui-section-customer__layout ui-layout-flex">
@@ -316,7 +313,7 @@
316313
</footer>
317314
<div style="background: #fff;" class="ui-section-footnote">
318315
<div class="ui-layout-container ui-layout-flex ui-layout-flex">
319-
<span style="margin-right:5px;"><strong>Deployed on</strong></span><a href="https://vercel.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img style="vertical-align:middle" src="{{ '/' | url }}assets/img/logo-vercel.png" loading="lazy" alt="vercel" width="80px" height="18px" class="ui-section-customer--logo"></a>
316+
<span style="margin-right:5px; padding: 10px 0;"></span>
320317
</div>
321318
</div>
322319
<!-- Cookiebot cookie consent script -->

_site/README/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<h1>WebPerformance Report Static Website</h1>
1+
<h1>WebPerformance Report Static Site</h1>
22
<p>Web page performance test report every week in your inbox: <a href="https://webperformancereport.com/">Website</a></p>
33
<h2>Getting Started</h2>
44
<h3>1. Clone this Repository</h3>
5-
<pre><code>git clone https://github.com/edwinmh/webperformance-report
5+
<pre><code>git clone -b dev https://github.com/edwinmh/wpr-static-site
66
</code></pre>
77
<h3>2. Navigate to the directory</h3>
8-
<pre><code>cd webperformance-report
8+
<pre><code>cd wpr-static-site
99
</code></pre>
1010
<h3>3. Install dependencies</h3>
1111
<pre><code>npm install

_site/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,8 @@ <h2>Sponsors</h2><a name="Sponsors"></a>
110110
<section class="ui-section-customer">
111111
<div class="ui-layout-container">
112112
<p class="ui-text-intro">Special thanks to our Sponsors for helping us to promote a Web Performance culture and supporting us to continue with this great mission. 🚀</p>
113-
<div class="ui-section-customer__layout ui-layout-flex">
113+
<div style="padding-top: 0rem;" class="ui-section-customer__layout ui-layout-flex">
114114
<a href="https://www.catchpoint.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img src="/assets/img/sponsors/sponsor-logo-catchpoint-webpagetest.png" loading="lazy" alt="catchpoint webpagetest" width="200px" height="71px" class="ui-section-customer--logo"></a>
115-
</div>
116-
<div style="padding-top: 3rem;" class="ui-section-customer__layout ui-layout-flex">
117-
<a href="https://vercel.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img src="/assets/img/sponsors/vercel-logotype-dark.png" loading="lazy" alt="vercel" width="200px" height="55px" class="ui-section-customer--logo"></a>
118115
<a href="https://www.debugbear.com/?utm_campaign=webperfreport&utm_medium=newsletter" rel="noopener" target="_blank"><img src="/assets/img/sponsors/sponsor-logo-debugbear.png" loading="lazy" alt="debugbear" width="200px" height="43px" class="ui-section-customer--logo"></a>
119116
</div>
120117
<div style="padding-top: 3rem;" class="ui-section-customer__layout ui-layout-flex">
@@ -316,7 +313,7 @@ <h2>Contact</h2><a name="Contact"></a>
316313
</footer>
317314
<div style="background: #fff;" class="ui-section-footnote">
318315
<div class="ui-layout-container ui-layout-flex ui-layout-flex">
319-
<span style="margin-right:5px;"><strong>Deployed on</strong></span><a href="https://vercel.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img style="vertical-align:middle" src="/assets/img/logo-vercel.png" loading="lazy" alt="vercel" width="80px" height="18px" class="ui-section-customer--logo"></a>
316+
<span style="margin-right:5px; padding: 10px 0;"></span>
320317
</div>
321318
</div>
322319
<!-- Cookiebot cookie consent script -->

_site/privacy-policy/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,8 @@ <h2>Sponsors</h2><a name="Sponsors"></a>
110110
<section class="ui-section-customer">
111111
<div class="ui-layout-container">
112112
<p class="ui-text-intro">Special thanks to our Sponsors for helping us to promote a Web Performance culture and supporting us to continue with this great mission. 🚀</p>
113-
<div class="ui-section-customer__layout ui-layout-flex">
113+
<div style="padding-top: 0rem;" class="ui-section-customer__layout ui-layout-flex">
114114
<a href="https://www.catchpoint.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img src="/assets/img/sponsors/sponsor-logo-catchpoint-webpagetest.png" loading="lazy" alt="catchpoint webpagetest" width="200px" height="71px" class="ui-section-customer--logo"></a>
115-
</div>
116-
<div style="padding-top: 3rem;" class="ui-section-customer__layout ui-layout-flex">
117-
<a href="https://vercel.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img src="/assets/img/sponsors/vercel-logotype-dark.png" loading="lazy" alt="vercel" width="200px" height="55px" class="ui-section-customer--logo"></a>
118115
<a href="https://www.debugbear.com/?utm_campaign=webperfreport&utm_medium=newsletter" rel="noopener" target="_blank"><img src="/assets/img/sponsors/sponsor-logo-debugbear.png" loading="lazy" alt="debugbear" width="200px" height="43px" class="ui-section-customer--logo"></a>
119116
</div>
120117
<div style="padding-top: 3rem;" class="ui-section-customer__layout ui-layout-flex">
@@ -318,7 +315,7 @@ <h2>Contact</h2><a name="Contact"></a>
318315
</footer>
319316
<div style="background: #fff;" class="ui-section-footnote">
320317
<div class="ui-layout-container ui-layout-flex ui-layout-flex">
321-
<span style="margin-right:5px;"><strong>Deployed on</strong></span><a href="https://vercel.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img style="vertical-align:middle" src="/assets/img/logo-vercel.png" loading="lazy" alt="vercel" width="80px" height="18px" class="ui-section-customer--logo"></a>
318+
<span style="margin-right:5px; padding: 10px 0;"></span>
322319
</div>
323320
</div>
324321
<!-- Cookiebot cookie consent script -->

_site/thanks/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,8 @@ <h2>Sponsors</h2><a name="Sponsors"></a>
110110
<section class="ui-section-customer">
111111
<div class="ui-layout-container">
112112
<p class="ui-text-intro">Special thanks to our Sponsors for helping us to promote a Web Performance culture and supporting us to continue with this great mission. 🚀</p>
113-
<div class="ui-section-customer__layout ui-layout-flex">
113+
<div style="padding-top: 0rem;" class="ui-section-customer__layout ui-layout-flex">
114114
<a href="https://www.catchpoint.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img src="/assets/img/sponsors/sponsor-logo-catchpoint-webpagetest.png" loading="lazy" alt="catchpoint webpagetest" width="200px" height="71px" class="ui-section-customer--logo"></a>
115-
</div>
116-
<div style="padding-top: 3rem;" class="ui-section-customer__layout ui-layout-flex">
117-
<a href="https://vercel.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img src="/assets/img/sponsors/vercel-logotype-dark.png" loading="lazy" alt="vercel" width="200px" height="55px" class="ui-section-customer--logo"></a>
118115
<a href="https://www.debugbear.com/?utm_campaign=webperfreport&utm_medium=newsletter" rel="noopener" target="_blank"><img src="/assets/img/sponsors/sponsor-logo-debugbear.png" loading="lazy" alt="debugbear" width="200px" height="43px" class="ui-section-customer--logo"></a>
119116
</div>
120117
<div style="padding-top: 3rem;" class="ui-section-customer__layout ui-layout-flex">
@@ -317,7 +314,7 @@ <h2>Contact</h2><a name="Contact"></a>
317314
</footer>
318315
<div style="background: #fff;" class="ui-section-footnote">
319316
<div class="ui-layout-container ui-layout-flex ui-layout-flex">
320-
<span style="margin-right:5px;"><strong>Deployed on</strong></span><a href="https://vercel.com/?utm_source=webperfreport&utm_medium=website&utm_campaign=sponsors" rel="noopener" target="_blank"><img style="vertical-align:middle" src="/assets/img/logo-vercel.png" loading="lazy" alt="vercel" width="80px" height="18px" class="ui-section-customer--logo"></a>
317+
<span style="margin-right:5px; padding: 10px 0;"></span>
321318
</div>
322319
</div>
323320
<!-- Cookiebot cookie consent script -->

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)