Skip to content

Commit

Permalink
Merge pull request #23 from HackerspaceKRK/b2_images
Browse files Browse the repository at this point in the history
switch to pulling images from b2
  • Loading branch information
hbrylkowski committed Aug 19, 2023
2 parents 071870c + aa0f34c commit 0a3defc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions _sass/yat/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -845,4 +845,7 @@ img.sponsors {
.charts {
padding: 2em 0;
text-align: center;
img {
margin: 1em 0;
}
}
13 changes: 7 additions & 6 deletions at.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,36 @@
<div class="camera-col">
<div>
<h2>Hardroom</h2>
<img src="https://at.hskrk.pl/dynamic/hardroom.jpeg" alt="Widok na hardroom">
<img src="https://f005.backblazeb2.com/file/hskrk-images/hardroom.jpg" alt="Widok na hardroom">
</div>

<div>
<h2>Lab elektro</h2>
<img src="https://at.hskrk.pl/dynamic/elelab.jpeg" alt="Widok na lab elektroniczny">
<img src="https://f005.backblazeb2.com/file/hskrk-images/elelab.jpg" alt="Widok na lab elektroniczny">
</div>
</div>

<div class="camer-col">
<div>
<h2>Korytarz</h2>
<img src="https://at.hskrk.pl/dynamic/korytarz.jpeg" alt="Widok na korytarz">
<img src="https://f005.backblazeb2.com/file/hskrk-images/korytarz.jpg" alt="Widok na korytarz">
</div>

</div>
<div class="camera-col">
<div>
<h2>Magazynek</h2>
<img src="https://at.hskrk.pl/dynamic/netlab.jpeg" alt="Widok na magazynek">
<img src="https://f005.backblazeb2.com/file/hskrk-images/netlab.jpg" alt="Widok na magazynek">
</div>
<div>
<h2>Softroom</h2>
<img src="https://at.hskrk.pl/dynamic/softroom.jpeg" alt="Widok na softroom">
<img src="https://f005.backblazeb2.com/file/hskrk-images/softroom.jpg" alt="Widok na softroom">
</div>

</div>
</div>

<div class="charts">
<img src="https://grafana.apps.hskrk.pl/render/d-solo/efd454c7-2714-4507-b5b5-188e1feceeb7/public-network-stats?orgId=1&from=1691763084987&to=1691935884987&theme=light&panelId=2&width=1000&height=500&tz=Europe%2FWarsaw" alt="">
<img src="https://f005.backblazeb2.com/file/hskrk-images/power-consumption.png" alt="">
<img src="https://f005.backblazeb2.com/file/hskrk-images/public-network-stats.png" alt="">
</div>

0 comments on commit 0a3defc

Please sign in to comment.