Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-28 14:03:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-12-28 14:12:34 +0300
commit935a148ef57071fc7589f678711cb135da8776fa (patch)
treecdcb946801418e36e3d6d9605934b1031379df07
parent8eb4500712126004f9b44c0dc7968fda5000a103 (diff)
Fix slug/image filename inconsistencies.
Add redirects where needed.
-rw-r--r--_posts/2013-04-15-flywheel.md4
-rw-r--r--_posts/2014-03-07-nick-dimatteo.md2
-rw-r--r--_posts/2014-03-13-riot-design.md8
-rw-r--r--_posts/2014-09-22-araujo-estate.md2
-rw-r--r--_posts/2014-09-23-angry-birds-star-wars.md2
-rw-r--r--_posts/2014-10-07-crew.md2
-rw-r--r--_posts/2014-10-22-marc-dahmen.md4
-rw-r--r--_posts/2014-12-02-look-films.md2
-rw-r--r--_posts/2014-12-12-sdedsynergy.md2
-rw-r--r--_posts/2015-6-23-parcel.md2
-rw-r--r--_posts/2015-8-21-osmo.md4
-rw-r--r--assets/img/screenshots/Crew.jpg (renamed from assets/img/screenshots/crew.jpg)bin213493 -> 213493 bytes
-rw-r--r--assets/img/screenshots/angry.jpg (renamed from assets/img/screenshots/angry-birds-star-wars.jpg)bin411267 -> 411267 bytes
-rw-r--r--assets/img/screenshots/araujo.jpg (renamed from assets/img/screenshots/araujo-estate.jpg)bin489168 -> 489168 bytes
-rw-r--r--assets/img/screenshots/from-parcel.jpg (renamed from assets/img/screenshots/parcel.jpg)bin106586 -> 106586 bytes
-rw-r--r--assets/img/screenshots/lookfilms.jpg (renamed from assets/img/screenshots/look-films.jpg)bin30741 -> 30741 bytes
-rw-r--r--assets/img/screenshots/nickdimatteo.jpg (renamed from assets/img/screenshots/nick-dimatteo.jpg)bin53621 -> 53621 bytes
-rw-r--r--assets/img/screenshots/riot-design.jpg (renamed from assets/img/screenshots/riot.jpg)bin82458 -> 82458 bytes
-rw-r--r--assets/img/screenshots/sdedsynergy.jpg (renamed from assets/img/screenshots/education-synergy-alliance.jpg)bin244801 -> 244801 bytes
19 files changed, 21 insertions, 13 deletions
diff --git a/_posts/2013-04-15-flywheel.md b/_posts/2013-04-15-flywheel.md
index c34202c..bd070de 100644
--- a/_posts/2013-04-15-flywheel.md
+++ b/_posts/2013-04-15-flywheel.md
@@ -1,8 +1,10 @@
---
layout: post
title: "Flywheel"
-slug: glywheel
+slug: flywheel
source: http://getflywheel.com/
+redirect_from:
+ - /2013/04/15/glywheel/
---
<img src="/assets/img/screenshots/flywheel.jpg">
diff --git a/_posts/2014-03-07-nick-dimatteo.md b/_posts/2014-03-07-nick-dimatteo.md
index 0c0c600..998217c 100644
--- a/_posts/2014-03-07-nick-dimatteo.md
+++ b/_posts/2014-03-07-nick-dimatteo.md
@@ -5,4 +5,4 @@ slug: nickdimatteo
source: http://nickdimatteo.com/
---
-<img src="/assets/img/screenshots/nick-dimatteo.jpg">
+<img src="/assets/img/screenshots/nickdimatteo.jpg">
diff --git a/_posts/2014-03-13-riot-design.md b/_posts/2014-03-13-riot-design.md
index b9391fa..690279d 100644
--- a/_posts/2014-03-13-riot-design.md
+++ b/_posts/2014-03-13-riot-design.md
@@ -1,8 +1,10 @@
---
layout: post
title: "Riot Design"
-slug: riot
-source: http://riotdesign.eu/en/
+slug: riot-design
+source: https://riot.design/
+redirect_from:
+ - /2014/03/13/riot/
---
-<img src="/assets/img/screenshots/riot.jpg">
+<img src="/assets/img/screenshots/riot-design.jpg">
diff --git a/_posts/2014-09-22-araujo-estate.md b/_posts/2014-09-22-araujo-estate.md
index de9df2e..6450e6e 100644
--- a/_posts/2014-09-22-araujo-estate.md
+++ b/_posts/2014-09-22-araujo-estate.md
@@ -5,4 +5,4 @@ slug: araujo
source: http://www.araujoestate.com/
---
-<img src="/assets/img/screenshots/araujo-estate.jpg">
+<img src="/assets/img/screenshots/araujo.jpg">
diff --git a/_posts/2014-09-23-angry-birds-star-wars.md b/_posts/2014-09-23-angry-birds-star-wars.md
index dbb1f77..622ffef 100644
--- a/_posts/2014-09-23-angry-birds-star-wars.md
+++ b/_posts/2014-09-23-angry-birds-star-wars.md
@@ -5,4 +5,4 @@ slug: angry
source: http://angrybirds.tumblr.com/
---
-<img src="/assets/img/screenshots/angry-birds-star-wars.jpg">
+<img src="/assets/img/screenshots/angry.jpg">
diff --git a/_posts/2014-10-07-crew.md b/_posts/2014-10-07-crew.md
index e6529d7..bbfe75a 100644
--- a/_posts/2014-10-07-crew.md
+++ b/_posts/2014-10-07-crew.md
@@ -6,4 +6,4 @@ source: https://pickcrew.com/
date: 2014-10-07 00:15:00 -0700
---
-<img src="/assets/img/screenshots/crew.jpg"> \ No newline at end of file
+<img src="/assets/img/screenshots/Crew.jpg"> \ No newline at end of file
diff --git a/_posts/2014-10-22-marc-dahmen.md b/_posts/2014-10-22-marc-dahmen.md
index 3329f0f..3fdb1b1 100644
--- a/_posts/2014-10-22-marc-dahmen.md
+++ b/_posts/2014-10-22-marc-dahmen.md
@@ -1,9 +1,11 @@
---
layout: post
title: "Marc Anton Dahmen"
-slug: marc=dahmen
+slug: marc-dahmen
source: http://marcdahmen.de/
date: 2014-10-22 00:00:00 -0700
+redirect_from:
+ - /2014/10/22/marc=dahmen/
---
<img src="/assets/img/screenshots/marc-dahmen.jpg">
diff --git a/_posts/2014-12-02-look-films.md b/_posts/2014-12-02-look-films.md
index f8a6544..0a76c1b 100644
--- a/_posts/2014-12-02-look-films.md
+++ b/_posts/2014-12-02-look-films.md
@@ -6,4 +6,4 @@ source: http://lookfilms.co.uk/
date: 2014-12-02 00:00:00 -0700
---
-<img src="/assets/img/screenshots/look-films.jpg">
+<img src="/assets/img/screenshots/lookfilms.jpg">
diff --git a/_posts/2014-12-12-sdedsynergy.md b/_posts/2014-12-12-sdedsynergy.md
index cf0430e..122878d 100644
--- a/_posts/2014-12-12-sdedsynergy.md
+++ b/_posts/2014-12-12-sdedsynergy.md
@@ -6,4 +6,4 @@ source: http://sdedsynergy.org/
date: 2014-12-12 00:00:00 -0700
---
-<img src="/assets/img/screenshots/education-synergy-alliance.jpg">
+<img src="/assets/img/screenshots/sdedsynergy.jpg">
diff --git a/_posts/2015-6-23-parcel.md b/_posts/2015-6-23-parcel.md
index 8bb8acd..e7216d7 100644
--- a/_posts/2015-6-23-parcel.md
+++ b/_posts/2015-6-23-parcel.md
@@ -6,4 +6,4 @@ source: https://www.fromparcel.com/
date: 2015-6-23 00:00:00 -0700
---
-<img src="/assets/img/screenshots/parcel.jpg">
+<img src="/assets/img/screenshots/from-parcel.jpg">
diff --git a/_posts/2015-8-21-osmo.md b/_posts/2015-8-21-osmo.md
index 8fd88a8..2eace87 100644
--- a/_posts/2015-8-21-osmo.md
+++ b/_posts/2015-8-21-osmo.md
@@ -1,9 +1,11 @@
---
layout: post
title: "Osmo"
-slug: anakin
+slug: osmo
source: https://www.playosmo.com/
date: 2015-8-21 00:00:00 -0700
+redirect_from:
+ - /2015/08/21/anakin/
---
<img src="/assets/img/screenshots/osmo.jpg">
diff --git a/assets/img/screenshots/crew.jpg b/assets/img/screenshots/Crew.jpg
index aa2c92e..aa2c92e 100644
--- a/assets/img/screenshots/crew.jpg
+++ b/assets/img/screenshots/Crew.jpg
Binary files differ
diff --git a/assets/img/screenshots/angry-birds-star-wars.jpg b/assets/img/screenshots/angry.jpg
index 31fc20b..31fc20b 100644
--- a/assets/img/screenshots/angry-birds-star-wars.jpg
+++ b/assets/img/screenshots/angry.jpg
Binary files differ
diff --git a/assets/img/screenshots/araujo-estate.jpg b/assets/img/screenshots/araujo.jpg
index a33bba7..a33bba7 100644
--- a/assets/img/screenshots/araujo-estate.jpg
+++ b/assets/img/screenshots/araujo.jpg
Binary files differ
diff --git a/assets/img/screenshots/parcel.jpg b/assets/img/screenshots/from-parcel.jpg
index 509a8fa..509a8fa 100644
--- a/assets/img/screenshots/parcel.jpg
+++ b/assets/img/screenshots/from-parcel.jpg
Binary files differ
diff --git a/assets/img/screenshots/look-films.jpg b/assets/img/screenshots/lookfilms.jpg
index 4b66bad..4b66bad 100644
--- a/assets/img/screenshots/look-films.jpg
+++ b/assets/img/screenshots/lookfilms.jpg
Binary files differ
diff --git a/assets/img/screenshots/nick-dimatteo.jpg b/assets/img/screenshots/nickdimatteo.jpg
index a67539c..a67539c 100644
--- a/assets/img/screenshots/nick-dimatteo.jpg
+++ b/assets/img/screenshots/nickdimatteo.jpg
Binary files differ
diff --git a/assets/img/screenshots/riot.jpg b/assets/img/screenshots/riot-design.jpg
index 3981976..3981976 100644
--- a/assets/img/screenshots/riot.jpg
+++ b/assets/img/screenshots/riot-design.jpg
Binary files differ
diff --git a/assets/img/screenshots/education-synergy-alliance.jpg b/assets/img/screenshots/sdedsynergy.jpg
index 4b69e57..4b69e57 100644
--- a/assets/img/screenshots/education-synergy-alliance.jpg
+++ b/assets/img/screenshots/sdedsynergy.jpg
Binary files differ