mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-30 09:09:48 +02:00
Tailored section for landing page
This commit is contained in:
@@ -34,34 +34,27 @@
|
||||
<span style="bottom: 16px; position: absolute; padding-left: 530px;">Github</span>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container">
|
||||
<div class="row padded">
|
||||
<div class="col-sm-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
|
||||
<img src="./responsive.svg" id="responsive-image">
|
||||
<h2 style="text-align:center;" id="responsive-header">Fast and Responsive</h2><br><br>
|
||||
<p>Want to build websites that look beautiful on any and all devices, but also load fast on mobile connections? Then <strong>mini.css</strong> is the right tool for you! Its tiny size (under 10KB gzipped), along with its responsive grid and modern components ensures that all your users are satisfied and can access your website anytime, anywhere. Bridging the gap between fully-featured frameworks (e.g. Bootstrap and Semantic UI) and micro frameworks (e.g. Milligram and Pure.CSS), <strong>mini.css</strong> packs a lot of features in a small package, while it relies solely on CSS, meaning you do not have to worry about any conflicts with other Javascript libraries you might be using.</p>
|
||||
</div>
|
||||
<!-- <div class="col-sm-12 col-md-2 col-sm-first col-md-normal" style="text-align: center;">
|
||||
<img src="icons/wings.svg" width="128px" height="128px"/><br/><br/>
|
||||
</div> -->
|
||||
<div class="row padded">
|
||||
<div class="col-sm-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
|
||||
<img src="./responsive.svg" class="feature-image">
|
||||
<h2 style="text-align:center;" class="feature-header">Fast and Responsive</h2><br>
|
||||
<p>Want to build websites that look beautiful on any and all devices, but also load fast on mobile connections? Then <strong>mini.css</strong> is the right tool for you! Its tiny size (under 10KB gzipped), along with its <strong>responsive grid</strong> and modern components ensures that all your users are satisfied and can access your website anytime, anywhere. Bridging the gap between fully-featured frameworks (e.g. Bootstrap and Semantic UI) and micro frameworks (e.g. Milligram and Pure.CSS), <strong>mini.css</strong> packs a lot of features in a small package, while it relies solely on CSS, meaning you do not have to worry about any conflicts with other Javascript libraries you might be using.</p>
|
||||
</div>
|
||||
<div class="row padded">
|
||||
<div class="col-sm-12 col-md-8 col-md-offset-1">
|
||||
<h2>Responsive <small>Think mobile!</small></h2>
|
||||
<p><strong>mini.css</strong> is crafted with both desktops and mobile devices in mind. All of its components are well-tested on different devices and will respond to any changes in the viewport, allowing for an experience tailored to each user's device!</p>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-2 col-sm-first col-md-normal" style="text-align: center;">
|
||||
<img src="icons/magnetism.svg" width="128px" height="128px"/><br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row padded" style="background: #f3f3f3">
|
||||
<div class="col-sm-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
|
||||
<img src="./tailored.svg" class="feature-image">
|
||||
<h2 style="text-align:center;" class="feature-header">Tailored to Your Needs</h2><br>
|
||||
<p>Creating a CSS framework that caters to everyone's needs is no easy task, but <strong>mini.css</strong> manages to rise to the occasion by providing extensive and coherent documentation in combination with templates, examples and semantic HTML markup. Common UX patterns and accessibility guidelines are well-documented and can be used out of the box, using one of the unique <strong>flavors</strong> that the framework provides. If you still want more, you can create your own custom flavor or tweak an existing one just by opening its CSS file and changing a few custom properties. It's that simple! </p>
|
||||
</div>
|
||||
<div class="row padded">
|
||||
<div class="col-sm-12 col-md-8 col-md-offset-1">
|
||||
<h2>Style-agnostic <small>Infinitely customizable!</small></h2>
|
||||
<p><strong>mini.css</strong> provides you with a customizable flavor system, allowing you to be a designer without all the hard work. This way you can create your own custom design and personalize your websites any way you want!</p>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-2 col-sm-first col-md-normal" style="text-align: center;">
|
||||
<img src="icons/meteor.svg" width="128px" height="128px"/><br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row padded">
|
||||
<div class="col-sm-12 col-md-8 col-md-offset-1">
|
||||
<h2>Style-agnostic <small>Infinitely customizable!</small></h2>
|
||||
<p><strong>mini.css</strong> provides you with a customizable flavor system, allowing you to be a designer without all the hard work. This way you can create your own custom design and personalize your websites any way you want!</p>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-2 col-sm-first col-md-normal" style="text-align: center;">
|
||||
<img src="icons/meteor.svg" width="128px" height="128px"/><br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- TODO: Add browser support -->
|
||||
|
Reference in New Issue
Block a user