7
7
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/0.5.0/modern-normalize.min.css " />
8
8
< link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css ">
9
9
< script src ="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js "> </ script >
10
- < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.5.0/css/all.css " integrity ="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU " crossorigin ="anonymous ">
10
+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.5.0/css/all.css " integrity ="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU "
11
+ crossorigin ="anonymous ">
11
12
< script > hljs . initHighlightingOnLoad ( ) ; </ script >
12
13
< title > JSONPlaceholder - Fake online REST API for developers</ title >
13
14
< style >
104
105
.sponsors {
105
106
margin-bottom : 2rem ;
106
107
padding : 6rem 0 ;
107
- background-color : # f8fafc ;
108
+ border-width : 1px 0 ;
109
+ border-style : solid;
110
+ border-color : # e4e4e4 ;
108
111
text-align : center;
109
112
}
110
113
180
183
< header >
181
184
< nav >
182
185
< ul >
183
- < li > < a href ="https://www.patreon.com/typicode " style ="color: rgb(249, 104, 84) "> < i class ="fab fa-patreon "> </ i > Patreon</ a > </ li >
186
+ < li > < a href ="https://www.patreon.com/typicode " style ="color: rgb(249, 104, 84) "> < i class ="fab fa-patreon "> </ i >
187
+ Patreon</ a > </ li >
184
188
< li > < a href ="https://thanks.typicode.com "> < i class ="far fa-laugh "> </ i > Supporters</ a > </ li >
185
189
< li > < a href ="https://github.com/typicode "> < i class ="fab fa-github-alt "> </ i > GitHub</ a > </ li >
186
190
< li > < a href ="https://my-json-server.typicode.com "> < i class ="fas fa-burn "> </ i > My JSON Server</ a > </ li >
@@ -213,14 +217,17 @@ <h1>
213
217
214
218
<!-- Sponsors -->
215
219
< div class ="sponsors ">
216
- < h3 > sponsored by</ h3 >
217
-
218
- < div class ="box ">
220
+ < h3 > Patreon Sponsors</ h3 >
221
+
222
+ < p >
223
+ < a href ="https://tryretool.com/?utm_source=sponsor&utm_campaign=typicode " target ="_blank ">
224
+ < img src ="https://i.imgur.com/IBItATn.png " height ="60px ">
225
+ </ a >
226
+ </ p >
227
+
228
+ <!-- <div class="box">
219
229
<a href="https://www.patreon.com/bePatron?c=784328">Your Company Logo Here</a>
220
- </ div >
221
- <!-- <p>
222
- <a href="https://patreon.com/typicode">become a sponsor</a>
223
- </p> -->
230
+ </div> -->
224
231
</ div >
225
232
226
233
<!-- Main -->
@@ -469,4 +476,4 @@ <h2>Use your own data</h2>
469
476
</ script >
470
477
</ body >
471
478
472
- </ html >
479
+ </ html >
0 commit comments