Skip to content

Commit 4b7e30f

Browse files
popover to post issues in Github is removed
Additional changes: Removed some extra padding around sections, added css class back to save button, moved to shared component instead of header for mobile, entire app now is responsive, particularly on mobile.
1 parent 9a90fac commit 4b7e30f

File tree

11 files changed

+102
-128
lines changed

11 files changed

+102
-128
lines changed

application/views/csv2json_view.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88

99
<div class="row gx-5">
10-
<div class="col-md-5 more-bottom-margin">
10+
<div class="col-md-5 mb-5">
1111
<div class="mb-5">
1212
<label class="form-label">Upload a CSV file</label>
1313
<input id="fileupload" type="file" name="file" class="form-control"/>
@@ -28,10 +28,10 @@
2828
Nine Miles from the White City, 2013, -
2929
</textarea>
3030
</div>
31-
<button id="convert" type="submit" class="btn btn-primary">
31+
<button id="convert" type="submit" class="btn btn-primary mb-2 me-2">
3232
<i class="bi bi-chevron-right"></i> Convert
3333
</button>
34-
<button id="clear" type="submit" class="btn btn-light">
34+
<button id="clear" type="submit" class="btn btn-light mb-2 me-2">
3535
<i class="bi bi-backspace"></i> Clear
3636
</button>
3737
</div>
@@ -99,7 +99,7 @@
9999

100100
<h2 class="pb-2 border-bottom">Need help cleaning data?</h2>
101101

102-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
102+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
103103
<div class="col d-flex align-items-start">
104104
<div>
105105
<p>
@@ -115,7 +115,7 @@
115115

116116
<h2 class="pb-2 border-bottom">More Details</h2>
117117

118-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
118+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
119119
<div class="col d-flex align-items-start">
120120
<div>
121121
<ul>

application/views/csvjson2json_view.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88

99
<div class="row gx-5">
10-
<div class="col-md-5 more-bottom-margin">
10+
<div class="col-md-5 mb-5">
1111
<div class="mb-5">
1212
<label class="form-label">Upload a CSVJSON file</label>
1313
<input id="fileupload" type="file" name="file" class="form-control"/>
@@ -26,10 +26,10 @@
2626
"string with bell&newlines","bell is \u0007","multi\nline\ntext"
2727
</textarea>
2828
</div>
29-
<button id="convert" type="submit" class="btn btn-primary">
29+
<button id="convert" type="submit" class="btn btn-primary mb-2 me-2">
3030
<i class="bi bi-chevron-right"></i> Convert
3131
</button>
32-
<button id="clear" type="submit" class="btn btn-light">
32+
<button id="clear" type="submit" class="btn btn-light mb-2 me-2">
3333
<i class="bi bi-backspace"></i> Clear
3434
</button>
3535
</div>
@@ -53,7 +53,7 @@
5353

5454
<h2 class="pb-2 border-bottom">Need help cleaning data?</h2>
5555

56-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
56+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
5757
<div class="col d-flex align-items-start">
5858
<div>
5959
<p>
@@ -69,7 +69,7 @@
6969

7070
<h2 class="pb-2 border-bottom">More Details</h2>
7171

72-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
72+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
7373
<div class="col d-flex align-items-start">
7474
<div>
7575
<ul>

application/views/home_view.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<h2 class="pb-2 border-bottom">About Data Formats</h2>
3333
34-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-3 row-cols-lg-3 g-4 py-5">
34+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-3 row-cols-lg-3 g-4 py-3">
3535
<div class="col d-flex align-items-start">
3636
<div>
3737
<h5 class="fw-bold mb-0">CSV</h5>
@@ -70,7 +70,7 @@
7070

7171
<h2 class="pb-2 border-bottom">About csv<b>json</b></h2>
7272
73-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
73+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
7474
<div class="col d-flex align-items-start">
7575
<div>
7676
<p>
@@ -230,7 +230,7 @@
230230
231231
<h2 class="pb-2 border-bottom">Confidentiality</h2>
232232
233-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
233+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
234234
<div class="col d-flex align-items-start">
235235
<div>
236236
<p>

application/views/json2csv_view.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88

99
<div class="row gx-5">
10-
<div class="col-md-5 more-bottom-margin">
10+
<div class="col-md-5 mb-5">
1111
<div class="mb-5">
1212
<label class="form-label">Upload a JSON file</label>
1313
<input id="fileupload" type="file" name="file" class="form-control"/>
@@ -109,7 +109,7 @@
109109

110110
<h2 class="pb-2 border-bottom">Need help cleaning data?</h2>
111111

112-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
112+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
113113
<div class="col d-flex align-items-start">
114114
<div>
115115
<p>
@@ -125,7 +125,7 @@
125125

126126
<h2 class="pb-2 border-bottom">More Details</h2>
127127

128-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
128+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
129129
<div class="col d-flex align-items-start">
130130
<div>
131131
<ul>

application/views/json_beautifier_view.php

Lines changed: 35 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<textarea id="json" class="form-control input save" rows="18" spellcheck="false"><?=$default?></textarea>
1919
</div>
2020
</div>
21-
<button id="convert" type="submit" class="btn btn-primary action">
21+
<button id="convert" type="submit" class="btn btn-primary action mb-2 me-2">
2222
<i class="bi bi-chevron-right"></i> Beautify
2323
</button>
24-
<button id="clear" type="submit" class="btn btn-light">
24+
<button id="clear" type="submit" class="btn btn-light mb-2 me-2">
2525
<i class="bi bi-backspace"></i> Clear
2626
</button>
2727
</div>
@@ -103,7 +103,7 @@
103103

104104
<h2 class="pb-2 border-bottom">Need help cleaning data?</h2>
105105

106-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
106+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
107107
<div class="col d-flex align-items-start">
108108
<div>
109109
<p>
@@ -119,21 +119,17 @@
119119

120120
<h2 class="pb-2 border-bottom">More Details</h2>
121121

122-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
122+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
123123
<div class="col d-flex align-items-start">
124124
<div>
125+
125126
<ul>
126127
<li>
127128
This function is available as a <a href="https://www.npmjs.com/package/csvjson-json_beautifier" target="_blank">npm package</a>.
128129
</li>
129130
<li>JSON stands for <strong>JavaScript Object Notation</strong>. It is a lightweight data-interchange format and fully described on <a href="http://www.json.org" target="_blank">www.json.org</a>.</li>
130131
<li>
131-
JSON is based on JavaScript but the format is stricter. JSON requires double quotes around keys whereas JavaScript does not. For example, this is valid JavaScript:<br/>
132-
<pre>{pi: 3.14159265359, e: 2.7182818284, prime: [2, 3, 5, 7, 11, 13, 17, 19]}</pre>
133-
However the above is not valid JSON. Double quotes must be placed around pi, e and prime.
134-
<pre>{"pi": 3.14159265359, "e": 2.7182818284, "prime": [2, 3, 5, 7, 11, 13, 17, 19]}</pre>
135-
CSVJSON's JSON Beautifier has a toggle to drop quotes on keys. It can do so if JavaScript allows it. For example, we cannot drop quotes around key <code>"1+6"</code>.
136-
CSVJSON also has a toggle to use single quotes to wrap keys and values.
132+
JSON is based on JavaScript but the format is stricter. JSON requires double quotes around keys whereas JavaScript does not.
137133
</li>
138134
<li>Modern browsers have a built-in global object <code>JSON</code> with encoding and decoding functions. These are:
139135
<ul>
@@ -144,6 +140,7 @@
144140
</li>
145141
<li>CSVJON uses a <a href="https://github.com/FlatFilers/csvjson-app/blob/master/js/csvjson/json2-mod.js" target="_blank">modified version of JSON2</a> which adds formatting options to drop quotes on keys, and sepcify the quote type. Anyone is free to use and extend it by forking the <a href="https://github.com/FlatFilers/csvjson-app" target="_blank">CSVJSON GitHub repo</a>.</li>
146142
</ul>
143+
147144
<p>
148145
<a class="btn btn-light" data-bs-toggle="collapse" href="#collapseOne" role="button" aria-expanded="false" aria-controls="collapseExample">
149146
View Change Log
@@ -154,35 +151,34 @@
154151

155152

156153
<div id="collapseOne" class="accordion-collapse collapse showclass row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4">
157-
<div class="col d-flex align-items-start">
158-
<div>
159-
<h5>Mar 20, 2019</h5><p> Bug fix: Detect duplicate column headers and make them unique. <a href="https://github.com/FlatFilers/csvjson-app/issues/71">GitHub issue #71</a>.</p>
160-
<h5>Feb 2, 2019</h5><p> Refactored and published <a href="https://www.npmjs.com/package/csvjson-csv2json" target="_blank">npm package csv2json</a>. Fix for <a href="https://github.com/FlatFilers/csvjson-app/issues/70">GitHub issue #70</a>.</p>
161-
<h5>Jan 26, 2019</h5><p> Improvement: Removed 64k limit on download button. Also fixed issue #68 'Cannot work functional with special letters'.</p>
162-
<h5>Mar 31, 2018</h5><p> Improvement: Added option to parse JSON values.</p>
163-
<h5>Dec 18, 2017</h5><p> Improvement: Added option to minify or compact JSON. <a href="https://github.com/FlatFilers/csvjson-app/issues/21">GitHub issue #21</a></p>
164-
<h5>Oct 7, 2016</h5><p> Improvement: Added option to parse number values or not to retain original number formatting. <a href="https://github.com/FlatFilers/csvjson-app/issues/13">GitHub issue #13</a></p>
165-
<h5>Jul 09, 2016</h5><p> Fixed bug : If no text is present in a csv field, it was assigned 0 (zero) by default.</p>
166-
<h5>Jun 20, 2016</h5><p> Bug fix: strings containing quotes and commas were prematurely cut.</p>
167-
<h5>Dec 30, 2015</h5><p> Bug fix: drop quotes on keys of nested objects.</p>
168-
<h5>Nov 26, 2015</h5><p> Improvement: Added options to transpose and output object instead of array.</p>
169-
<h5>Jan 30, 2014</h5><p> Bug fix: Pasting Excel data into Textarea would cause an upload.</p>
170-
<h5>Jan 12, 2014</h5><p> Initial release.</p>
171-
172-
<h5>Jun 25, 2019</h5><p> Adjustable width for inling short arrays. Fix for <a href="https://github.com/FlatFilers/csvjson-app/issues/76">issue #76</a>.</p>
173-
<h5>Feb 3, 2019</h5> <p>Refactored and published <a href="https://www.npmjs.com/package/csvjson-json_beautifier" target="_blank">npm package json_beautifier</a>.</p>
174-
<h5>Jan 26, 2019</h5><p> Improvement: Removed 64k limit on download button.</p>
175-
<h5>Dec 18, 2017</h5><p> Improvement: Added option to minify or compact JSON. <a href="https://github.com/FlatFilers/csvjson-app/issues/21">GitHub issue #21</a></p>
176-
<h5>Oct 7, 2017</h5> <p>Improvement: <a href="https://github.com/hisabimbola" target="_blank">Abimbola Idowu</a> added single quote option. <a href="https://github.com/FlatFilers/csvjson-app/issues/23" target="_blank">GitHub issue #23</a></p>
177-
<h5>Sep 27, 2016</h5><p> Bug fix: Inline short arrays bug fix and improvement. Added nesting depth option. <a href="https://github.com/FlatFilers/csvjson-app/issues/12" target="_blank">GitHub issue #12</a></p>
178-
<h5>Aug 22, 2016</h5><p> Bug fix: Inline short arrays was not working properly. <a href="https://github.com/FlatFilers/csvjson-app/issues/9" target="_blank">GitHub issue #9</a></p>
179-
<h5>Dec 30, 2015</h5><p> Bug fix: drop quotes on keys of nested objects.</p>
180-
<h5>Jun 1, 2015</h5><p> Bug fix: proper support of commas inside quotes.</p>
181-
<h5>Jan 12, 2014</h5><p> Initial release.</p>
182-
</div>
183-
184-
</div>
185-
</div>
154+
<div class="col d-flex align-items-start">
155+
<div>
156+
<h5>Mar 20, 2019</h5><p> Bug fix: Detect duplicate column headers and make them unique. <a href="https://github.com/FlatFilers/csvjson-app/issues/71">GitHub issue #71</a>.</p>
157+
<h5>Feb 2, 2019</h5><p> Refactored and published <a href="https://www.npmjs.com/package/csvjson-csv2json" target="_blank">npm package csv2json</a>. Fix for <a href="https://github.com/FlatFilers/csvjson-app/issues/70">GitHub issue #70</a>.</p>
158+
<h5>Jan 26, 2019</h5><p> Improvement: Removed 64k limit on download button. Also fixed issue #68 'Cannot work functional with special letters'.</p>
159+
<h5>Mar 31, 2018</h5><p> Improvement: Added option to parse JSON values.</p>
160+
<h5>Dec 18, 2017</h5><p> Improvement: Added option to minify or compact JSON. <a href="https://github.com/FlatFilers/csvjson-app/issues/21">GitHub issue #21</a></p>
161+
<h5>Oct 7, 2016</h5><p> Improvement: Added option to parse number values or not to retain original number formatting. <a href="https://github.com/FlatFilers/csvjson-app/issues/13">GitHub issue #13</a></p>
162+
<h5>Jul 09, 2016</h5><p> Fixed bug : If no text is present in a csv field, it was assigned 0 (zero) by default.</p>
163+
<h5>Jun 20, 2016</h5><p> Bug fix: strings containing quotes and commas were prematurely cut.</p>
164+
<h5>Dec 30, 2015</h5><p> Bug fix: drop quotes on keys of nested objects.</p>
165+
<h5>Nov 26, 2015</h5><p> Improvement: Added options to transpose and output object instead of array.</p>
166+
<h5>Jan 30, 2014</h5><p> Bug fix: Pasting Excel data into Textarea would cause an upload.</p>
167+
<h5>Jan 12, 2014</h5><p> Initial release.</p>
168+
169+
<h5>Jun 25, 2019</h5><p> Adjustable width for inling short arrays. Fix for <a href="https://github.com/FlatFilers/csvjson-app/issues/76">issue #76</a>.</p>
170+
<h5>Feb 3, 2019</h5> <p>Refactored and published <a href="https://www.npmjs.com/package/csvjson-json_beautifier" target="_blank">npm package json_beautifier</a>.</p>
171+
<h5>Jan 26, 2019</h5><p> Improvement: Removed 64k limit on download button.</p>
172+
<h5>Dec 18, 2017</h5><p> Improvement: Added option to minify or compact JSON. <a href="https://github.com/FlatFilers/csvjson-app/issues/21">GitHub issue #21</a></p>
173+
<h5>Oct 7, 2017</h5> <p>Improvement: <a href="https://github.com/hisabimbola" target="_blank">Abimbola Idowu</a> added single quote option. <a href="https://github.com/FlatFilers/csvjson-app/issues/23" target="_blank">GitHub issue #23</a></p>
174+
<h5>Sep 27, 2016</h5><p> Bug fix: Inline short arrays bug fix and improvement. Added nesting depth option. <a href="https://github.com/FlatFilers/csvjson-app/issues/12" target="_blank">GitHub issue #12</a></p>
175+
<h5>Aug 22, 2016</h5><p> Bug fix: Inline short arrays was not working properly. <a href="https://github.com/FlatFilers/csvjson-app/issues/9" target="_blank">GitHub issue #9</a></p>
176+
<h5>Dec 30, 2015</h5><p> Bug fix: drop quotes on keys of nested objects.</p>
177+
<h5>Jun 1, 2015</h5><p> Bug fix: proper support of commas inside quotes.</p>
178+
<h5>Jan 12, 2014</h5><p> Initial release.</p>
179+
</div>
180+
</div>
181+
</div>
186182

187183
</div>
188184

application/views/json_validator_view.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
1010
<div class="row gx-5">
11-
<div class="col-md-5">
11+
<div class="col-md-5 mb-5">
1212
<div class="mb-5">
1313
<label class="form-label">Upload a file</label>
1414
<input id="fileupload" type="file" name="file" class="form-control"/>
@@ -72,10 +72,10 @@
7272
7373
7474
<div class="clearfix more-bottom-margin">
75-
<button id="convert" type="submit" class="btn btn-primary action">
75+
<button id="convert" type="submit" class="btn btn-primary action mb-2 me-2">
7676
<i class="bi bi-chevron-right"></i> Format
7777
</button>
78-
<button id="clear" type="submit" class="btn btn-light">
78+
<button id="clear" type="submit" class="btn btn-light mb-2 me-2">
7979
<i class="bi bi-backspace"></i> Clear
8080
</button>
8181
</div>
@@ -94,7 +94,7 @@
9494
9595
<h2 class="pb-2 border-bottom">Need help cleaning data?</h2>
9696
97-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
97+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
9898
<div class="col d-flex align-items-start">
9999
<div>
100100
<p>
@@ -110,7 +110,7 @@
110110
111111
<h2 class="pb-2 border-bottom">More Details</h2>
112112
113-
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-5">
113+
<div class="row row-cols-1 row-cols-sm-1 row-cols-md-12 row-cols-lg-12 g-4 py-3">
114114
<div class="col d-flex align-items-start">
115115
<div>
116116
<ul>

application/views/page.php

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
</script>
6464
</head>
6565
<body>
66-
<header class="py-3 border-bottom sticky-top bg-light">
66+
<header class="px-3 py-3 border-bottom sticky-top bg-light">
6767
<div class="container d-flex flex-wrap justify-content-left">
68-
<div class="dropdown d-flex align-items-center mb-3 mb-lg-0 me-lg-auto text-dark text-decoration-none">
69-
<a href="#" class="d-flex align-items-center mb-3 mb-lg-0 me-lg-auto text-dark text-decoration-none dropdown-toggle" id="dropdownNavLink" data-bs-toggle="dropdown" aria-expanded="false">
68+
<div class="dropdown d-flex align-items-center text-dark me-lg-auto text-decoration-none">
69+
<a href="#" class="d-flex align-items-center me-lg-auto text-dark text-decoration-none dropdown-toggle" id="dropdownNavLink" data-bs-toggle="dropdown" aria-expanded="false">
7070
<img src="img/logo.svg" width="140">
7171
</a>
7272
<ul class="dropdown-menu text-small shadow" aria-labelledby="dropdownNavLink" style="">
@@ -83,30 +83,27 @@
8383
<li><a class="dropdown-item" href="https://flatfile.com/get-started?utm_source=csvjso&nutm_medium=csvjson_menu&utm_campaign=q1-2022-csvjson-redesign">Upgrade to Flatfile</a></li>
8484
</ul>
8585
</div>
86-
<?php if ($showSave): ?>
87-
<a href="#" class="btn btn-primary me-4" title="Save a permanent link to share with a colleague."><i class="bi bi-save"></i> Save</a>
88-
<?php endif; ?>
8986

90-
<a class="btn btn-light" href="https://flatfile.com/get-started?utm_source=csvjson&utm_medium=csvjson_header&utm_campaign=q1-2022-csvjson-redesign">
91-
<img src="img/flatfile-jewel.svg" width="20" style="margin:-2px 5px 0 0px"/>
87+
<a class="btn btn-light d-none d-sm-block" href="https://flatfile.com/get-started?utm_source=csvjson&utm_medium=csvjson_header&utm_campaign=q1-2022-csvjson-redesign">
88+
<img src="./img/flatfile-jewel.svg" width="20" style="margin:-2px 5px 0 0px"/>
9289
<b>Turnkey CSV Importer</b> &bull; <small>Installs in minutes</small>
9390
</a>
9491
</div>
9592
</header>
9693
<?php $this->load->view($view); ?>
9794

98-
<footer class="bd-footer py-5 mt-5 bg-light">
95+
<footer class="bd-footer px-3 py-5 mt-5 bg-light">
9996
<div class="container py-5">
10097
<div class="row">
10198
<div class="col-lg-3 mb-3">
10299
<a class="d-inline-flex align-items-center mb-2 link-dark text-decoration-none" href="/" aria-label="Bootstrap">
103-
<img src="img/logo.svg" width="140">
100+
<img src="./img/logo.svg" width="140">
104101
</a>
105102
<ul class="list-unstyled small text-muted">
106103
<li class="mb-2">Rage designed and built with love by the <a href="https://flatfile.com/get-started?utm_source=csvjson&utm_medium=csvjson_footer&utm_campaign=q1-2022-csvjson-redesign">Flatfile team</a> with the help of <a href="https://github.com/FlatFilers/csvjson-app/graphs/contributors">our contributors</a>.</li>
107104
</ul>
108105
</div>
109-
<div class="col-6 col-lg-3 mb-3">
106+
<div class="col-sm-6 col-xs-12 col-lg-3 mb-3">
110107
<h5>Convert</h5>
111108
<ul class="list-unstyled">
112109
<li class="mb-2"><a href="/csv2json">CSV to JSON</a></li>
@@ -115,15 +112,15 @@
115112
<li class="mb-2"><a href="/csvjson2json">CSVJSON to JSON</a></li>
116113
</ul>
117114
</div>
118-
<div class="col-6 col-lg-3 mb-3">
115+
<div class="col-sm-6 col-xs-12 col-lg-3 mb-3">
119116
<h5>Validate & Transform</h5>
120117
<ul class="list-unstyled">
121118
<li class="mb-2"><a href="/json_validator">JSON Validator</a></li>
122119
<li class="mb-2"><a href="/json_beautifier">JSON Beautifier</a></li>
123120
<!--<li class="mb-2"><a href="/datajanitor">Data Janitor</a></li>-->
124121
</ul>
125122
</div>
126-
<div class="col-6 col-lg-3 mb-3">
123+
<div class="col-xs-12 col-sm-6 col-lg-3 mb-3">
127124
<h5>Community</h5>
128125
<ul class="list-unstyled">
129126
<li class="mb-2"><a href="https://github.com/FlatFilers/csvjson-app/">Github</a></li>

0 commit comments

Comments
 (0)