Skip to content

Commit

Permalink
Add link to uptime and minor fix on funding
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Dec 4, 2024
1 parent 70aea32 commit e892e6e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/app/components/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@

<div flex="25" flex-xs="100" layout="row" layout-xs="column" layout-sm="column" layout-align="start center" class="footer-block">
<img class="flag" style="height:48px" src="./assets/images/eu_flag.png" alt="fablab" />
<p class="color-white text-funding"> Smart Citizen has received funding from the European Community’s H2020 Programme under Grant Agreement No. 689954.</p>
<p class="color-white text-funding">
Smart Citizen has received funding from the European Community's H2020 and HORIZON Programmes.
</p>
</div>
<div layout="row" layout-align="space-between center" class="footer-block uptimerobot-sponsor">
<div class="uptimerobot-sponsor-text"><p>Monitoring sponsored by</p></div>
<div><img class="uptimerobot-logo" src="./assets/images/uptimerobot-logo.svg" alt="fablab" /></div>
<div>
<a href="https://uptimerobot.com/" target="_blank">
<img class="uptimerobot-logo" src="./assets/images/uptimerobot-logo.svg" alt="fablab" /></div>
</a>
</div>

<div flex="100" layout="row" layout-align="center center" style="margin-top:20px; padding-bottom:10px">
<p class="color-white text-left">Smart Citizen® embraces openness by design: all content on this page is licensed under a <a class="footer-link" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>. The platform’s software is released under <a class="footer-link" href="https://www.gnu.org/licenses/agpl-3.0.en.html#license-text">the GNU Affero General Public License v3.0</a>, its core hardware under the <a class="footer-link" href="https://ohwr.org/project/cernohl/-/wikis/uploads/819d71bea3458f71fba6cf4fb0f2de6b/cern_ohl_s_v2.txt">CERN Open Hardware License</a>, and its data under the <a class="footer-link" href="https://opendatacommons.org/licenses/odbl/1-0/">Open Database License</a> — empowering anyone to explore, replicate, and innovate with our tools. Feel free to also check the <a class="footer-link" target="_blank" rel="policy" href="policy">Terms of use and Privacy Policy</a> for more information.</p>
</div>
Expand Down

0 comments on commit e892e6e

Please sign in to comment.