Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Pending Email</title>
- <!-- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@500&family=Lato&family=Open+Sans&family=Playfair:wght@500&display=swap" rel="stylesheet"> -->
- <style>
- @import url('https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@500&family=Lato&family=Open+Sans&family=Playfair:wght@500&display=swap');
- .body{
- margin: 0;
- padding: 0;
- font-family: 'Lato', sans-serif;
- background-color: #f7f6f6;
- }
- .wrapper{
- margin: 0 auto;
- width: 60%;
- height: 100%;
- background-color: #fff;
- }
- .head-container{
- width: 100%;
- }
- .head-icon{
- padding: 5px;
- }
- .main-container{
- width: 100%;
- max-width: 100%;
- }
- .date-paid{
- padding: 5px;
- }
- .both-text{
- font-size: 1.125rem;
- line-height: 1.75rem;
- font-weight: bold;
- }
- .all-content{
- padding: 5px;
- margin-top: 0.75rem;
- }
- .my-table{
- border-collapse: collapse;
- text-align: left;
- max-width: 100%;
- }
- .my-table tr th{
- padding: 8px;
- font-weight: normal;
- font-size: 18px;
- }
- .my-table tr td {
- font-size: 18px;
- }
- .all-subcontent{
- width: 100%;
- max-width: 100%;
- }
- .total{
- max-width: 100%;
- margin-top: 2.5rem;
- text-align: center;
- }
- .total-pembayaran{
- font-weight: 400;
- font-size: 24px;
- }
- .total-count{
- font-size: 54px;
- font-weight: 700;
- margin-top: 2px;
- }
- .button-kunjung{
- background-color: #FFC809;
- border-radius: 50px;
- width: 40%;
- padding: 4px;
- text-align: center;
- }
- .button-kunjung > a{
- font-size: 14px;
- line-height: 1.75rem;
- font-weight: bolder;
- word-spacing: 2px;
- text-decoration: none;
- font-size: 15px;
- color: #000;
- font-weight: bold;
- }
- .footer-container{
- width: 100%;
- background-color: #FFC809;
- margin-top: 2rem;
- max-width: 100%;
- }
- .footer-contact{
- padding: 10px;
- }
- .table-contact{
- max-width: 100%;
- margin: 0 auto;
- text-align: center;
- border-spacing: 13px;
- }
- .table-contact tr th{
- text-align: right;
- }
- .table-contact tr td{
- text-align: left;
- }
- .table-contact tr td p, .table-contact tr td a{
- font-size: 13px;
- text-decoration: none;
- color: #000;
- }
- .contact{
- width: 27px;
- }
- .table-icon{
- width: 100%;
- }
- .icon-content{
- column-count: 2;
- border: 2px solid;
- padding: 2px;
- }
- .apps{
- width: 100%;
- padding: 4px;
- }
- .image-link{
- width: 120px;
- }
- .icon{
- text-align: right;
- width: 100%;
- max-width: 100%;
- }
- .table{
- border: 2px solid;
- }
- @media screen and (max-width: 800px) {
- .wrapper{
- width: 100%;
- }
- .button-kunjung{
- width: 50%;
- padding: 3px;
- }
- .icon-content{
- column-count: 1;
- text-align: center;
- }
- .icon{
- text-align: center;
- margin-bottom: 10px;
- }
- }
- </style>
- </head>
- <body>
- <div class="body">
- <div class="wrapper">
- <!-- head icon -->
- <div class="head-container">
- <div class="head-icon">
- <img src="https://i.postimg.cc/BvQc4xDR/orderia.png" alt="Logo Orderia"/>
- </div>
- </div>
- <!-- main content -->
- <div class="main-container">
- <!-- date & pending paid -->
- <div class="date-paid">
- <h3 class="both-text">Selesaikan pembayaran anda Sebelum:</h3>
- <h3 class="both-text">Kamis, 23 November 2023 11:00</h3>
- </div>
- <!-- no order -->
- <div class="all-content">
- <h3 class="both-text">No. Pesanan : ORD-1234-1234</h3>
- </div>
- <!-- detail order -->
- <div class="all-content">
- <h3 class="both-text">Detail Pesanan :</h3>
- <div class="all-subcontent">
- <table class="my-table">
- <tr>
- <th>
- Nama Pemesanan
- </th>
- <td>
- : John Doe
- </td>
- </tr>
- <tr>
- <th>
- Nama Resto
- </th>
- <td>
- : Rumah Makan Padang
- </td>
- </tr>
- <tr>
- <th>
- Tanggal
- </th>
- <td>
- : Kamis, 23 Agustus 2023
- </td>
- </tr>
- <tr>
- <th>
- Jenis Pesanan
- </th>
- <td>
- : Reservasi
- </td>
- </tr>
- <tr>
- <th>
- Jumlah Tamu
- </th>
- <td>
- : 10 Orang
- </td>
- </tr>
- </table>
- </div>
- <div class="total">
- <h2 class="total-pembayaran">Total Pembayaran</h2>
- <h2 class="total-count">Rp3.000.000</h2>
- </div>
- </div>
- <div class="all-content">
- <h3 class="both-text">Dapat ditransfer melalui:</h3>
- <div class="all-subcontent">
- <table class="my-table">
- <tr>
- <th>
- No. Rekening
- </th>
- <td>
- : 22301120304012
- </td>
- </tr>
- <tr>
- <th>
- Nama Pemilik
- </th>
- <td>
- : John Doe
- </td>
- </tr>
- </table>
- </div>
- </div>
- <div class="all-content">
- <h3 class="both-text">Punya Pertanyaan?</h3>
- <div class="button-kunjung">
- <a href="" target="_blank" rel="noreferrer">Kunjungi Pusat Bantuan</a>
- </div>
- </div>
- </div>
- <!-- footer content -->
- <div class="footer-container">
- <div class="footer-contact">
- <table class="table-contact">
- <tr>
- <th>
- <img src="https://i.postimg.cc/jdbfRHYv/whatsapp.png" alt="icon-whatapps" class="contact">
- </th>
- <td>
- <p>Orderia Whatsapp</p>
- <a href="" target="_blank" rel="noreferrer">+62 112-2334-223</a>
- </td>
- <th>
- <img src="https://i.postimg.cc/tJ0xZPZq/direct-inbox.png" alt="icon-aplikasi" class="contact">
- </th>
- <td>
- <p>Aplikasi Orderia</p>
- <a href="" target="_blank" rel="noreferrer">orderia.co/download</a>
- </td>
- </tr>
- <tr>
- <th>
- <img src="https://i.postimg.cc/T2mm8kFp/sms.png" alt="icon-sms" class="contact">
- </th>
- <td>
- <p>Orderia Email</p>
- <a href="https://mail.google.com/mail/u/0/?view=cm&tf=1&fs=1&to=support@orderia.co" target="_blank" rel="noreferrer">support@orderia.co</a>
- </td>
- <th>
- <img src="https://i.postimg.cc/4yzhzdVz/global.png" alt="icon-globe" class="contact">
- </th>
- <td>
- <p>Orderia Website</p>
- <a href="" target="_blank" rel="noreferrer">orderia.co</a>
- </td>
- </tr>
- </table>
- </div>
- <div class="table-icon">
- <div class="icon-content">
- <div class="apps">
- <a href='https://www.apple.com/app-store/' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/fbFFZbfs/appstore.png" alt="appstore" class="image-link">
- </a>
- <a href='https://play.google.com/store/' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/FKjcFWjK/googleplay.png" alt="googleplay" class="image-link">
- </a>
- </div>
- <div class="icon">
- <a href='https://www.instagram.com/hovisohibul/?next=%2F' target='_blank' rel='noreferrer' >
- <img src="https://i.postimg.cc/gkt30dvD/ig.png" alt="instagram">
- </a>
- <a href='https://twitter.com/home' target='_blank' rel='noreferrer' style="padding-top: 40px;">
- <img src="https://i.postimg.cc/zG9Wnj2H/twitter.png" alt="twitter">
- </a>
- <a href='https://www.youtube.com/watch?v=SfSplXqACNE&ab_channel=NOICE' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/yNcRnZ2Q/youtube.png" alt="youtube">
- </a>
- <a href='https://www.facebook.com/profile.php?id=100071366830392' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/Y231JQ0T/fb.png" alt="facebook">
- </a>
- <a href='https://www.linkedin.com/in/hovi-sohibul-wafa-1287001b5/' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/Pr5mhN8J/llink.png" alt="linked">
- </a>
- <a href='https://www.tiktok.com/search?lang=id-ID&q=aespa_official&t=1691471614785' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/jSWPw9cr/tiktok.png" alt="tiktok">
- </a>
- <!-- <table class="table">
- <tr>
- <td>
- <a href='https://www.instagram.com/hovisohibul/?next=%2F' target='_blank' rel='noreferrer' >
- <img src="https://i.postimg.cc/gkt30dvD/ig.png" alt="instagram">
- </a>
- <a href='https://twitter.com/home' target='_blank' rel='noreferrer' style="padding-top: 40px;">
- <img src="https://i.postimg.cc/zG9Wnj2H/twitter.png" alt="twitter">
- </a>
- <a href='https://www.youtube.com/watch?v=SfSplXqACNE&ab_channel=NOICE' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/yNcRnZ2Q/youtube.png" alt="youtube">
- </a>
- <a href='https://www.facebook.com/profile.php?id=100071366830392' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/Y231JQ0T/fb.png" alt="facebook">
- </a>
- <a href='https://www.linkedin.com/in/hovi-sohibul-wafa-1287001b5/' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/Pr5mhN8J/llink.png" alt="linked">
- </a>
- <a href='https://www.tiktok.com/search?lang=id-ID&q=aespa_official&t=1691471614785' target='_blank' rel='noreferrer'>
- <img src="https://i.postimg.cc/jSWPw9cr/tiktok.png" alt="tiktok">
- </a>
- </td>
- </tr>
- </table> -->
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement