Skip to content

Commit 9d1c0f1

Browse files
committed
Update index.html
1 parent d990702 commit 9d1c0f1

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

public/index.html

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/0.5.0/modern-normalize.min.css" />
88
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
99
<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">
1112
<script>hljs.initHighlightingOnLoad();</script>
1213
<title>JSONPlaceholder - Fake online REST API for developers</title>
1314
<style>
@@ -104,7 +105,9 @@
104105
.sponsors {
105106
margin-bottom: 2rem;
106107
padding: 6rem 0;
107-
background-color: #f8fafc;
108+
border-width: 1px 0;
109+
border-style: solid;
110+
border-color: #e4e4e4;
108111
text-align: center;
109112
}
110113

@@ -180,7 +183,8 @@
180183
<header>
181184
<nav>
182185
<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>
184188
<li><a href="https://thanks.typicode.com"><i class="far fa-laugh"></i> Supporters</a></li>
185189
<li><a href="https://github.com/typicode"><i class="fab fa-github-alt"></i> GitHub</a></li>
186190
<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>
213217

214218
<!-- Sponsors -->
215219
<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">
219229
<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> -->
224231
</div>
225232

226233
<!-- Main -->
@@ -469,4 +476,4 @@ <h2>Use your own data</h2>
469476
</script>
470477
</body>
471478

472-
</html>
479+
</html>

0 commit comments

Comments
 (0)