This is an automated email from the ASF dual-hosted git repository. drdub pushed a commit to branch bugfix/2-broken-image-copyright in repository https://gitbox.apache.org/repos/asf/uima-site.git
commit 5f56299fca3b734ca74faa2f29fe3a277e9619b5 Author: Pablo Duboue <[email protected]> AuthorDate: Thu Mar 7 21:08:34 2024 -0800 Fix broken / old images Changed copyright year on pages --- xdocs/index.xml | 5 ++--- xdocs/stylesheets/site.vsl | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/xdocs/index.xml b/xdocs/index.xml index c172fb69..7c3885f8 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -31,11 +31,10 @@ <div style="float: right; width: 220px; margin-left: 10px; border: 1px solid grey; background: white;" > <div style="text-align: center; border-bottom: 1px solid grey; margin:0.2em; padding-bottom: 0.2em;"> <a href="https://www.apache.org/events/current-event.html"> - <img style="width: 210px" src="https://www.apachecon.com/images/landingpage/events/acna19.png"/> - <!-- img src="https://www.apache.org/events/current-event-234x60.png"/ --> + <img style="width: 210px" src="https://eu.communityovercode.org/images/coc-logo-color.svg"/> </a> </div> - <div style="text-align: center; border-bottom: 1px solid grey; margin:0.2em; padding-bottom: 0.2em;"><a href="https://donate.apache.org"></a><img style="width:100px" src="https://blogs.apache.org/foundation/mediaresource/d67ca611-a57c-462d-ac23-95063f81d175" title="Donate to ASF"/><a/></div> + <div style="text-align: center; border-bottom: 1px solid grey; margin:0.2em; padding-bottom: 0.2em;"><a href="https://donate.apache.org"></a><img style="width:100px" src="https://blogs.apache.org/foundation/mediaresource/d67ca611-a57c-462d-ac23-95063f81d175.png" title="Donate to ASF"/><a/></div> <!-- Commented out because Twitter set an awful amount of cookies / potential GDPR problems --> <!-- <a width="220" class="twitter-timeline" data-dnt="true" href="https://twitter.com/ApacheUIMA" data-widget-id="711227112531894273">Tweets by @ApacheUIMA</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^https:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> diff --git a/xdocs/stylesheets/site.vsl b/xdocs/stylesheets/site.vsl index 226a903f..60e5caec 100644 --- a/xdocs/stylesheets/site.vsl +++ b/xdocs/stylesheets/site.vsl @@ -357,7 +357,7 @@ under the License. <td><a href="index.html">Home</a></td> <td><a href="privacy-policy.html">Privacy Policy</a></td> <td style="font-size:75%"> - Copyright © 2006-2013, The Apache Software Foundation.<br/> + Copyright © 2006-2024, The Apache Software Foundation.<br/> Apache UIMA, UIMA, the Apache UIMA logo and the Apache Feather logo are trademarks of The Apache Software Foundation.<br/> All other marks mentioned may be trademarks or registered trademarks of their respective owners. </td>
