mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-01-18 05:18:25 +01:00
4db8598eb8
Fixed a problem with the hr fix, should display properly now.
64 lines
3.8 KiB
HTML
64 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- TODO: Add missing favicon and page_thumb images when about to release -->
|
|
<!-- TODO: Update meta information when about to release -->
|
|
<link href="https://fonts.googleapis.com/css?family=Inconsolata:400,700|Poppins:400,400i,500,700,700i&subset=latin-ext" rel="stylesheet">
|
|
<link rel="stylesheet" href="./style.min.css">
|
|
<script src="./vinf.js"></script>
|
|
<title>mini.css - Minimal, responsive, style-agnostic CSS framework</title>
|
|
<meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="mini.css - Minimal, responsive, style-agnostic CSS framework">
|
|
<meta name="keywords" content="mini, mini.css, CSS, framework, minimal, responsive, style-agnostic, front-end, frontend, Sass, toolkit">
|
|
<meta name="author" content="Angelos Chalaris (chalarangelo)">
|
|
<meta property="og:title" content="mini.css - Minimal, responsive, style-agnostic CSS framework">
|
|
<meta property="og:description" content="mini.css is a tiny CSS framework designed to build quick, modern and responsive websites."/>
|
|
<meta property="og:type" content="website"/><meta property="og:image" content="page_thumb.png">
|
|
<meta property="og:url" content="https://chalarangelo.github.io/mini.css/"><link rel="icon" type="image/png" href="favicon.png">
|
|
</head>
|
|
<body>
|
|
<div class="index-splash">
|
|
<div class="index-splash-image no-filter"></div>
|
|
<div class="index-splash-image"></div>
|
|
<h1 class="splash">mini<small>.css</small></h1>
|
|
<p class="splash">minimal, responsive, style-agnostic <br>CSS framework</p>
|
|
<p id="version-info">v3</p>
|
|
</div>
|
|
<!-- TODO: Add CTA ghost button and a link (?) in splash -->
|
|
<header>Home</header>
|
|
<div class="container">
|
|
<div class="row padded">
|
|
<div class="col-sm-12 col-md-8 col-md-offset-1">
|
|
<h2>Minimal <small>Size matters!</small></h2>
|
|
<p><strong>mini.css</strong> aims to provide as much functionality as possible in less than 10KB gzipped. This very small footprint means that your websites and web applications will load faster, while still looking great utilising the modern components we provide!</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>
|
|
<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">
|
|
<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>
|
|
<!-- TODO: Add browser support -->
|
|
<!-- TODO: Add footer with credits for icons and splash image -->
|
|
<!-- Scripts -->
|
|
<script>document.getElementById('version-info').innerHTML = version();</script>
|
|
</body>
|
|
</html>
|