diff options
author | Jonas Kohl | 2024-07-25 10:29:28 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-07-25 10:29:28 +0200 |
commit | ab262193c5e852729b40a9c1618e68fa44c1b702 (patch) | |
tree | acc059f0f366bac4dd869d5da5320e234f838908 | |
parent | a5e6e1465ccc4bc90213eea9351384067d50e413 (diff) |
Add vista screenshot
-rw-r--r-- | src/pages/about.php | 14 | ||||
-rw-r--r-- | src/static/vista.png | bin | 0 -> 1264433 bytes | |||
-rw-r--r-- | src/static/vista_thumb.jpg | bin | 0 -> 6757 bytes |
3 files changed, 14 insertions, 0 deletions
diff --git a/src/pages/about.php b/src/pages/about.php index b10fb84..16f29ad 100644 --- a/src/pages/about.php +++ b/src/pages/about.php @@ -76,6 +76,15 @@ available solely via HTTP over at height="192" /><!-- --></a> </td> +<td style="width:242px;padding:12px 12px 0" class="center"> + <a class="imgLink" target="_new" href="/static/vista.png"><!-- + --><img src="/static/vista_thumb.jpg" + alt="Screenshot of the home page being displayed in + IE 9 on Windows Vista" + width="240" + height="192" /><!-- + --></a> +</td> </tr> <tr> <td class="center vtop"> @@ -83,5 +92,10 @@ available solely via HTTP over at in Safari 6.0.5 on OS X 10.8.5 (real hardware)<br /> <span class="enlarge">(Click image to enlarge)</span></span> </td> +<td class="center vtop"> + <span class="smallText">Fig. 4: Screenshot of the home page being displayed + in IE 9 on Windows Vista (real hardware)<br /> + <span class="enlarge">(Click image to enlarge)</span></span> +</td> </tr> </tbody></table> diff --git a/src/static/vista.png b/src/static/vista.png Binary files differnew file mode 100644 index 0000000..d93d07b --- /dev/null +++ b/src/static/vista.png diff --git a/src/static/vista_thumb.jpg b/src/static/vista_thumb.jpg Binary files differnew file mode 100644 index 0000000..1abed45 --- /dev/null +++ b/src/static/vista_thumb.jpg |