Skip to content

Commit

Permalink
feat(frontend): add price in register page
Browse files Browse the repository at this point in the history
  • Loading branch information
zuramai committed Oct 13, 2023
1 parent 872f0d2 commit 8301a8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/pages/register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ const submit = async () => {
<Btn size="lg">Save my spot</Btn>
</form>

<p class="mb-0!">Price: <span class="text-white glow">Rp 100.000</span> / seat</p>
<p>*Students get 25K discount </p>

<h2 class="mb-5">Important Notice:</h2>
<p class="mb-5!">TeknumConf team will not contact you and ask for payment from any other medium than email. You can validate it by:</p>
<ul class="mb-5 pl-5">
Expand All @@ -77,4 +80,7 @@ const submit = async () => {
background-color: #c1c1c128;
border-color: #eeeeee;
}
.glow {
filter: drop-shadow(0 3px 2px rgba(255, 255, 255, 0.57))
}
</style>

0 comments on commit 8301a8f

Please sign in to comment.