mirror of
https://git.coop/cotech/fund.git
synced 2024-12-18 09:33:05 +00:00
Add an invoice for Co-operative Web
This commit is contained in:
parent
cf97ddcac5
commit
e5ccfeebbd
40
invoices/cooperative_web_2019-2020.md
Normal file
40
invoices/cooperative_web_2019-2020.md
Normal file
@ -0,0 +1,40 @@
|
||||
---
|
||||
papersize: a4
|
||||
margin-left: 20mm
|
||||
margin-right: 25mm
|
||||
margin-top: 10mm
|
||||
margin-bottom: 20mm
|
||||
...
|
||||
|
||||
![](img/Cotech-blue-text.png){ width=30mm }
|
||||
|
||||
<pre>
|
||||
Co-operative Web Ltd.
|
||||
2 Devon Way
|
||||
Longbridge
|
||||
Birmingham
|
||||
B31 2TS
|
||||
</pre>
|
||||
|
||||
6th August 2019
|
||||
|
||||
# Invoice: CoTech Fund Contribution
|
||||
## Invoice number: 00001
|
||||
|
||||
| Description | Members | Total |
|
||||
|-----------------------------------------------------+---------+----------|
|
||||
| Annual subscription to CoTech fund @ £1/member/week | 20 | £1040.00 |
|
||||
|
||||
Please make a payment of £1040.00 by bank transfer to:
|
||||
|
||||
- **Account Name**: Co-operative Technologists
|
||||
- **Account Number**: 20409157
|
||||
- **Sort Code**: 60-83-01
|
||||
|
||||
Kind regards,
|
||||
|
||||
![](img/chris_lowis_signature.png){ width=33.8mm }
|
||||
|
||||
(Chris Lowis, Treasurer)
|
||||
|
||||
Chris Lowis | treasurer@coops.tech
|
BIN
invoices/cooperative_web_2019-2020.pdf
Normal file
BIN
invoices/cooperative_web_2019-2020.pdf
Normal file
Binary file not shown.
BIN
invoices/img/Cotech-blue-text.png
Normal file
BIN
invoices/img/Cotech-blue-text.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
BIN
invoices/img/chris_lowis_signature.png
Normal file
BIN
invoices/img/chris_lowis_signature.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
101
invoices/style.css
Normal file
101
invoices/style.css
Normal file
@ -0,0 +1,101 @@
|
||||
@charset "utf-8";
|
||||
|
||||
body {
|
||||
font-size: 10.5pt;
|
||||
font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||
hyphens: auto;
|
||||
height: 270mm; /* 297 - 10 (top) - 20 (bottom) */
|
||||
line-height: 140%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "Source Sans Code", Courier New, Courier, monospace;
|
||||
margin-left: 1pt;
|
||||
}
|
||||
|
||||
a {
|
||||
color: black;
|
||||
margin-left: 1pt;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table:nth-of-type(3) {
|
||||
border: 1px solid black;
|
||||
padding: 5pt;
|
||||
}
|
||||
|
||||
table:nth-of-type(3) td:nth-of-type(2) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 13pt;
|
||||
margin-top: 6pt;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 10.5pt;
|
||||
font-weight: normal;
|
||||
margin-top: 0;
|
||||
margin-bottom: 20pt;
|
||||
}
|
||||
|
||||
p {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p:first-of-type {
|
||||
font-size: 9pt;
|
||||
word-spacing: 1pt;
|
||||
}
|
||||
|
||||
/*p:first-of-type::after {
|
||||
content: "\2014";
|
||||
position: absolute;
|
||||
top: 89mm; / 99mm - 10mm top /
|
||||
right: 0mm;
|
||||
|
||||
}*/
|
||||
|
||||
p:nth-of-type(2) {
|
||||
margin-top: 20mm;
|
||||
}
|
||||
|
||||
p:nth-of-type(3) {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
p:nth-last-of-type(3) {
|
||||
margin-top: 10mm;
|
||||
}
|
||||
|
||||
p:last-of-type {
|
||||
text-align: justify;
|
||||
font-size: 9pt;
|
||||
position: absolute;
|
||||
bottom: 2mm;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
/* word-spacing: 1pt; */
|
||||
color: #444;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 1px solid #eee;
|
||||
}
|
||||
|
||||
hr:last-of-type {
|
||||
position: absolute;
|
||||
bottom: 14mm;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user