mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
💁♂️ add some ℹ️
This commit is contained in:
parent
7beddb0340
commit
fc82d5d289
@ -6,7 +6,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
|
||||||
<title>chota - A small CSS framework</title>
|
<title>chota - A micro CSS framework</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/chota">
|
<link rel="stylesheet" href="https://unpkg.com/chota">
|
||||||
<link rel="stylesheet" href="./doc-styles.css">
|
<link rel="stylesheet" href="./doc-styles.css">
|
||||||
@ -18,7 +18,8 @@
|
|||||||
<div class="hero is-full-screen">
|
<div class="hero is-full-screen">
|
||||||
<div class="logo is-center is-vertical-align">
|
<div class="logo is-center is-vertical-align">
|
||||||
<img src="./logo.svg" alt="">
|
<img src="./logo.svg" alt="">
|
||||||
<h3>A <strong>small</strong> (<3kb) CSS framework.</h3>
|
<h3>A <strong>micro</strong> (<3kb) CSS framework.</h3>
|
||||||
|
<small><em>BTW, "choṭā" means "small" in Hindi</em></small>
|
||||||
</div>
|
</div>
|
||||||
<nav class="tabs is-center">
|
<nav class="tabs is-center">
|
||||||
<a href="#features">features</a>
|
<a href="#features">features</a>
|
||||||
@ -126,12 +127,13 @@
|
|||||||
{% include utilities.html %}
|
{% include utilities.html %}
|
||||||
<br>
|
<br>
|
||||||
<p class="is-center">
|
<p class="is-center">
|
||||||
<a class="button primary outline" target="_blank" href="https://twitter.com/intent/tweet?url=https://jenil.github.io/chota/&text=chota.css%20-%20A%20small%20CSS%20framework&via=geekGogari&hashtags=web,css">Give a shout-out</a>
|
<a class="button primary outline" target="_blank" href="https://twitter.com/intent/tweet?url=https://jenil.github.io/chota/&text=chota.css%20-%20A%20micro%20CSS%20framework&via=geekGogari&hashtags=web,css">Give a shout-out</a>
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<footer class="is-text-center">
|
<footer class="is-text-center">
|
||||||
<p><a href="#top">back to top</a> • <a href="https://github.com/jenil/chota">report an issue</a></p>
|
<p><a href="#top">back to top</a> • <a href="https://github.com/jenil/chota">report an issue</a></p>
|
||||||
|
<p>Want icons for your project too? Checkout <a href="https://icongr.am" target="_blank">Icongr.am 🚀</a></p>
|
||||||
<h5>Made by <a href="https://jgog.in" target="_blank">Jenil Gogari</a></h5>
|
<h5>Made by <a href="https://jgog.in" target="_blank">Jenil Gogari</a></h5>
|
||||||
</footer>
|
</footer>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user