|
51 | 51 | font-weight: normal;
|
52 | 52 | }
|
53 | 53 |
|
| 54 | + nav { |
| 55 | + text-align: center; |
| 56 | + border-bottom: 1px solid #f8fafc; |
| 57 | + } |
| 58 | + |
| 59 | + nav ul { |
| 60 | + margin: 0; |
| 61 | + padding: 0; |
| 62 | + } |
| 63 | + |
| 64 | + nav li { |
| 65 | + display: inline; |
| 66 | + } |
| 67 | + |
| 68 | + nav li a { |
| 69 | + display: inline-block; |
| 70 | + padding: 1rem; |
| 71 | + color: rgba(0, 0, 0, 0.5); |
| 72 | + } |
| 73 | + |
54 | 74 | .hljs {
|
55 | 75 | padding: 1rem;
|
56 | 76 | }
|
|
130 | 150 | </head>
|
131 | 151 |
|
132 | 152 | <body>
|
| 153 | + <header> |
| 154 | + <nav> |
| 155 | + <ul> |
| 156 | + <li><a href="https://thanks.typicode.com">Supporters</a></li> |
| 157 | + <li><a href="https://www.patreon.com/typicode">Patreon</a></li> |
| 158 | + <li><a href="https://github.com/typicode">GitHub</a></li> |
| 159 | + </ul> |
| 160 | + </nav> |
| 161 | + </header> |
133 | 162 | <!-- Hero -->
|
134 | 163 | <div class="hero">
|
135 | 164 | <div class="container">
|
@@ -192,7 +221,7 @@ <h2>Example</h2>
|
192 | 221 | </p>
|
193 | 222 |
|
194 | 223 | <pre><code id="result" class="json"></code></pre>
|
195 |
| - <span id="run-message">Congrats you've made your first call to JSONPlaceholder! 😃</span> |
| 224 | + <span id="run-message">Congrats you've made your first call to JSONPlaceholder! 😃 🎉</span> |
196 | 225 |
|
197 | 226 | <p>
|
198 | 227 | <strong>Tip</strong>: you can use
|
@@ -336,20 +365,17 @@ <h2>Use your own data</h2>
|
336 | 365 | <!-- Footer -->
|
337 | 366 | <footer>
|
338 | 367 | <div class="container">
|
339 |
| - <p> |
| 368 | + <div style="margin-bottom: 2rem"> |
| 369 | + <a href="https://www.patreon.com/typicode"> |
| 370 | + <img src=" https://c5.patreon.com/external/logo/[email protected]" width=" 217" > |
| 371 | + </a> |
| 372 | + </div> |
| 373 | + <div> |
340 | 374 | Coded and built with ❤️ by
|
341 | 375 | <a href="https://github.com/typicode">typicode</a>
|
342 |
| - <br> Source code available on |
| 376 | + <br>Source code and CHANGELOG available on |
343 | 377 | <a href="https://github.com/typicode/jsonplaceholder">GitHub</a>
|
344 |
| - <br> |
345 |
| - <a href="https://github.com/typicode/jsonplaceholder/blob/master/CHANGELOG.md">CHANGELOG</a> |
346 |
| - </p> |
347 |
| - <p> |
348 |
| - <!-- Later... --> |
349 |
| - <!-- <a href="https://patreon.com/typicode"> |
350 |
| - <img alt="" src="become_a_patron_button.png"> |
351 |
| - </a> --> |
352 |
| - </p> |
| 378 | + </div> |
353 | 379 | </div>
|
354 | 380 | </footer>
|
355 | 381 |
|
|
0 commit comments