mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-08-19 11:27:24 +02:00
Compare commits
No commits in common. "36802a595ed4a5bb1bdf7d53c8e796930c088bae" and "730d011930851060d8b0ed88c67f0d7a5ac55a08" have entirely different histories.
36802a595e
...
730d011930
27
_includes/ad.html
vendored
27
_includes/ad.html
vendored
@ -1,16 +1,23 @@
|
|||||||
<detect-missing-adblocker>
|
<detect-missing-adblocker>
|
||||||
<hr/>
|
<hr/>
|
||||||
<span slot="title"><p>Dear reader, you may be missing a content blocker! 🙀</p></span>
|
<span slot="title"><p>Dear reader, you may be missing a content blocker!
|
||||||
|
🙀</p></span>
|
||||||
<span slot="message">
|
<span slot="message">
|
||||||
<noscript><strong><em>Dear JavaScript blocker, please accept my apologies for needlessly showing you this.</em></strong></noscript>
|
<p>Please consider installing one to protect yourself, and your close ones,
|
||||||
<p>Please consider installing one to protect yourself, and your close ones, from <a href="https://www.wired.com/story/why-dont-we-just-ban-targeted-advertising/">manipulation</a> and <a href="https://en.m.wikipedia.org/wiki/Malvertising">targeted malvertising</a>!</p>
|
from <a
|
||||||
<p>Personally I love <strong>both</strong> <a href="https://privacybadger.org">Privacy Badger</a> <strong>and</strong> <a href="https://github.com/gorhill/uBlock/blob/master/README.md#ublock-origin-ubo">uBlock Origin</a>
|
href="https://www.wired.com/story/why-dont-we-just-ban-targeted-advertising/">manipulation</a> and <a
|
||||||
(<strong>with</strong> <a href="https://www.eff.org/files/effdntlist.txt">EFF DNT Policy
|
href="https://en.m.wikipedia.org/wiki/Malvertising">targeted
|
||||||
Allowlist</a>) <strong>together</strong>, while <a href="https://adnauseam.io">AdNauseam</a>
|
malvertising</a>!</p>
|
||||||
<em>alone</em> would be more direct protest tool to oppose how the internet is nowadays.</p>
|
<p>Personally I love <a href="https://privacybadger.org">Privacy Badger</a> and
|
||||||
<p>Android users may be better served by <a href="https://f-droid.org/packages/com.celzero.bravedns">Rethink</a> while for iOS there is <a href="https://adguard.com/adguard-ios/overview.html">AdGuard</a>.</p>
|
<a href="https://github.com/gorhill/uBlock/blob/master/README.md">uBlock Origin</a>
|
||||||
<p><a href="https://en.m.wikipedia.org/wiki/Targeted_advertising#Disadvantages">Learn more about targeted advertising!</a>
|
with
|
||||||
<p><small>PS. I am sorry if you are already protected and this silly script doesn't detect that, thank you for taking the steps towards a safer internet! 💜</small></p>
|
(<a href="https://www.eff.org/files/effdntlist.txt">EFF DNT Policy Allowlist</a>)
|
||||||
|
although Android users may be better served by <a href="https://f-droid.org/packages/com.celzero.bravedns">Rethink</a> while
|
||||||
|
for iOS there is <a
|
||||||
|
href="https://adguard.com/adguard-ios/overview.html">AdGuard</a>.</p>
|
||||||
|
<p><a
|
||||||
|
href="https://en.m.wikipedia.org/wiki/Targeted_advertising#Disadvantages">Learn
|
||||||
|
more about targeted advertising!</a>
|
||||||
</span>
|
</span>
|
||||||
<hr/>
|
<hr/>
|
||||||
</detect-missing-adblocker>
|
</detect-missing-adblocker>
|
||||||
|
3
_sass/_base.scss
vendored
3
_sass/_base.scss
vendored
@ -108,8 +108,7 @@ a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:visited {
|
&:visited {
|
||||||
color: revert;
|
color: darken($brand-color, 15%);
|
||||||
//darken($brand-color, 15%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
39
css/main.scss
vendored
39
css/main.scss
vendored
@ -14,19 +14,13 @@ $base-line-height: 1.5;
|
|||||||
|
|
||||||
$spacing-unit: 30px;
|
$spacing-unit: 30px;
|
||||||
|
|
||||||
$text-color: revert;
|
$text-color: #111;
|
||||||
//#111;
|
$background-color: #fdfdfd;
|
||||||
$background-color: revert;
|
$brand-color: #2a7ae2;
|
||||||
//#fdfdfd;
|
|
||||||
$brand-color: revert;
|
|
||||||
//#2a7ae2;
|
|
||||||
|
|
||||||
$grey-color: revert;
|
$grey-color: #828282;
|
||||||
//#828282;
|
$grey-color-light: lighten($grey-color, 40%);
|
||||||
$grey-color-light: revert;
|
$grey-color-dark: darken($grey-color, 25%);
|
||||||
//lighten($grey-color, 40%);
|
|
||||||
$grey-color-dark: revert;
|
|
||||||
//darken($grey-color, 25%);
|
|
||||||
|
|
||||||
// Width of the content area
|
// Width of the content area
|
||||||
$content-width: 800px;
|
$content-width: 800px;
|
||||||
@ -55,8 +49,7 @@ $on-laptop: 800px;
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
width: 6em;
|
width: 6em;
|
||||||
border: 1px solid;
|
border: 1px solid black;
|
||||||
//black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is the short bio in the index and all my profiles
|
// This is the short bio in the index and all my profiles
|
||||||
@ -77,30 +70,26 @@ $on-laptop: 800px;
|
|||||||
.irclog {
|
.irclog {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
border: 1px solid;
|
border: 1px solid $grey-color-light;
|
||||||
// $grey-color-light;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: revert;
|
background-color: #eef;
|
||||||
//#eef;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tables belong to CSS, make the HTML5 validator happy
|
// Tables belong to CSS, make the HTML5 validator happy
|
||||||
table,
|
table,
|
||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
border: 1px solid;
|
border: 1px solid black;
|
||||||
//black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Trying to make images look a little better
|
// Trying to make images look a little better
|
||||||
img {
|
img {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
border: 1px solid;
|
border: 1px solid black;
|
||||||
//black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Also in index, hidden text
|
// Also in index, hidden text
|
||||||
//#cake {
|
#cake {
|
||||||
// color: rgba(0, 0, 0, 0);
|
color: rgba(0, 0, 0, 0);
|
||||||
//}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user