diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-12-15 21:33:06 +0100 |
---|---|---|
committer | rodarima <rodarima@gmail.com> | 2024-12-15 21:40:38 +0100 |
commit | 27d4c05c16b61a43f2972ffa8671fa5eb4faef18 (patch) | |
tree | 95cf0894952808607e2a501247f0a2c890e8eca8 /index.html | |
parent | 36cd45ac01f0314680d17775f91598fe0e9fec31 (diff) |
Add 25 years page
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -24,6 +24,11 @@ h3 { background: #f0f0f0; padding: 0.5em } +.birthday { + border: 1px solid black; + background: #ffffea; + padding: 1em; +} .github-button { padding: 0.5em; border: 1px solid lightgrey; float: right; background: #f5f5f5 } .github-logo { height: 1.5em; vertical-align: middle; } @@ -60,7 +65,14 @@ table { margin: 1.5em; } Read the <a href="user_help.html">user manual</a> to discover how to use all the features. </p> - + <div class=birthday style="text-align:center"> + <img style="display:inline; padding:5px" alt="Birthday" src="25-years/birthday.gif"> + <span style="font-size:20px"> + <a href="25-years/index.html">25 years + of Dillo</a> + <p>Dillo is now 25 years old!, since the first release in Dec 1999 + </span> + </div> <h2>Screenshots</h2> <a href="img/plan9.png"><img alt="Plan9 website" class="shot" src="img/mini-plan9.png"></a> <a href="img/armadillo.png"><img alt="Armadillo Wikipedia page" class="shot" src="img/mini-armadillo.png"></a> |