Skip to content

Commit cedfb69

Browse files
committed
Final content updates and fixes
1 parent 7f1632b commit cedfb69

2 files changed

Lines changed: 23 additions & 13 deletions

File tree

xerahs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>XerahS</h1>
2020

2121
<div>
2222
<div class="container-fluid container-screenshot">
23-
<img class="img-fluid" src="/xerahs/img/placeholder.png" alt="XerahS screenshot" />
23+
<img class="img-fluid" src="/xerahs/img/xerahs/main-window.png" alt="XerahS screenshot" />
2424
<div>
2525
<a class="btn" role="button" href="/xerahs/screenshots">
2626
See more screenshots<i class="fa-solid fa-image"></i>

xerahs/screenshots.html

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,47 @@
88
<h3>XerahS</h3>
99
<div class="row">
1010
<div class="col-sm-3">
11-
<a class="thumbnail" data-fancybox="gallery" data-caption="Main Window" href="/xerahs/img/placeholder.png">
12-
<img src="/xerahs/img/placeholder.png" alt="Main Window">
11+
<a class="thumbnail" data-fancybox="gallery" data-caption="Main Window" href="/xerahs/img/xerahs/main-window.png">
12+
<img src="/xerahs/img/xerahs/main-window.png" alt="Main Window">
1313
</a>
1414
</div>
1515
<div class="col-sm-3">
16-
<a class="thumbnail" data-fancybox="gallery" data-caption="Region Capture" href="/xerahs/img/placeholder.png">
17-
<img src="/xerahs/img/placeholder.png" alt="Region Capture">
16+
<a class="thumbnail" data-fancybox="gallery" data-caption="Workflows" href="/xerahs/img/xerahs/workflows-list.png">
17+
<img src="/xerahs/img/xerahs/workflows-list.png" alt="Workflows">
1818
</a>
1919
</div>
2020
<div class="col-sm-3">
21-
<a class="thumbnail" data-fancybox="gallery" data-caption="Settings" href="/xerahs/img/placeholder.png">
22-
<img src="/xerahs/img/placeholder.png" alt="Settings">
21+
<a class="thumbnail" data-fancybox="gallery" data-caption="Application Settings" href="/xerahs/img/xerahs/settings-general.png">
22+
<img src="/xerahs/img/xerahs/settings-general.png" alt="Application Settings">
2323
</a>
2424
</div>
2525
<div class="col-sm-3">
26-
<a class="thumbnail" data-fancybox="gallery" data-caption="Workflow Editor" href="/xerahs/img/placeholder.png">
27-
<img src="/xerahs/img/placeholder.png" alt="Workflow Editor">
26+
<a class="thumbnail" data-fancybox="gallery" data-caption="Workflow Editor" href="/xerahs/img/xerahs/workflow-editor.png">
27+
<img src="/xerahs/img/xerahs/workflow-editor.png" alt="Workflow Editor">
28+
</a>
29+
</div>
30+
<div class="col-sm-3">
31+
<a class="thumbnail" data-fancybox="gallery" data-caption="Destinations" href="/xerahs/img/xerahs/destinations.png">
32+
<img src="/xerahs/img/xerahs/destinations.png" alt="Destinations">
33+
</a>
34+
</div>
35+
<div class="col-sm-3">
36+
<a class="thumbnail" data-fancybox="gallery" data-caption="Color Picker" href="/xerahs/img/xerahs/color-picker.png">
37+
<img src="/xerahs/img/xerahs/color-picker.png" alt="Color Picker">
2838
</a>
2939
</div>
3040
</div>
3141

3242
<h3 class="mt-4">XerahS Editor</h3>
3343
<div class="row">
3444
<div class="col-sm-3">
35-
<a class="thumbnail" data-fancybox="gallery" data-caption="Editor View" href="/xerahs/img/placeholder.png">
36-
<img src="/xerahs/img/placeholder.png" alt="Editor View">
45+
<a class="thumbnail" data-fancybox="gallery" data-caption="Editor View" href="/xerahs/img/editor/editor-main.png">
46+
<img src="/xerahs/img/editor/editor-main.png" alt="Editor View">
3747
</a>
3848
</div>
3949
<div class="col-sm-3">
40-
<a class="thumbnail" data-fancybox="gallery" data-caption="Drawing Tools" href="/xerahs/img/placeholder.png">
41-
<img src="/xerahs/img/placeholder.png" alt="Drawing Tools">
50+
<a class="thumbnail" data-fancybox="gallery" data-caption="Image Effects" href="/xerahs/img/editor/editor-effects.png">
51+
<img src="/xerahs/img/editor/editor-effects.png" alt="Image Effects">
4252
</a>
4353
</div>
4454
</div>

0 commit comments

Comments
 (0)