From c9b2be33a9e70b54638bdde50b71df829d34b309 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Wed, 3 Aug 2016 09:42:05 +0300 Subject: [PATCH] cleanup css for 'others' --- config.js | 2 ++ example_links.txt | 31 ++++++++++++++++++++++++++++++ index.html | 48 ++++++++++++++++++++--------------------------- 3 files changed, 53 insertions(+), 28 deletions(-) create mode 100644 config.js create mode 100644 example_links.txt diff --git a/config.js b/config.js new file mode 100644 index 0000000..0040a71 --- /dev/null +++ b/config.js @@ -0,0 +1,2 @@ +config.source="example_links.txt"; +config.columns=3; diff --git a/example_links.txt b/example_links.txt new file mode 100644 index 0000000..e25be40 --- /dev/null +++ b/example_links.txt @@ -0,0 +1,31 @@ +# News + +[Hesari](http://www.hs.fi) +[YLE](http://www.yle.fi/uutiset) +[Ilmatieteenlaitos](http://www.fmi.fi/) +[Weather.fi](http://www.weather.fi/) +## In Radio +[Paiva tunnissa](http://areena.yle.fi/1-2269602) +[Radiouutiset](areena.yle.fi/1-1440981) + +# Media + +[IMDB](http://www.imdb.com/) +[Areena](http://areena.yle.fi/tv/a-o) + +# Fun + +[Viivi ja Wagner](http://www.helsinginsanomat.fi/viivijawagner/) +[xkcd](http://www.xkcd.com/) +[Perry Bible Fellowship](http://www.pbfcomics.com/) +[Cyanide and Happiness](http://www.explosm.net/comics) +[Fingerpori](http://www.hs.fi/fingerpori/) + +# Google + +[Google](http://www.google.com/ig?hl=en) +[Gmail](http://www.gmail.com) +[Gcalendar](https://www.google.com/calendar/render) +[Gmaps](http://maps.google.com/) +[Drive](http://drive.google.com) + diff --git a/index.html b/index.html index 378f0e2..2bbe667 100644 --- a/index.html +++ b/index.html @@ -3,19 +3,13 @@