.row {
[class*="col-"] {
padding-right: 30px;
padding-left: 30px;
@media (max-width: $screen-xs-max) {
padding-right: 10px;
padding-left: 10px;
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.logo { | |
width: 221px; | |
height: 48px; | |
transition: transform .15s; | |
fill: #fff; | |
} | |
.fill { | |
// stroke: #fff; | |
transition: fill-opacity 1s, fill .15s; |
# ssl redirect
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
# redirect to other domain
RewriteEngine on
// --------------------------------------------------
//
// --------------------------------------------------
const DEVELOPMENT_HOST = array(
"192.168.33.10",
"localhost",
);
// --------------------------------------------------
鈴木 = 姓 = Last name = Family name
一郎 = 名 = First name = Given name
Japanese | English |
---|---|
トップページ | Top page |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# so so good js. | |
http://stickyjs.com/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
idea: jquery validation + swiper = step from |
good js. easy to use.
https://github.com/JeremyFagis/dropify