Skip to content

Commit

Permalink
refactoring: Removing supporters from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Oct 7, 2024
1 parent a85a618 commit 0f68191
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
17 changes: 0 additions & 17 deletions app/assets/stylesheets/tpi/pages/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,23 +246,6 @@
}
}

&__case-studies-supporters {
.subtitle {
color: $blue-ribbon;
}

ul {
list-style: none;

li:before {
content: "\f00c"; /* FontAwesome Unicode */
font-family: FontAwesome;
display: inline-block;
margin-right: 10px;
}
}
}

&__latest-research {
border-bottom: 1px solid rgba(89, 91, 93, 0.2);

Expand Down
26 changes: 0 additions & 26 deletions app/views/tpi/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -133,32 +133,6 @@
</div>
</section>

<section class="section tpi-home__case-studies-supporters">
<div class="container">
<h2 class="section-title is-size-5-mobile is-size-2">
Become a supporter
</h2>

<div class="benefits">
<span class="subtitle">Benefits</span>
<ul>
<li>Be part of a global investor community</li>
<li>Better inform your investment research</li>
<li>Help shape the future direction of TPI</li>
<li>Show your commitment in the transition to a low carbon economy</li>
</ul>
</div>
<br />
<div class="how-to-join">
<span class="subtitle">How to join</span>
<p>
To become a recognised TPI supporter, please contact <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
</section>

<section class="section tpi-home__latest-research">
<div class="container">
<h2 class="section-title is-size-5-mobile is-size-2">
Expand Down

0 comments on commit 0f68191

Please sign in to comment.