Skip to content

Commit

Permalink
Deploying to gh-pages from @ ceb506c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaeps committed Sep 13, 2024
0 parents commit 580bca7
Show file tree
Hide file tree
Showing 10 changed files with 3,813 additions and 0 deletions.
69 changes: 69 additions & 0 deletions circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
265 changes: 265 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,265 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8" />
<title>dsl balance</title>
<style>
@font-face {
font-family: 'ps2p';
src: url('pressstart2p.ttf');
}

html {
background-color:#000;
font-family: ps2p,monospace;
}

body {
width:95%;
text-align:center;
}

.bill_desc {
font-size:30px;
color:#eee;
text-align:right;
}

.bill_value {
font-size:42px;
text-align:right;
}

.color_neg {
/* negative numbers are bad */
color:red;
}

.color_pos {
/* positive numbers are good */
color:#00E100;
}

.membership_fees {
font-size:20px;
color:#fff;
text-align:center;
}

.grid {
font-size:17px;
color:#00E100;
text-align:left;
margin:0;
font-family: ps2p,monospace;
}

.donate {
font-size:25px;
color:pink;
text-align:center;
}

.lastupdate {
color:white;
position: fixed;
bottom: 0;
right: 0;
}

.rowodd {
background-color: #202020;
}

.tractorbar {
border-color: #404040;
background-image: url(circle.svg);
background-repeat: repeat-y;
background-position: center top;
}

.tractorleft {
border-style: none dotted none none;
}

.tractorright {
border-style: none none none dotted;
}

#overlay_dim {
position: fixed; /* Sit on top of the page content */
width: 100%; /* Full width (cover the whole page) */
height: 100%; /* Full height (cover the whole page) */
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5); /* Black background with opacity */
z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

#overlay_text{
position: absolute;
top: 25%;
left: 50%;
font-size: 50px;
color: red;
transform: rotate(-45deg) translate(-50%,-50%);
}


</style>
</head>
<body>

<div class="membership_fees">Membership fee <span class="color_pos">700&nbsp;HKD</span> per month, <span class="color_pos">300&nbsp;HKD</span> for students.</div>

<table width=100%>
<tr>
<td colspan=2 class="bill_desc">Monthly Balance:</td>
<td class="bill_value color_pos">4403&nbsp;HKD</td>
</tr>
<tr>
<td colspan=2 class="bill_desc">(due: <span class="color_neg">2024-09-23</span>) Rent:</td>
<td class="bill_value color_neg">14000&nbsp;HKD</td>
</tr>
<tr>
<td class="donate">Donate if you can!</td>
<td class="bill_desc">Bills:</td>
<td class="bill_value color_neg">~2000&nbsp;HKD</td>
</tr>
</table>






<table width=100%>
<tr>
<td class="tractorbar tractorleft">&nbsp;
<td>
<pre class="grid rowodd"> 2024-05 2024-06 2024-07 2024-08 2024-09</pre>



<pre class="grid ">Alex 700 700 700 700 700</pre>



<pre class="grid ">Alex2 700 700 700 700 700</pre>



<pre class="grid rowodd">Alicia 700 </pre>



<pre class="grid rowodd">Antonia 700 700 700 700 700</pre>



<pre class="grid ">Boyun 300 </pre>



<pre class="grid ">Cat 700 700 700 700 700</pre>



<pre class="grid rowodd">Darkangel 700 666 666 666 666</pre>



<pre class="grid rowodd">Diana 700 </pre>



<pre class="grid ">Ella 300 300 300 300 </pre>



<pre class="grid ">Felix 2000 2000 2000 2000 2000</pre>



<pre class="grid rowodd">Gabriel 700 700 700 700 700</pre>



<pre class="grid rowodd">Iulian 700 700 700 700 700</pre>



<pre class="grid ">Jerry 500 2000 2000 500 500</pre>



<pre class="grid ">Max 300 300 300 300 300</pre>



<pre class="grid rowodd">Meebey 1337 1337 1337 3072 3072</pre>



<pre class="grid rowodd">Mrhill 0 1024 1024 700 700</pre>



<pre class="grid ">Neil 1000 1000 1000 1000 1000</pre>



<pre class="grid ">Nigel 700 700 700 700 </pre>



<pre class="grid rowodd">Philip 3888 3888 3888 3888 3888</pre>



<pre class="grid rowodd">Philipp 700 700 700 700 700</pre>



<pre class="grid ">Portia 700 700 700 700</pre>



<pre class="grid ">Rhys 700 700 700 700</pre>



<pre class="grid rowodd">Vincent 300 300 300 300 300</pre>

<td class="tractorbar tractorright">&nbsp;
</tr>
</table>

<br>
<table width=100%>
<tr>
<td>&nbspc;&nbspc;&nbspc;</td>
<td class="bill_desc">Members loans to DSL:</td>
<td class="bill_value color_neg">0&nbsp;HKD</td>
</tr>
</table>

<div class="lastupdate">
Data last updated 2024-09-13T14:48:38+08:00
<a href="https://github.com/dimsumlabs/dsl-accounts/actions">
<img src="https://github.com/dimsumlabs/dsl-accounts/actions/workflows/ci.yml/badge.svg">
</a>
</div>
<!-- If needed, this can be uncommented
<div id="overlay_dim"><div id="overlay_text">BROKEN!</div></div>
TODO:
- use javascript and fetch https://api.github.com/repos/dimsumlabs/dsl-accounts/actions/runs?per_page=3
- add a big visible overlay if two of the last three jobs were .conclusion=="failure"
-->
</body>
</html>
1 change: 1 addition & 0 deletions payments.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"unknown": "2024-08", "workshop": "2024-06", "dues:lio": "2020-07", "dues:tom": "2019-03", "dues:adam": "2022-08", "donation:members": "2021-11", "dues:william": "2017-10", "dues:manolis": "2021-09", "dues:christine": "2016-10", "dues:tobias": "2018-12", "bookshelves": "2017-11", "dues:james": "2022-01", "dues:luca": "2017-10", "dues:stigo": "2018-05", "fridge": "2024-09", "dues:hamish": "2020-11", "dues:leviathan": "2017-09", "dues:brad": "2018-07", "dues:charles": "2017-04", "dues:sunny": "2020-11", "dues:jd": "2017-10", "dues:colin": "2016-10", "dues:syed": "2017-06", "dues:aurelio": "2017-02", "dues:julianlee": "2019-11", "dues:jerry": "2024-09", "dues:jake": "2016-12", "dues:steph": "2017-02", "dues:meebey": "2024-09", "dues:benedict": "2017-01", "merch:tshirt": "2019-11", "dues:michelle": "2019-06", "dues:nicolas": "2023-03", "dues:mathis": "2019-09", "dues:devon": "2018-11", "dues:joakimn": "2017-04", "dues:pierre": "2018-02", "dues:sean": "2017-07", "dues:kenneth": "2017-07", "dues:audrey": "2020-02", "dues:anthony": "2021-02", "dues:elliot": "2017-09", "dues:tim": "2017-10", "dues:hans": "2017-09", "dues:shing": "2017-09", "dues:kam": "2017-09", "dues:alex": "2024-09", "dues:igor": "2017-10", "dues:neil": "2024-09", "donation:c3": "2017-10", "loan": "2021-11", "dues:christopher": "2018-06", "dues:jim": "2018-02", "dues:richard": "2023-10", "dues:mb": "2018-01", "dues:harry": "2018-01", "dues:mazakazu": "2018-09", "dues:jonathan": "2018-02", "dues:marble": "2018-05", "fees:paypal": "2019-10", "dues:ente": "2018-04", "supporters": "2024-08", "dues:gregg": "2018-06", "merch:sticker": "2018-11", "dues:ana": "2018-08", "dues:sam": "2018-07", "dues:cathy": "2019-01", "dues:daniel": "2018-08", "donation": "2024-08", "dues:lawrence": "2020-12", "merch:kits": "2019-12", "dues:gary": "2020-03", "merch:rpikit": "2019-03", "dues:philip": "2024-10", "dues:max": "2024-09", "dues:antonia": "2024-09", "dues:felix": "2024-09", "dues:nathan": "2019-06", "dues:urd": "2019-11", "dues:xro": "2019-09", "dues:neilg": "2020-07", "dues:oliver": "2019-11", "dues:bryan": "2020-01", "dues:tania": "2020-02", "dues:georgia": "2020-01", "dues:sayon": "2021-08", "dues:yeojin": "2020-11", "recycling": "2020-03", "dues:nick": "2020-11", "dues:mikael": "2020-06", "dues:noche": "2020-06", "dues:khng": "2021-09", "dues:vincentdjojo": "2020-12", "dues:kimlegend": "2021-03", "dues:kerrie": "2022-01", "dues:ella": "2024-08", "dues:anders": "2022-09", "dues:cat": "2024-09", "dues:david": "2024-01", "dues:abhi": "2021-11", "dues:briann": "2021-10", "dues:gabriel": "2024-09", "dues:vincent": "2024-09", "dues:iravan": "2022-11", "dues:benny": "2022-01", "dues:fung": "2022-01", "bills:rent": "2022-03", "dues:miranda": "2022-08", "dues:calvin": "2022-08", "dues:maki": "2023-01", "dues:andy": "2022-12", "dues:jenny": "2022-11", "dues:jay": "2024-01", "dues:michael": "2023-04", "dues:diana": "2024-05", "dues:philipp": "2024-09", "dues:arachnia": "2023-12", "dues:theerapol": "2023-04", "dues:sammy": "2024-01", "dues:cedric": "2023-07", "dues:alun": "2023-11", "dues:nigel": "2024-08", "dues:portia": "2024-09", "dues:iulian": "2024-09", "dues:alex2": "2024-09", "dues:darkangel": "2024-09", "dues:mrhill": "2024-09", "dues:alicia": "2024-06", "dues:rhys": "2024-09", "dues:boyun": "2024-07"}
Binary file added pressstart2p.ttf
Binary file not shown.
Loading

0 comments on commit 580bca7

Please sign in to comment.