Owen Versteeg 10 лет назад
Родитель
Сommit
90741acb55
2 измененных файлов с 5 добавлено и 0 удалено
  1. 1 0
      docs.html
  2. 4 0
      example.html

+ 1 - 0
docs.html

@@ -109,6 +109,7 @@
 				<p>
 					Because of its minimalist goal, Min core has fewer features than Bootstrap. Many of the features omitted in Min are superfluous, unsemantic, and just plain idiotic (I'm looking at you, text-left class.) However, when using the <a href="http://owenversteeg.com/min-bootstrap-plugin">3.5kB Min Bootstrap plugin</a>, Min has full feature parity with Bootstrap. If you are migrating a complex site from Bootstrap to Min, it is highly recommended that you use this plugin.
 				</p>
+				<a class="btn btn-a" href="example.html">View simple example</a>
 			</div>
 			<h1>Browser support</h1>
 			<div class="support">

+ 4 - 0
example.html

@@ -18,5 +18,9 @@
 			</div>
 		</nav>
 		<button class="btn-close btn btn-sm">×</button>
+		<div class="container">
+			<h1>Example</h1>
+			<p>You can view the source of this page and copy it to get a quick start on a project with Min!</p>
+		</div>
 	</body>
 </html>