Skip to content

Commit

Permalink
TO BE SPLIT
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 18, 2024
1 parent 5041712 commit 331ddf2
Show file tree
Hide file tree
Showing 13 changed files with 165 additions and 1,434 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'html-proofer', '~> 3.19.4'
gem 'html-proofer', '~> 5.0.9'
gem 'jekyll', '~> 4.3.3'
gem 'jekyll-redirect-from', '~> 0.16.0'
gem 'jekyll-seo-tag', '~> 2.8.0'
Expand Down
37 changes: 32 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
async (2.14.2)
console (~> 1.25, >= 1.25.2)
fiber-annotation
io-event (~> 1.6, >= 1.6.5)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.3)
console (1.26.0)
fiber-annotation
fiber-local (~> 1.1)
json
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -15,24 +25,31 @@ GEM
eventmachine (1.2.7-x64-mingw32)
ffi (1.17.0)
ffi (1.17.0-x64-mingw-ucrt)
fiber-annotation (0.2.0)
fiber-local (1.1.0)
fiber-storage
fiber-storage (0.1.2)
forwardable-extended (2.6.0)
google-protobuf (4.27.2)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
html-proofer (3.19.4)
hashery (2.1.2)
html-proofer (5.0.9)
addressable (~> 2.3)
mercenary (~> 0.3)
async (~> 2.1)
nokogiri (~> 1.13)
parallel (~> 1.10)
pdf-reader (~> 2.11)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
zeitwerk (~> 2.5)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
io-event (1.6.5)
jekyll (4.3.3)
addressable (~> 2.4)
colorator (~> 1.0)
Expand Down Expand Up @@ -61,6 +78,7 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -76,9 +94,14 @@ GEM
racc (~> 1.4)
nokogiri (1.16.6-x64-mingw-ucrt)
racc (~> 1.4)
parallel (1.25.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pdf-reader (2.12.0)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
public_suffix (6.0.0)
racc (1.8.0)
rainbow (3.1.1)
Expand All @@ -89,6 +112,7 @@ GEM
rexml (3.3.2)
strscan
rouge (4.3.0)
ruby-rc4 (0.1.5)
safe_yaml (1.0.5)
sass-embedded (1.77.8)
google-protobuf (~> 4.26)
Expand All @@ -100,20 +124,23 @@ GEM
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
unicode-display_width (2.5.0)
wdm (0.1.1)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.16)

PLATFORMS
ruby
x64-mingw-ucrt
x64-mingw32

DEPENDENCIES
html-proofer (~> 3.19.4)
html-proofer (~> 5.0.9)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.17.0)
jekyll-redirect-from (~> 0.16.0)
Expand Down
6 changes: 4 additions & 2 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@
<script>{%- include assets/baguetteBox-init.js -%}</script>
{%- endif -%}

<script src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><script>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>

{%- if page.slug == 'home' -%}
<script src="https://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script>
<script>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
{%- endif -%}
2 changes: 1 addition & 1 deletion assets/css/vendor/baguetteBox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions assets/css/vendor/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/vendor/bootstrap.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/js/vendor/baguetteBox.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/js/vendor/bootstrap.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/vendor/bootstrap.bundle.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/js/vendor/jquery.slim.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 331ddf2

Please sign in to comment.