From 415e90a2e059ea32f6851dfb9b3c018b0a731a81 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 6 Oct 2008 18:13:56 +0000 Subject: Put the webpages in. --- pages/members.php | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 pages/members.php (limited to 'pages/members.php') diff --git a/pages/members.php b/pages/members.php new file mode 100644 index 0000000..2e00c66 --- /dev/null +++ b/pages/members.php @@ -0,0 +1,112 @@ +
+
+
Members
+
+
+"bent", + "name"=>"Bent Bisballe Nyeng", + "instrument"=>"Drums", + "equipment"=>"
The Aasimonster
Vater Super Jazz Metal sticks
Anatolian Baris Cymbals
Axis Longboard pedals with eKit triggers
Alesis DM5 trigger module", + "birthyear"=>"1979", + "influences"=>"Cryptopsy, Nile,
Suffocation, Vader, Atheist,
Dying Fetus, Benighted.", + "image"=>"bent_2008.jpg"), + + array("id"=>"tajs", + "name"=>"Tajs Kolman", + "instrument"=>"Lead Guitar", + "equipment"=>"Ibanez Universe UV7BK-97 guitar
Engl Savage Special Edition amp
Mesa Boogie Triaxis amp
TC Electronics G-Major effects.", + "birthyear"=>"1978", + "influences"=>"Symphony X,
Dimmu Borgir,
Spawn of Possession,
Necrophagist,
Yngwie Malmsteen,
Steve Vai.
", + //"hobbies"=>"Dai Ki Haku", + //"education"=>"Computer Science/Mathematics", + "image"=>"tajs_2008.jpg"), + + array("id"=>"simon", + "name"=>"Simon Pedersen", + "instrument"=>"Vocals", + "birthyear"=>"1978", + "image"=>"simon_2005.jpg"), + + array("id"=>"soren", + "name"=>"Søren Christensen", + "instrument"=>"Vocals", + "equipment"=>"Shure PGX24E/SM58 Wireless Microphone", + "birthyear"=>"1986", + "influences"=>"Krisiun, Morbid Angel, Immolation, Internal Suffering, Dying fetus, Hate eternal, Severe Torture, Grave, Emeth, Blood Red Throne", + "image"=>"teddy_2008.jpg"), + + array("id"=>"rasmus", + "name"=>"Rasmus Henriksen", + "instrument"=>"Rhythm Guitar", + "birthyear"=>"1978", + "image"=>"rasmus_2008.jpg"), + + array("id"=>"jonas", + "name"=>"Jonas Møller", + "instrument"=>"Bass", + "equipment"=>"Musicman SUB
Marshall JCM 800 - Bass Series
Fender cab", + "birthyear"=>"1983", + "influences"=>"Slayer, Dying Fetus, Suffocation, Visceral Bleeding, Gojira, Spawn of Possession, Origin, Aeon, Nasum and beer", + "image"=>"jonas_2008.jpg") + ); + + foreach($members as $m) { + if($m["id"] == $member) { +?> + + + + +
<?php echo $m[" src=""/> +

+
+Birthyear:
+Instrument: +

+ +

Equipment:

+ +

Influences:

+ +

Hobbies:

+ +

Education:

+
+ + + + + + + + + + Group image +
+ Rasmus                 + Tajs                 + Søren                 + Jonas                 + Bent +
+ + -- cgit v1.2.3