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>2019-01-18 12:51:00 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-07-19 21:54:53 +0300
commit5d2a4f67875e06760e75b98c0f2814572ac97c98 (patch)
treeafff976f7700b40af8042b6b0310ef66e75baa5d
parent42857b86fd9f30e3555ba7f9c1c42e232bff383d (diff)
-rw-r--r--src/_layouts/post.html4
-rw-r--r--src/_posts/2015-10-7-creative-tim-presentation.md4
-rw-r--r--src/_posts/2015-8-21-osmo.md4
-rw-r--r--src/_posts/2015-8-24-marktplatz-natur.md4
-rw-r--r--src/_posts/2015-8-31-jdc-design-studio.md4
-rw-r--r--src/_posts/2015-9-11-indicius.md4
-rw-r--r--src/_posts/2015-9-16-blackbox.md4
-rw-r--r--src/_posts/2015-9-3-trakt-tv.md4
-rw-r--r--src/_posts/2015-9-30-crit-research.md4
-rw-r--r--src/_posts/2015-9-9-spotify-the-drop.md4
-rw-r--r--src/_posts/2018-12-27-architectui.md4
-rw-r--r--src/_sass/_expo.scss1
-rw-r--r--src/index.html2
13 files changed, 24 insertions, 23 deletions
diff --git a/src/_layouts/post.html b/src/_layouts/post.html
index 413f2cf..d2e7b8a 100644
--- a/src/_layouts/post.html
+++ b/src/_layouts/post.html
@@ -11,7 +11,7 @@
<div class="entry">
<a class="entry-thumb" href="{{ page.source }}" title="Visit {{ page.title }}">
- {{ page.content }}
+ <img src="{{ page.image.path }}" alt="{{ page.title }} Screenshot" width="{{ page.image.width }}" height="{{ page.image.height }}">
</a>
<div class="entry-content">
<h2 class="entry-title">
@@ -27,7 +27,7 @@
<div class="col-sm-4">
<div class="entry">
<a class="entry-thumb" href="{{ post.url }}" title="Visit {{ post.title }}">
- {{ post.content }}
+ <img src="{{ post.image.path }}" alt="{{ post.title }} Screenshot" width="{{ post.image.width }}" height="{{ post.image.height }}">
</a>
<div class="entry-content">
<h4 class="entry-title">
diff --git a/src/_posts/2015-10-7-creative-tim-presentation.md b/src/_posts/2015-10-7-creative-tim-presentation.md
index 4ff0867..6267b2b 100644
--- a/src/_posts/2015-10-7-creative-tim-presentation.md
+++ b/src/_posts/2015-10-7-creative-tim-presentation.md
@@ -3,7 +3,7 @@ layout: post
title: "Creative Tim"
slug: creative-tim-presentation
source: https://www.creative-tim.com/presentation/
+image:
+ path: "/assets/img/screenshots/creative-tim-presentation.jpg"
date: 2015-10-7 00:00:00 -0700
---
-
-<img src="/assets/img/screenshots/creative-tim-presentation.jpg">
diff --git a/src/_posts/2015-8-21-osmo.md b/src/_posts/2015-8-21-osmo.md
index 2eace87..27d3d56 100644
--- a/src/_posts/2015-8-21-osmo.md
+++ b/src/_posts/2015-8-21-osmo.md
@@ -3,9 +3,9 @@ layout: post
title: "Osmo"
slug: osmo
source: https://www.playosmo.com/
+image:
+ path: "/assets/img/screenshots/osmo.jpg"
date: 2015-8-21 00:00:00 -0700
redirect_from:
- /2015/08/21/anakin/
---
-
-<img src="/assets/img/screenshots/osmo.jpg">
diff --git a/src/_posts/2015-8-24-marktplatz-natur.md b/src/_posts/2015-8-24-marktplatz-natur.md
index 059f3e6..6402703 100644
--- a/src/_posts/2015-8-24-marktplatz-natur.md
+++ b/src/_posts/2015-8-24-marktplatz-natur.md
@@ -3,7 +3,7 @@ layout: post
title: "Marktplatz Natur"
slug: marktplatz-natur
source: http://www.europarc-deutschland.de/marktplatz-natur/
+image:
+ path: "/assets/img/screenshots/marktplatz-natur.jpg"
date: 2015-8-24 00:00:00 -0700
---
-
-<img src="/assets/img/screenshots/marktplatz-natur.jpg">
diff --git a/src/_posts/2015-8-31-jdc-design-studio.md b/src/_posts/2015-8-31-jdc-design-studio.md
index 8d5a29a..e64fcdf 100644
--- a/src/_posts/2015-8-31-jdc-design-studio.md
+++ b/src/_posts/2015-8-31-jdc-design-studio.md
@@ -3,7 +3,7 @@ layout: post
title: "JDC Design Studio"
slug: jdc-design-studio
source: http://www.jdcdesignstudio.com/
+image:
+ path: "/assets/img/screenshots/jdc-design-studio.jpg"
date: 2015-8-31 00:00:00 -0700
---
-
-<img src="/assets/img/screenshots/jdc-design-studio.jpg">
diff --git a/src/_posts/2015-9-11-indicius.md b/src/_posts/2015-9-11-indicius.md
index 458fb12..003b6f0 100644
--- a/src/_posts/2015-9-11-indicius.md
+++ b/src/_posts/2015-9-11-indicius.md
@@ -3,7 +3,7 @@ layout: post
title: "Indicius"
slug: indicius
source: https://indicius.com/
+image:
+ path: "/assets/img/screenshots/indicius.jpg"
date: 2015-9-11 00:00:00 -0700
---
-
-<img src="/assets/img/screenshots/indicius.jpg">
diff --git a/src/_posts/2015-9-16-blackbox.md b/src/_posts/2015-9-16-blackbox.md
index b820eba..a46151f 100644
--- a/src/_posts/2015-9-16-blackbox.md
+++ b/src/_posts/2015-9-16-blackbox.md
@@ -3,7 +3,7 @@ layout: post
title: "Blackbox"
slug: blackbox
source: https://www.blackbox.cool/
+image:
+ path: "/assets/img/screenshots/blackbox.jpg"
date: 2015-9-16 00:00:00 -0700
---
-
-<img src="/assets/img/screenshots/blackbox.jpg">
diff --git a/src/_posts/2015-9-3-trakt-tv.md b/src/_posts/2015-9-3-trakt-tv.md
index 26f75f3..dfaab37 100644
--- a/src/_posts/2015-9-3-trakt-tv.md
+++ b/src/_posts/2015-9-3-trakt-tv.md
@@ -3,7 +3,7 @@ layout: post
title: "Trakt.tv"
slug: trakt-tv
source: https://trakt.tv/
+image:
+ path: "/assets/img/screenshots/trakt-tv.jpg"
date: 2015-9-3 00:00:00 -0700
---
-
-<img src="/assets/img/screenshots/trakt-tv.jpg">
diff --git a/src/_posts/2015-9-30-crit-research.md b/src/_posts/2015-9-30-crit-research.md
index 0d12920..f72e327 100644
--- a/src/_posts/2015-9-30-crit-research.md
+++ b/src/_posts/2015-9-30-crit-research.md
@@ -3,7 +3,7 @@ layout: post
title: "CRIT Research"
slug: crit-research
source: https://www.crit-research.it/it/
+image:
+ path: "/assets/img/screenshots/crit-research.jpg"
date: 2015-9-30 00:00:00 -0700
---
-
-<img src="/assets/img/screenshots/crit-research.jpg">
diff --git a/src/_posts/2015-9-9-spotify-the-drop.md b/src/_posts/2015-9-9-spotify-the-drop.md
index c1c55d2..3707fd7 100644
--- a/src/_posts/2015-9-9-spotify-the-drop.md
+++ b/src/_posts/2015-9-9-spotify-the-drop.md
@@ -3,7 +3,7 @@ layout: post
title: "Spotify | THE DROP"
slug: spotify-the-drop
source: http://www.spotify-thedrop.com/
+image:
+ path: "/assets/img/screenshots/spotify-the-drop.jpg"
date: 2015-9-9 00:00:00 -0700
---
-
-<img src="/assets/img/screenshots/spotify-the-drop.jpg">
diff --git a/src/_posts/2018-12-27-architectui.md b/src/_posts/2018-12-27-architectui.md
index a04cae6..43accb2 100644
--- a/src/_posts/2018-12-27-architectui.md
+++ b/src/_posts/2018-12-27-architectui.md
@@ -3,7 +3,7 @@ layout: post
title: "ArchitectUI"
slug: architectui
source: https://architectui.com/
+image:
+ path: "/assets/img/screenshots/architectui.jpg"
date: 2018-12-27 00:00:00 -0700
---
-
-<img src="/assets/img/screenshots/architectui.jpg">
diff --git a/src/_sass/_expo.scss b/src/_sass/_expo.scss
index ebe1663..133eb28 100644
--- a/src/_sass/_expo.scss
+++ b/src/_sass/_expo.scss
@@ -219,6 +219,7 @@ h1, h2, h3 {
img {
display: block;
width: 100%;
+ height: auto;
border: 1px solid #fff;
border-radius: 3px;
-webkit-transition: opacity .2s linear;
diff --git a/src/index.html b/src/index.html
index 7a963dc..31f36dd 100644
--- a/src/index.html
+++ b/src/index.html
@@ -54,7 +54,7 @@ redirect_from:
{% for post in paginator.posts %}
<div class="entry">
<a class="entry-thumb" href="{{ post.source }}" title="Visit {{ post.title }}" rel="noopener" target="_blank">
- {{ post.content }}
+ <img src="{{ post.image.path }}" alt="{{ post.title }} Screenshot" width="{{ post.image.width }}" height="{{ post.image.height }}">
</a>
<div class="entry-content">
<h2 class="entry-title">