Skip to content

Commit

Permalink
Merge pull request #65 from teknologi-umum/feat/backend/payment-confi…
Browse files Browse the repository at this point in the history
…rmation

payment confirmation
  • Loading branch information
aldy505 authored Sep 30, 2023
2 parents 924efd5 + 138a58d commit f3bf5e5
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
65 changes: 65 additions & 0 deletions emails/payment_success.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width,initial-scale=1 user-scalable=yes" name="viewport" />
<meta content="telephone=no, date=no, address=no, email=no, url=no" name="format-detection" />
<meta name="x-apple-disable-message-reformatting" />
<meta charset="UTF-8" />
<!--[if mso]>
<noscript>
<xml>
<o:OfficeDocumentSettings>
<o:PixelsPerInch>96</o:PixelsPerInch>
</o:OfficeDocumentSettings>
</xml>
</noscript>
<![endif]-->

<style>
.quote {
font: 14px/22px normal helvetica, sans-serif;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
padding-left: 15px;
border-left: 3px solid #ccc;
}

/* Solid border */
hr.solid {
border-top: 3px solid #bbb;
}

* {
font-family: "Rubik", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
</style>
<title>TeknumConf - Payment Confirmation!</title>
</head>

<body>
<h1>Hello, {{ name }} 👋</h1>
<p>
Terima kasih atas antusias kamu terhadap TeknumConf 2023. Pembayaran kamu telah kami terima, ya! Tiket akan
dikirimkan via email dalam kurun waktu 3 hari kedepan.
</p>

<p>
Jika kamu memiliki pertanyaan, jangan ragu untuk menghubungi kami melalui email {{ conferenceEmail }}
</p>

<p><strong>Sampai jumpa di Teknum Conference!</strong></p>

<footer>
<p><small>Best regards, <br />Reinaldy<br />From the team at <a href="https://conf.teknologiumum.com">TeknumConf
2023</a></small></p>
<img alt="Teknum Conference logo"
src="https://raw.githubusercontent.com/teknologi-umum/conf/master/frontend/assets/images/logo.jpg"
style="width: 50%; max-width: 480px" />
</footer>
</body>

</html>
11 changes: 11 additions & 0 deletions emails/payment_success.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Hello, {{ name }} 👋

Terima kasih atas antusias kamu terhadap TeknumConf 2023. Pembayaran kamu telah kami terima, ya! Tiket akan dikirimkan via email dalam kurun waktu 3 hari kedepan.

Jika kamu memiliki pertanyaan, jangan ragu untuk menghubungi kami melalui email [email protected].

Sampai ketemu di TeknumConf 2023!

Best regards,
Reinaldy
From the team at TeknumConf 2023

0 comments on commit f3bf5e5

Please sign in to comment.