Skip to content

Commit 05534d7

Browse files
committed
Homepage: update features
1 parent c7752ba commit 05534d7

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

src/index.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,18 @@ The [source code is available on GitHub](https://github.com/ChartsCSS/charts.css
183183
<div class="features">
184184

185185
<div class="feature">
186-
<h2>HTML & CSS</h2>
187-
<p>Uses semantic HTML tags</p>
186+
<h2>Semantic Structure</h2>
187+
<p>Uses HTML tags to display data</p>
188+
</div>
189+
190+
<div class="feature">
191+
<h2>Customizable</h2>
192+
<p>Custom styling using CSS</p>
193+
</div>
194+
195+
<div class="feature">
196+
<h2>Responsive</h2>
197+
<p>Scaled using media queries</p>
188198
</div>
189199

190200
<div class="feature">
@@ -193,23 +203,28 @@ The [source code is available on GitHub](https://github.com/ChartsCSS/charts.css
193203
</div>
194204

195205
<div class="feature">
196-
<h2>Customizable</h2>
197-
<p>Style the charts your way</p>
206+
<h2>Large Variety</h2>
207+
<p>Many supported chart types</p>
198208
</div>
199209

200210
<div class="feature">
201-
<h2>Open Source</h2>
202-
<p>You can change the code</p>
211+
<h2>No dependencies</h2>
212+
<p>Zero external overhead</p>
203213
</div>
204214

205215
<div class="feature">
206-
<h2>Responsive</h2>
207-
<p>Uses media queries for scaling</p>
216+
<h2>Small Library</h2>
217+
<p>72kb file size, 6kb gzipped</p>
208218
</div>
209219

210220
<div class="feature">
211-
<h2>Large Variety</h2>
212-
<p>Many supported chart types</p>
221+
<h2>Better Performance</h2>
222+
<p>No JS = no rendering</p>
223+
</div>
224+
225+
<div class="feature">
226+
<h2>Open Source</h2>
227+
<p>You can change the code</p>
213228
</div>
214229

215230
</div>

0 commit comments

Comments
 (0)