Skip to content

Commit

Permalink
List retailers
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Oct 24, 2023
1 parent f949442 commit 80b4eec
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

modules=(achordion kaseta)
retailers=(foo bar)
retailers=(schneidersladen lectronz)

echo 'Rendering the index'
(
Expand Down
Binary file removed docs/retailers/bar.png
Binary file not shown.
Binary file removed docs/retailers/foo.png
Binary file not shown.
16 changes: 8 additions & 8 deletions docs/retailers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ <h2>Retailers</h2>
</div>

<div class="row">
<a href="http://google.com" class="retailer-thumbnail column">
<img src="foo.png" />
<h3>Foo</h3>
<a href="https://schneidersladen.de/en/zlosynth-instruments/" class="retailer-thumbnail column">
<img src="schneidersladen.png" />
<h3>Schneidersladen</h3>
<div class="description">
<p>
Assembled modules and DIY kits
Assembled modules
</p>
</div>
</a> <a href="http://google.com" class="retailer-thumbnail column">
<img src="bar.png" />
<h3>Bar</h3>
</a> <a href="https://lectronz.com/stores/zlosynth" class="retailer-thumbnail column">
<img src="lectronz.png" />
<h3>Lectronz</h3>
<div class="description">
<p>
Assembled modules and DIY kits
DIY kits
</p>
</div>
</a>
Expand Down
Binary file added docs/retailers/lectronz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/retailers/schneidersladen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions src/retailers/retailer-bar.env

This file was deleted.

4 changes: 0 additions & 4 deletions src/retailers/retailer-foo.env

This file was deleted.

4 changes: 4 additions & 0 deletions src/retailers/retailer-lectronz.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PAGE='https://lectronz.com/stores/zlosynth'
NAME='Lectronz'
DESCRIPTION='DIY kits'
PICTURE='lectronz.png'
4 changes: 4 additions & 0 deletions src/retailers/retailer-schneidersladen.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
PAGE='https://schneidersladen.de/en/zlosynth-instruments/'
NAME='Schneidersladen'
DESCRIPTION='Assembled modules'
PICTURE='schneidersladen.png'

0 comments on commit 80b4eec

Please sign in to comment.