mirror of
https://github.com/Llewellynvdm/front-end-frameworks.git
synced 2025-01-08 14:44:12 +00:00
Merge pull request #23 from lyoshenka/unsemantic
Add Unsemantic framework
This commit is contained in:
commit
5f95e2f77b
@ -277,3 +277,11 @@ Gumby is a responsive 960 grid CSS framework. The grid lets you lay out pages qu
|
|||||||
**Responsive:** Yes
|
**Responsive:** Yes
|
||||||
|
|
||||||
**Website:** http://gumbyframework.com
|
**Website:** http://gumbyframework.com
|
||||||
|
|
||||||
|
## Unsemantic
|
||||||
|
|
||||||
|
Unsemantic is a fluid grid system that is the successor to the [960 Grid System](http://960.gs/). It works in a similar way, but instead of being a set number of columns, it's entirely based on percentages.
|
||||||
|
|
||||||
|
**Responsive:** Yes
|
||||||
|
|
||||||
|
**Website:** http://unsemantic.com/
|
||||||
|
@ -622,6 +622,25 @@
|
|||||||
</td>
|
</td>
|
||||||
<td><h2>Free</h2></td>
|
<td><h2>Free</h2></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<h1><a target="_blank" href="http://unsemantic.com/">Unsemantic</a></h1>
|
||||||
|
<div class="info">
|
||||||
|
<p>Unsemantic is a fluid grid system that is the successor to the 960 Grid System.
|
||||||
|
</br>
|
||||||
|
<a target="_blank" href="http://unsemantic.com/">Visit Site</a> - <a href="http://github.com/nathansmith/unsemantic" target="_blank">View on Github</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<div class="responsive hint hint--left hint--success yes" data-hint="Responsive">
|
||||||
|
<div class="desktop"></div>
|
||||||
|
<div class="tablet"></div>
|
||||||
|
<div class="phone"></div>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td><h2>MIT/GPL</h2></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user