Skip to content

Commit 4e96732

Browse files
author
Richard Barrett
committed
final polish of legal pages
1 parent 0eee152 commit 4e96732

File tree

5 files changed

+7
-14
lines changed

5 files changed

+7
-14
lines changed

css/theme.css

+5-6
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ body [data-hide-authed="false"] {
105105
display: block;
106106
}
107107

108-
.legal-container h1,
108+
..legal-container h1,
109109
.legal-container h2,
110110
.legal-container h3,
111111
.legal-container h4,
@@ -114,25 +114,24 @@ body [data-hide-authed="false"] {
114114
font-family: Arial;
115115
font-weight: normal;
116116
color:#171717;
117-
margin-top:0 0 15px 0;
117+
margin:0;
118118
}
119119
.legal-container h1{
120120
font-size:20px;
121-
margin:0;
122121
}
123122
.legal-container h2{
124123
font-size:18px;
125-
margin-top: 50px;
124+
margin-top: 30px;
126125
}
127126
.legal-container p{
128127
font-size: 14px;
129128
line-height: 20px;
130129
color:#171717;
131-
margin-top: 30px;
130+
margin: 15px 0 15px 0;
132131
}
133132
.legal-container ol, ul{
134133
}
135-
.legal-container li{
134+
.legal-container ol li, .legal-container ul li{
136135
font-size:14px;
137136
line-height: 20px;
138137
color:#171717;

js/views/legal/page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ define([
3131
content = marked(privacyMd);
3232
break;
3333
case 'terms':
34-
heading = 'Terms of service';
34+
heading = 'Terms of Service';
3535
content = marked(termsMd);
3636
break;
3737
case 'beacon':

legal/beacon.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Our company values are as follows:
2+
23
* We are dedicated to building an API platform that meets your needs.
34
* We will provide you full control over your data and firmly believe it is your right to backup, export and delete ALL of your data whenever you want.
45
* We provide you with no less than what we would expect from services we use in both business and personal matters.
@@ -8,5 +9,4 @@ Our continued existence and ability to contribute relies on building a financial
89

910
We are but one service in a large ecosystem of services. That being true, we aim to contribute to this environment in a positive way. Our API platform was built by developers for developers. This means that our team members have a track record enriching this community.
1011

11-
Thank you,
1212
The API Engine team

legal/security.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
SECURITY
2-
========
3-
41
Coming soon

legal/support.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
SUPPORT
2-
=======
3-
41
APIENGINE.IO is committed to providing an outstanding experience. As part of this commitment, we offer
52
standard level technical support to all APIENGINE.IO account holders. Standard technical support is limited to
63
the scope, hours, contacts, and channels covered below.

0 commit comments

Comments
 (0)