aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/gallery.phtml
blob: e433da8a14b03296852768939863f1e5d5bc3d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?php  
  require('functions.php3');
  small_header("Proof General Gallery"); 
  ?>

<blockquote>
<p>
Here are some publicity pictures for Proof General.  They were created
by David Aspinall in his spare time, using the excellent freeware
programs <a href="http://www.gimp.org">GIMP</a> and <a
href="http://www.blender.nl">Blender</a>.  The General himself is
based on a commercial mesh given away by 
<a href="http://www.viewpoint.com">Viewpoint</a>.
</p>
<p>
Click on a thumbnail to see a full-size images.  All full-size images
are 720x990 pixel JPGs (a nice size to print at 180dpi on A5 paper).
Please download and print for your own use!  
<p>
Copyright for the images is held by 
<a href="http://www.dcs.ed.ac.uk/home/da">David Aspinall</a>.
Please do not publish the images or incorporate them into other
work without his permission.  If you have comments or suggestions,
or if you would like a copy of one of the images
in another size or format, 
please <a href="feedback.phtml">contact us</a>.
</p>

</p>
<p>
For pictures of what Proof General looks like in use,
see the <a href="screenshot.phtml">screenshots</a> page.
</p>
</blockquote>

<!-- todo: php3 this -->
<table width="80%">
<tr>
<td width="200">
<a href="images/portrait.jpg">
<img src="images/portrait-thumb.jpg" alt="Portrait" width=150 height=206 border=0>
</a>
</td>
<td>
<p>
Proof General portrait <br>
This is the Proof General logo, 
with the home page URL at the bottom. <br>
A nice poster for your wall or door. <br>
</p>
</tr>
<tr>
<td>
<a href="images/whip.jpg">
<img src="images/whip-thumb.jpg" alt="New recruit" width=150 height=206 border=0>
</a>
</td>
<td>
<p>
New Recruits Wanted  <br>
This is a request for help with the Proof General
project. <br>
Please <a href="feedback.phtml">sign up here</a>!
</p>
</tr>
<tr>
<td>
<a href="images/whole-man.jpg">
<img src="images/whole-man-thumb.jpg" alt="Whole man" width=150 height=206 border=0>
</a>
</td>
<td>
<p>
Scary boots!  <br>
This is a full-length shot of Proof General,
again with the home page at the bottom.
</p>
</tr>
</table>

<?php
   click_to_go_back();
   footer();
?>