Skip to content

Commit e67270b

Browse files
committed
placeholders for more logo grid
1 parent 1680d6c commit e67270b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

site/img/logos/intuit.png

5.9 KB
Loading

site/img/logos/twitter.png

6.92 KB
Loading

site/index.html.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,10 @@ type Person {
464464
<a href="https://www.facebook.com/" target="_blank">
465465
<img src="/img/logos/facebook.png" title="Facebook" />
466466
</a>
467-
{/*
467+
{/** /}
468+
<a href="https://twitter.com/" target="_blank">
469+
<img src="/img/logos/twitter.png" title="Twitter" className="round" />
470+
</a>
468471
<a href="https://github.com/" target="_blank">
469472
<img src="/img/logos/github.png" title="GitHub" className="round" />
470473
</a>
@@ -474,7 +477,10 @@ type Person {
474477
<a href="https://www.airbnb.com/" target="_blank">
475478
<img src="/img/logos/airbnb.png" title="Airbnb" className="round" />
476479
</a>
477-
*/}
480+
<a href="https://www.intuit.com/" target="_blank">
481+
<img src="/img/logos/intuit.png" title="Intuit" />
482+
</a>
483+
{/**/}
478484
<a href="https://www.coursera.org/" target="_blank">
479485
<img src="/img/logos/coursera.png" title="Coursera" />
480486
</a>

0 commit comments

Comments
 (0)