Skip to content

Commit 6b19b7e

Browse files
committed
Fluid intro image; update bootstrap; update gemfile
1 parent eaf3e21 commit 6b19b7e

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gem "minima", "~> 2.5"
1616
# gem "github-pages", group: :jekyll_plugins
1717

1818
gem 'jekyll', '~> 4.3'
19-
gem 'psych', '~> 4.0.2'
19+
gem 'psych', '~> 5.0'
2020

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

37-
gem "webrick", "~> 1.8"
37+
gem "webrick", "~> 1.9"

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ GEM
66
bigdecimal (3.1.9)
77
colorator (1.1.0)
88
concurrent-ruby (1.3.4)
9+
date (3.4.1)
910
em-websocket (0.5.3)
1011
eventmachine (>= 0.12.9)
1112
http_parser.rb (~> 0)
@@ -63,7 +64,8 @@ GEM
6364
jekyll-seo-tag (~> 2.1)
6465
pathutil (0.16.2)
6566
forwardable-extended (~> 2.6)
66-
psych (4.0.6)
67+
psych (5.2.2)
68+
date
6769
stringio
6870
public_suffix (6.0.1)
6971
rake (13.2.1)
@@ -98,11 +100,11 @@ DEPENDENCIES
98100
jekyll-feed (~> 0.17)
99101
jekyll-paginate-v2 (~> 3.0)
100102
minima (~> 2.5)
101-
psych (~> 4.0.2)
103+
psych (~> 5.0)
102104
tzinfo (~> 2.0)
103105
tzinfo-data
104106
wdm (~> 0.1.1)
105-
webrick (~> 1.8)
107+
webrick (~> 1.9)
106108

107109
BUNDLED WITH
108110
2.2.22

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<meta name="author" content="Species File Group">
99

1010
<!-- Bootstrap core CSS -->
11-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
12-
<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>
11+
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
12+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
1515
<meta name="generator" content="Jekyll 4.3">

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="container py-4">
88
<div class="p-5 mb-4 bg-light rounded-3 border">
99
<div class="container-fluid py-5">
10-
<p class="display-5"> <img src="assets/images/svg_logos/Light/SFG 4 Light.svg" height="200px;" />
10+
<p class="display-5"> <img src="assets/images/svg_logos/Light/SFG 4 Light.svg" class="img-fluid" height="200px;" />
1111
<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.
1212
<p><a class="btn btn-primary btn-lg" href="/about" role="button">Learn more &raquo;</a></p>
1313
</div>

0 commit comments

Comments
 (0)