diff --git a/eleventy.config.js b/eleventy.config.js
index f60a560..b53c63f 100644
--- a/eleventy.config.js
+++ b/eleventy.config.js
@@ -48,6 +48,10 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("retro/mega-st-high/*.jpg");
eleventyConfig.addPassthroughCopy("retro/mistery-core/*.jpg");
+ // Standalone demo group archives (static HTML)
+ eleventyConfig.addPassthroughCopy("phobia/**");
+ eleventyConfig.addPassthroughCopy("tcm/**");
+
// Root-level shared assets
eleventyConfig.addPassthroughCopy({ "shared/base.css": "shared-base.css" });
eleventyConfig.addPassthroughCopy({ "shared/favicon/hub.svg": "favicon.svg" });
diff --git a/phobia/index.html b/phobia/index.html
new file mode 100755
index 0000000..eb13b0b
--- /dev/null
+++ b/phobia/index.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
+
Welcome to the PHOBIA DemoGroup Archive
+
+
This site showcases the releases from my DemoGroup, PHOBIA. Although PHOBIA existed only briefly on the PC in 1994, it made a notable impact with its focus on PC intros. The highlight of our work was the major release, the Phobia Welcome Intro.
+
Feel free to explore and enjoy the nostalgia of the early days of PC intros.
+
Best regards, Stefan Koelle
+
+
+
+
+

+
+
+
+
Phobia Welcome Intro
+
The Phobia Welcome Intro was programmed in 1994 using Turbo Pascal, with inline assembler for the graphics routines. The idea for this intro was inspired by an Amiga demo, though the specific name of the demo has been forgotten. All graphics and programming were done by Stefan Koelle on a 486 DX50 DOS PC.
+
This intro utilized an early version of the X-LIB unit, specifically the TextGraf.pas, which was also developed by Stefan Koelle. The source code for the intro is available on GitHub. The primary technique used in this intro to create the illusion of movement was through color palette changes, rather than altering the pixels on the screen.
+
The music for the intro was borrowed from an old Amiga demo and played using a public Mod-Player. The font used in the intro was custom-created and compiled into the executable as an object, along with the music and graphics.
+
+
Key Details:
+
+
+ | Feature |
+ Description |
+
+
+ | Programming Language |
+ Turbo Pascal with inline assembler |
+
+
+ | Year |
+ 1994 |
+
+
+ | Developer |
+ Stefan Koelle |
+
+
+ | Development Machine |
+ 486 DX50 DOS PC |
+
+
+ | Graphics Technique |
+ Color palette changes |
+
+
+ | Music Source |
+ Old Amiga demo |
+
+
+ | Music Player |
+ Public Mod-Player |
+
+
+ | Custom Font |
+ Compiled into the executable as an object |
+
+
+ | Graphics Library |
+ Early version of X-LIB unit (TextGraf.pas) |
+
+
+ | Source Code |
+ Available on GitHub https://github.com/skoelle/dos-phobia-welcome-intro |
+
+
+
+
+
+
+
+
+
+

+
+
+
TranceMission is a group known for creating demos and intros, primarily in the early 1990s. These demos often showcased advanced graphics, sound, and programming techniques using Turbo Pascal and assembler. The group was led by Stefan Koelle, who was responsible for coding, graphics, and music. TranceMission's work was characterized by creative animations, sound effects, and interactive elements, making them a notable name in the demo scene of that era. Their productions were designed to run on DOS-based PCs, often pushing the hardware capabilities of the time.
+
Sourcecode can be found on GitHub https://github.com/skoelle/dos-tcm-intros.
+
+
+

+
+
This Pascal program is a demo that displays animated stars and text on the screen, along with playing sound effects.
+
+
+ | Component |
+ Description |
+
+
+ | Initialization |
+ Sets up graphics mode and clears the screen. |
+
+
+ | Text Display |
+ Uses writeline procedure to display text. |
+
+
+ | Animation |
+ Animates stars moving across the screen. |
+
+
+ | Sound |
+ Plays sound if a SoundBlaster card is detected. |
+
+
+ | User Interaction |
+ Waits for a key press to exit the demo. |
+
+
+
+
+

+
+
This Pascal program is a demo that displays animated text and graphics with sound effects.
+
+
+ | Component |
+ Description |
+
+
+ | Initialization |
+ Sets up graphics mode and clears the screen. |
+
+
+ | Text Display |
+ Uses writeline and writeline2 procedures to display text. |
+
+
+ | Animation |
+ Animates text using a sine wave effect. Speed is controlled by 'S' and 'A' keys. |
+
+
+ | Sound |
+ Plays sound if a SoundBlaster card is detected. Volume is controlled by '+' and '-' keys. |
+
+
+ | User Interaction |
+ Responds to key presses and exits on ESC, Enter, or Space key. |
+
+
+
+
+

+
+
This Pascal program is a demo that displays a menu with animated text and graphics, along with playing sound effects.
+
+
+ | Component |
+ Description |
+
+
+ | Initialization |
+ Sets up graphics mode and clears the screen. |
+
+
+ | Text Display |
+ Uses writeline procedure to display text. |
+
+
+ | Animation |
+ Animates a logo and text with a wobble effect. |
+
+
+ | Sound |
+ Plays sound if a SoundBlaster card is detected. |
+
+
+ | User Interaction |
+ Allows navigation through a menu using the keyboard and exits the demo on specific key presses. |
+
+
+
+
+
Stefan Koelle 1992 - 1995
+
+
+
+
+