Update index.html
This commit is contained in:
parent
745e0b068a
commit
8f2b6b5c3f
@ -62,23 +62,32 @@
|
||||
</div>
|
||||
<div>
|
||||
<h1 class="page__title">Overview</h1>
|
||||
<p>
|
||||
Component-based design is the cornerstone of the modern UI development process. With rise of
|
||||
more UI frameworks every day, the web platform has a serious issue of fragmentation and
|
||||
portability.
|
||||
</p>
|
||||
<p>
|
||||
Web components to the rescue! This is the collection of web components (WC here forward) that we
|
||||
use at RanchiMall, especially since we are a framework-less development environment so this was
|
||||
a logical choice.
|
||||
</p>
|
||||
<h3>Features</h3>
|
||||
<ul class="grid gap-1">
|
||||
<li>Native and Cross framework support</li>
|
||||
<li>Encapsulated style and functionality</li>
|
||||
<li>Easy styling</li>
|
||||
<li>Adaptive scaling </li>
|
||||
</ul>
|
||||
<div class="grid gap-2">
|
||||
<div class="div">
|
||||
<p>
|
||||
Component-based design is the cornerstone of the modern UI development process. With
|
||||
rise of
|
||||
more UI frameworks every day, the web platform has a serious issue of fragmentation and
|
||||
portability.
|
||||
</p>
|
||||
<p>
|
||||
Web components to the rescue! This is the collection of web components (WC here forward)
|
||||
that we
|
||||
use at RanchiMall, especially since we are a framework-less development environment so
|
||||
this was
|
||||
a logical choice.
|
||||
</p>
|
||||
</div>
|
||||
<div class="grid gap-1">
|
||||
<h3>Features</h3>
|
||||
<ul class="grid gap-0-5">
|
||||
<li>Native and Cross framework support</li>
|
||||
<li>Encapsulated style and functionality</li>
|
||||
<li>Easy styling</li>
|
||||
<li>Adaptive scaling </li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user