Skip to content

Commit 126ade4

Browse files
committed
Consolidate Windows screenshots into win folder
1 parent ac2793a commit 126ade4

10 files changed

Lines changed: 17 additions & 17 deletions

xerahs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h5><i class="fa-brands fa-linux"></i> Linux</h5>
4040

4141
<div>
4242
<div class="container-fluid container-screenshot">
43-
<img class="img-fluid" src="/xerahs/img/xerahs/main-window.png" alt="XerahS screenshot" style="max-width: 1000px; margin: 0 auto; display: block;" />
43+
<img class="img-fluid" src="/xerahs/img/win/main-window.png" alt="XerahS screenshot" style="max-width: 1000px; margin: 0 auto; display: block;" />
4444
<div>
4545
<a class="btn" role="button" href="/xerahs/screenshots">
4646
See more screenshots<i class="fa-solid fa-image"></i>

xerahs/screenshots.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,43 +17,43 @@ <h1>
1717
<h3><i class="fa-brands fa-windows"></i> Windows</h3>
1818
<div class="row">
1919
<div class="col-sm-3">
20-
<a class="thumbnail" data-fancybox="gallery" data-caption="Main Window" href="/xerahs/img/xerahs/main-window.png">
21-
<img src="/xerahs/img/xerahs/main-window.png" alt="Main Window">
20+
<a class="thumbnail" data-fancybox="gallery" data-caption="Main Window" href="/xerahs/img/win/main-window.png">
21+
<img src="/xerahs/img/win/main-window.png" alt="Main Window">
2222
</a>
2323
</div>
2424
<div class="col-sm-3">
25-
<a class="thumbnail" data-fancybox="gallery" data-caption="Workflows" href="/xerahs/img/xerahs/workflows-list.png">
26-
<img src="/xerahs/img/xerahs/workflows-list.png" alt="Workflows">
25+
<a class="thumbnail" data-fancybox="gallery" data-caption="Workflows" href="/xerahs/img/win/workflows-list.png">
26+
<img src="/xerahs/img/win/workflows-list.png" alt="Workflows">
2727
</a>
2828
</div>
2929
<div class="col-sm-3">
30-
<a class="thumbnail" data-fancybox="gallery" data-caption="Application Settings" href="/xerahs/img/xerahs/settings-general.png">
31-
<img src="/xerahs/img/xerahs/settings-general.png" alt="Application Settings">
30+
<a class="thumbnail" data-fancybox="gallery" data-caption="Application Settings" href="/xerahs/img/win/settings-general.png">
31+
<img src="/xerahs/img/win/settings-general.png" alt="Application Settings">
3232
</a>
3333
</div>
3434
<div class="col-sm-3">
35-
<a class="thumbnail" data-fancybox="gallery" data-caption="Workflow Editor" href="/xerahs/img/xerahs/workflow-editor.png">
36-
<img src="/xerahs/img/xerahs/workflow-editor.png" alt="Workflow Editor">
35+
<a class="thumbnail" data-fancybox="gallery" data-caption="Workflow Editor" href="/xerahs/img/win/workflow-editor.png">
36+
<img src="/xerahs/img/win/workflow-editor.png" alt="Workflow Editor">
3737
</a>
3838
</div>
3939
<div class="col-sm-3">
40-
<a class="thumbnail" data-fancybox="gallery" data-caption="Destinations" href="/xerahs/img/xerahs/destinations.png">
41-
<img src="/xerahs/img/xerahs/destinations.png" alt="Destinations">
40+
<a class="thumbnail" data-fancybox="gallery" data-caption="Destinations" href="/xerahs/img/win/destinations.png">
41+
<img src="/xerahs/img/win/destinations.png" alt="Destinations">
4242
</a>
4343
</div>
4444
<div class="col-sm-3">
45-
<a class="thumbnail" data-fancybox="gallery" data-caption="Color Picker" href="/xerahs/img/xerahs/color-picker.png">
46-
<img src="/xerahs/img/xerahs/color-picker.png" alt="Color Picker">
45+
<a class="thumbnail" data-fancybox="gallery" data-caption="Color Picker" href="/xerahs/img/win/color-picker.png">
46+
<img src="/xerahs/img/win/color-picker.png" alt="Color Picker">
4747
</a>
4848
</div>
4949
<div class="col-sm-3">
50-
<a class="thumbnail" data-fancybox="gallery" data-caption="Editor View" href="/xerahs/img/editor/editor-main.png">
51-
<img src="/xerahs/img/editor/editor-main.png" alt="Editor View">
50+
<a class="thumbnail" data-fancybox="gallery" data-caption="Editor View" href="/xerahs/img/win/editor-main.png">
51+
<img src="/xerahs/img/win/editor-main.png" alt="Editor View">
5252
</a>
5353
</div>
5454
<div class="col-sm-3">
55-
<a class="thumbnail" data-fancybox="gallery" data-caption="Image Effects" href="/xerahs/img/editor/editor-effects.png">
56-
<img src="/xerahs/img/editor/editor-effects.png" alt="Image Effects">
55+
<a class="thumbnail" data-fancybox="gallery" data-caption="Image Effects" href="/xerahs/img/win/editor-effects.png">
56+
<img src="/xerahs/img/win/editor-effects.png" alt="Image Effects">
5757
</a>
5858
</div>
5959
</div>

0 commit comments

Comments
 (0)