Skip to content

Commit

Permalink
add toob
Browse files Browse the repository at this point in the history
  • Loading branch information
9551-Dev committed Mar 8, 2024
1 parent 83df2c0 commit 4b02b50
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body class="dark-mode">
<div class="header-box">
<h1>{{title}}</h1>
<button class="dark-mode-btn" onclick="toggle_dark_mode()">Toggle Dark Mode</button>
<button class="dark-mode-btn" onclick="toggle_dark_mode()">Toggle Light Mode</button>
</div>
<div class="content">
<div class="gallery">
Expand Down
14 changes: 14 additions & 0 deletions config/tubes/gu81m.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Settings]
title = GU-81M (ГУ-81М) 500W soviet vacuum tube
image_folder = pictures/tubes/gu81m

[Core]
template_path = assets/template.html
css_path = assets/style.css
js_path = assets/script.js

[Output]
output_folder = docs/tubes/gu81m
images_directory_name = images
core_directory_name = core
output_file_name = index.html
5 changes: 4 additions & 1 deletion generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
python3 ./gallery_generator.py config/radioburza/leden_2024.ini

# laboratoř EE
python3 ./gallery_generator.py config/lab/storage_2024_03_07.ini
python3 ./gallery_generator.py config/lab/storage_2024_03_07.ini

# elektronky
python3 ./gallery_generator.py config/tubes/gu81m.ini
Binary file added pictures/tubes/gu81m/1.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 pictures/tubes/gu81m/2.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 pictures/tubes/gu81m/3.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 pictures/tubes/gu81m/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b02b50

Please sign in to comment.