-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactoring: Minor changes of homepage
- Loading branch information
1 parent
d88b782
commit 1bf9433
Showing
6 changed files
with
40 additions
and
27 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,7 @@ | |
justify-content: space-around; | ||
|
||
@include mobile { | ||
flex-direction: column; | ||
font-size: 14px; | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
<section class="footer__information"> | ||
<div class="container"> | ||
<div class="contact-button-container is-hidden-tablet"> | ||
<button class="button is-primary"> | ||
<a href="mailto:[email protected]" class="footer-link">Contact Us</a> | ||
</button> | ||
</div> | ||
<div class="columns footer__menu"> | ||
<div class="column is-9 footer__menu-list"> | ||
<div> | ||
<a href="/use-of-the-centre-s-data" class="link is-large" target="_blank">Use of TPI Centre data</a> | ||
</div> | ||
<button class="button is-primary"> | ||
<a href="/use-of-the-centre-s-data" class="footer-link" target="_blank" style="padding: 0 10px;">Use of TPI Centre data</a> | ||
</button> | ||
<div> | ||
<a href="https://www.lse.ac.uk/lse-information/terms-of-use" class="link is-large is-hidden-touch" target="_blank">LSE Terms of use</a> | ||
<a href="https://www.lse.ac.uk/lse-information/terms-of-use" class="link is-large is-hidden-desktop" target="_blank">Terms of use</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
<section class="section tpi-home__assessment-types"> | ||
<div class="container"> | ||
<h2 class="section-title is-size-5-mobile is-size-2"> | ||
Check out TPI Centre's Assessment Tools | ||
Check out TPI Centre's assessment tools | ||
</h2> | ||
|
||
<div class="container"> | ||
|
@@ -48,7 +48,7 @@ | |
<section class="section tpi-home__stats-news"> | ||
<div class="container"> | ||
<h2 class="section-title is-size-5-mobile is-size-2"> | ||
At a Glance | ||
At a glance | ||
</h2> | ||
|
||
<div class="at-glance-container"> | ||
|
@@ -70,7 +70,7 @@ | |
<div class="stat-box__icon"><%= image_tag 'tpi/home/aum.png' %></div> | ||
<div class="stat-box__content"> | ||
<div class="stat-box__number"><%= @home_content[:stats][:combined_aum] %></div> | ||
<div class="stat-box__title">AUM</div> | ||
<div class="stat-box__title">AUM*</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
@@ -128,15 +128,15 @@ | |
</div> | ||
|
||
<div class="at-glance-note"> | ||
Assets Under Management (and Advice) are subject to market-price and foreign-exchange fluctuations. As the sum of self-reported data by TPI supporters, they may double-count assets. | ||
* Assets Under Management (and Advice) are subject to market-price and foreign-exchange fluctuations. As the sum of self-reported data by TPI supporters, they may double-count assets. | ||
</div> | ||
</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 | ||
Become a supporter | ||
</h2> | ||
|
||
<div class="benefits"> | ||
|
@@ -162,7 +162,7 @@ | |
<section class="section tpi-home__latest-research"> | ||
<div class="container"> | ||
<h2 class="section-title is-size-5-mobile is-size-2"> | ||
Featured News and Analysis | ||
Featured news and analysis | ||
</h2> | ||
|
||
<div class="section-description"> | ||
|
@@ -198,18 +198,18 @@ | |
<section class="section tpi-home__funders"> | ||
<div class="container"> | ||
<h2 class="section-title is-size-5-mobile is-size-2"> | ||
Funding Partners | ||
Funding partners | ||
</h2> | ||
<div class="section-description"> | ||
<div class="subtitle">TPI Centre is supported by</div> | ||
<div class="images"> | ||
<img src="<%= asset_path 'tpi/funders/climate-arc.png' %>" /> | ||
<img src="<%= asset_path 'tpi/funders/fte-russell.png' %>" /> | ||
<img src="<%= asset_path 'tpi/funders/ftse-russell-horizontal.png' %>" /> | ||
<img src="<%= asset_path 'tpi/funders/lseg-foundation.png' %>" /> | ||
<img src="<%= asset_path 'tpi/funders/tpi.png' %>" /> | ||
</div> | ||
<br /> | ||
<div class="info">If you would like to discuss funding the TPI Centre's work, please <a href="mailto:[email protected]" class="footer-link">Contact Us</a></div> | ||
<div class="info">If you would like to discuss funding TPI Centre's work, please <a href="mailto:[email protected]" class="footer-link">Contact Us</a></div> | ||
</div> | ||
</div> | ||
</section> | ||
|
@@ -222,9 +222,9 @@ | |
</div> | ||
|
||
<div class="column is-5-desktop subscribe__container"> | ||
<h2 class="is-size-4 is-hidden-touch">Subscribe to the Newsletter</h2> | ||
<h2 class="is-size-4 is-hidden-touch">Subscribe to the newsletter</h2> | ||
<div class="subscribe-title is-hidden-desktop"> | ||
<div>Subscribe to the TPI newsletter</div> | ||
<div>Subscribe to the newsletter</div> | ||
<img src="<%= asset_path 'newsletter_background/newsletter_img_new.png' %>" alt="tpi newsletter logo"> | ||
</div> | ||
|
||
|