diff --git a/admin.php b/admin.php new file mode 100644 index 0000000..202edd2 --- /dev/null +++ b/admin.php @@ -0,0 +1,50 @@ + + +
+If you want to have a name shown instead of your mac, enter your mac and desired name below.
+ + + diff --git a/fonts/AnjaEliane.ttf b/fonts/AnjaEliane.ttf new file mode 100644 index 0000000..c8d6efc Binary files /dev/null and b/fonts/AnjaEliane.ttf differ diff --git a/fonts/eurofurence/eurof35.ttf b/fonts/eurofurence/eurof35.ttf new file mode 100644 index 0000000..ad174c3 Binary files /dev/null and b/fonts/eurofurence/eurof35.ttf differ diff --git a/fonts/eurofurence/eurof36.ttf b/fonts/eurofurence/eurof36.ttf new file mode 100644 index 0000000..9c56f48 Binary files /dev/null and b/fonts/eurofurence/eurof36.ttf differ diff --git a/fonts/eurofurence/eurof55.ttf b/fonts/eurofurence/eurof55.ttf new file mode 100644 index 0000000..94a9d79 Binary files /dev/null and b/fonts/eurofurence/eurof55.ttf differ diff --git a/fonts/eurofurence/eurof56.ttf b/fonts/eurofurence/eurof56.ttf new file mode 100644 index 0000000..7760acf Binary files /dev/null and b/fonts/eurofurence/eurof56.ttf differ diff --git a/fonts/eurofurence/eurof75.ttf b/fonts/eurofurence/eurof75.ttf new file mode 100644 index 0000000..ded8b46 Binary files /dev/null and b/fonts/eurofurence/eurof75.ttf differ diff --git a/fonts/eurofurence/eurof76.ttf b/fonts/eurofurence/eurof76.ttf new file mode 100644 index 0000000..99b9730 Binary files /dev/null and b/fonts/eurofurence/eurof76.ttf differ diff --git a/fonts/eurofurence/eurof_tt.txt b/fonts/eurofurence/eurof_tt.txt new file mode 100644 index 0000000..9c45e6c --- /dev/null +++ b/fonts/eurofurence/eurof_tt.txt @@ -0,0 +1,21 @@ +------------------------------------------------------------------------ +The eurofurence typeface family by tobias b koehler (unci@tigerden.com) +------------------------------------------------------------------------ + +This is a family of geometric rounded sans serif fonts consisting of +three weights (light, medium, bold) in upright and italic styles, +originally designed for EuroFurence, the first European furry convention +1995 in Kaiser-Wilhelm-Koog. + +The character set includes Roman, Greek and Cyrillic characters. +File format is TrueType for PC (under Windows, Linux etc). + +These fonts are freeware and can be distributed as long as they are +together with this text file. I would appreciate it though if you could +contact me at unci@tigerden.com if you put them on a server. Free +samples from commercial users are always very welcome. :) + +For more information, please see the uncifonts WWW page at: +http://mercurio.iet.unipi.it/users/tobias/uncifonts.html + +Have fun! tobias b koehler, 2000-04-02 \ No newline at end of file diff --git a/img/pamela-logo.png b/img/pamela-logo.png new file mode 100644 index 0000000..6b5d979 Binary files /dev/null and b/img/pamela-logo.png differ diff --git a/pamela.css b/pamela.css new file mode 100644 index 0000000..e0d7672 --- /dev/null +++ b/pamela.css @@ -0,0 +1,23 @@ +@font-face { + font-family: AnjaEliane; + src: url('http://localhost/sb/pamela/fonts/AnjaEliane.ttf'); +} + +@font-face { + font-family: Eurofurence; + src: url('http://localhost/sb/pamela/fonts/eurofurence/eurof35.ttf'); +} + +body { + font-family: Eurofurence; +} + +h1, h2, h3, h4, h5, h6 { + font-family: AnjaEliane, sans-serif; + font-weight: normal; +} + +p { + font-family: Eurofurence; + font-size: 16pt; +}