Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM docker.io/jekyll/builder as builder
FROM docker.io/jekyll/builder:stable as builder
RUN gem install bundler:2.2.3
RUN mkdir /site; \
chown -R jekyll:jekyll /site
chown -R jekyll:jekyll /site
WORKDIR /site
COPY Gemfile Gemfile.lock /site/
RUN bundle install
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ <h3 class="content-title">Server room upgrade</h3>
</div>
<div class="content">
<div class="content-overlay"></div>
<img class="content-image" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/TUNES.webp" style="width: 100%;" alt="TUNES, an old jukebox that's being made digital"/>
<img class="content-image" src="{{site.env.CSHPUBSITE_ASSETS_URL}}/bnb.jpg" style="width: 100%;" alt="A wooden cabinet with LEDs and shelves, CSH's Bits 'n Bytes project"/>
<div class="content-details fadeIn-bottom">
<h3 class="content-title">TUNES</h3>
<p>Modernizing a jukebox</p>
<h3 class="content-title">Bits 'n Bytes</h3>
<p>An AI powered vending machine</p>
</div>

</div>
Expand Down