mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 23:32:38 +00:00
added gallery
This commit is contained in:
parent
3bdc72491a
commit
402e4e9006
1 changed files with 75 additions and 0 deletions
75
gallery.php
Normal file
75
gallery.php
Normal file
|
@ -0,0 +1,75 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>QuakeForge: An Open Source Quake Development Project</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; CHARSET=iso-8859-1">
|
||||
<meta name="description" content="The QuakeForge Project">
|
||||
<meta name="Author" content="members of The QuakeForge Project">
|
||||
|
||||
<style type="text/css">
|
||||
<!--
|
||||
A:link {text-decoration: none}
|
||||
A:visited {text-decoration: none}
|
||||
A:active {text-decoration: none;}
|
||||
A:hover {text-decoration: underline}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body text="#ffffff" bgcolor="#000000" link="#SkyBlue" vlink="#0000ff" alink="LightSeaGreen">
|
||||
|
||||
<table BORDER="0" COLS="0" WIDTH="95%" align="center">
|
||||
<tr>
|
||||
<td WIDTH="100%" align=center>
|
||||
<a href="contest.php"><img src="images/qfcontest.gif" border="0" align="absmiddle"></a><img src="images/qfproject2small.png" border="0" align="absmiddle">
|
||||
<br><br>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td WIDTH="100%" align=center><hr>
|
||||
[ <a href="index.php">about</a> ]
|
||||
[ <a href="news.php">news</a> ]
|
||||
[ <a href="progress.php">progress</a> ]
|
||||
[ <a href="irc.php">irc</a> ]
|
||||
[ <a href="devfiles.php">downloads</a> ]
|
||||
[ <a href="howto.php">howto</a> ]
|
||||
[ <a href="http://sourceforge.net/mail/?group_id=882">mailing lists</a> ]
|
||||
[ <a href="links.php">links</a> ]
|
||||
[ <a href="develop.php">developers</a> ]
|
||||
[ <a href="mailto:palisade@quakeforge.net">comments</a> ]
|
||||
[ <a href="files/CREDITS">Credits</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td WIDTH="100%" align="left" valign="center">
|
||||
<table width="100%" border="0" cellspacing="0" align="center" bgcolor="#3e4266">
|
||||
<tr>
|
||||
<hr>
|
||||
<td align="center">
|
||||
<b><font size="+1"><a name="logos">Logo Gallery</a></font></b>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br><center>
|
||||
<font size="+1"><a href="mailto:dougf@riotsoftware.com">Doug Faddis</a> sent in:</font><br>
|
||||
<img src="images/qf-df1.png" border=0>
|
||||
<img src="images/qf-df2.png" border=0>
|
||||
<hr>
|
||||
<br><br></center>
|
||||
<br>
|
||||
<hr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<br>
|
||||
<font size="-1">
|
||||
<br>Website Copyright (C) 1999,2000 contributors of the QuakeForge Project.
|
||||
<br><a href="copyright.php">View Additional Copyright and Trademark Acknowledgements</a>
|
||||
</font>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue