mirror of
https://github.com/Llewellynvdm/front-end-frameworks.git
synced 2025-01-08 14:44:12 +00:00
add Semantic-ui. Fix issue #66
This commit is contained in:
parent
cac87e2bc0
commit
727808888d
@ -1480,6 +1480,44 @@
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
<div class="parent">
|
||||
<ul>
|
||||
<li><h1>Semantic UI</h1></li>
|
||||
<li>
|
||||
<div class="details">
|
||||
<div class="browsers">
|
||||
<span class="ie" data-version="9"></span>
|
||||
<span class="cr" data-version="+"></span>
|
||||
<span class="sa" data-version="+"></span>
|
||||
<span class="ff" data-version="+"></span>
|
||||
<span class="op" data-version="+"></span>
|
||||
</div>
|
||||
<div class="ui">
|
||||
<span class="less" data-active="yes">LESS</span>
|
||||
<span class="sass">SASS</span>
|
||||
</div>
|
||||
<span class="responsive">
|
||||
<span class="desktop" data-responsive="yes"></span>
|
||||
<span class="mobile" data-responsive="yes"></span>
|
||||
<span class="tablet" data-responsive="yes"></span>
|
||||
</span>
|
||||
</div>
|
||||
</li>
|
||||
<li><h3>MIT</h3></li>
|
||||
</ul>
|
||||
<div class="info">
|
||||
<article>
|
||||
<blockquote><i></i> UI is the vocabulary of the web. </blockquote>
|
||||
<p>
|
||||
Semantic empowers designers and developers by creating a language for sharing UI. <br/>Lose the Hieroglyphics: Semantic is structured around natural language conventions to make development more intuitive. <br/>Have a conversation with your components: Semantic gives you a variety of UI components with real-time debug output, letting your code tell you what its doing.
|
||||
</p>
|
||||
</article>
|
||||
<aside>
|
||||
<a target="_blank" href="http://semantic-ui.com">Site</a>
|
||||
<a target="_blank" href="https://github.com/jlukic/Semantic-UI">Github</a>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
|
@ -341,6 +341,17 @@
|
||||
<p><strong>Responsive:</strong> No </p>
|
||||
|
||||
<p><strong>Website:</strong> <a href="http://www.frontendmatters.com/projects/fem-css-framework/">http://www.frontendmatters.com/projects/fem-css-framework/</a></p>
|
||||
|
||||
<h2>Semantic UI</h2>
|
||||
|
||||
<blockquote><i></i> UI is the vocabulary of the web. </blockquote>
|
||||
<p>
|
||||
Semantic empowers designers and developers by creating a language for sharing UI. <br/>Lose the Hieroglyphics: Semantic is structured around natural language conventions to make development more intuitive. <br/>Have a conversation with your components: Semantic gives you a variety of UI components with real-time debug output, letting your code tell you what its doing.
|
||||
</p>
|
||||
|
||||
<p><strong>Responsive:</strong> Yes </p>
|
||||
|
||||
<p><strong>Website:</strong> <a href="http://semantic-ui.com/">http://semantic-ui.com/</a></p>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
|
Loading…
Reference in New Issue
Block a user