Skip to content

Commit 6ccfe48

Browse files
author
Justin M
committed
add artificial pulse ad
1 parent 797f203 commit 6ccfe48

File tree

3 files changed

+28
-67
lines changed

3 files changed

+28
-67
lines changed

css/main.css

Lines changed: 22 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -162,39 +162,6 @@ h2 {
162162
margin-bottom: 16px;
163163
}
164164

165-
.bottom-left-container {
166-
flex: auto;
167-
box-sizing: border-box;
168-
font-family: sans-serif;
169-
width: 161px;
170-
}
171-
172-
body:not(.lighttheme) .bottom-left-container {
173-
color: #fff;
174-
}
175-
176-
.bottom-left-container h6 {
177-
margin: 8px 0;
178-
}
179-
180-
.bottom-left-container ul {
181-
padding: 8px 0;
182-
}
183-
184-
#carbonads {
185-
border-radius: 4px 2px;
186-
background-color: #292929;
187-
padding: 16px;
188-
}
189-
190-
.lighttheme #carbonads {
191-
margin-bottom: 16px;
192-
}
193-
194-
.bottom-left-container a {
195-
display: block;
196-
}
197-
198165
.diff-inputs {
199166
width: calc(100% - 200px);
200167
float: left;
@@ -278,10 +245,6 @@ body.lighttheme {
278245
border-right-width: 1px;
279246
}
280247

281-
.lighttheme .bottom-left-container * {
282-
color: #1D1F21 !important;
283-
}
284-
285248
button {
286249
border: 0;
287250
background-color: #2E6DFF;
@@ -336,35 +299,35 @@ button:active {
336299
color: #a2a2a2;
337300
}
338301

339-
.made-by-text {
340-
margin-top: 8px;
341-
padding-top: 8px;
342-
background-color: #1D1F21;
343-
margin-left: -16px;
344-
padding-left: 16px;
345-
margin-right: -16px;
346-
padding-right: 16px;
347-
margin-bottom: -24px;
348-
padding-bottom: 16px;
302+
.bottom-left-container {
303+
border: solid 1px rgba(255, 255, 255, .1);
304+
border-radius: 8px;
305+
padding-top: 16px;
306+
padding-left: 18px;
307+
padding-right: 18px;
308+
margin-bottom: 16px;
349309
}
350310

351-
.made-by-text a {
311+
.bottom-left-container img {
312+
width: 128px;
313+
border-radius: 8px;
314+
}
315+
316+
.bottom-left-container a {
317+
font-size: 12px;
352318
text-decoration: none;
353-
color: #e4e4e4;
354-
font-family: monospace;
355319
}
356320

357-
.made-by-text img {
358-
height: 15px;
359-
vertical-align: text-bottom;
321+
.left-panel a {
322+
color: #fff;
360323
}
361324

362-
.supporters {
363-
border-bottom: solid 1px #ccc;
364-
margin-bottom: 32px;
365-
padding-bottom: 16px
325+
.lighttheme .left-panel a {
326+
color: #1D1F21;
366327
}
367328

368-
.bottom-left-image-link img {
369-
border-radius: 8px;
329+
.lighttheme .bottom-left-container {
330+
border-color: rgba(0, 0, 0, .1);
370331
}
332+
333+

img/podcastimg.jpeg

58.6 KB
Loading

index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>JSON Diff - Online JSON Compare Diff Finder</title>
77
<link rel="stylesheet" href="www/lib/codemirror/lib/codemirror.css" charset="utf-8">
88
<link rel="stylesheet" href="www/lib/codemirror/theme/tomorrow-night.css" charset="utf-8">
9-
<link rel="stylesheet" href="css/main.css?cachebust=1" charset="utf-8">
9+
<link rel="stylesheet" href="css/main.css?cachebust=2" charset="utf-8">
1010
</head>
1111
<body>
1212
<header id="header">
@@ -50,14 +50,12 @@ <h2 class="left">Online JSON Compare</h2>
5050

5151
</div>
5252
<div class="bottom-left-container">
53-
<div class="supporters">
54-
<h6> SPECIAL THANKS TO OUR SUPPORTERS</h6>
55-
<ul>
56-
<li>Qicheng Gao</li>
57-
</ul>
58-
</div>
59-
<a class="bottom-left-image-link" href="https://www.kickstarter.com/projects/blit-labs/pulsewave-hear-the-news-in-your-own-way-every-day" title="PulseWave - Audible for news." target="_blank"></a>
53+
<a href="https://artificialpulse.blitlabs.com" title="Listen to positive tech news every day">
54+
<img src="./img/podcastimg.jpeg" alt="Listen to positive tech news every day"/>
55+
<p><strong>Artificial Pulse Podcast</strong> Listen to positive tech news every day</p>
56+
</a>
6057
</div>
58+
<a href="/sponsor/" title="Be a sponsor">Be a sponsor 🤝</a>
6159
</div>
6260
<div class="diff-inputs">
6361
<div id="left-input" class="json-diff-input split">

0 commit comments

Comments
 (0)