Skip to content

Commit

Permalink
feat: add english ver for dummy data
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefwijaya committed Sep 20, 2022
1 parent f09eaf7 commit 12390f5
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions dummy/dummy_en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Sribuu</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<style>
.body {
font-family: 'Montserrat';
font-size: 14px;
font-weight: 400;
color: #232931;
}

.header {
font-family: 'Montserrat';
font-size: 16px;
font-weight: 700;
color: #232931;
text-align:center;
}
</style>
</head>
<body>
<h3 class="header" >Terms & Conditions</h3>
<div class="body">
<p>Hello Sobat Sribuu, before you buy the Sribuu credit and data package. Please ensure that you have read all of the following terms and conditions :</p>
<ol>
<li>Ensure that the phone number you fill is correct and the prepaid number is active.</li>
<li>Ensure that you have installed and registered in Sribuu Apps. Because credit orders can only be made using Sribuu’s account.</li>
<li>Please make sure that the phone number has been verified in the account used to purchase credit and data package</li>
<li>If you input the incorrect direction number or expired phone number, the refund will not be process.</li>
<li>Sribuu is not liable for top-up credit or data package error caused by incorrect direct number input by the users.</li>
<li>Sribuu never asks for the user’s email address and password. Please don’t share your information to anyone</li>
<li>The price will change frequently unexpectedly and without notice.</li>
</ol>
<p>Please ensure that you have read and understood the terms and conditions for purchasing credit and data package above. As a result there is no further issue.</p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion dummy/dummy_id.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>Dummy Data</title>
<title>Sribuu</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<style>
.body {
Expand Down

0 comments on commit 12390f5

Please sign in to comment.