Skip to content

Commit 9a5836b

Browse files
authored
Update index.html
1 parent 89930f0 commit 9a5836b

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

index.html

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<title>EosMonitor</title>
3+
<title>DefocusStacker</title>
44

55
<script language="JavaScript">
66
<!--
@@ -24,7 +24,7 @@
2424
</style>";
2525

2626

27-
function DFS_german()
27+
function DFS_german()
2828
{
2929
var textG = " <br>\
3030
<hr color='#4054099' size='2'> \
@@ -54,7 +54,7 @@
5454
<td id='main' valign='top'> \
5555
<p>&nbsp;</p> \
5656
<h3>DefocusStacker</h3> \
57-
<img src='DefocusStacker_MainWindow.jpg' width='400' class='center' > \
57+
<img src='docs/DefocusStacker_MainWindow.jpg' width='400' class='center' > \
5858
<p>&nbsp;</p> \
5959
<button class='button button2' >Deutsch</button> \
6060
<button class='button button1' onclick='DFS_english()'>English</button> \
@@ -65,7 +65,7 @@ <h3>DefocusStacker</h3> \
6565
<li><p>eine Implemtierung für Windows,</p></li> \
6666
<li><p>eine Implemtierung als Photoshop Aktion</p></li> \
6767
</ul> \
68-
<p><a href='DefocusStacker_UserManual+Anleitung.pdf'>User manual + Benutzer-Anleitung</a></p> \
68+
<p><a href='docs/DefocusStacker_UserManual+Anleitung.pdf'>User manual + Benutzer-Anleitung</a></p> \
6969
<p><a href='https://www.dropbox.com/s/ucgvpf5yh33e1f2/DFS_Setup.zip?dl=0'> Download (.msi- Installer)</a></p> \
7070
<p><a href='https://www.dropbox.com/s/4h896z36wimsfcr/DefocusStacker%28PS%29.zip?dl=0'> Photoshop Action </a></p> \
7171
<p><a href='https://github.com/Helge07/DefocusStacker'>GitHub repository</a></p> \
@@ -116,7 +116,7 @@ <h3>DefocusStacker</h3> \
116116
<td id='main' valign='top'> \
117117
<p>&nbsp;</p> \
118118
<h3>DefocusStacker</h3> \
119-
<img src='DefocusStacker_MainWindow.jpg' width='400' class='center' > \
119+
<img src='docs/DefocusStacker_MainWindow.jpg' width='400' class='center' > \
120120
<p>&nbsp;</p> \
121121
\
122122
<button class='button button1' onclick='DFS_german()'>Deutsch</button> \
@@ -126,7 +126,7 @@ <h3>DefocusStacker</h3> \
126126
<li><p>an implemetation for Windows,</p></li> \
127127
<li><p>an implementation for Photoshop</p></li> \
128128
</ul> \
129-
<p><a href='DefocusStacker_UserManual+Anleitung.pdf'>User manual + Benutzer-Anleitung</a></p> \
129+
<p><a href='docs/DefocusStacker_UserManual+Anleitung.pdf'>User manual + Benutzer-Anleitung</a></p> \
130130
<p><a href='https://www.dropbox.com/s/ucgvpf5yh33e1f2/DFS_Setup.zip?dl=0'> Download (.msi- Installer)</a></p> \
131131
<p><a href='https://www.dropbox.com/s/4h896z36wimsfcr/DefocusStacker%28PS%29.zip?dl=0'> Photoshop Action </a></p> \
132132
<p><a href='https://github.com/Helge07/DefocusStacker'>GitHub repository</a></p> \
@@ -179,7 +179,7 @@ <h3>DefocusStacker</h3> \
179179
<td id='main' valign='top'> \
180180
<p>&nbsp;</p> \
181181
<h3>EosMonitor</h3> \
182-
<img src='EosMonitor_MainWindow.jpg' width='400' class='center' > \
182+
<img src='docs/EosMonitor_MainWindow.jpg' width='400' class='center' > \
183183
<p>&nbsp;</p> \
184184
<button class='button button2' >Deutsch</button> \
185185
<button class='button button1' onclick='EosM_english()'>English</button> \
@@ -193,7 +193,7 @@ <h3>EosMonitor</h3> \
193193
<li><p>aufgenommene Bilder auf den Host &uuml;bertragen.</p></li> \
194194
</ul> \
195195
<p>Ein besonderes Merkmal von EosMonitor ist die Aufnahme von Focus- und Defocus-Stacks.</p> \
196-
<p><a href='EosMonitor_UserManual+Anleitung.pdf'>User manual+ Benutzer-Anleitung </a></p> \
196+
<p><a href='docs/EosMonitor_UserManual+Anleitung.pdf'>User manual+ Benutzer-Anleitung </a></p> \
197197
<p><a href='https://www.dropbox.com/scl/fi/1l13yrpteux191q9ofijn/EosMonitor.zip?rlkey=svzdyub04g7547w01vohjy9fg&amp;st=ipz8y07s&amp;dl=0'> Download (zip-Archiv mit einem .msi- Installationsprogramm)</a></p> \
198198
<p><a href='https://github.com/Helge07/EosMonitor'>GitHub repository</a></p> \
199199
<p>Lizenz:&nbsp; GNU General Public License v3.0&nbsp;&nbsp;&nbsp;</p> \
@@ -243,7 +243,7 @@ <h3>EosMonitor</h3> \
243243
<td id='main' valign='top'> \
244244
<p>&nbsp;</p> \
245245
<h3>EosMonitor</h3> \
246-
<img src='EosMonitor_MainWindow.jpg' width='400' class='center' > \
246+
<img src='docs/EosMonitor_MainWindow.jpg' width='400' class='center' > \
247247
<p>&nbsp;</p> \
248248
<button class='button button1' onclick='EosM_german()'>Deutsch</button> \
249249
<button class='button button2' >English</button> \
@@ -254,7 +254,7 @@ <h3>EosMonitor</h3> \
254254
<li><p>can download captured pictures to the host.</p></li> \
255255
</ul> \
256256
<p>A special feature of EosMonitor is the ability to take focus stacking and defocus stacking image stacks</p> \
257-
<p><a href='EosMonitor_UserManual+Anleitung.pdf'>User manual+ Benutzer-Anleitung</a></p> \
257+
<p><a href='docs/EosMonitor_UserManual+Anleitung.pdf'>User manual+ Benutzer-Anleitung</a></p> \
258258
<p><a href='https://www.dropbox.com/scl/fi/1l13yrpteux191q9ofijn/EosMonitor.zip?rlkey=svzdyub04g7547w01vohjy9fg&amp;st=ipz8y07s&amp;dl=0'> \ Download (zip-archive with a .msi-installer)</a></p> \
259259
<p><a href='https://github.com/Helge07/EosMonitor'>GitHub repository</a></p> \
260260
<p>License:&nbsp; GNU General Public License v3.0&nbsp;&nbsp;&nbsp;</p> \
@@ -270,7 +270,8 @@ <h3>EosMonitor</h3> \
270270
document.write(myStyle);
271271
document.write(textE);
272272
}
273-
function RasPiTrigger_german()
273+
274+
function RasPiTrigger_german()
274275
{
275276
var textG = " <br> \
276277
<hr color='#4054099' size='2'> \
@@ -300,10 +301,10 @@ <h3>EosMonitor</h3> \
300301
<td id='main' valign='top'> \
301302
<p>&nbsp;</p> \
302303
<h3>RasPiTrigger</h3> \
303-
<img src='RasPiTrigger.jpg' width='600' class='center'> \
304+
<img src='docs/RasPiTrigger.jpg' width='600' class='center'> \
304305
<p>&nbsp;</p> \
305-
<button class='button button1' >Deutsch</button> \
306-
<button class='button button2' onclick='RasPiTrigger_english()' >English</button> \
306+
<button class='button button2' >Deutsch</button> \
307+
<button class='button button1' onclick='RasPiTrigger_english()' >English</button> \
307308
</p> \
308309
<p>Der RasPiTrigger ist eine Hardware/Software-Lösung zur Aufnahme von Wassertropfen-Skulpturen mit einem Raspberry Pi: \
309310
</p> \
@@ -316,8 +317,8 @@ <h3>RasPiTrigger</h3> \
316317
\
317318
<li><p>Die Geräte sind an den Raspberry Pi über eine Anschluss-Box angeschlossen, welche sie elektrisch von den GPIO-Ports des Raspberry Pi trennt.</p></li> \
318319
</ul> \
319-
<p><a href='RasPiTrigger.pdf'>Projekt-Beschreibung </a></p> \
320-
<p><a href='RasPiTrigger-HowToUse.pdf'> Installations- und Bedienungs-Hinweise</a></p> \
320+
<p><a href='docs/RasPiTrigger.pdf'>Projekt-Beschreibung </a></p> \
321+
<p><a href='docs/RasPiTrigger-HowToUse.pdf'> Installations- und Bedienungs-Hinweise</a></p> \
321322
<p><a href='https://github.com/Helge07/RaspiTrigger'>GitHub repository</a></p> \
322323
<p>Lizenz:&nbsp; GNU General Public License v3.0</p> \
323324
<hr color='4054099' size='1'> \
@@ -333,7 +334,8 @@ <h3>RasPiTrigger</h3> \
333334
document.write(myStyle);
334335
document.write(textG);
335336
}
336-
function RasPiTrigger_english()
337+
338+
function RasPiTrigger_english()
337339
{
338340
var textG = " <br> \
339341
<hr color='#4054099' size='2'> \
@@ -363,7 +365,7 @@ <h3>RasPiTrigger</h3> \
363365
<td id='main' valign='top'> \
364366
<p>&nbsp;</p> \
365367
<h3>RasPiTrigger</h3> \
366-
<img src='RasPiTrigger.jpg' width='600' class='center' > \
368+
<img src='docs/RasPiTrigger.jpg' width='600' class='center' > \
367369
<p>&nbsp;</p> \
368370
<button class='button button1' onclick='RasPiTrigger_german()'>Deutsch</button> \
369371
<button class='button button2' >English</button> \
@@ -379,8 +381,8 @@ <h3>RasPiTrigger</h3> \
379381
\
380382
<li><p>The devices are connected to the Raspberry Pi via a junction box, which electrically separates them from the Raspberry Pi's GPIO ports.</p></li> \
381383
</ul> \
382-
<p><a href='RasPiTrigger.pdf'>Project Description</a></p> \
383-
<p><a href='RasPiTrigger-HowToUse.pdf'> Installation and Operating Instructions</a></p> \
384+
<p><a href='docs/RasPiTrigger.pdf'>Project Description</a></p> \
385+
<p><a href='docs/RasPiTrigger-HowToUse.pdf'> Installation and Operating Instructions</a></p> \
384386
<p><a href='https://github.com/Helge07/RaspiTrigger'>GitHub repository</a></p> \
385387
<p>Lizenz:&nbsp; GNU General Public License v3.0</p> \
386388
<hr color='4054099' size='1'> \
@@ -444,7 +446,7 @@ <h3>RasPiTrigger</h3> \
444446

445447
<p>&nbsp;</p>
446448
<h3>DefocusStacker</h3>
447-
<img src="DefocusStacker_MainWindow.jpg" width="400" class="center" >
449+
<img src="docs/DefocusStacker_MainWindow.jpg" width="400" class="center" >
448450
<p>&nbsp;</p>
449451

450452
<button class='button button2' >Deutsch</button>
@@ -456,7 +458,7 @@ <h3>DefocusStacker</h3>
456458
<li><p>eine Implemtierung als Photoshop Aktion</p></li>
457459
</ul>
458460

459-
<p><a href="DefocusStacker_UserManual+Anleitung.pdf">User manual + Benutzer-Anleitung</a></p>
461+
<p><a href="docs/DefocusStacker_UserManual+Anleitung.pdf">User manual + Benutzer-Anleitung</a></p>
460462
<p><a href="https://www.dropbox.com/s/ucgvpf5yh33e1f2/DFS_Setup.zip?dl=0"> Download (.msi- Installer)</a></p>
461463
<p><a href='https://www.dropbox.com/s/4h896z36wimsfcr/DefocusStacker%28PS%29.zip?dl=0'> Photoshop Action </a></p>
462464
<p><a href='https://github.com/Helge07/DefocusStacker'>GitHub repository</a></p>

0 commit comments

Comments
 (0)