Skip to content

Commit e087a22

Browse files
committed
i
1 parent 5d889ee commit e087a22

15 files changed

Lines changed: 215 additions & 248 deletions

dist/404.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/bundle-2a313.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/bundle-2a313.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/bundle-a12f1.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundle-a12f1.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/css/dark-mode.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
body.dark-mode {color: white;
1+
body.dark-mode {background-color: rgb(21, 21, 21);
2+
color: white;
23
text-shadow: 1px 1px 1px rgba(0,0,0,.3), 0 0 .3rem rgba(22,22,22,.5), 0 0 1rem rgba(255,0,0,.4);}
34
a:link.dark-mode, a:visited.dark-mode {color: #00eeff;
45
text-shadow: 1px 1px 2px red, 0 0 1rem blue, 0 0 0.2rem blue;

src/css/style.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
* {border-radius:.3em;scrollbar-color:rgba(22,222,222,.7) rgba(0,0,72,.7);overscroll-behavior:none;scroll-behavior:smooth;scroll-snap-type:none;}
1+
* {border-radius:.3rem;scrollbar-color:rgba(22,222,222,.7) rgba(0,0,72,.7);overscroll-behavior:none;scroll-behavior:smooth;scroll-snap-type:none;}
22
#welcome-overlay {
33
overflow:hidden;
44
position:fixed;
@@ -27,12 +27,12 @@ canvas {
2727
display:none;
2828
position:absolute;
2929
left:6%;
30-
top:-.75em;
30+
top:-.75rem;
3131
width:95%;
3232
font-size:95%;
3333
line-height:70%;
3434
background-color:rgba(128,128,128,.05);
35-
backdrop-filter:blur(.08em) saturate(400%) contrast(80%);
35+
backdrop-filter:blur(.08rem) saturate(400%) contrast(80%);
3636
background-blend-mode:difference;
3737
text-align:center;
3838
opacity:.65;
@@ -150,10 +150,8 @@ h1 {margin:0;
150150
h2, h3, h4, h5, h6 {margin-bottom:0.7rem;padding:0 0 0 .2rem;}
151151
.article-title {text-align:center;line-height:1.4;margin:.5rem 0 0 0;filter:drop-shadow(0 0 1rem rgb(255, 0, 128))!important;}
152152
body, p {margin:0;
153-
font-weight:500;
154153
text-align:left;
155154
padding-bottom:0;
156-
font-family:verdana, "times new roman", georgia, arial, "courier new";
157155
overflow-anchor:none;}
158156
p {line-height:1.2;
159157
text-indent:1rem;
@@ -163,13 +161,15 @@ p {line-height:1.2;
163161
.no-indent {text-indent:0;} .no-indent p {text-indent:0;} .width95 {width:95%;margin:auto;} .width95 p {width:95%;margin:auto;} .width90 {width:90%;margin:auto;} .width90 p {width:90%;margin:auto;}
164162
.center {text-align:center;} .justify-content-center {justify-content:center;} .center p {text-align:center;} .justify-content-center p {justify-content:center;}
165163
.italic90 {font-style:italic;font-size:90%;}
166-
body {
164+
body {background-color:rgb(234, 234, 234);
165+
color:black;
167166
font-size:1rem;
167+
font-weight:500;
168+
font-family:verdana, "times new roman", georgia, arial, "courier new";
168169
line-height:1.5;
169-
color:black;
170170
max-width:100vw;
171171
overflow-x:hidden;
172-
text-shadow:1px 1px 1px rgba(222,222,222,.3), 0 0 .3rem rgba(255,255,255,.5), 0 0 1rem rgba(255,255,0,.1);}
172+
text-shadow:1px 1px 1px rgba(222,222,222,.5), 0 0 .3rem rgba(255,255,255,.5), 0 0 1rem rgba(255,255,0,.3);}
173173
.unstyled-link {all:unset !important;cursor:pointer !important;}
174174
a:hover {text-decoration:dotted underline;
175175
text-decoration-thickness:2px;

src/index.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
<table><tr><td style="width:50%;">
3232
<h1><span id="site-title"><a href="/" class="no-bg" title="Home"><img alt="Home" class="img-header img-opaq" decoding="async" src="/img/yinyang.png"></a>
3333
<a href="/" id="site-title-text" class="no-bg" title="Home">i&i</a></span></h1></td><td style="width:50%;">
34-
<span id="toolbar"><span id="search" title="Search"><span id="search-text" onclick="openSearchOverlay()">Search</span>🔍</span><button id="zoom-out" title="Zoom Out" onclick="pageZoom(false)"></button><button id="zoom-in" title="Zoom In" onclick="pageZoom(true)">+</button>
34+
<span id="toolbar"><span id="search" title="Search" onclick="openSearchOverlay()"><span id="search-text">Search</span>🔍</span><button id="zoom-out" title="Zoom Out" onclick="pageZoom(false)"></button><button id="zoom-in" title="Zoom In" onclick="pageZoom(true)">+</button>
3535
<span class="dark-light"><button id="dark-light" title="Dark / Light" onclick="toggleDarkMode()">🌙 / ☀️</button></span></span>
3636
</td></tr></table></header><div id="header-filler"></div>
3737

3838
<div class="row justify-content-center"><div class="col-md-9">
3939
<div id="welcome"><p class="no-indent width90" id="site-intro">
4040
Welcome to original writing & inspiring content devoted to foundations of community awareness: free speech, free thought, & free spirit.
4141
</p>
42-
<div id="site-info" class="article-content" style="padding:0; margin:auto;"><div class="width95 opaq80" style="margin-bottom: -.5em;">
43-
<h5 style="margin: .1em 0 -.8em"><i>About i&i:</i></h5></div><div class="width95"><p class="no-indent center" style="padding-left:0;">
42+
<div id="site-info" class="article-content" style="padding:0; margin:auto;"><div class="width95 opaq80" style="margin-bottom: -.5rem;">
43+
<h5 style="margin: .1em 0 -.8rem"><i>About i&i:</i></h5></div><div class="width95"><p class="no-indent center" style="padding-left:0;">
4444
Designed for max efficiency, freedom, & functionality. Full code & more info at <a href="https://github.com/i1li/i">GitHub</a>. Best enjoyed with good music, here's some <a href="https://github.com/i1li/i#shufflejs">shuffled</a> favorites:
45-
</p><blockquote class="center" style="margin-bottom:-.5em;"><button id="next" title="Next Video">⏭️ Next</button><span id="deck"></span></blockquote>
45+
</p><blockquote class="center" style="margin-bottom:-.5rem;"><button id="next" title="Next Video">⏭️ Next</button><span id="deck"></span></blockquote>
4646
<p style="padding:.7rem 0 .2rem;" class="no-indent italic90">(More music <a href="/edu/vibes">here.</a>)</p>
4747
<p style="padding-left:0;padding-top:0;" class="no-indent">
4848
Posts are generally listed in recommended reading order, so you can start by scrolling down, or click a post title:
@@ -1501,22 +1501,18 @@ <h4>Profitability Has Never Excused Criminality: A Message To Facebook, Google,
15011501
<nobr> - <a href="https://blb.org/csb/rom/14/20-22">Romans 14:3 & 20-22</a></nobr>
15021502
</p></blockquote></section></div></div></article>
15031503

1504-
<footer><table style="width:100%;"><tr><td style="text-align:left; width:20%; padding-left:3.5%; padding-top:.6em;"><span id="toTopFooter" onclick="goToTop()" title="Go to top"><img alt="Go to top" class="img-footer" decoding="async" src="/img/top2.png"></span></td>
1505-
<td style="text-align:center; width:60%; vertical-align:middle; padding-top:1em; font-size:1em; opacity:.7;"><a href="https://connect4more.netlify.app" class="no-bg" title="Connect for more.">Connect</a></td>
1506-
<td style="text-align:right; width:20%; padding-right:2.5%; padding-top:.6em;"><a class="no-bg" title="Home" href="/"><img class="img-footer img-opaq" decoding="async" alt="Home" src="/img/yinyang.png"></a></td></tr></table></footer>
1504+
<footer><table style="width:100%;"><tr><td style="text-align:left; width:20%; padding-left:3.5%; padding-top:.6rem;"><span id="toTopFooter" onclick="goToTop()" title="Go to top"><img alt="Go to top" class="img-footer" decoding="async" src="/img/top2.png"></span></td>
1505+
<td style="text-align:center; width:60%; vertical-align:middle; padding-top:1rem; font-size:1rem; opacity:.7;"><a href="https://connect4more.netlify.app" class="no-bg" title="Connect for more.">Connect</a></td>
1506+
<td style="text-align:right; width:20%; padding-right:2.5%; padding-top:.6rem;"><a class="no-bg" title="Home" href="/"><img class="img-footer img-opaq" decoding="async" alt="Home" src="/img/yinyang.png"></a></td></tr></table></footer>
15071507

15081508
<script src="/js/welcome-overlay.js"></script>
15091509
<script src="/js/utils.js"></script>
15101510
<script src="/js/noise.js"></script>
15111511
<script src="/js/screensaver.js"></script>
15121512
<script src="/yt/youtube-embed.js"></script>
1513-
<script src="/js/light-dark.js"></script>
15141513
<script src="/js/bible-verses.js"></script>
1515-
<script src="/js/zoom.js"></script>
15161514
<script src="/js/spa.js"></script>
15171515
<script src="/js/background.js"></script>
15181516
<script src="/js/color-change.js"></script>
1519-
<script src="/js/display-toggle.js"></script>
1520-
<script src="/js/search.js"></script>
15211517

15221518
</div></div></body></html>

src/js/display-toggle.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)