Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit cae3590

Browse files
committed
Merge pull request #21 from arc90/new-contact-info
New contact info
2 parents 1a93a55 + bfa4a4c commit cae3590

File tree

7 files changed

+11
-29
lines changed

7 files changed

+11
-29
lines changed

c/css/blueprint/compressed/screen.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ font-weight:400;
5050
h1 {
5151
font-size:3em;
5252
line-height:1;
53-
margin-bottom:.5em;
53+
margin-bottom:.1em;
5454
}
5555

5656
h2 {

c/css/blueprint/lib/typography.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ h1,h2,h3,h4,h5,h6 {
4242

4343
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
4444

45-
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
45+
h1 { font-size: 3em; line-height: 1; margin-bottom: 0em; }
4646
h2 { font-size: 2em; margin-bottom: 0.75em; }
4747
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
4848
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }

c/images/.DS_Store

6 KB
Binary file not shown.

c/images/kindling.png

3.34 KB
Loading
-2.34 KB
Binary file not shown.

index.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,15 @@ <h1 id="headerText">
3232
<h3>
3333
The JSON Validator
3434
</h3>
35+
36+
<p>Want more from JSONLint? Try <a href="http://pro.jsonlint.com">JSONLint Pro</a></p>
3537
</div>
3638
<div class="right span-12 unimportant" style="text-align: right;">
3739
<div>
3840
<a href="http://lab.arc90.com" id="labHint" onclick="javascript: pageTracker._trackPageview('/arc90LabLink');" name="labHint"><img style="margin-right: 9px;" src="c/images/logo_arc90.png"></a>
3941
</div>
4042
<div>
41-
A Tool from the Arc90 Lab. <a href="http://www.github.com/umbrae/jsonlintdotcom" id="sourceLink" onclick="javascript: pageTracker._trackPageview('/sourceLink');" name="sourceLink">Source is on GitHub.</a><br>
43+
A Tool from the Arc90 Lab. <a href="https://www.github.com/arc90/jsonlintdotcom" id="sourceLink" onclick="javascript: pageTracker._trackPageview('/sourceLink');" name="sourceLink">Source is on GitHub.</a><br>
4244
Props to <a href="http://www.crockford.com/">Douglas Crockford</a> of <a href="http://www.json.org">JSON</a> and <a href="http://www.jslint.com">JS Lint</a> and <br /><a href="http://zaa.ch/">Zach Carter</a>, who provided the <a href="https://github.com/zaach/jsonlint">pure JS implementation of jsonlint</a>.
4345
</div>
4446
</div>
@@ -58,9 +60,10 @@ <h3>
5860
<a href="#" id="faqButton" class="bold" onclick="javascript: pageTracker._trackPageview('/faq');" name="faqButton">FAQ</a>
5961
</div>
6062
<div class="right small kindling">
61-
JSON Lint is an idea sparked at Arc90 by<br>
62-
<a href="http://www.kindlingapp.com" onclick="javascript: pageTracker._trackPageview('/outgoing/kindling');" title="Kindling - Find the next great idea in your organization."><img style="margin: 0;" border="0" alt="Kindling Idea Management" src="c/images/kindling_250px_light_trans.png"><br>
63-
An Idea Management &amp; Collaboration Tool</a>
63+
JSON Lint is an idea from Arc90's Kindling<br/>
64+
<a href="http://www.kindlingapp.com" onclick="javascript: pageTracker._trackPageview('/outgoing/kindling');" title="Kindling">
65+
<img style="margin: 0;" border="0" alt="Kindling" src="c/images/kindling.png">
66+
</a>
6467
</div>
6568
</div>
6669
</form>
@@ -155,14 +158,14 @@ <h5>
155158
</h5>
156159
<div>
157160
<p>
158-
I'm <a href="http://www.umbrae.net/">Chris Dary</a>, just one of the kids at the <a href="http://lab.arc90.com">Arc90 Lab</a>. Much is owed to the community (this uses <a href="https://github.com/zaach/jsonlint">Zach Conner's javascript Pure JS JSON parser</a>, for example).
161+
<a href="http://www.umbrae.net/">Chris Dary</a> built this for the <a href="http://lab.arc90.com">Arc90 Lab</a>. Much is owed to the community (this uses <a href="https://github.com/zaach/jsonlint">Zach Conner's javascript Pure JS JSON parser</a>, for example).
159162
</p>
160163
</div>
161164
<h5>
162165
I've got feedback!
163166
</h5>
164167
<div>
165-
Great! Feel free to email me at chrisd@arc90.com
168+
Great - hit us up at contact@arc90.com.
166169
</div>
167170
</div>
168171
</div>

jsonlint.manifest

-21
This file was deleted.

0 commit comments

Comments
 (0)