Commit 4ecd3df0f7d1218082d4e0742ed680e91e84257e
1 parent
aa04230c
Exists in
master
feat: use the new icon syntax in the content
Showing
1 changed file
with
12 additions
and
5 deletions
Show diff stats
content.yml
... | ... | @@ -375,7 +375,7 @@ laws_plot: |
375 | 375 | # The content is Markdown. HTML is also allowed. |
376 | 376 | # If you also want Markdown in the titles, just ask. |
377 | 377 | home: |
378 | - # The hero block (aka. jumbotron) is the top-level, salient block | |
378 | + # The hero block (aka. jumbotron) is the top-level, salient block. | |
379 | 379 | # It's like a welcoming mat :) |
380 | 380 | hero: |
381 | 381 | title: Estimate your travel carbon footprint |
... | ... | @@ -384,13 +384,13 @@ home: |
384 | 384 | description: | |
385 | 385 | Travel footpint calculator provided by Didier Barret |
386 | 386 | <br> |
387 | - <span class="glyphicon glyphicon-globe" aria-hidden="true"></span> | |
387 | + <icon globe> | |
388 | 388 | CNRS, |
389 | - <span class="glyphicon glyphicon-home" aria-hidden="true"></span> | |
389 | + <icon house> | |
390 | 390 | [IRAP](http://www.irap.omp.eu), |
391 | - <span class="glyphicon glyphicon-user" aria-hidden="true"></span> | |
391 | + <icon bell> | |
392 | 392 | [@DidierBarret](https://twitter.com/DidierBarret), |
393 | - <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> | |
393 | + <icon envelope> | |
394 | 394 | [didier.barret@gmail.com](mailto:didier.barret@gmail.com) |
395 | 395 | |
396 | 396 | # Three blocks per section. |
... | ... | @@ -830,7 +830,9 @@ estimation: |
830 | 830 | description: | |
831 | 831 | Thank you for using our service. |
832 | 832 | <br> |
833 | + <strong> | |
833 | 834 | Bookmark this webpage, it is private and unlisted. |
835 | + </strong> | |
834 | 836 | failure: |
835 | 837 | hero: |
836 | 838 | title: Your estimation has failed! |
... | ... | @@ -859,6 +861,11 @@ estimation: |
859 | 861 | ### See also |
860 | 862 | - [EPA's Equivalencies Calculator](https://www.epa.gov/sites/production/files/widgets/ghg-calc/calculator.html#emissions) |
861 | 863 | |
864 | + ### Contact Us | |
865 | + - <icon envelope> [didier.barret@irap.omp.eu](mailto:didier.barret@irap.omp.eu) | |
866 | + - <icon bug> [Report](https://gitlab.irap.omp.eu/carbon/travel-carbon-footprint.irap.omp.eu/issues) an issue | |
867 | + - <icon puzzle> [Hire](mailto:antoine@goutenoir.com) a nerd | |
868 | + | |
862 | 869 | footer: |
863 | 870 | credits: | |
864 | 871 | Didier Barret (IRAP) © 2019 | ... | ... |