mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
website
This commit is contained in:
@@ -86,12 +86,12 @@ p a {
|
||||
color: #333;
|
||||
font-weight: 700;
|
||||
text-decoration: none;
|
||||
box-shadow: 0 1px 0 #007cd7;
|
||||
box-shadow: 0 1px 0 #adc2ee;
|
||||
transition: box-shadow 200ms ease 0s;
|
||||
}
|
||||
|
||||
p a:hover {
|
||||
box-shadow: 0 2px 0 #007cd7;
|
||||
box-shadow: 0 2px 0 #adc2ee;
|
||||
}
|
||||
|
||||
strong {
|
||||
@@ -165,7 +165,7 @@ code {
|
||||
button {
|
||||
border: 0;
|
||||
border-radius: 0.25rem;
|
||||
background: #007cd7;
|
||||
background: #2f5f8b;
|
||||
color: white;
|
||||
font-family: -system-ui, sans-serif;
|
||||
font-size: 1rem;
|
||||
@@ -191,6 +191,7 @@ button {
|
||||
.col-lbl {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.col-chk {
|
||||
@@ -200,6 +201,8 @@ button {
|
||||
.col-lbl:before {
|
||||
content: '►';
|
||||
margin-right: 1em;
|
||||
color: #555;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.col-cnt {
|
||||
@@ -250,8 +253,7 @@ hr {
|
||||
width: 100%;
|
||||
margin: 20px auto 40px;
|
||||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.plan-icon {
|
||||
|
||||
@@ -16,7 +16,7 @@ If this project helps you save on your map hosting costs, please subscribe to on
|
||||
|
||||
<!--support_plans-->
|
||||
|
||||
We offer support plans instead of 'Donate Now' buttons because accounting for business donations can be prohibitively difficult. When subscribing to a support plan, you receive a business invoice for each of your payments.
|
||||
When subscribing to a support plan, you receive a business invoice for each of your payments.
|
||||
|
||||
As a bonus, on **Silver** level and above, we can offer personalised technical support by email.
|
||||
|
||||
|
||||
@@ -124,4 +124,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="pricing"></div>
|
||||
<div id="pricing"></div>
|
||||
|
||||
@@ -2,41 +2,41 @@
|
||||
<tr>
|
||||
<td class="plan-icon">🗡️</td>
|
||||
<td class="plan-name">Steel Plan</td>
|
||||
<td class="plan-price">$10 / month</td>
|
||||
<td class="plan-price"><strong>$10</strong> / month</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plan-icon">🥘</td>
|
||||
<td class="plan-name">Copper Plan</td>
|
||||
<td class="plan-price">$20 / month</td>
|
||||
<td class="plan-price"><strong>$20</strong> / month</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plan-icon">🛎️</td>
|
||||
<td class="plan-name">Bronze Plan</td>
|
||||
<td class="plan-price">$40 / month</td>
|
||||
<td class="plan-price"><strong>$40</strong> / month</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plan-icon">🍴</td>
|
||||
<td class="plan-name">Silver Plan</td>
|
||||
<td class="plan-price">$75 / month</td>
|
||||
<td class="plan-price"><strong>$75</strong> / month</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plan-icon">🏆</td>
|
||||
<td class="plan-name">Gold Plan</td>
|
||||
<td class="plan-price">$150 / month</td>
|
||||
<td class="plan-price"><strong>$150</strong> / month</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plan-icon">💿</td>
|
||||
<td class="plan-name">Platinum Plan</td>
|
||||
<td class="plan-price">$250 / month</td>
|
||||
<td class="plan-price"><strong>$250</strong> / month</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plan-icon">💍</td>
|
||||
<td class="plan-name">Sapphire Plan</td>
|
||||
<td class="plan-price">$500 / month</td>
|
||||
<td class="plan-price"><strong>$500</strong> / month</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="plan-icon">💎</td>
|
||||
<td class="plan-name">Diamond Plan</td>
|
||||
<td class="plan-price">$1000 / month</td>
|
||||
<td class="plan-price"><strong>$1000</strong> / month</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user