fixed missing things in work
This commit is contained in:
parent
80b777908b
commit
a6a11ca35d
@ -1,10 +1,23 @@
|
|||||||
# Work-Experience
|
# Work-Experience
|
||||||
|
|
||||||
- **Mar. 2023 to Sep. 2023:**
|
- **Mar. 2023 to Sep. 2023:**
|
||||||
- ...
|
- Developer for 2Lambda.co. Role migrated from just coding stuff to
|
||||||
|
architecting and rewriting the whole software from the ground up using a
|
||||||
|
small modular approach instead of the shaky one-off systems in place.
|
||||||
|
Was later a "nanny for everything".
|
||||||
|
- Did a lot of work to have self-documenting code (i.e. generate documentation
|
||||||
|
from the actual values used in the program, not some comments that always
|
||||||
|
get out of date)
|
||||||
|
- Setting up a knowledge-base (Zettelkasten-approach) to track experiments and
|
||||||
|
hyperlink them to the documentation generated above (and due to Zettelkasten
|
||||||
|
you then get "this thing was used in Experiments a, b and c" automatically
|
||||||
- Technologies used:
|
- Technologies used:
|
||||||
- Clojure
|
- Clojure
|
||||||
- ....
|
- Complete application was written in Clojure
|
||||||
|
- Never touched that language before March - got up to speed in just 2
|
||||||
|
days, poked the expert on the team detailed questions about the
|
||||||
|
runtime-system after 1 month (like inlining-behavior, allocation-things,
|
||||||
|
etc.)
|
||||||
- Emanote
|
- Emanote
|
||||||
- autogenerated & linked documentation of internal modules
|
- autogenerated & linked documentation of internal modules
|
||||||
- integrated with manual written tutorials/notes
|
- integrated with manual written tutorials/notes
|
||||||
@ -13,6 +26,10 @@
|
|||||||
- bidirectional discovery of things tried/done in the past to optimize
|
- bidirectional discovery of things tried/done in the past to optimize
|
||||||
finding of new strategies (meta-optimizing the decisions on what to
|
finding of new strategies (meta-optimizing the decisions on what to
|
||||||
optimize/try)
|
optimize/try)
|
||||||
|
- Infrastructure
|
||||||
|
- Organized and co-administrated the 4 Root-Servers we had
|
||||||
|
- Set up Kubernetes, Nexus, Docker, Nginx, letsencrypt-certs, dns-entries,
|
||||||
|
etc..
|
||||||
|
|
||||||
- **Oct. 2018 to Aug. 2021**:
|
- **Oct. 2018 to Aug. 2021**:
|
||||||
- ML-Specialist at [Jobware](https://jobware.de) (Paderborn; german Job-Advertising-Platform)
|
- ML-Specialist at [Jobware](https://jobware.de) (Paderborn; german Job-Advertising-Platform)
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
Binary file not shown.
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
@ -1539,7 +1539,15 @@
|
|||||||
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
…
|
Developer for 2Lambda.co. Role migrated from just coding stuff to architecting and rewriting the whole software from the ground up using a small modular approach instead of the shaky one-off systems in place.<br />Was later a “nanny for everything”.
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Did a lot of work to have self-documenting code (i.e. generate documentation from the actual values used in the program, not some comments that always get out of date)
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Setting up a knowledge-base (Zettelkasten-approach) to track experiments and hyperlink them to the documentation generated above (and due to Zettelkasten you then get “this thing was used in Experiments a, b and c” automatically
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
@ -1551,7 +1559,11 @@
|
|||||||
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
….
|
Complete application was written in Clojure
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Never touched that language before March - got up to speed in just 2 days, poked the expert on the team detailed questions about the runtime-system after 1 month (like inlining-behavior, allocation-things, etc.)
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1586,6 +1598,22 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Infrastructure
|
||||||
|
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Organized and co-administrated the 4 Root-Servers we had
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Set up Kubernetes, Nexus, Docker, Nginx, letsencrypt-certs, dns-entries, etc..
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
@ -1357,7 +1357,15 @@
|
|||||||
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
…
|
Developer for 2Lambda.co. Role migrated from just coding stuff to architecting and rewriting the whole software from the ground up using a small modular approach instead of the shaky one-off systems in place.<br />Was later a “nanny for everything”.
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Did a lot of work to have self-documenting code (i.e. generate documentation from the actual values used in the program, not some comments that always get out of date)
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Setting up a knowledge-base (Zettelkasten-approach) to track experiments and hyperlink them to the documentation generated above (and due to Zettelkasten you then get “this thing was used in Experiments a, b and c” automatically
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
@ -1369,7 +1377,11 @@
|
|||||||
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
….
|
Complete application was written in Clojure
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Never touched that language before March - got up to speed in just 2 days, poked the expert on the team detailed questions about the runtime-system after 1 month (like inlining-behavior, allocation-things, etc.)
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
@ -1404,6 +1416,22 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Infrastructure
|
||||||
|
<ul class='my-3 ml-6 space-y-1 list-disc'>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Organized and co-administrated the 4 Root-Servers we had
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
Set up Kubernetes, Nexus, Docker, Nginx, letsencrypt-certs, dns-entries, etc..
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<link href='tailwind.css?instanceId=491bb520-566c-4957-b60d-e90510adcf88' rel='stylesheet' type='text/css' />
|
<link href='tailwind.css?instanceId=582ab847-21b9-4a5c-8fed-5c509514ffc2' rel='stylesheet' type='text/css' />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* Heist error element */
|
/* Heist error element */
|
||||||
|
Loading…
Reference in New Issue
Block a user