Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Alamantus committed Feb 19, 2020
1 parent 9006258 commit 33720bf
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,32 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>lit</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,700" rel="stylesheet">
<!-- Link to your stylesheet here -->
<link rel="stylesheet" href="dist/lit.css">
<link rel="stylesheet" href="dist/util.css">
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
</head>

<body class="m0">
<div class="c">
<header class="mb3">
<h1 class="tc mb0">lit 馃敟</h1>
<h5 class="tc mb1">a ridiculously small responsive css framework</h5>
<div class="tc">
<a class="github-button" href="https://github.com/ajusa/lit" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star ajusa/lit on GitHub">Star</a>
</div>
<hr>
</header>
<p>lit has two modules: lit and util. Both of them are designed to be as small as possible, and easy to extend.</p>
<div class="row mt3">
<div class="5 col card tc b-accent">
<h4 class="mb1 normal accent">lit</h4>
<div class="5 col card tc b-primary">
<h4 class="mb1 normal c-primary">lit</h4>
<p>lit contains all of the basics for a framework, such as a responsive grid, typography, and other elements.</p>
<form action="docs/lit.html">
<button class="mt1 btn primary white bold" type="submit">Get Started</button>
<button class="mt1 btn primary bold" type="submit">Get Started</button>
</form>
</div>
<div class="5 col card tc b-info">
<h4 class="mb1 normal info">util</h4>
<h4 class="mb1 normal c-info">util</h4>
<p>util has many CSS utility classes that can be used to extend lit, or any CSS framework.</p>
<form action="docs/util.html">
<button class="mt1 btn bg-info b-info white bold" type="submit">Get Started</button>
<button class="mt1 btn info bold" type="submit">Get Started</button>
</form>
</div>
</div>
Expand Down

0 comments on commit 33720bf

Please sign in to comment.