feat: Initial code drop

This commit is contained in:
2024-02-24 18:47:23 +11:00
parent 76ad2ffa99
commit 4b21186b8f
53 changed files with 3273 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<div
style="border-radius: 20px;border-width: 2px;border-style: solid;background: linear-gradient({{bg_0}} 0%, {{bg_1}} 100%); color:{{fg_0}};">
{{image|safe}}
<h1>{{title}}</h1>
<style>
.custom-button:hover {
background-color: {{btn_fg}} !important;
color: {{btn_bg}} !important;
}
</style>
<div class="addresses">
{{addresses|safe}}
</div>
<div class="social-div">
<ul class="list-unstyled social-list">
{{socials|safe}}
</ul>
</div>
<div>
{{links|safe}}
</div>
</div>