Alter 3 files
Update `.gitignore` Update `__main__.py` Update `__main__.py`
This commit is contained in:
parent
35735466c0
commit
129a2f5605
3 changed files with 23 additions and 10 deletions
|
@ -103,20 +103,23 @@ with tag("html"):
|
|||
|
||||
line("h1", "Film Development Price Comparison", klass="pt-2")
|
||||
|
||||
line("p", "This is my attempt to work out the best value for money film developing and service that's available in the UK. Labs are compared as like-for-like as possible, but some variation (especially in scan size) is inevitable.")
|
||||
line("p", "This is my attempt to work out the best value for money film developing and scanning service that's available in the UK. Labs are compared as like-for-like as possible, but some variation (especially in scan size) is inevitable.")
|
||||
with tag("p"):
|
||||
text("If your favourite/local/whatever lab isn't listed here, ")
|
||||
line("a", "let me know", href="https://www.akpain.net#contact")
|
||||
text(" and I'll add it! Likewise, if you want to see E6, ECN2, half frame, 120 or anything else here, please do tell me.")
|
||||
|
||||
line(
|
||||
"p",
|
||||
with tag("p"):
|
||||
text(
|
||||
"Development costs last updated "
|
||||
+ datetime.datetime.utcfromtimestamp(raw_data_object["time"]).strftime(
|
||||
"%Y-%m-%d %H:%M:%S"
|
||||
)
|
||||
+ ". Price per pixel figures do not include estimates for outbound or return shipping."
|
||||
)
|
||||
+ ". Price per pixel figures do not include estimates for outbound or return shipping. "
|
||||
)
|
||||
line("a", "Raw data available here", href="rawdata.json")
|
||||
text(".")
|
||||
|
||||
|
||||
with tag("div", klass="card", style="width: 18rem;"):
|
||||
with tag("div", klass="card-body"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue