This repository has been archived by the owner on Mar 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·75 lines (66 loc) · 3.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
layout: post-index
title: Awesome maps. Within minutes.
description: "javascript api to create maps"
tags: [maps, api]
comments: false
image:
feature: maperial-abstract-1.jpg
---
<article class="hentry">
<h1 class="entry-title"> A new way to create maps </h1>
<div class="entry-content">
<p>
Maperial is a free javascript API to create <b>dynamical</b> maps for your web
applications.
</p>
<p>
Configure your own set of layers and parameters to visualize, analyze, and understand your data.
</p>
<p>
For now we stick on enhancing this API and hope to see a community
gathering around, which would mean we are on the right path to provide a new
map tool.
</p>
<p>
Enjoy drafting and sharing your maps, and don't forget
to let us know your feedback !
</p>
<h2 class="entry-title"> Let me play ! </h2>
<ul>
<li>Get <a href="{{ site.url }}/getting-started/">started</a> with a first map </li>
<li>Check out a whole bunch of Codepen <a href="http://codepen.io/chrisdugne/">examples</a></li>
<li>Understand Maperial's <a href="{{ site.url }}/concepts/">concepts</a></li>
<li>Explore the complete API <a href="{{ site.url }}/documentation/">reference</a> to draw your own maps </li>
</ul>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
{% for post in site.posts limit: 1 %}
<article class="hentry">
<header>
<div class="entry-meta">
<span class="entry-date date published updated"><time datetime="{{ post.date | date_to_xmlschema }}"><a href="{{ site.url }}{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time></span><span class="author vcard"><span class="fn"><a href="{{ site.url }}/about/" title="About {{ site.owner.name }}">{{ site.owner.name }}</a></span></span>{% if site.disqus_shortname and post.comments %} • <span class="entry-comments"><a href="{{ site.url }}{{ post.url }}#disqus_thread">Comment</a></span>{% endif %}
{% if site.reading_time %}
<span class="entry-reading-time pull-right">
<i class="fa fa-clock-o"></i>
{% assign readtime = post.content | number_of_words | divided_by:site.words_per_minute %}
Reading time ~{% if readtime <= 1 %}1 minute{% else %}{{ readtime }} minutes{% endif %}
</span><!-- /.entry-reading-time -->
{% endif %}
</div><!-- /.entry-meta -->
{% if post.link %}
<h1 class="entry-title"><a href="{{ site.url }}{{ post.url }}" rel="bookmark" title="{{ post.title }}"><i class="fa fa-angle-double-right"></i></a> <a href="{{ post.link }}">{{ post.title }}</a></h1>
{% else %}
<h1 class="entry-title"><a href="{{ site.url }}{{ post.url }}" rel="bookmark" title="{{ post.title }}" itemprop="url">{{ post.title }}</a></h1>
{% endif %}
</header>
<div class="entry-content">
{{ post.content }}
</div><!-- /.entry-content -->
</article><!-- /.hentry -->
{% endfor %}
<article class="hentry">
<div class="entry-content">
<h1><a href="{{ site.url }}/posts/">More posts</a></h1>
</div><!-- /.entry-content -->
</article><!-- /.hentry -->