replace master with main

This commit is contained in:
Jenil G 2023-03-21 00:02:23 -04:00
parent 1430bfe73a
commit f8cb9d567f
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<section id="buttons">
<h4>Buttons</h4>
<p>chota includes five predefined button styles, each serving its own semantic purpose. It also applies these styles to <code>input, button</code> elements, see the complete <a href="https://rawgit.com/jenil/chota/master/test/index.html#forms__action" target="_blank">demo</a>.</p>
<p>chota includes five predefined button styles, each serving its own semantic purpose. It also applies these styles to <code>input, button</code> elements, see the complete <a href="https://rawgit.com/jenil/chota/main/test/index.html#forms__action" target="_blank">demo</a>.</p>
<div class="row">
<div class="col-4">
<div class="buttons">

View File

@ -76,11 +76,11 @@
<p>
Chota is <em>dead</em> simple to use. It doesn't require learning a lot of class names like other frameworks. It applies a few basic styles to the HTML following the <a href="https://www.w3schools.com/html/html5_semantic_elements.asp" target="_blank">HTML Semantics</a>.
</p>
<p>Here is a <a href="https://raw.githack.com/jenil/chota/master/test/index.html">demo</a> of the basic HTML elements. A few addons that Chota provides out-of-the-box for some elements are:</p>
<p>Here is a <a href="https://raw.githack.com/jenil/chota/main/test/index.html">demo</a> of the basic HTML elements. A few addons that Chota provides out-of-the-box for some elements are:</p>
<ul>
<li><a href="https://raw.githack.com/jenil/chota/master/test/index.html#text__tables">Striped tabled</a></li>
<li><a href="https://raw.githack.com/jenil/chota/master/test/index.html#forms__input">Input states</a></li>
<li><a href="https://raw.githack.com/jenil/chota/master/test/index.html#forms__input">Horizontal input alignment</a> by just wrapping them with <code>grouped</code> class</li>
<li><a href="https://raw.githack.com/jenil/chota/main/test/index.html#text__tables">Striped tabled</a></li>
<li><a href="https://raw.githack.com/jenil/chota/main/test/index.html#forms__input">Input states</a></li>
<li><a href="https://raw.githack.com/jenil/chota/main/test/index.html#forms__input">Horizontal input alignment</a> by just wrapping them with <code>grouped</code> class</li>
<li><a href="#icons">Icons</a></li>
</ul>
<br>