coding bib

This commit is contained in:
etherware-novice 2024-08-13 12:49:17 -05:00
parent b82162c527
commit 8f4b332065
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701
3 changed files with 1378 additions and 0 deletions

View File

@ -5,6 +5,7 @@ journal,/journal
comics,/comic
link dump,/linklink
timezone,/oneshot/timezone
coding bibble,/oneshot/codingbible
guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
thanks page,/thanks
github repo,https://github.com/etherware-novice/comicsite,/assets/images/blinkers/cooltext462925409710685.gif

1 name,link,img
5 comics,/comic
6 link dump,/linklink
7 timezone,/oneshot/timezone
8 coding bibble,/oneshot/codingbible
9 guestbook,http://users3.smartgb.com/g/g.php?a=s&i=g36-36498-b6
10 thanks page,/thanks
11 github repo,https://github.com/etherware-novice/comicsite,/assets/images/blinkers/cooltext462925409710685.gif

View File

@ -20,6 +20,7 @@ h1 {
padding: 8px;
background-color: blue;
}
h1 a { color: white; }
img {
width: auto;
@ -97,3 +98,12 @@ img {
position: absolute;
top: 0; right: -40px;
}
code {
display: inline-block;
background-color: gray;
border: 1px black solid;
padding: .5em;
margin: 0.5em 0.25em;
}

1367
oneshot/codingbible.md Normal file

File diff suppressed because it is too large Load Diff