MONEY SPENT

DateAmountItems BoughtReceipt
11/24/2023$101.1512 MERV13 FiltersARMBRUST
10/7/2023$83.955 MERV13 FiltersTexasAir
10/10/2023$20.001 Holmes Box FanN/A (Craigslist)
12/08/2023$28.981 Lasko Fan, 1 Duct TapeTarget
12/17/2023$27.59Lasko BLACK FanWalmart
12/13/2023$389.751 set of Far-UVC LightsNukit/Cyber Night Market
03/12/2024$106.1212 MERV13 Furnace Filters 20x20x2Walmart
03/12/2024$73.15Power supply, PC fans, fan covers for TEMPESTAmazon
03/12/2024$16.931 more PC fan for TEMPESTAmazon
03/23/2024$15Online Form ToolFormspree
04/05/2024$87.89PC FANS, DC PLUG, FAN GUARDSAmazon
05/22/2024$6.36Cable for TempestAmazon
05/22/2024$54.102 Lasko Fans + Duct TapeTarget
05/29/2024$24.83Black 20" Lasko FanWalmart
07/02/2024$76.5012 x MERV13 Filters (10"x10"x1")ARMBRUST
07/13/2024$112.4612 x MERV13 Filters (20"x20"x2") + 1xroll of duct tapeWalmart
08/20/2024$118.91PC fans, fan Guards, wall plugsAmazon
8/20/2024$31.82PC fansAmazon

DONATIONS RECEIVED

DateAmountFromNotes
MM/DD/YYYY$00.00VENMO/PAYPAL/ETCNOTES GO HERE
1/16/2024$100 GiveButterER
3/3/2024$10 VENMOJM
3/5/2024$30 VENMODB
3/5/2024$5 VENMOKK
3/10/2024$5 VENMOSB
3/11/2024$15 GiveButterAG
3/11/2024$20 GiveButterKM
3/11/2024$250 GiveButterAH
3/11/2024$15 GiveButterRA
3/11/2024$150 GiveButterPLM
3/11/2024$140 VENMOJB
3/11/2024$5 VENMOJC
3/12/2024$8 GiveButterJR
3/12/2024$10 GiveButterJM
3/12/2024$30 GiveButterCV
3/12/2024$25 GiveButterJW
3/12/2024$100.00 GiveButterGN
3/14/2024$5.00 VENMOKK
6/08/2024$55.00 GiveButterFD
8/01/2024$25.00 GiveButterZW
8/10/2024$100.00 GiveButterOS
9/17/2024$75.00 Gift cardTW

TOTAL

TOTAL SPENT$1,375.49
TOTAL DONATED$1178.00
REMAINING FUNDS-197.49
element! */ background-image: var(--header-image); background-size: 100%; } #flex { display: flex; } /* this colors BOTH sidebars if you want to style them separately, create styles for #leftSidebar and #rightSidebar */ aside { background-color: #000000; width: 200px; padding: 20px; font-size: 10px; /* this makes the sidebar text slightly smaller */ } /* this colors BOTH sidebars if you want to style them separately, create styles for #leftSidebar and #rightSidebar */ aside { background-color: #000000; width: 200px; padding: 20px; font-size: .7em; /* this makes the sidebar text slightly smaller */ } /* this is the color of the main content area, between the sidebars! */ main { background-color: #00000; flex: 1; padding: 20px; font-size: .9em; order: 2; } /* what's this "order" stuff about?? allow me to explain! if you're using both sidebars, the "order" value tells the CSS the order in which to display them. left sidebar is 1, content is 2, and right sidebar is 3! */ */ #leftSidebar { order: 1; } #rightSidebar { order: 3; } footer { background-color: #0000; /* background color for footer */ width: 100%; height: 40px; padding: 10px; text-align: center; /* this centers the footer text */ } h1, h2, h3 { color: #F9F0EE; font-size: .9em; } h1 { font-size: .9em; } strong { /* this styles bold text */ color: #F9F0EE; } /* this is just a cool box, it's the darker colored one */ .box { background-color: #000000; border: 1px solid #F9F0EE; padding: 6px; } .box2 { background-color: #000000; border: 1px dotted #F9F0EE; padding: 5px; } /* CSS for extras */ #topBar { width: 100%; height: 30px; padding: 10px; font-size: .9em; background-color: #13092D; } /* BELOW THIS POINT IS MEDIA QUERY */ /* so you wanna change the width of your page? by default, the container width is 900px. in order to keep things responsive, take your new height, and then subtrack it by 100. use this new number as the "max-width" value below */ @media only screen and (max-width: 800px) { #flex { flex-wrap: wrap; } aside { width: 100%; } /* the order of the items is adjusted here for responsiveness! since the sidebars would be too small on a mobile device. feel free to play around with the order! */ main { order: 1; } #leftSidebar { order: 2; } #rightSidebar { order: 3; } #navbar ul { flex-wrap: wrap; } }