s/sponsor/about/g
This commit is contained in:
parent
c20c390877
commit
d2f5b9f7cb
modules/client
|
@ -1,7 +1,7 @@
|
||||||
npmcdn is an [open source](https://github.com/mjackson/npmcdn) project built by me, [Michael Jackson](https://twitter.com/mjackson). I built it because, as an npm package author, it felt tedious for me to use existing, git-based CDNs to make my open source work available via CDN. Development was sponsored by my company, [React Training](https://reactjs-training.com).
|
npmcdn is an [open source](https://github.com/mjackson/npmcdn) project built by me, [Michael Jackson](https://twitter.com/mjackson). I built it because, as an npm package author, it felt tedious for me to use existing, git-based CDNs to make my open source work available via CDN. Development was sponsored by my company, [React Training](https://reactjs-training.com).
|
||||||
|
|
||||||
<div class="sponsor-logos">
|
<div class="about-logos">
|
||||||
<div class="sponsor-logo">
|
<div class="about-logo">
|
||||||
<a href="https://reactjs-training.com"><img src="../ReactTrainingLogo.png"></a>
|
<a href="https://reactjs-training.com"><img src="../ReactTrainingLogo.png"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,11 +12,11 @@ We'd love to talk to you more about training your team on [React](https://facebo
|
||||||
|
|
||||||
The fast, global infrastructure that powers npmcdn is graciously provided by [CloudFlare](https://www.cloudflare.com) and [Heroku](https://www.heroku.com).
|
The fast, global infrastructure that powers npmcdn is graciously provided by [CloudFlare](https://www.cloudflare.com) and [Heroku](https://www.heroku.com).
|
||||||
|
|
||||||
<div class="sponsor-logos">
|
<div class="about-logos">
|
||||||
<div class="sponsor-logo">
|
<div class="about-logo">
|
||||||
<a href="https://www.cloudflare.com"><img src="../CloudFlareLogo.png"></a>
|
<a href="https://www.cloudflare.com"><img src="../CloudFlareLogo.png"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="sponsor-logo">
|
<div class="about-logo">
|
||||||
<a href="https://www.heroku.com"><img src="../HerokuLogo.png"></a>
|
<a href="https://www.heroku.com"><img src="../HerokuLogo.png"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -102,17 +102,17 @@ header nav a:visited {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sponsor-logos {
|
.about-logos {
|
||||||
margin: 2em 0;
|
margin: 2em 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.sponsor-logo {
|
.about-logo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
.sponsor-logo img {
|
.about-logo img {
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue