Add projects and tutorials

This commit is contained in:
John Gatward
2026-03-16 18:03:17 +00:00
parent fc54c3bd4e
commit 4e94902f01
132 changed files with 19170 additions and 65 deletions

View File

@@ -0,0 +1,68 @@
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
html {
background-color: #2e3440; }
h1 {
color: #eceff4;
font-family: "Roboto", sans-serif;
font-size: 48pt; }
p {
color: #d8dee9;
font-family: "Roboto", sans-serif;
font-size: 16pt; }
code {
font-size: 14pt;
border: 4px solid #ebcb8b; }
a {
color: #d8dee9;
font-family: "Roboto", sans-serif;
font-size: 24pt; }
#subsetOutput {
color: #88c0d0; }
#wholeOutput {
color: #b48ead; }
#tlOutput {
color: #d08770; }
#tOutput {
color: #ebcb8b; }
#lOutput {
color: #a3be8c; }
#sumDiv {
text-align: center; }
button {
display: inline-block;
width: 25%;
padding: 10px 25px;
margin: 0.1em;
border: 4px solid #88c0d0;
box-sizing: border-box;
text-decoration: none;
font-family: 'Roboto',sans-serif;
font-size: 14pt;
color: #434c5e;
background-color: #eceff4;
text-align: center;
position: relative;
transition: all 0.15s; }
button:hover {
background-color: #4c566a;
color: #eceff4;
border-color: #5e81ac; }
button:focus {
border: 4px solid #88c0d0;
box-sizing: border-box; }
#chillin {
display: none; }
/*# sourceMappingURL=style.css.map */