Skip to content

Commit

Permalink
Merge pull request #88 from IamShubhamGupto/master
Browse files Browse the repository at this point in the history
New Schmidt Futures logo
  • Loading branch information
johannag126 authored Jul 18, 2024
2 parents 9c6ca98 + 4f1fc04 commit 96e1cca
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 16 deletions.
8 changes: 3 additions & 5 deletions content/pages/about/content1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
title: 'Our funder'
date: 2018-12-06T09:29:16+10:00
weight: 1
background: '/images/ant-rozetsky-unsplash.jpg'
background: images/dominik-schroder-FIKD9t5_5zQ-unsplash.jpg
align: right
---

##### This project is supported by **Schmidt Futures**, a philanthropic initiative founded by Eric and Wendy Schmidt that bets early on exceptional people making the world better, particularly through innovative breakthroughs in science and technology.
This project is supported by **Schmidt Sciences, LLC**, a philanthropy dedicated to fostering the advancement of science and technology. Read more in our **[press release](https://www.nyu.edu/about/news-publications/news/2021/march/international-collaboration-will-use-artificial-intelligence-to-.html)**

![](/images/Schmidt-Futures-Logo-smaller.jpeg)

##### Read more in our **[press release](https://www.nyu.edu/about/news-publications/news/2021/march/international-collaboration-will-use-artificial-intelligence-to-.html)**
![](/images/schmidtsciences_primary_color.png)
2 changes: 1 addition & 1 deletion content/pages/about/content4.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Innovation'
weight: 4
date: 2018-12-06T09:29:16+10:00
background: 'images/dominik-schroder-FIKD9t5_5zQ-unsplash.jpg'
background: /images/ant-rozetsky-unsplash.jpg
align: left
---

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 10 additions & 7 deletions themes/hugo-hero-theme/assets/scss/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
padding-bottom: 20px;
.footer-inner {
display: flex;
justify-content: space-between;
justify-content: center;
flex-direction: column;
align-items: flex-start;
align-items: center;
@include media-breakpoint-up(sm) {
justify-content: space-between;
flex-direction: row;
align-items: center;
flex-direction: column;
}
}
.footer-title {
Expand Down Expand Up @@ -48,9 +46,14 @@
&.copyright {
font-weight: bold;
color: lighten($secondary, 50%);
display: inline-block;
display: flex;
vertical-align: middle;
align-items: center;
// min-height: 200px;
@include media-breakpoint-up(md) {
display: inline-block;
display: flex;
vertical-align: middle;

}
}
}
Expand Down
25 changes: 22 additions & 3 deletions themes/hugo-hero-theme/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,30 @@
<style>
.center-list {
display: flex;
justify-content: center;
align-items: stretch;
/* min-height: 100vh; */
margin: 0;
text-align: center;

}
.image-wrapper {
max-width: 200px;
width: 100%;
}
</style>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-12">
<div class="footer-inner">
<ul>
<li class="logof"> <a href="https://schmidtfutures.com/" target="blank"><img src='https://m2lines.github.io/images/Schmidt-Futures-Logo-small.jpg' /></a></li>
<li class="copyright">This project is supported by Schmidt Futures, a philanthropic initiative founded by Eric and Wendy Schmidt that bets early on exceptional people making the world better, particularly through innovative breakthroughs in science and technology.</li>
<ul class="center-list">
<li>
<a href="https://schmidtfutures.com/" target="_blank" class="image-wrapper">
<img src='/images/schmidtsciences_primary_color.png' style="width: 100%; height: auto;"/>
</a>
</li>
<li class="copyright">This project is supported by Schmidt Sciences, LLC.</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 96e1cca

Please sign in to comment.