news flash on frontpage

This commit is contained in:
mourner 2012-07-25 01:09:31 +03:00
parent 6bdf50f415
commit 46eb027c76
2 changed files with 13 additions and 1 deletions

View File

@ -157,7 +157,7 @@ td {
.nav {
padding: 0;
margin: 28px 0 32px;
margin: 28px 0 28px;
list-style: none;
font-size: 1.2em;
@ -470,3 +470,13 @@ dl dd {
border: 0;
box-shadow: none;
}
p.notice {
border: none;
border-radius: 10px;
color: #444;
background: #DBF8A7;
padding: 5px 10px;
margin-bottom: 1.5em;
}

View File

@ -2,6 +2,8 @@
layout: default
---
<p class="notice">July 27, 2012 &mdash; Leaflet 0.4 released with <em>lots</em> of exciting improvements! &mdash; <a href="#">read more in the blog</a></p>
Leaflet is a modern open-source JavaScript library for mobile-friendly interactive maps. It is developed by [Vladimir Agafonkin][] of [CloudMade][] with a&nbsp;team of dedicated [contributors][]. Weighing just about <abbr title="That's 99 KB minified and 170 KB in the source form, with 8 KB of CSS (1.8 KB gzipped) and 10 KB of images">26 KB of gzipped JS code</abbr>, it still has all the [features][] most developers ever need for online maps, while providing a smooth, pleasant user experience.
It is built from the ground up to work efficiently on both desktop and mobile platforms like iOS and Android, taking advantage of HTML5 and CSS3 on modern browsers. The focus is on usability, performance, small size, [A-grade][] browser support and [a simple API][] with <abbr title="Simplicity and reasonable defaults so that the API doesn't get in your way, while not losing flexibility">convention over configuration</abbr>. The OOP-based [code of the library][] is designed to be modular, extensible and very easy to understand.