Add retina screenshot
Before Width: | Height: | Size: 757 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 12 KiB |
|
@ -1,3 +0,0 @@
|
|||
Icons by IconShock (www.iconshock.com) via findicons.com (http://findicons.com/icon/498089/height?id=526085#)
|
||||
|
||||
Licensed under the Creative Commons Attribution (by) license
|
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 668 B |
Before Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 217 KiB |
BIN
services/web/public/img/screen@2x.png
Normal file
After Width: | Height: | Size: 490 KiB |
Before Width: | Height: | Size: 414 KiB |
Before Width: | Height: | Size: 109 KiB |
Before Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 241 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 102 KiB |
Before Width: | Height: | Size: 93 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 486 B |
Before Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 715 B |
Before Width: | Height: | Size: 494 B |
|
@ -1,22 +0,0 @@
|
|||
Silk icon set 1.3
|
||||
|
||||
_________________________________________
|
||||
Mark James
|
||||
http://www.famfamfam.com/lab/icons/silk/
|
||||
_________________________________________
|
||||
|
||||
This work is licensed under a
|
||||
Creative Commons Attribution 2.5 License.
|
||||
[ http://creativecommons.org/licenses/by/2.5/ ]
|
||||
|
||||
This means you may use it for any purpose,
|
||||
and make any changes you like.
|
||||
All I ask is that you include a link back
|
||||
to this page in your credits.
|
||||
|
||||
Are you using this icon set? Send me an email
|
||||
(including a link or picture if available) to
|
||||
mjames@gmail.com
|
||||
|
||||
Any other questions about this icon set please
|
||||
contact mjames@gmail.com
|
Before Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 64 B |
Before Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 219 B |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 81 KiB |
Before Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 79 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 77 KiB |
Before Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 67 KiB |
Before Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 73 KiB |
Before Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 986 B |
|
@ -52,9 +52,25 @@
|
|||
padding: 50px;
|
||||
margin: -50px;
|
||||
overflow-y: hidden;
|
||||
img {
|
||||
.img {
|
||||
box-shadow: 0 0 50px rgba(0,0,0,.67);
|
||||
max-width: 100%;
|
||||
max-width: 960px;
|
||||
background-image: url('/img/screen.png');
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
margin: auto;
|
||||
height: 672px;
|
||||
}
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
only screen and ( min--moz-device-pixel-ratio: 2),
|
||||
only screen and ( -o-min-device-pixel-ratio: 2/1),
|
||||
only screen and ( min-device-pixel-ratio: 2),
|
||||
only screen and ( min-resolution: 192dpi),
|
||||
only screen and ( min-resolution: 2dppx) {
|
||||
.img {
|
||||
background-image: url('/img/screen@2x.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
.btn-hero {
|
||||
|
|