forked from CYD-poolen/cyd.liu.se
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·30 lines (21 loc) · 903 Bytes
/
index.html
File metadata and controls
executable file
·30 lines (21 loc) · 903 Bytes
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
---
layout: page
title: Welcome to WeatherMagic
menuInclude: false
---
<div class="home">
<p> WeatherMagic was a CDIO-project at Linköping University with the goal of visualizing data from climate simulations of different weather institutes. The final product can be found at <a href=http://weathermagic.se>weathermagic.se</a>.</p>
<div>
<img src="{{ site.baseurl }}/img/wm-screenshot.jpg" id="Status" alt="WeatherMagic" />
</div>
<!--h2> Latest News: </h2>
<ul class="post-list">
{% for post in site.posts limit:3 %}
<li><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">
<h3 class="post-title">{{ post.title }}</h3>
<h5 class="post-meta">{{ post.date | date: "%Y-%m-%d" }}</h5>
</a></li>
{% endfor %}
</ul>
<a href="{{ site.baseurl }}/news"> <h3>News archive</h3></a -->
</div>