Skip to content

Commit

Permalink
Fluid intro image; update bootstrap; update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Jan 7, 2025
1 parent eaf3e21 commit 6b19b7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem "minima", "~> 2.5"
# gem "github-pages", group: :jekyll_plugins

gem 'jekyll', '~> 4.3'
gem 'psych', '~> 4.0.2'
gem 'psych', '~> 5.0'

# If you have any plugins, put them here!
group :jekyll_plugins do
Expand All @@ -34,4 +34,4 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?

gem "webrick", "~> 1.8"
gem "webrick", "~> 1.9"
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ GEM
bigdecimal (3.1.9)
colorator (1.1.0)
concurrent-ruby (1.3.4)
date (3.4.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -63,7 +64,8 @@ GEM
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
psych (4.0.6)
psych (5.2.2)
date
stringio
public_suffix (6.0.1)
rake (13.2.1)
Expand Down Expand Up @@ -98,11 +100,11 @@ DEPENDENCIES
jekyll-feed (~> 0.17)
jekyll-paginate-v2 (~> 3.0)
minima (~> 2.5)
psych (~> 4.0.2)
psych (~> 5.0)
tzinfo (~> 2.0)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.8)
webrick (~> 1.9)

BUNDLED WITH
2.2.22
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="author" content="Species File Group">

<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>

<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Jekyll 4.3">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="container py-4">
<div class="p-5 mb-4 bg-light rounded-3 border">
<div class="container-fluid py-5">
<p class="display-5"> <img src="assets/images/svg_logos/Light/SFG 4 Light.svg" height="200px;" />
<p class="display-5"> <img src="assets/images/svg_logos/Light/SFG 4 Light.svg" class="img-fluid" height="200px;" />
<p class="fs-4">The Species <small class="fw-light">(life on Earth)</small> File <small class="fw-light">(software)</small> Group <small class="fw-light">(collaborating community)</small> builds tools that facilitate cataloging, description, and study of the Earth’s species.
<p><a class="btn btn-primary btn-lg" href="/about" role="button">Learn more &raquo;</a></p>
</div>
Expand Down

0 comments on commit 6b19b7e

Please sign in to comment.