mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
Compare commits
6 Commits
dependabot
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
61458015a6
|
|||
|
53871d7a82
|
|||
|
219c5ed998
|
|||
|
b8646ed434
|
|||
|
446c867722
|
|||
|
712aaf0b09
|
2
.mise.toml
Normal file
2
.mise.toml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[tools]
|
||||||
|
ruby = "3"
|
||||||
2
Gemfile
2
Gemfile
@@ -2,7 +2,9 @@
|
|||||||
|
|
||||||
source 'https://rubygems.org/'
|
source 'https://rubygems.org/'
|
||||||
|
|
||||||
|
gem 'csv'
|
||||||
gem 'github-pages'
|
gem 'github-pages'
|
||||||
|
gem 'logger'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
|
|||||||
184
Gemfile.lock
184
Gemfile.lock
@@ -1,48 +1,57 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (6.0.6)
|
activesupport (7.1.3.2)
|
||||||
|
base64
|
||||||
|
bigdecimal
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
connection_pool (>= 2.2.5)
|
||||||
minitest (~> 5.1)
|
drb
|
||||||
tzinfo (~> 1.1)
|
i18n (>= 1.6, < 2)
|
||||||
zeitwerk (~> 2.2, >= 2.2.2)
|
minitest (>= 5.1)
|
||||||
addressable (2.8.1)
|
mutex_m
|
||||||
|
tzinfo (~> 2.0)
|
||||||
|
addressable (2.8.6)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
|
base64 (0.2.0)
|
||||||
|
bigdecimal (3.1.8)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.11.1)
|
coffee-script-source (1.12.2)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
commonmarker (0.23.6)
|
commonmarker (0.23.10)
|
||||||
concurrent-ruby (1.1.10)
|
concurrent-ruby (1.2.3)
|
||||||
dnsruby (1.61.9)
|
connection_pool (2.4.1)
|
||||||
simpleidn (~> 0.1)
|
csv (3.3.5)
|
||||||
|
dnsruby (1.72.1)
|
||||||
|
simpleidn (~> 0.2.1)
|
||||||
|
drb (2.2.1)
|
||||||
em-websocket (0.5.3)
|
em-websocket (0.5.3)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0)
|
http_parser.rb (~> 0)
|
||||||
ethon (0.16.0)
|
ethon (0.16.0)
|
||||||
ffi (>= 1.15.0)
|
ffi (>= 1.15.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
execjs (2.8.1)
|
execjs (2.9.1)
|
||||||
faraday (2.7.0)
|
faraday (2.9.0)
|
||||||
faraday-net_http (>= 2.0, < 3.1)
|
faraday-net_http (>= 2.0, < 3.2)
|
||||||
ruby2_keywords (>= 0.0.4)
|
faraday-net_http (3.1.0)
|
||||||
faraday-net_http (3.0.2)
|
net-http
|
||||||
ffi (1.15.5)
|
ffi (1.16.3)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
gemoji (3.0.1)
|
gemoji (4.1.0)
|
||||||
github-pages (227)
|
github-pages (231)
|
||||||
github-pages-health-check (= 1.17.9)
|
github-pages-health-check (= 1.18.2)
|
||||||
jekyll (= 3.9.2)
|
jekyll (= 3.9.5)
|
||||||
jekyll-avatar (= 0.7.0)
|
jekyll-avatar (= 0.8.0)
|
||||||
jekyll-coffeescript (= 1.1.1)
|
jekyll-coffeescript (= 1.2.2)
|
||||||
jekyll-commonmark-ghpages (= 0.2.0)
|
jekyll-commonmark-ghpages (= 0.4.0)
|
||||||
jekyll-default-layout (= 0.1.4)
|
jekyll-default-layout (= 0.1.5)
|
||||||
jekyll-feed (= 0.15.1)
|
jekyll-feed (= 0.17.0)
|
||||||
jekyll-gist (= 1.5.0)
|
jekyll-gist (= 1.5.0)
|
||||||
jekyll-github-metadata (= 2.13.0)
|
jekyll-github-metadata (= 2.16.1)
|
||||||
jekyll-include-cache (= 0.2.1)
|
jekyll-include-cache (= 0.2.1)
|
||||||
jekyll-mentions (= 1.6.0)
|
jekyll-mentions (= 1.6.0)
|
||||||
jekyll-optional-front-matter (= 0.3.2)
|
jekyll-optional-front-matter (= 0.3.2)
|
||||||
@@ -69,32 +78,32 @@ GEM
|
|||||||
jekyll-theme-tactile (= 0.2.0)
|
jekyll-theme-tactile (= 0.2.0)
|
||||||
jekyll-theme-time-machine (= 0.2.0)
|
jekyll-theme-time-machine (= 0.2.0)
|
||||||
jekyll-titles-from-headings (= 0.5.3)
|
jekyll-titles-from-headings (= 0.5.3)
|
||||||
jemoji (= 0.12.0)
|
jemoji (= 0.13.0)
|
||||||
kramdown (= 2.3.2)
|
kramdown (= 2.4.0)
|
||||||
kramdown-parser-gfm (= 1.1.0)
|
kramdown-parser-gfm (= 1.1.0)
|
||||||
liquid (= 4.0.3)
|
liquid (= 4.0.4)
|
||||||
mercenary (~> 0.3)
|
mercenary (~> 0.3)
|
||||||
minima (= 2.5.1)
|
minima (= 2.5.1)
|
||||||
nokogiri (>= 1.13.6, < 2.0)
|
nokogiri (>= 1.13.6, < 2.0)
|
||||||
rouge (= 3.26.0)
|
rouge (= 3.30.0)
|
||||||
terminal-table (~> 1.4)
|
terminal-table (~> 1.4)
|
||||||
github-pages-health-check (1.17.9)
|
github-pages-health-check (1.18.2)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
dnsruby (~> 1.60)
|
dnsruby (~> 1.60)
|
||||||
octokit (~> 4.0)
|
octokit (>= 4, < 8)
|
||||||
public_suffix (>= 3.0, < 5.0)
|
public_suffix (>= 3.0, < 6.0)
|
||||||
typhoeus (~> 1.3)
|
typhoeus (~> 1.3)
|
||||||
html-pipeline (2.14.3)
|
html-pipeline (2.14.3)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
nokogiri (>= 1.4)
|
nokogiri (>= 1.4)
|
||||||
http_parser.rb (0.8.0)
|
http_parser.rb (0.8.0)
|
||||||
i18n (0.9.5)
|
i18n (1.14.5)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (3.9.2)
|
jekyll (3.9.5)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
i18n (~> 0.7)
|
i18n (>= 0.7, < 2)
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (~> 1.0)
|
||||||
jekyll-watch (~> 2.0)
|
jekyll-watch (~> 2.0)
|
||||||
kramdown (>= 1.17, < 3)
|
kramdown (>= 1.17, < 3)
|
||||||
@@ -103,27 +112,27 @@ GEM
|
|||||||
pathutil (~> 0.9)
|
pathutil (~> 0.9)
|
||||||
rouge (>= 1.7, < 4)
|
rouge (>= 1.7, < 4)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
jekyll-avatar (0.7.0)
|
jekyll-avatar (0.8.0)
|
||||||
jekyll (>= 3.0, < 5.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
jekyll-coffeescript (1.1.1)
|
jekyll-coffeescript (1.2.2)
|
||||||
coffee-script (~> 2.2)
|
coffee-script (~> 2.2)
|
||||||
coffee-script-source (~> 1.11.1)
|
coffee-script-source (~> 1.12)
|
||||||
jekyll-commonmark (1.4.0)
|
jekyll-commonmark (1.4.0)
|
||||||
commonmarker (~> 0.22)
|
commonmarker (~> 0.22)
|
||||||
jekyll-commonmark-ghpages (0.2.0)
|
jekyll-commonmark-ghpages (0.4.0)
|
||||||
commonmarker (~> 0.23.4)
|
commonmarker (~> 0.23.7)
|
||||||
jekyll (~> 3.9.0)
|
jekyll (~> 3.9.0)
|
||||||
jekyll-commonmark (~> 1.4.0)
|
jekyll-commonmark (~> 1.4.0)
|
||||||
rouge (>= 2.0, < 4.0)
|
rouge (>= 2.0, < 5.0)
|
||||||
jekyll-default-layout (0.1.4)
|
jekyll-default-layout (0.1.5)
|
||||||
jekyll (~> 3.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
jekyll-feed (0.15.1)
|
jekyll-feed (0.17.0)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-gist (1.5.0)
|
jekyll-gist (1.5.0)
|
||||||
octokit (~> 4.2)
|
octokit (~> 4.2)
|
||||||
jekyll-github-metadata (2.13.0)
|
jekyll-github-metadata (2.16.1)
|
||||||
jekyll (>= 3.4, < 5.0)
|
jekyll (>= 3.4, < 5.0)
|
||||||
octokit (~> 4.0, != 4.4.0)
|
octokit (>= 4, < 7, != 4.4.0)
|
||||||
jekyll-include-cache (0.2.1)
|
jekyll-include-cache (0.2.1)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-mentions (1.6.0)
|
jekyll-mentions (1.6.0)
|
||||||
@@ -194,61 +203,67 @@ GEM
|
|||||||
jekyll (>= 3.3, < 5.0)
|
jekyll (>= 3.3, < 5.0)
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
jemoji (0.12.0)
|
jemoji (0.13.0)
|
||||||
gemoji (~> 3.0)
|
gemoji (>= 3, < 5)
|
||||||
html-pipeline (~> 2.2)
|
html-pipeline (~> 2.2)
|
||||||
jekyll (>= 3.0, < 5.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
json (2.6.2)
|
json (2.7.2)
|
||||||
kramdown (2.3.2)
|
kramdown (2.4.0)
|
||||||
rexml
|
rexml
|
||||||
kramdown-parser-gfm (1.1.0)
|
kramdown-parser-gfm (1.1.0)
|
||||||
kramdown (~> 2.0)
|
kramdown (~> 2.0)
|
||||||
liquid (4.0.3)
|
language_server-protocol (3.17.0.3)
|
||||||
listen (3.7.1)
|
liquid (4.0.4)
|
||||||
|
listen (3.9.0)
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
|
logger (1.7.0)
|
||||||
mercenary (0.3.6)
|
mercenary (0.3.6)
|
||||||
mini_portile2 (2.8.0)
|
mini_portile2 (2.8.6)
|
||||||
minima (2.5.1)
|
minima (2.5.1)
|
||||||
jekyll (>= 3.5, < 5.0)
|
jekyll (>= 3.5, < 5.0)
|
||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
minitest (5.16.3)
|
minitest (5.22.3)
|
||||||
nokogiri (1.13.9)
|
mutex_m (0.2.0)
|
||||||
mini_portile2 (~> 2.8.0)
|
net-http (0.4.1)
|
||||||
|
uri
|
||||||
|
nokogiri (1.16.4)
|
||||||
|
mini_portile2 (~> 2.8.2)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
octokit (4.25.1)
|
octokit (4.25.1)
|
||||||
faraday (>= 1, < 3)
|
faraday (>= 1, < 3)
|
||||||
sawyer (~> 0.9)
|
sawyer (~> 0.9)
|
||||||
parallel (1.22.1)
|
parallel (1.24.0)
|
||||||
parser (3.1.2.1)
|
parser (3.3.1.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
|
racc
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
public_suffix (4.0.7)
|
public_suffix (5.0.5)
|
||||||
racc (1.6.0)
|
racc (1.7.3)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
rake (13.0.6)
|
rake (13.2.1)
|
||||||
rb-fsevent (0.11.2)
|
rb-fsevent (0.11.2)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
regexp_parser (2.6.0)
|
regexp_parser (2.9.1)
|
||||||
rexml (3.2.5)
|
rexml (3.2.6)
|
||||||
rouge (3.26.0)
|
rouge (3.30.0)
|
||||||
rubocop (1.39.0)
|
rubocop (1.63.5)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
|
language_server-protocol (>= 3.17.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.1.2.1)
|
parser (>= 3.3.0.2)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 1.23.0, < 2.0)
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.23.0)
|
rubocop-ast (1.31.3)
|
||||||
parser (>= 3.1.1.0)
|
parser (>= 3.3.1.0)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.13.0)
|
||||||
ruby2_keywords (0.0.5)
|
|
||||||
rubyzip (2.3.2)
|
rubyzip (2.3.2)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass (3.7.4)
|
sass (3.7.4)
|
||||||
@@ -259,29 +274,30 @@ GEM
|
|||||||
sawyer (0.9.2)
|
sawyer (0.9.2)
|
||||||
addressable (>= 2.3.5)
|
addressable (>= 2.3.5)
|
||||||
faraday (>= 0.17.3, < 3)
|
faraday (>= 0.17.3, < 3)
|
||||||
simpleidn (0.2.1)
|
simpleidn (0.2.2)
|
||||||
unf (~> 0.1.4)
|
unf (~> 0.1.4)
|
||||||
terminal-table (1.6.0)
|
terminal-table (1.6.0)
|
||||||
thread_safe (0.3.6)
|
typhoeus (1.4.1)
|
||||||
typhoeus (1.4.0)
|
|
||||||
ethon (>= 0.9.0)
|
ethon (>= 0.9.0)
|
||||||
tzinfo (1.2.10)
|
tzinfo (2.0.6)
|
||||||
thread_safe (~> 0.1)
|
concurrent-ruby (~> 1.0)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.8.2)
|
unf_ext (0.0.9.1)
|
||||||
unicode-display_width (2.3.0)
|
unicode-display_width (2.5.0)
|
||||||
webrick (1.7.0)
|
uri (0.13.0)
|
||||||
zeitwerk (2.6.6)
|
webrick (1.8.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
csv
|
||||||
github-pages
|
github-pages
|
||||||
|
logger
|
||||||
rake
|
rake
|
||||||
rubocop
|
rubocop
|
||||||
webrick
|
webrick
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.5.10
|
||||||
|
|||||||
12
_config.yml
12
_config.yml
@@ -13,8 +13,10 @@ permalink: /:title/
|
|||||||
social:
|
social:
|
||||||
name: Jim Myhrberg
|
name: Jim Myhrberg
|
||||||
links:
|
links:
|
||||||
- https://twitter.com/jimeh
|
|
||||||
- https://github.com/jimeh
|
- https://github.com/jimeh
|
||||||
|
- https://bsky.app/profile/jimeh.me
|
||||||
|
- https://mastodon.social/@jimeh
|
||||||
|
- https://twitter.com/jimeh
|
||||||
- https://jimeh.io/
|
- https://jimeh.io/
|
||||||
- http://www.linkedin.com/in/jimeh
|
- http://www.linkedin.com/in/jimeh
|
||||||
- http://www.last.fm/user/jimeh
|
- http://www.last.fm/user/jimeh
|
||||||
@@ -33,11 +35,11 @@ links:
|
|||||||
- name: github
|
- name: github
|
||||||
url: https://github.com/jimeh
|
url: https://github.com/jimeh
|
||||||
class: fa-brands fa-github
|
class: fa-brands fa-github
|
||||||
- name: twitter
|
- name: bluesky
|
||||||
url: https://twitter.com/jimeh
|
url: https://bsky.app/profile/jimeh.me
|
||||||
class: fa-brands fa-twitter
|
class: fa-brands fa-bluesky
|
||||||
- name: mastodon
|
- name: mastodon
|
||||||
url: "https://mastodon.bah.io/@jimeh"
|
url: "https://mastodon.social/@jimeh"
|
||||||
class: fa-brands fa-mastodon
|
class: fa-brands fa-mastodon
|
||||||
rel: me
|
rel: me
|
||||||
- name: blog
|
- name: blog
|
||||||
|
|||||||
@@ -9,11 +9,10 @@
|
|||||||
{% seo title=false %}
|
{% seo title=false %}
|
||||||
<link rel="shortcut icon" href="/favicon.ico?{{ site.time | date: '%s%N' }}" />
|
<link rel="shortcut icon" href="/favicon.ico?{{ site.time | date: '%s%N' }}" />
|
||||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png?{{ site.time | date: '%s%N' }}" />
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png?{{ site.time | date: '%s%N' }}" />
|
||||||
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400italic,700italic,400,700'
|
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400italic,700italic,400,700' rel='stylesheet' type='text/css'>
|
||||||
rel='stylesheet' type='text/css'>
|
<link href="/vendor/fa-6.7.1/css/fontawesome.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet">
|
||||||
<link href="/fa/css/fontawesome.min.css" rel="stylesheet">
|
<link href="/vendor/fa-6.7.1/css/brands.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet">
|
||||||
<link href="/fa/css/brands.min.css" rel="stylesheet">
|
<link href="/vendor/fa-6.7.1/css/solid.min.css?{{ site.time | date: '%s%N' }}" rel="stylesheet">
|
||||||
<link href="/fa/css/solid.min.css" rel="stylesheet">
|
|
||||||
<link rel="stylesheet" href="{{ " /css/main.css" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}">
|
<link rel="stylesheet" href="{{ " /css/main.css" | prepend: site.baseurl }}?{{ site.time | date: '%s%N' }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
6
fa/css/brands.min.css
vendored
6
fa/css/brands.min.css
vendored
File diff suppressed because one or more lines are too long
9
fa/css/fontawesome.min.css
vendored
9
fa/css/fontawesome.min.css
vendored
File diff suppressed because one or more lines are too long
4
fa/css/solid.min.css
vendored
4
fa/css/solid.min.css
vendored
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
* Copyright 2022 Fonticons, Inc.
|
* Copyright 2024 Fonticons, Inc.
|
||||||
*/
|
*/
|
||||||
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
|
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -12,7 +12,7 @@ layout: default
|
|||||||
</span>
|
</span>
|
||||||
<div class="site-links">
|
<div class="site-links">
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
document.write("<n uers=\"{{ site.email.href }}\" bapyvpx=\"_tnd\056chfu(['_genpxRirag', 'yvaxGb', 'rznvy', guvf\056uers]);\"><v pynff=\"sn-fbyvq sn-rairybcr\"><\057v><fcna pynff=\"yvax-grkg\">{{ site.email.title }}<\057fcna><\057n>".replace(/[a-zA-Z]/g, function (c) { return String.fromCharCode((c <= "Z" ? 90 : 122) >= (c = c.charCodeAt(0) + 13) ? c : c - 26); }));
|
document.write("<n uers=\"{{ site.email.href }}\"><v pynff=\"sn-fbyvq sn-rairybcr\"><\057v><fcna pynff=\"yvax-grkg\">{{ site.email.title }}<\057fcna><\057n>".replace(/[a-zA-Z]/g, function (c) { return String.fromCharCode((c <= "Z" ? 90 : 122) >= (c = c.charCodeAt(0) + 13) ? c : c - 26); }));
|
||||||
</script>
|
</script>
|
||||||
{% for item in site.links %}
|
{% for item in site.links %}
|
||||||
<a href="{{ item.url }}"{% if item.rel %} rel="{{ item.rel }}"{% endif %}><i class="{{ item.class }}"></i><span class="link-text">{{ item.name }}</span></a>{% endfor %}
|
<a href="{{ item.url }}"{% if item.rel %} rel="{{ item.rel }}"{% endif %}><i class="{{ item.class }}"></i><span class="link-text">{{ item.name }}</span></a>{% endfor %}
|
||||||
|
|||||||
6
vendor/fa-6.7.1/css/brands.min.css
vendored
Normal file
6
vendor/fa-6.7.1/css/brands.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
9
vendor/fa-6.7.1/css/fontawesome.min.css
vendored
Normal file
9
vendor/fa-6.7.1/css/fontawesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
6
vendor/fa-6.7.1/css/solid.min.css
vendored
Normal file
6
vendor/fa-6.7.1/css/solid.min.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
/*!
|
||||||
|
* Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com
|
||||||
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||||
|
* Copyright 2024 Fonticons, Inc.
|
||||||
|
*/
|
||||||
|
:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}
|
||||||
BIN
vendor/fa-6.7.1/webfonts/fa-brands-400.ttf
vendored
Normal file
BIN
vendor/fa-6.7.1/webfonts/fa-brands-400.ttf
vendored
Normal file
Binary file not shown.
BIN
vendor/fa-6.7.1/webfonts/fa-brands-400.woff2
vendored
Normal file
BIN
vendor/fa-6.7.1/webfonts/fa-brands-400.woff2
vendored
Normal file
Binary file not shown.
BIN
vendor/fa-6.7.1/webfonts/fa-regular-400.ttf
vendored
Normal file
BIN
vendor/fa-6.7.1/webfonts/fa-regular-400.ttf
vendored
Normal file
Binary file not shown.
BIN
vendor/fa-6.7.1/webfonts/fa-regular-400.woff2
vendored
Normal file
BIN
vendor/fa-6.7.1/webfonts/fa-regular-400.woff2
vendored
Normal file
Binary file not shown.
BIN
vendor/fa-6.7.1/webfonts/fa-solid-900.ttf
vendored
Normal file
BIN
vendor/fa-6.7.1/webfonts/fa-solid-900.ttf
vendored
Normal file
Binary file not shown.
BIN
vendor/fa-6.7.1/webfonts/fa-solid-900.woff2
vendored
Normal file
BIN
vendor/fa-6.7.1/webfonts/fa-solid-900.woff2
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user