Skip to content

Commit 8bfa5b4

Browse files
committed
Merge branch 'main' of github.com:ScaleupConsulting/web-elements
2 parents 7872a8f + 7b9bb15 commit 8bfa5b4

2 files changed

Lines changed: 37 additions & 32 deletions

File tree

Sharetribe/Sharetribe Mobile App Table/mobile-feature-table.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
body {
1818
/* background-color: #f5f7fa; */
19-
padding: 20px;
2019
background-color: transparent;
2120
}
2221

@@ -67,11 +66,13 @@
6766
.pricing-table th:not(:first-child),
6867
.pricing-table td:not(:first-child) {
6968
width: 20%;
69+
text-align: center;
7070
}
7171

7272
.pricing-table th, .pricing-table td {
7373
padding: 16px 15px;
74-
text-align: center;
74+
text-align: left;
75+
vertical-align: middle;
7576
border-bottom: 1px solid #eee;
7677
}
7778

@@ -80,6 +81,7 @@
8081
font-weight: 500;
8182
color: #333;
8283
font-size: 15px;
84+
vertical-align: middle;
8385
}
8486

8587
.pricing-table tr:last-child td {

Sharetribe/Sharetribe Pricing Table/Indicative Pricing Table.html

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,44 @@
127127
class="blue-link">
128128
Mobile App
129129
</a>
130-
</span><br />Our approach ensures your mobile and web apps stay in real-time sync.
130+
</span><br />Our approach ensures your mobile and web apps stay in real-time sync. Click
131+
<a
132+
href="https://www.scaleupconsulting.com.au/sharetribe-mobile-app/"
133+
target="_blank"
134+
class="blue-link">
135+
here
136+
</a> for more details
131137
</td>
132138
<td><a
133139
href="https://www.scaleupconsulting.com.au/sharetribe-mobile-app/"
134140
target="_blank"
135141
class="blue-link">Limited Time Offer<br /><s>USD 299/mo</s><br /> USD 150/mo</a></td>
136142
</tr>
137143

144+
<tr>
145+
<td>
146+
<span class="sharetribe-price-name">
147+
<a
148+
href="https://www.scaleupconsulting.com.au/sharemates/"
149+
target="_blank"
150+
class="blue-link">
151+
Sharemates
152+
</a>
153+
</span><br />Control your marketplace further with included tools such as access control, identity check, notifications and more.
154+
Click
155+
<a
156+
href="https://www.scaleupconsulting.com.au/sharemates/"
157+
target="_blank"
158+
class="blue-link">
159+
here
160+
</a> for more details
161+
</td>
162+
<td><a
163+
href="https://www.scaleupconsulting.com.au/sharemates/"
164+
target="_blank"
165+
class="blue-link">Starting from<br /> USD 30/mo</a></td>
166+
</tr>
167+
138168
<tr>
139169
<td>
140170
<span class="sharetribe-price-name">Autocomplete input for listing fields</span> <br />
@@ -381,10 +411,7 @@
381411

382412
<tr>
383413
<td>
384-
<span class="sharetribe-price-name">Deposit for Booking</span><br />Enable
385-
customers to place a deposit when booking. Where possible, this is handled
386-
as a temporary card authorisation instead of a charge and refund, reducing
387-
transaction friction and processing time.
414+
<span class="sharetribe-price-name">Deposit for Booking</span><br />Enable customers to place a deposit when booking. Where possible, this is handled as a temporary card authorisation instead of a charge and refund, reducing transaction friction and processing time.
388415
</td>
389416
<td>$ 599</td>
390417
</tr>
@@ -497,30 +524,6 @@
497524
<td>$ 1,600</td>
498525
</tr>
499526

500-
<tr>
501-
<td>
502-
<span class="sharetribe-price-name">Identity Check</span> <br />
503-
Requires
504-
<a
505-
href="https://stripe.com/identity"
506-
target="_blank"
507-
class="blue-link"
508-
>Stripe Identity.</a
509-
> See <a
510-
href="https://stripe.com/docs/identity/use-cases"
511-
target="_blank"
512-
class="blue-link"
513-
>supported use cases</a
514-
> and <a
515-
href="https://stripe.com/identity#pricing"
516-
target="_blank"
517-
class="blue-link"
518-
>pricing.</a
519-
>
520-
</td>
521-
<td>$ 1,600</td>
522-
</tr>
523-
524527
<tr>
525528
<td>
526529
<span class="sharetribe-price-name"
@@ -587,4 +590,4 @@
587590
};
588591
})();
589592
</script>
590-
593+

0 commit comments

Comments
 (0)