Skip to content

Commit 443d10b

Browse files
committed
feat(docs): fixed more rendering isses in terms
1 parent a0fed3a commit 443d10b

File tree

5 files changed

+90
-20
lines changed

5 files changed

+90
-20
lines changed

TERMS.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@ You agree to defend, indemnify and hold harmless MapMarker and its licensee and
3939

4040
In no event shall MapMarker, nor its directors, employees, partners, agents, suppliers, developers, contributors, or affiliates, be liable for any indirect, incidental, special, consequential or punitive damages, including without limitation, loss of profits, data, use, goodwill, or other intangible losses, resulting from (i) your access to or use of or inability to access or use the Service; (ii) any conduct or content of any third party on the Service; (iii) any content obtained from the Service; and (iv) unauthorized access, use or alteration of your transmissions or content, whether based on warranty, contract, tort (including negligence) or any other legal theory, whether or not we have been informed of the possibility of such damage, and even if a remedy set forth herein is found to have failed of its essential purpose.
4141

42-
# Disclaimer
42+
## Disclaimer
4343

4444
Your use of the Service is at your sole risk. The Service is provided on an "AS IS" and "AS AVAILABLE" basis. The Service is provided without warranties of any kind, whether express or implied, including, but not limited to, implied warranties of merchantability, fitness for a particular purpose, non-infringement or course of performance.
4545

4646
MapMarker its subsidiaries, affiliates, and its licensors do not warrant that a) the Service will function uninterrupted, secure or available at any particular time or location; b) any errors or defects will be corrected; c) the Service is free of viruses or other harmful components; or d) the results of using the Service will meet your requirements.
4747

48-
# Exclusions
48+
## Exclusions
4949

5050
Some jurisdictions do not allow the exclusion of certain warranties or the exclusion or limitation of liability for consequential or incidental damages, so the limitations above may not apply to you.
5151

52-
# Governing Law
52+
## Governing Law
5353

5454
These Terms shall be governed and construed in accordance with the laws of Texas, United States, without regard to its conflict of law provisions.
5555

5656
Our failure to enforce any right or provision of these Terms will not be considered a waiver of those rights. If any provision of these Terms is held to be invalid or unenforceable by a court, the remaining provisions of these Terms will remain in effect. These Terms constitute the entire agreement between us regarding our Service, and supersede and replace any prior agreements we might have had between us regarding the Service.
5757

58-
# Changes
58+
## Changes
5959

6060
We reserve the right, at our sole discretion, to modify or replace these Terms at any time. If a revision is material we will provide at least 30 days notice prior to any new terms taking effect. What constitutes a material change will be determined at our sole discretion.
6161

6262
By continuing to access or use our Service after any revisions become effective, you agree to be bound by the revised terms. If you do not agree to the new terms, you are no longer authorized to use the Service.
6363

64-
# Contact Us
64+
## Contact Us
6565

66-
If you have any questions about these Terms, please contact us.
66+
If you have any questions about these Terms, please contact us here: [https://github.com/mapmarker/mapmarker.io/issues](https://github.com/mapmarker/mapmarker.io/issues)

public/css/app.css

+39
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,9 @@ video {
935935
.m-0 {
936936
margin: 0px;
937937
}
938+
.m-1 {
939+
margin: 0.25rem;
940+
}
938941
.mx-auto {
939942
margin-left: auto;
940943
margin-right: auto;
@@ -966,6 +969,39 @@ video {
966969
.mb-6 {
967970
margin-bottom: 1.5rem;
968971
}
972+
.-ml-4 {
973+
margin-left: -1rem;
974+
}
975+
.-mr-4 {
976+
margin-right: -1rem;
977+
}
978+
.-mr-8 {
979+
margin-right: -2rem;
980+
}
981+
.-mr-10 {
982+
margin-right: -2.5rem;
983+
}
984+
.-mr-12 {
985+
margin-right: -3rem;
986+
}
987+
.-ml-12 {
988+
margin-left: -3rem;
989+
}
990+
.ml-12 {
991+
margin-left: 3rem;
992+
}
993+
.mb-10 {
994+
margin-bottom: 2.5rem;
995+
}
996+
.mb-12 {
997+
margin-bottom: 3rem;
998+
}
999+
.mb-16 {
1000+
margin-bottom: 4rem;
1001+
}
1002+
.mb-24 {
1003+
margin-bottom: 6rem;
1004+
}
9691005
.block {
9701006
display: block;
9711007
}
@@ -1138,6 +1174,9 @@ video {
11381174
.pb-3 {
11391175
padding-bottom: 0.75rem;
11401176
}
1177+
.pl-2 {
1178+
padding-left: 0.5rem;
1179+
}
11411180
.text-5xl {
11421181
font-size: 3rem;
11431182
line-height: 1;

resources/views/components/docs-layout.blade.php

+40-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,57 @@
11
<div class="container mx-auto px-2 text-gray-100">
22
<div class="pt-4">
3-
<h1 class="font-bold text-5xl mb-8">Documentation</h1>
3+
<h1 class="font-bold text-5xl mb-24">Documentation</h1>
44

55
<div class="md:grid grid-cols-5 gap-8">
66
{{-- DOCS NAVIGATION --}}
77
<div>
88
<div class="mb-6">
9-
<a href="/documentation" class="block">Getting Started</a>
9+
<a href="/documentation" class="block mb-1">Getting Started</a>
10+
<a href="/documentation/version2-explained" class="block mb-1">API Versioning</a>
11+
</div>
12+
13+
<div class="mb-6">
14+
<div class="text-black text-sm text-slate-300 mb-2">Font Awesome 6</div>
15+
<div class="ml-2">
16+
<a href="/documentation/font-awesome/v6" class="block mb-1">Coming Soon...</a>
17+
</div>
18+
</div>
19+
20+
<div class="mb-6">
21+
<div class="text-black text-sm text-slate-300 mb-2">Font Awesome 5</div>
22+
<div class="ml-2">
23+
<a href="/documentation/font-awesome/v5#pins" class="block mb-1">Pins</a>
24+
<a href="/documentation/font-awesome/v5#icons" class="block mb-1">Icons</a>
25+
<a href="/documentation/font-awesome/v5#icon-stack" class="block">Icon Stacks</a>
26+
</div>
27+
</div>
28+
29+
<div class="mb-6">
30+
<div class="text-black text-sm text-slate-300 mb-2">Font Awesome 4</div>
31+
<div class="ml-2">
32+
<a href="/documentation/font-awesome/v4#pins" class="block mb-1">Pins</a>
33+
<a href="/documentation/font-awesome/v4#icons" class="block mb-1">Icons</a>
34+
<a href="/documentation/font-awesome/v4#icon-stack" class="block">Icon Stacks</a>
35+
</div>
1036
</div>
1137

1238
<div class="mb-6">
1339
<div class="text-black text-sm text-slate-300 mb-2">Integrations</div>
14-
<a href="/documentation/integrations#bing-maps" class="block">Bing Maps</a>
15-
<a href="/documentation/integrations#google-maps" class="block mb-1">Google Maps</a>
16-
<a href="/documentation/integrations#mapbox" class="block">Mapbox</a>
40+
<div class="ml-2">
41+
<a href="/documentation/integrations#bing-maps" class="block mb-1">Bing Maps</a>
42+
<a href="/documentation/integrations#google-maps" class="block mb-1">Google Maps</a>
43+
<a href="/documentation/integrations#mapbox" class="block">Mapbox</a>
44+
</div>
1745
</div>
1846

1947
<div class="mb-6">
20-
<div class="text-black text-sm text-slate-300 mb-2">Legal</div>
21-
<a href="/license" class="block mb-1">License</a>
22-
<a href="/terms" class="block mb-1">Terms of Service</a>
23-
<a href="/privacy" class="block">Privacy Policy</a>
48+
<div class="text-black text-sm text-slate-300 mb-2">More</div>
49+
<div class="ml-2">
50+
<a href="/documentation/legacy" class="block mb-1">Legacy Markers</a>
51+
<a href="/license" class="block mb-1">License</a>
52+
<a href="/terms" class="block mb-1">Terms of Service</a>
53+
<a href="/privacy" class="block">Privacy Policy</a>
54+
</div>
2455
</div>
2556
</div>
2657

Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div {{ $attributes->merge(['class' => 'mb-4']) }}>
22
<img src="/api/v2/font-awesome/v5/icon?icon={{ isset($icon) ? $icon : 'fa-play-circle-regular' }}&size=50&color=6013CC"
3-
class="m-0 inline h-12" />
3+
class="m-0 inline h-12 {{ isset($iconClass) ? $iconClass : '' }}" />
44
<img src="/api/v2/font-awesome/v5/icon?icon={{ isset($icon) ? $icon : 'fa-play-circle-regular' }}&size=50&color=992DE5"
5-
class="m-0 inline h-12" />
5+
class="m-0 inline h-12 {{ isset($iconClass) ? $iconClass : '' }}" />
66
<img src="/api/v2/font-awesome/v5/icon?icon={{ isset($icon) ? $icon : 'fa-play-circle-regular' }}&size=50&color=BC5AF4"
7-
class="m-0 inline h-12" />
7+
class="m-0 inline h-12 {{ isset($iconClass) ? $iconClass : '' }}" />
88
<img src="/api/v2/font-awesome/v5/icon?icon={{ isset($icon) ? $icon : 'fa-play-circle-regular' }}&size=50&color=CE86F5"
9-
class="m-0 inline h-12" />
9+
class="m-0 inline h-12 {{ isset($iconClass) ? $iconClass : '' }}" />
1010
</div>

resources/views/docs/index.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@section('content')
44
<x-docs-layout>
55

6-
<x-icon-spectrum icon="fa-rocket" class="opacity-40" />
6+
<x-icon-spectrum icon="fa-rocket" class="opacity-40" iconClass="-mr-10" />
77

88
<h2> Getting Started</h2>
99

0 commit comments

Comments
 (0)