12
12
< meta property ="twitter:creator " content ="@pyvec ">
13
13
14
14
< link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/css/bootstrap.min.css "
integrity ="
sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l "
crossorigin ="
anonymous "
>
15
- < link rel ="stylesheet " href ="{{ url_for('static', filename='main.css') }} ">
15
+ < link rel ="stylesheet " href ="{{ url_for('static', filename='main.css') }}?v=2024-08-05 ">
16
16
< link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /css/fork-awesome.min.css "
integrity ="
sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY= "
crossorigin ="
anonymous "
>
17
17
18
18
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
@@ -281,16 +281,44 @@ <h3>{{ members.note.heading }}</h3>
281
281
< h3 > {{ meta.address.heading }}</ h3 >
282
282
{{ meta.address.directions|markdown }}
283
283
< p >
284
-
284
+ {{ meta.reg_no.label }}: < a href ="{{ meta.reg_no.link }} "> {{ meta.reg_no.value }}</ a > < br >
285
+ {{ meta.databox_no.label }}: {{ meta.databox_no.value }}
285
286
</ p >
287
+ < p > E-mail:
< a href ="
mailto:[email protected] "
> [email protected] </ a > </ p >
286
288
</ div >
287
289
< div class ="w-100 d-block d-md-none "> </ div >
288
290
< div class ="col address ">
289
- < h3 > {{ meta.billing_address.heading }}</ h3 >
290
- {{ meta.billing_address.directions|markdown }}
291
- < p >
292
- {{ meta.reg_no.label }}: < a href ="{{ meta.reg_no.link }} "> {{ meta.reg_no.value }}</ a > < br >
293
- {{ meta.databox_no.label }}: {{ meta.databox_no.value }}< br >
291
+ < h3 > {{ meta.downloads.heading }}</ h3 >
292
+ < p class ="downloads ">
293
+ < a href ="{{ url_for('static', filename='bylaws-2024-01-23.pdf') }} ">
294
+ < i class ="link-icon fa fa-file-pdf-o " aria-hidden ="true "> </ i >
295
+ {{- meta.downloads.bylaws }}.pdf
296
+ {# {{- removes the whitespace between icon and the text, otherwise the white space would be underlined #}
297
+ </ a >
298
+ < br >
299
+
300
+ < a href ="https://docs.pyvec.org/operations/bylaws.html ">
301
+ < i class ="link-icon fa fa-file-o " aria-hidden ="true "> </ i >
302
+ {{- meta.downloads.bylaws }}
303
+ </ a >
304
+ < br >
305
+
306
+ < a href ="https://or.justice.cz/ias/ui/vypis-sl-firma?subjektId=760829 ">
307
+ < i class ="link-icon fa fa-archive " aria-hidden ="true "> </ i >
308
+ {{- meta.downloads.filing }}
309
+ </ a >
310
+ < br >
311
+
312
+ < a href ="https://github.com/pyvec/resources ">
313
+ < i class ="link-icon fa fa-file-image-o " aria-hidden ="true "> </ i >
314
+ {{- meta.downloads.resources }}
315
+ </ a >
316
+ < br >
317
+
318
+ < a href ="{{ url_for('api', lang=lang) }} ">
319
+ < i class ="link-icon fa fa-file-code-o " aria-hidden ="true "> </ i >
320
+ {{- meta.downloads.json_data }}
321
+ </ a >
294
322
</ p >
295
323
</ div >
296
324
< div class ="w-100 d-block d-md-none "> </ div >
@@ -307,25 +335,6 @@ <h3>{{ meta.bank_account.heading }}</h3>
307
335
< a href ="https://ib.fio.cz/ib/transparent?a={{ meta.bank_account.number }}&l=ENGLISH "> Transaction history</ a >
308
336
{% endif %}
309
337
</ p >
310
- < h3 > {{ meta.downloads.heading }}</ h3 >
311
- < p class ="downloads ">
312
- < i class ="fa fa-file-pdf-o " aria-hidden ="true "> </ i >
313
- < a href ="{{ url_for('static', filename='bylaws-2024-01-23.pdf') }} "> {{ meta.downloads.bylaws }}.pdf</ a >
314
-
315
- < i class ="fa fa-file-o " aria-hidden ="true "> </ i >
316
- < a href ="https://docs.pyvec.org/operations/bylaws.html "> {{ meta.downloads.bylaws }}</ a >
317
-
318
- < i class ="fa fa-archive " aria-hidden ="true "> </ i >
319
- < a href ="https://or.justice.cz/ias/ui/vypis-sl-firma?subjektId=760829 "> {{ meta.downloads.filing }}</ a >
320
-
321
- < br >
322
-
323
- < i class ="fa fa-file-image-o " aria-hidden ="true "> </ i >
324
- < a href ="https://github.com/pyvec/resources "> {{ meta.downloads.resources }}</ a >
325
-
326
- < i class ="fa fa-file-code-o " aria-hidden ="true "> </ i >
327
- < a href ="{{ url_for('api', lang=lang) }} "> {{ meta.downloads.json_data }}</ a >
328
- </ p >
329
338
</ div >
330
339
< div class ="w-100 d-block d-md-none "> </ div >
331
340
< div class ="col ">
0 commit comments