-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (70 loc) · 3.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<html>
<head>
<title>Reldni Productions Restoration Project</title>
<style type="text/css">
body {
background: #fff url("back2.gif") repeat;
margin-left:20%;
margin-right:20%;
}
h1, h2 {
text-align: center;
}
</style>
</head>
<body>
<h1>Reldni Productions</h1>
<h2>Restoration Project</h2>
<img src="rlog2.gif" alt="Reldni Productions" style="display:block;margin-left:auto;margin-right:auto">
<p>
Welcome to the Reldni Productions Restoration Project, which aims to preserve the entertainment created by Reldni for the future. We consist of Reldni fans who wish to preserve Reldni's creations for future generations using detective work and digital archeology, but are not related to Reldni Productions or their past employees.
</p>
<p>This website is still under construction, but we have some nifty things here.</p>
<h3>What is Reldni Productions?</h3>
<p>
Reldni was a company that produced unusual entertainment from 1985 to 2000, when it suddenly ceased operations under mysterious circumstances. Reldni was perhaps most famous for its <em>Vinnie's Tomb</em> series of computer games, but they also produced many other games, as well as several music albums, fiction, and other media.
</p>
<div>
<h3>Reldni Wiki</h3>
<p>
<a href="http://reldni.wikia.com">The Reldni Wiki</a> — A wiki cataloguing all things Reldni made, the history of Reldni Productions, album track listings and lyrics, game walkthroughs, and much more! Anyone can edit and help out.
</p>
</div>
<h3>Vinnie's Tomb</h3>
<h4>Chapter One</h4>
<p><a href="vintomb">Play Vinnie's Tomb Chapter One</a> — Mike Welsh has done a great job porting <em>Vinnie's Tomb Chapter One</em> to HTML5, so it can be played directly in your browser!</p>
<p><a href="vinsetup.exe">Download Vinnie's Tomb Chapter One (version 2.0)</a> — Install and run <em>Vinnie's Tomb Chapter One</em> on your Windows computer. Also works in Wine.</p>
<p><a href="vintomb-beta5.0.zip">Download Vinnie's Tomb Chapter One BETA 5.0</a> — The first release of the game (requires Internet Explorer, and does not have the pass code feature)</p>
<h4>Chapter Two</h4>
<p>Play Vinnie's Tomb Chapter Two — An HTML5 port of <em>Vinnie's Tomb Chapter Two</em> is underway!</p>
<p><a href="vin2setup.exe">Download Vinnie's Tomb Chapter Two</a> — Install and run <em>Vinnie's Tomb Chapter Two</em> on your Windows computer. Works OK in Wine.</p>
<h3>Music</h3>
<p>Download some of Reldni Productions's original music.</p>
<ul>
<li><a href="https://archive.org/details/longpoint">The Long Point Trip – Special Edition</a></li>
<li><a href="https://archive.org/details/alfano_202002">Year of the Alfano – Special Edition</a></li>
<li><a href="https://archive.org/details/acidtripblues">Acid Trip Blues</a></li>
</ul>
<h3>Original website</h3>
<p><a href="http://web.archive.org/web/*/reldni.com">The original reldni.com on the Wayback Machine</a></p>
<!--
<div>
<a href="reldni.html"><img src="rlog2.gif" alt="Reldni Productions"></a>
<a href="reldni.html">Reldni.com</a>
<p>
A backup archive of Reldni Productions' old website, which went offline in 2004.
</p>
</div>
-->
<h3>About us</h3>
<a href="mailto:[email protected]">Contact us</a>
<p>Thanks to these Tombsters:</p>
<ul>
<li><b>Tobias V. Langhoff</b></li>
<li><b>Michael Gray</b> for providing several of Reldni's musical releases</li>
<li><b>Mike Welsh</b> for porting <em>Vinnie's Tomb Chapter One</em> to HTML5</li>
<li><b>Dmitri Leontev</b> for contributions to the wiki, and for supplying <em>Vinnie's Tomb Chapter One BETA 5.0</em></li>
<li><b>Marty Butler</b> for being a primary source for information about Reldni's early days</li>
</ul>
</body>
</html>