Skip to content

Commit

Permalink
fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kennedy committed Oct 19, 2024
1 parent b238559 commit fecb383
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
23 changes: 10 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@ GEM
specs:
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x64-unknown)
forwardable-extended (2.6.0)
google-protobuf (4.27.3-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
jekyll (4.3.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -34,8 +31,8 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
Expand All @@ -50,16 +47,15 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (6.0.1)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.5)
strscan
rouge (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.77.8-x64-mingw-ucrt)
google-protobuf (~> 4.26)
sassc (2.4.0)
ffi (~> 1.9)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -68,11 +64,12 @@ GEM
webrick (1.8.1)

PLATFORMS
x64-mingw-ucrt
arm64-darwin-22
x64-unknown

DEPENDENCIES
jekyll
wdm (>= 0.1.0)

BUNDLED WITH
2.5.17
2.5.10
6 changes: 3 additions & 3 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<meta name="description" content="CivicTechWR is community group that brings together people from different backgrounds to actively solve issues facing our local community of Kitchener-Waterloo using design and technology.">
<link rel="icon" href="images/logos/civictechwr_logo_black.png" type="image/x-icon">
<link rel="icon" href="/images/logos/civictechwr_logo_black.png" type="image/x-icon">
<link rel="shortcut icon" href="images/logos/civictechwr_logo_black.png" type="image/x-icon">

<title>CivicTechWR</title>
Expand Down Expand Up @@ -36,8 +36,8 @@
</section>

<nav class="navbar navbar-expand-lg">
<a class="mx-auto mx-lg-5" href="{{'/' | relative_url }}">
<img src="images/logos/civictechwr_logo_white.PNG" alt="Civic Tech WR" class="logo">
<a class="mx-auto mx-lg-5" href="/">
<img src="/images/logos/civictechwr_logo_white.png" alt="Civic Tech WR" class="logo">
</a>
<div class="container">

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<meta name="description" content="CivicTechWR is community group that brings together people from different backgrounds to actively solve issues facing our local community of Kitchener-Waterloo using design and technology.">
<link rel="icon" href="images/logos/civictechwr_logo_black.png" type="image/x-icon">
<link rel="icon" href="/images/logos/civictechwr_logo_black.png" type="image/x-icon">
<link rel="shortcut icon" href="images/logos/civictechwr_logo_black.png" type="image/x-icon">

<title>CivicTechWR</title>
Expand Down Expand Up @@ -36,8 +36,8 @@
</section>

<nav class="navbar navbar-expand-lg">
<a class="mx-auto mx-lg-5" href="{{'/' | relative_url }}">
<img src="images/logos/civictechwr_logo_white.PNG" alt="Civic Tech WR" class="logo">
<a class="mx-auto mx-lg-5" href="/">
<img src="/images/logos/civictechwr_logo_white.png" alt="Civic Tech WR" class="logo">
</a>
<div class="container">

Expand Down

0 comments on commit fecb383

Please sign in to comment.