added PrivacyPride

This commit is contained in:
Tommi 2021-11-10 13:10:32 +01:00
parent b1df12c986
commit 9b52415cb6
7 changed files with 36 additions and 41 deletions

View File

@ -1 +1 @@
3.0.1 3.0.2

22
Gemfile
View File

@ -26,30 +26,8 @@ group :jekyll_plugins do
gem "jekyll-watch" gem "jekyll-watch"
gem "jekyll-redirect-from" gem "jekyll-redirect-from"
gem "jekyll-email-protect" gem "jekyll-email-protect"
gem "jekyll-datapage-generator"
gem "jekyll-debug" gem "jekyll-debug"
gem "jekyll-mentions" gem "jekyll-mentions"
gem "jekyll-liquify"
gem "jekyll-auto-image" gem "jekyll-auto-image"
gem "html-proofer" gem "html-proofer"
# gem "jekyll-admin"
# gem "jekyll-optional-front-matter"
# gem "jekyll-paginate"
# gem "jekyll-paginate-v2"
# gem "jekyll-archives"
# gem "jekyll-youtube"
# gem "jekyll-spaceship"
# gem "jekyll-pdf-embed"
# gem "jekyll-giphy"
# gem "jekyll-timeago"
# gem "liquid_pluralize"
# gem "liquid_reading_time"
# gem "jekyll-gist"
# gem "jekyll-twitter-plugin"
# gem "jekyll-news-sitemap"
# gem "jekyll-git_metadata"
# gem "jekyll-auto-image"
# gem "jekyll-tagging"
# gem "jekyll-auto-image"
# gem "premonition"
end end

View File

@ -15,7 +15,7 @@ GEM
em-websocket (0.5.2) em-websocket (0.5.2)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
ethon (0.14.0) ethon (0.15.0)
ffi (>= 1.15.0) ffi (>= 1.15.0)
eventmachine (1.2.7) eventmachine (1.2.7)
ffi (1.15.4) ffi (1.15.4)
@ -32,9 +32,9 @@ GEM
typhoeus (~> 1.3) typhoeus (~> 1.3)
yell (~> 2.0) yell (~> 2.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (1.8.10) i18n (1.8.11)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jekyll (4.2.0) jekyll (4.2.1)
addressable (~> 2.4) addressable (~> 2.4)
colorator (~> 1.0) colorator (~> 1.0)
em-websocket (~> 0.5) em-websocket (~> 0.5)
@ -51,7 +51,6 @@ GEM
terminal-table (~> 2.0) terminal-table (~> 2.0)
jekyll-auto-image (1.1.3) jekyll-auto-image (1.1.3)
jekyll jekyll
jekyll-datapage-generator (1.4.0)
jekyll-debug (0.0.2) jekyll-debug (0.0.2)
liquid (>= 2.5, < 5.0) liquid (>= 2.5, < 5.0)
pry (~> 0.10) pry (~> 0.10)
@ -62,9 +61,6 @@ GEM
jekyll-last-modified-at (1.3.0) jekyll-last-modified-at (1.3.0)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
posix-spawn (~> 0.3.9) posix-spawn (~> 0.3.9)
jekyll-liquify (0.0.2)
liquid (>= 2.5, < 5.0)
redcarpet (~> 3.1)
jekyll-mentions (1.6.0) jekyll-mentions (1.6.0)
html-pipeline (~> 2.3) html-pipeline (~> 2.3)
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
@ -95,12 +91,12 @@ GEM
method_source (1.0.0) method_source (1.0.0)
mini_portile2 (2.6.1) mini_portile2 (2.6.1)
minitest (5.14.4) minitest (5.14.4)
nokogiri (1.12.4) nokogiri (1.12.5)
mini_portile2 (~> 2.6.1) mini_portile2 (~> 2.6.1)
racc (~> 1.4) racc (~> 1.4)
nokogumbo (2.0.5) nokogumbo (2.0.5)
nokogiri (~> 1.8, >= 1.8.4) nokogiri (~> 1.8, >= 1.8.4)
parallel (1.20.1) parallel (1.21.0)
pathutil (0.16.2) pathutil (0.16.2)
forwardable-extended (~> 2.6) forwardable-extended (~> 2.6)
posix-spawn (0.3.15) posix-spawn (0.3.15)
@ -108,15 +104,14 @@ GEM
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
public_suffix (4.0.6) public_suffix (4.0.6)
racc (1.5.2) racc (1.6.0)
rainbow (3.0.0) rainbow (3.0.0)
rb-fsevent (0.11.0) rb-fsevent (0.11.0)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rb-readline (0.5.5) rb-readline (0.5.5)
redcarpet (3.5.1)
rexml (3.2.5) rexml (3.2.5)
rouge (3.26.0) rouge (3.26.1)
safe_yaml (1.0.5) safe_yaml (1.0.5)
sassc (2.4.0) sassc (2.4.0)
ffi (~> 1.9) ffi (~> 1.9)
@ -126,10 +121,10 @@ GEM
ethon (>= 0.9.0) ethon (>= 0.9.0)
tzinfo (2.0.4) tzinfo (2.0.4)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0) unicode-display_width (1.8.0)
webrick (1.7.0) webrick (1.7.0)
yell (2.2.2) yell (2.2.2)
zeitwerk (2.4.2) zeitwerk (2.5.1)
PLATFORMS PLATFORMS
ruby ruby
@ -138,12 +133,10 @@ DEPENDENCIES
html-proofer html-proofer
jekyll jekyll
jekyll-auto-image jekyll-auto-image
jekyll-datapage-generator
jekyll-debug jekyll-debug
jekyll-email-protect jekyll-email-protect
jekyll-feed jekyll-feed
jekyll-last-modified-at jekyll-last-modified-at
jekyll-liquify
jekyll-mentions jekyll-mentions
jekyll-redirect-from jekyll-redirect-from
jekyll-seo-tag jekyll-seo-tag
@ -154,4 +147,4 @@ DEPENDENCIES
webrick webrick
BUNDLED WITH BUNDLED WITH
2.2.15 2.2.31

View File

@ -0,0 +1,16 @@
<div class='box row' style='background:#FFCCAA;'>
<div class='two-thirds column'>
<p style='color:#A02C89;'>{% if page.lang == 'it'%}
Questo sito supporta il <a href='https://privacypride.org' target='_blank' title='PrivacyPride'><em>PrivacyPride</em></a>!<br />
<br />
Unisciti a noi il 13 novembre 2021!
{% else %}
This website supports the <a href='https://privacypride.org' target='_blank' title='PrivacyPride'><em>PrivacyPride</em></a> movement!<br />
Join us!
{% endif %}</p>
<a class='button' style='background:#A02C89;color:#FFCCAA;' href='https://privacypride.org' target='_blank' title='Homepage PrivacyPride'>Info</a>
</div>
<div class='one-third column'>
<img src='/images/privacypride.png' alt='Locandina del PrivacyPride' />
</div>
</div>

BIN
images/privacypride.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 KiB

View File

@ -15,6 +15,10 @@ toc: false
<br /> <br />
{% include privacypride.html %}
<br />
<div class="red box row"> <div class="red box row">
<h2 class="title">WTF is this website?</h2> <h2 class="title">WTF is this website?</h2>
<p> <p>
@ -84,4 +88,4 @@ toc: false
<br /> <br />
<br /> <br />
</div> </div>

View File

@ -17,6 +17,10 @@ description: "Tutte le ragioni per cui i <em>Social Media</em>, per come li cono
<br /> <br />
{% include privacypride.html %}
<br />
<div class="red box row"> <div class="red box row">
<h2 class="title">Cosa cavolo è questo sito?</h2> <h2 class="title">Cosa cavolo è questo sito?</h2>
<p> <p>