What is Sympl?
Sympl is the no bullshit HTML5/CSS framework.
Put simply, Sympl is a super simple framework to make static websites. Sympl is light, but has the correct features to get you started and going. It's developed by Namanyay Goel, and it can be found on GitHub (It's open source!).
I made Sympl because I was tired with the traditional frameworks, all which were:
- Bloated. (I didn't use more than half the things half as many times I used them)
- Not perfect everywhere. (Each had too much of accessories and extras like buttons, notes, most which I'll never use)
…And thus, Sympl was born.
Why use Sympl?
Simply because it's simple. And amazing. Here are a few features:
- A good vertical rhythym defined.
- A HTML5 skeleton made, and ready to go.
- A great grid, having half, quarter, one third, and two third columns going on.
- Anchors set up—No underline, and no ugly blue.
- Added retina favicons. All files ready + code in header.
- Beautiful form elements + One button style.
- CSS starts with Necolas' normalize.css
- Javascript starts with HTML5Shiv.
Sympl is lightweight, fast, ready to go, and always usable. You can use it in each and every project, and you'll see that you use all of the things bundled with Sympl.
Vertical Baseline Defined
All heading elements have their own line-heights and perfect font sizes.
A perfect grid
Unlike some grids with 10+ columns, Sympl has maximum 4. Half, Quarter, Two Thirds, and One third.
HTML5
Sympl uses HTML5, and has the HTML5Shiv for backward compatibility.
Retina Favicons
Added all common retina favicons format for a wide variety of apple devices, + code put in header. Just replace the icons and go!
Sympl in action…
Code
var deepthought = {
theanswer: 42;
}
function think() {
setTimeout(calculateTheAnswer(), 2.36677e14);
}
function destroyEarth() {
vogon.attack();
makeHyperspaceBypass();
}
think();
Forms
Changelog
v2.0
- Added grid.
- Redesigned homepage.
- Added giga class for text.
- Removed wildcard operator uses.
v1.4
- Added form and button styles.
- Added HTML5Shiv.
v1.3
- Edited index.htm for faulty script tag.
- Added HTML5Shiv in the JS.
- Set styles for form elements.
v1.2:
- Added retina favicon support. Courtesy Mathias Bynens.
- Added quotes to `blockquote` using CSS.