phase in vpn

Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
Nico Schottelius 2020-04-03 19:27:49 +02:00
commit 5d084a5716
11 changed files with 190 additions and 116 deletions

View file

@ -1,101 +0,0 @@
<!DOCTYPE>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>ungleich</title>
<link rel="stylesheet" href="css/style.css">
<link href="css/font/font.css" rel="stylesheet">
</head>
<body>
<div class="d1">
<div class="logo">
<img class="" src="img/logo.png" width="140%" height="80%">
</div>
</div>
<div class="d2">
<strong> ungleich glarus ag</strong>
<br> Bahnhofstrasse 1
<br> 8783 Linthal
<br> Switzerland
<br>
</div>
<div class="d1">
<b>$company_name</b>
<br>$user_name
<span></span>$user_email
<br> $user_street
<br> $user_postal $user_city
<br> $user_country
</div>
<div class="d4">
<div class="b1">
Rechnungsdatum:
<br> Rechnungsnummer
<br> Zahlbar bis
</div>
<div class="b2">
$invoice_date<br>
$invoice_number<br>
$invoice_payable_on
</div>
</div>
<div style="clear: both;"></div>
<div class="d5">
<h1>RECHNUNG</h1>
</div>
<div class="wf th">
<p class="bold">
<span class="tl">Beschreibung</span>
<span class="tr">Netto CHF</span>
</p>
</div>
<div class="wf">
$product_names_and_amounts
</div>
<div class="wf th">
<p class="ts">
<span class="tl">Total</span>
<span class="tr">$total_amount</span>
</p>
<p class="ts">
<span class="tl">7.70% Mehrwertsteuer</span>
<span class="tr">$total_vat_amount</span>
</p>
</div>
<div class="wf pc">
<p class="bold">
<span class="tl">Gesamtbetrag</span>
<span class="tr">$grand_total</span>
</p>
</div>
<div class="wf footer">
<div class="d6">
<p>
<img class="icon" src="img/call.png">+044 534-66-22</p>
<p>
<img class="icon" src="img/msg.png">buchhaltung-ag@ungleich.ch</p>
<p>
<img class="icon" src="img/home.png">https://ungleich.ch</p>
<p>
<img class="icon" src="img/twitter.png">@ungleich</p>
</div>
<div class="d7">
<p>Glarner Kantonalbank</p>
<p>
<span class="bold">IBAN: CH 4300 7730 0055 5931 177</span>
</p>
<p>
<span class="bold">BIC: GLKBCH22</span>
</p>
<p style="font-size: 13px">Mwst-Nummer: CHE-156.970.649 MWST</p>
</div>
</div>
</body>
</html>