Added footer to designs

This commit is contained in:
Benjamin Beganović 2020-09-04 10:18:58 +02:00
parent 50c37a8719
commit 4b6c2bff4c
11 changed files with 51 additions and 9 deletions

View File

@ -134,5 +134,7 @@
</div>
<table id="product-table" cellspacing="0"></table>
<footer id="footer"></footer>
</body>
</html>

View File

@ -159,5 +159,7 @@
</div>
<table id="product-table" cellspacing="0"></table>
<footer id="footer"></footer>
</body>
</html>

View File

@ -1,3 +1,4 @@
<!-- Template: Clean -->
<!DOCTYPE html>
<html lang="en">
<head>
@ -131,5 +132,7 @@
<!-- product_table -->
<table id="product-table" cellspacing="0"></table>
<footer id="footer"></footer>
</body>
</html>

View File

@ -130,5 +130,7 @@
</div>
<table id="product-table" cellspacing="0"></table>
<footer id="footer"></footer>
</body>
</html>

View File

@ -154,6 +154,8 @@
<table id="product-table" cellspacing="0"></table>
<footer id="footer"></footer>
<p class="thanks-label">$thanks_label!</p>
<hr class="double-border" />
</body>

View File

@ -184,5 +184,7 @@
</div>
<table id="product-table" cellspacing="0"></table>
<footer id="footer"></footer>
</body>
</html>

View File

@ -145,6 +145,8 @@
<table id="product-table" cellspacing="0"></table>
</div>
<footer id="footer"></footer>
<div class="footer-wrapper">
<div>
<!-- Placeholder for offset -->

View File

@ -94,7 +94,7 @@
</head>
<body>
<div class="header-wrapper">
<div class="header-wrapper" id="header">
<p>$company.name</p>
<div id="company-address"></div>
@ -113,5 +113,7 @@
<div id="client-details"></div>
<table id="product-table" cellspacing="0"></table>
<footer id="footer"></footer>
</body>
</html>

View File

@ -167,5 +167,7 @@
</div>
<table id="product-table" cellspacing="0"></table>
<footer id="footer"></footer>
</body>
</html>

View File

@ -1,8 +0,0 @@
<!-- Business -->
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<body class="m-10">
<div id="header">$title</div>
<table id="product-table"></table>
<div id="footer">My awesome footer</div>
</body>

View File

@ -0,0 +1,31 @@
<!-- Template: Example -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div id="header">$company.name</div>
<img
src="https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-blk-vertical-1.png"
alt="Invoice Ninja logo"
/>
<div id="company-details"></div>
<div id="company-address"></div>
<div id="client-details"></div>
<table id="entity-details"></table>
<table id="product-table"></table>
<div id="footer">
my awesome footer
</div>
</body>
</html>