Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Oct 7, 2024
2 parents d09f78d + 305fd62 commit cf03221
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 45 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ GEM
i18n (>= 0.5.0)
railties (>= 5.0.0)
public_suffix (4.0.7)
puma (5.6.8)
puma (5.6.9)
nio4r (~> 2.0)
racc (1.8.1)
rack (2.2.9)
Expand Down Expand Up @@ -537,7 +537,7 @@ GEM
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
webrick (1.7.0)
webrick (1.8.2)
websocket (1.2.9)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down
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 cf03221

Please sign in to comment.