-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🥧 create Riso Pi log entry & other things
- new Pi Log entry - added page with ascii diagram of my Pi network - created new snippet - shifted CSS to `ascii.css` - removed text-stroke on links
- Loading branch information
1 parent
d3048b3
commit ac6c251
Showing
6 changed files
with
131 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"ascii": { | ||
"prefix": "ascii", | ||
"body": [ | ||
"<!DOCTYPE html>", | ||
"<html lang=\"en\">", | ||
"<head>", | ||
" <meta charset=\"UTF-8\">", | ||
" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">", | ||
" <title>${1:Document}</title>", | ||
" <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/css/reset.css\" />", | ||
" <link rel=\"stylesheet\" type=\"text/css\" href=\"/assets/css/ascii.css\" />", | ||
"</head>", | ||
"<body>", | ||
"<main>", | ||
"<pre>", | ||
" $0", | ||
"</pre>", | ||
"</main>", | ||
"<section class=\"credit\">Jgs font by <a href=\"https://adelfaure.net\">Adel Faure</a>. Distributed by <a href=\"https://velvetyne.fr\">velvetyne.fr</a>.</section>", | ||
"<footer><a class=\"back\" href=\"/index.html\">Back</a></footer>", | ||
"</body>", | ||
"</html>" | ||
], | ||
"description": "page for ascii art" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,6 +56,7 @@ p { | |
|
||
a { | ||
font-weight: bold; | ||
-webkit-text-stroke: 0; | ||
} | ||
|
||
/* Make images easier to work with */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Network Diagram</title> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/reset.css" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/css/ascii.css" /> | ||
<style> | ||
pre { | ||
font-size: 16px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<main> | ||
<pre> | ||
╒═════════════════════╕ | ||
|NBN THING IN THE WALL| | ||
╘══════════╤══════════╛ | ||
| | ||
▼ | ||
| ╒════════╕ | ||
╒═══╧═══╕ |NETCOMM | | ||
|NBN BOX├--▶--┤CF40MESH| | ||
╘═══════╛ |MODEM | | ||
╘════╤═══╛ | ||
| | ||
▼ | ||
| ethernet cable ┌----------------┐ | ||
└--▶------------------▶--┤ETHERNET ADAPTOR| | ||
└--------┬-------┘ | ||
| | ||
▼ ┌--------┐ ┌---------┐ | ||
usb-c to usb-a cable | |USB-C to| |USB-A to | | ||
┌--◀-----------------------◀--┴--▶--┤USB-A ├--▶--┤MICRO USB| | ||
| |ADAPTOR | |ADAPTOR | | ||
▼ └--------┘ └----┬----┘ | ||
| | | ||
╔═══════╧══════╗ ▼ | ||
║PIBO ║ | | ||
║RASPBERRY PI 4║ ╔════════╧════════╗ | ||
║8GB ║ ║RASPYPI ║ | ||
╚══════════════╝ ║RASPBERRY PI ZERO║ | ||
╚═════════════════╝ | ||
|
||
</pre> | ||
</main> | ||
<section class="credit">Jgs font by <a href="https://adelfaure.net">Adel Faure</a>. Distributed by <a | ||
https://velvetyne.fr">velvetyne.fr</a>.</section> | ||
<footer><a class="back" href="/pages/pi-log.html">Back to Pi Log</a> | ||
<a class="back" href="/index.html">Back</a> | ||
</footer> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Riso Pi</title> | ||
<link rel="stylesheet" href="/assets/css/reset.css"> | ||
</head> | ||
<header> | ||
</header> | ||
<main> | ||
|
||
<body> | ||
<date>23.11.24</date> | ||
<p>Raspberry Pis remind me of risograph machines.</p> | ||
<p>Sometimes they work. | ||
<br> | ||
Sometimes they don't. | ||
<br> | ||
Depends how they're feeling. | ||
</p> | ||
<p>I went out to run errands this morning and when I came home both raspypi and piBo were disconnected from my | ||
local network. They were connected just fine before I left!</p> | ||
<p>The good news is that I managed to physically connect them to my router and they are showing on the network! | ||
</p> | ||
<p>The connection setup is a bit convoluted because I only have one ethernet cable.</p> | ||
<p>I just spent the whole day drawing <a href="/pages/network-diagram.html">a diagram of my Pi network</a>.</P> | ||
</body> | ||
</main> | ||
<footer><a class="back" href="/pages/pi-log.html">Back to Pi Log</a></footer> | ||
|
||
</html> |