Printouts
This is a list of printouts that are present in the space.
Fridge
Wifi credentials
We put our wifi credentials on an A4 on the fridge. wifi.typ:
#import "@preview/cades:0.3.1": qr-code
#show raw: set text(fill: color.hsv(0deg, 100%, 50%))
#align(center, qr-code("WIFI:S:randomdata-5ghz;T:WPA;P:hackerz!;;", height: 60%))
#set text(size: 24pt)
Connect to our Wi-Fi!
- SSID: randomdata-5ghz
- Password: `hackerz!`
#line(length: 100%)
#set text(size: 16pt)
#grid(
// stroke: 1pt,
columns: (9fr, 3fr),
gutter: 2pt,
[
Or you can use 2.4GHz if you're into retrocomputing
- SSID: randomdata
- Password: `hackerz!`
],
qr-code("WIFI:S:randomdata-5ghz;T:WPA;P:hackerz!;;"),
)