forked from lirios/lirios.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
screenshots.html
33 lines (31 loc) · 1.44 KB
/
screenshots.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
---
layout: centered
title: Screenshots
permalink: /screenshots/
theme: yellow-light_blue
navitem: nav-screenshots
---
<style>
img .initialized {
z-index: 9999;
}
</style>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone mdl-cell-12-col-tablet mdl-cell--1-offset-tablet">
<img class="materialboxed responsive-img z-depth-1" data-caption="Desktop"
src="{{ site.baseurl }}/images/screenshots/desktop1.png">
</div>
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone mdl-cell-12-col-tablet mdl-cell--1-offset-tablet">
<img class="materialboxed responsive-img z-depth-1" data-caption="Desktop"
src="{{ site.baseurl }}/images/screenshots/movie1.png">
</div>
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone mdl-cell-12-col-tablet mdl-cell--1-offset-tablet">
<img class="materialboxed responsive-img z-depth-1" data-caption="Frequent apps view"
src="{{ site.baseurl }}/images/screenshots/frequent_apps1.png">
</div>
<div class="mdl-cell mdl-cell--6-col mdl-cell--12-col-phone mdl-cell-12-col-tablet mdl-cell--1-offset-tablet">
<img class="materialboxed responsive-img z-depth-1"
data-caption="Fluid, our framework for Material Design and Universal"
src="{{ site.baseurl }}/images/screenshots/fluid1.png">
</div>
</div>