|
From: <sv...@va...> - 2014-09-12 17:09:26
|
Author: de
Date: Fri Sep 12 17:09:02 2014
New Revision: 493
Log:
Added acknowledgement re mythic's hosting donation
Added:
trunk/images/mythic-logo.png (with props)
Modified:
trunk/help/contributing.html
trunk/php/footer.php
Modified: trunk/help/contributing.html
==============================================================================
--- trunk/help/contributing.html (original)
+++ trunk/help/contributing.html Fri Sep 12 17:09:02 2014
@@ -20,6 +20,14 @@
infrastructure, or doing research with it, please consult our
<a href="/help/projects.html">project suggestions</a> page.
+<h3>Hosting</h3>
+<div>
+ <img style="float:right;" src="/images/mythic-logo.png" width="246" height="112" alt="Mythic Beasts" title="Mythic Beasts" border="0" />
+ <div>Hosting for the Valgrind website and svn repo are very kindly donated by <a href="https://www.mythic-beasts.com/">Mythic Beasts</a>.</div>
+ <div>Visit the Mythic Beasts website at <a href="https://www.mythic-beasts.com/">www.mythic-beasts.com</a> for more information.</div>
+</div>
+<br clear="all"/>
+
<h3>Money</h3>
<p>Donations are welcome, large or small. They help pay day-to-day
running costs, such as bandwidth, web-hosting, electricity, and hardware
Added: trunk/images/mythic-logo.png
==============================================================================
Binary file - no diff available.
Modified: trunk/php/footer.php
==============================================================================
--- trunk/php/footer.php (original)
+++ trunk/php/footer.php Fri Sep 12 17:09:02 2014
@@ -11,7 +11,13 @@
?>
<p>Copyright © <?php echo $config['dt_copyright'] ?>
<a href="/info/developers.html">Valgrind™ Developers</a></p>
- <p><a href="http://www.anybrowser.org/campaign/">Best Viewed With A(ny) Browser</a></p>
+
+ <div style="text-align:left">
+ <div>Hosting kindly donated by <a href="https://www.mythic-beasts.com/">Mythic Beasts</a></div>
+ <div><a href="http://www.anybrowser.org/campaign/"><i>Best Viewed With A(ny) Browser</i></a></div>
+ <br />
+ </div>
+
</td>
</tr>
</table>
|