From b9532661e99282b5ad8a7207fee2a911187fd628 Mon Sep 17 00:00:00 2001 From: floam Date: Wed, 2 Nov 2005 03:49:34 +0000 Subject: * Adding initial super-dooper XHTML/CSS version of the website to SVN. git-svn-id: svn://svn.icculus.org/quake3/trunk@212 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/index.html | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ web/ioq3.css | 40 +++++++++++++++++++++ web/quake3.jpg | Bin 0 -> 28458 bytes 3 files changed, 148 insertions(+) create mode 100644 web/index.html create mode 100644 web/ioq3.css create mode 100644 web/quake3.jpg diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..f57dff2 --- /dev/null +++ b/web/index.html @@ -0,0 +1,108 @@ + + + + + + icculus.org/quake3 - retalS yrahcaZ ,em ot sehctap ruoy dnes tsum uoy ,emag + siht niw oT + + + +

icculus.org/quake3

+ +

Quake 3 runs natively on everything, thanks to ID Software for releasing the + game source.

+ +

Open-Source Quake 3 does not entitle you to steal, warez, + pie-rat, or borrow Quake 3/Team Arena data. Do not file bugs or show your face in + the IRC channel if you've acquired + the game data illegally!

+

Quake3

+ + +

What works:

+ + +

What doesn't work/known bugs:

+ +

What's the point?

+ + +

To use:

+ + +

If you have problems:

+

+ Submit everything to the bugzilla. + Do NOT contact us for copies of the game. + Otherwise, if you aren't sending us patches, or good feedback, don't contact us at all. +

+ + diff --git a/web/ioq3.css b/web/ioq3.css new file mode 100644 index 0000000..d22a31c --- /dev/null +++ b/web/ioq3.css @@ -0,0 +1,40 @@ +body, html { + font-family: "Trebuchet Sans MS", "Bitstream Vera Sans", sans-serif; + font-size: 10pt; + background-color: #888; +} + +:link, :visited { + color: black; + font-weight: bold; + text-decoration: underline; +} + +:link:hover, :visited:hover { + color: maroon; +} + +h1 { + color: maroon; + font-size: 1.75em; +} + +h2 { + color: #440000; + font-size: 1.25em; +} + +img { + float: right; +} + +.shell { + font-family: "smoothansi", "Bitstream Vera Sans Mono", "Terminal", monospace; +} + +.angryzakk { + background-color: #aaa; + font-style: italic; + font-size: 1.2em; + font-weight: bold; +} diff --git a/web/quake3.jpg b/web/quake3.jpg new file mode 100644 index 0000000..9ab814a Binary files /dev/null and b/web/quake3.jpg differ -- cgit v1.2.3