Laptop Ministry

Open Source Software & Tools Repository

pagetelegram's Repository

Title: Laptop Ministry Founder

Description: Creator of the Laptop Ministry, in Uptown / Edgewater Chicago.

................................................................................
................................................................................
..............................:-=+*#%%%%##*+-:..................................
...........................:+#%@@@@@@@@@@@@@@@%*-...............................
.........................-#@@@@@@@@@@@@@@@@@@@@@@%+:............................
.......................=%@@@@@@@@@@@@@@@@@@@@@@@@@@@+:..........................
.....................:#@@@@@@@@@%*=-::.::=+#@@@@@@@@@%=.........................
....................=%@@@@@@@@#=:...........:+%@@@@@@@@*:.......................
...................+@@@@@@@@#-................:+@@@@@@@@#:......................
..................+@@@@@@@@+:...................-%@@@@@@@%:.....................
.................+@@@@@@@%=......................:#@@@@@@@#:....................
................=%@@@@@@@=........................:#@@@@@@@*....................
...............:#@@@@@@@+..........................-%@@@@@@@=...................
...............+@@@@@@@#........:::-------:::.......=@@@@@@@#:..................
..............:#@@@@@@@-.:-=*#%%@@@@@@@@@@@@@%%#*=-.:#@@@@@@%=..................
..............=@@@@@@@@#%@@@@@@@@@@@@@@@@@@@@@@@@@@@%%@@@@@@@*..................
..............+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#:.................
.............:*@@@@@@@@@@@@@@@@%#**+++++++*##%@@@@@@@@@@@@@@@%-.................
.............-%@@@@@@@@@@@#*=-:...............:-=*%@@@@@@@@@@@*-................
...........:*@@@@@@@@@%*-:.........................:=*@@@@@@@@@@*:..............
..........+@@@@@@@@@#-.........:-=:.......:--..........=#@@@@@@@@@+.............
........-#@@@@@@@@*-............:+%#-...=##+:............-#@@@@@@@@#:...........
.......=%@@@@@@@#-................:*@%%%%+.................-#@@@@@@@%-..........
......=%@@@@@@%=......::::........-@@@@@@#:.................:+@@@@@@@%=.........
.....=%@@@@@@%-..:=*#%@@@@@#+:....:%@@@@@#:....:=*#%%%#*+-....=%@@@@@@%-........
....-%@@@@@@%-:+%@@@@@@@@@@@@@*-...:+##*=:...:#@@@@@@@@@@@@#+:.=%@@@@@@#:.......
...:*@@@@@@@==@@@@@@@@@@@@@@@@@%=...:#%+....=@@@@@@@@@@@@@@@@@*-+@@@@@@@+.......
...-%@@@@@@*.:#@@@@@@@@@@@@@@@@@@-.:*@@@=..+@@@@@@@@@@@@@@@@@@*::*@@@@@@#-......
...+@@@@@@@-..-%@@@@@@@@@@@@@@@@@%.-@@@@#:-%@@@@@@@@@@@@@@@@@#-..=@@@@@@@=......
..:#@@@@@@#....=@@@@@@@@@@@@@@@@@@++@@@@%=*@@@@@@@@@@@@@@@@@%-...:%@@@@@@*......
..:#@@@@@@*.....=%@@@@@@@@@@@@@@@#:%@@@@@*+@@@@@@@@@@@@@@@@%-.....#@@@@@@#:.....
..:%@@@@@@*......-#@@@@@@@@@@@@@*.:%@@@@@*:=%@@@@@@@@@@@@@#-......#@@@@@@#:.....
..:#@@@@@@*.......:*@@@@@@@@@@%=..-@@@@@@*:.-#@@@@@@@@@@@*:......:#@@@@@@*......
...*@@@@@@%:........-*%@@@@@#=:...-@@@@@@*:...=#@@@@@@@*-........-%@@@@@@+......
...=@@@@@@@=...........-=+=-:.....-@@@@@@*:.....-+##*-:..........+@@@@@@%-......
...:#@@@@@@%:........-#@@@@@@@#+-.:@@@@@@*::=*%@@@@@@%+:........-%@@@@@@*:......
....=@@@@@@@#:......=@@@@@@@@@@@@-.%@@@@@+:*@@@@@@@@@@@#:......:#@@@@@@%-.......
....:*@@@@@@@*:....:#@@@@@@@@@@@@:.#@@@@@=.+@@@@@@@@@@@@+.....:#@@@@@@@+........
.....:*@@@@@@@*:....+%@@@@@@@@@@*..=@@@@%-.-%@@@@@@@@@@#-....-#@@@@@@@*.........
......:*@@@@@@@%=.....-*%@@@@@@#:..:%@@@+...=@@@@@@@#+:.....=%@@@@@@@*..........
........+@@@@@@@@#-......:-=+=-.....-%@#:.....-=+=-.......-#@@@@@@@@=...........
.........=%@@@@@@@@#-................:-:................=#@@@@@@@@#-............
..........:+@@@@@@@@@%+-.............................-+%@@@@@@@@%+:.............
............:*@@@@@@@@@@%*=:.....................-=*%@@@@@@@@@%+:...............
..............:+%@@@@@@@@@@@%#*+=-::....:::-=+*%@@@@@@@@@@@@%+:.................
.................-*%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%*-....................
...................:-+%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#+-.......................
.......................:-+#%@@@@@@@@@@@@@@@@@@@@%%*+-:..........................
............................::-==+***##****+==-::...............................
................................................................................

Available Projects & Tools

📄 Viewing: styles.css

💾 Download
* { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: monospace; background-color: black; color: orange; padding: 20px; text-align: center; font-size: 18px; line-height: 1.6; } .container { max-width: 900px; margin: auto; padding: 20px; } input, textarea, select { background-color: orange; color: black; border: 2px solid black; padding: 12px; width: 100%; font-family: monospace; font-size: 18px; min-height: 40px; } button, a { display: inline-block; background-color: orange; color: black; padding: 12px 18px; text-decoration: none; border: 2px solid black; font-weight: bold; cursor: pointer; font-size: 18px; border-radius: 6px; margin: 5px; } button:hover, a:hover { background-color: black; color: orange; border: 2px solid orange; } label { display: block; margin-bottom: 10px; font-size: 20px; } .error { color: red; } .success { color: green; } .floating-menu { position: fixed; top: 10px; right: 10px; display: flex; flex-direction: column; gap: 10px; } .admin-table { width: 100%; border-collapse: collapse; margin-top: 20px; } .admin-table th, .admin-table td { border: 2px solid orange; padding: 10px; text-align: left; } footer { margin-top: 20px; } @media (max-width: 768px) { body { font-size: 24px; } button, a { font-size: 24px; padding: 18px 22px; } }