-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0e33cd7
Showing
6,405 changed files
with
580,263 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,360 @@ | ||
/* fonts */ | ||
/* cyrillic-ext */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format("woff2"); | ||
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; } | ||
|
||
/* cyrillic */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format("woff2"); | ||
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } | ||
|
||
/* greek-ext */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2"); | ||
unicode-range: U+1F00-1FFF; } | ||
|
||
/* greek */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format("woff2"); | ||
unicode-range: U+0370-03FF; } | ||
|
||
/* vietnamese */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format("woff2"); | ||
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } | ||
|
||
/* latin-ext */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format("woff2"); | ||
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } | ||
|
||
/* latin */ | ||
@font-face { | ||
font-family: 'Open Sans'; | ||
font-style: normal; | ||
font-weight: 400; | ||
src: local("Open Sans"), local("OpenSans"), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format("woff2"); | ||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } | ||
|
||
.header { | ||
background-image: url(../images/video_ended.jpg); | ||
background-size: cover; | ||
background-position: center; | ||
background-repeat: no-repeat; } | ||
|
||
.containers { | ||
width: 90%; | ||
color: white; | ||
margin: 0 auto; | ||
font-family: 'Open Sans'; } | ||
|
||
/*section*/ | ||
.section { | ||
width: 100%; | ||
height: 500px; | ||
padding-top: 5%; } | ||
|
||
p { | ||
text-align: center; | ||
margin: 2px auto; | ||
display: block; | ||
color: purple; } | ||
|
||
p:last-of-type { | ||
color: black; } | ||
|
||
* { | ||
box-sizing: border-box; } | ||
|
||
.containers { | ||
width: 100%; | ||
max-width: 1200px; } | ||
|
||
.row:before, | ||
.row:after { | ||
content: ''; | ||
clear: both; | ||
display: block; } | ||
|
||
[class*=col-] { | ||
float: left; | ||
padding: 0 20px; } | ||
[class*=col-].collapsed { | ||
padding: 0; } | ||
|
||
.col-sm-1 { | ||
width: 8.33333%; } | ||
|
||
.col-sm-2 { | ||
width: 16.66667%; } | ||
|
||
.col-sm-3 { | ||
width: 25%; } | ||
|
||
.col-sm-4 { | ||
width: 33.33333%; } | ||
|
||
.col-sm-5 { | ||
width: 41.66667%; } | ||
|
||
.col-sm-6 { | ||
width: 50%; } | ||
|
||
.col-sm-7 { | ||
width: 58.33333%; } | ||
|
||
.col-sm-8 { | ||
width: 66.66667%; } | ||
|
||
.col-sm-9 { | ||
width: 75%; } | ||
|
||
.col-sm-10 { | ||
width: 83.33333%; } | ||
|
||
.col-sm-11 { | ||
width: 91.66667%; } | ||
|
||
.col-sm-12 { | ||
width: 100%; } | ||
|
||
@media (min-width: 480px) { | ||
.col-md-1 { | ||
width: 8.33333%; } | ||
.col-md-2 { | ||
width: 16.66667%; } | ||
.col-md-3 { | ||
width: 25%; } | ||
.col-md-4 { | ||
width: 33.33333%; } | ||
.col-md-5 { | ||
width: 41.66667%; } | ||
.col-md-6 { | ||
width: 50%; } | ||
.col-md-7 { | ||
width: 58.33333%; } | ||
.col-md-8 { | ||
width: 66.66667%; } | ||
.col-md-9 { | ||
width: 75%; } | ||
.col-md-10 { | ||
width: 83.33333%; } | ||
.col-md-11 { | ||
width: 91.66667%; } | ||
.col-md-12 { | ||
width: 100%; } } | ||
|
||
@media (min-width: 768px) { | ||
.col-lg-1 { | ||
width: 8.33333%; } | ||
.col-lg-2 { | ||
width: 16.66667%; } | ||
.col-lg-3 { | ||
width: 25%; } | ||
.col-lg-4 { | ||
width: 33.33333%; } | ||
.col-lg-5 { | ||
width: 41.66667%; } | ||
.col-lg-6 { | ||
width: 50%; } | ||
.col-lg-7 { | ||
width: 58.33333%; } | ||
.col-lg-8 { | ||
width: 66.66667%; } | ||
.col-lg-9 { | ||
width: 75%; } | ||
.col-lg-10 { | ||
width: 83.33333%; } | ||
.col-lg-11 { | ||
width: 91.66667%; } | ||
.col-lg-12 { | ||
width: 100%; } } | ||
|
||
@media (max-width: 480px) { | ||
.header { | ||
font-size: 8px; | ||
width: 100%; | ||
height: 270px; } | ||
.container { | ||
width: 90%; | ||
color: white; | ||
margin: 0 auto; } | ||
.logo { | ||
padding: 5px 0px 40px 0px; } | ||
.logo img { | ||
width: 80px; | ||
height: 12%; | ||
transform: translateX(20%); } | ||
h2 { | ||
font-size: 0.9rem; | ||
margin-bottom: 0px; | ||
text-align: center; } | ||
h3 { | ||
margin: 0px; | ||
font-size: 2.8rem; | ||
text-align: center; } | ||
h3 img { | ||
width: 2.6rem; | ||
height: 2.6rem; } | ||
h4 { | ||
margin: 0px; | ||
font-size: 0.7rem; | ||
text-align: center; } | ||
button { | ||
width: 200px; | ||
height: 40px; | ||
font-size: 0.9rem; | ||
background-color: red; | ||
color: white; | ||
border-radius: 30px; | ||
margin: 25px auto 0px; | ||
border: 2px solid red; | ||
display: block; } | ||
button img { | ||
height: 17px; | ||
margin-left: 3px; } | ||
/*section*/ | ||
p { | ||
font-size: 1.4rem; } | ||
.photo { | ||
margin: 0 auto; | ||
display: block; | ||
width: 80%; } | ||
.photo 0% { | ||
transform: rotateX(0) rotateZ(0); } | ||
.photo 100% { | ||
transform: rotateX(360deg) rotateZ(360deg); } } | ||
|
||
@media (min-width: 481px) and (max-width: 768px) { | ||
body { | ||
background-color: #D8D8D8; } | ||
.header { | ||
font-size: 8px; | ||
width: 100%; | ||
height: 300px; } | ||
.container { | ||
width: 90%; | ||
color: white; | ||
margin: 0 auto; } | ||
.logo { | ||
padding: 10px 0px 35px 0px; } | ||
.logo img { | ||
width: 120px; | ||
height: 20%; | ||
transform: translateX(25%); } | ||
h2 { | ||
font-size: 1.1rem; | ||
margin-bottom: 0px; | ||
text-align: center; } | ||
h3 { | ||
margin: 0px; | ||
font-size: 3.5rem; | ||
text-align: center; } | ||
h3 img { | ||
width: 3.4rem; | ||
height: 3.4rem; } | ||
h4 { | ||
margin: 0px; | ||
font-size: 0.85rem; | ||
text-align: center; } | ||
button { | ||
width: 200px; | ||
height: 40px; | ||
font-size: 1rem; | ||
background-color: red; | ||
color: white; | ||
border-radius: 30px; | ||
margin: 25px auto 0px; | ||
border: 2px solid red; | ||
display: block; } | ||
button img { | ||
height: 17px; | ||
margin-left: 3px; } | ||
/*section*/ | ||
p { | ||
font-size: 2.2rem; } | ||
.photo { | ||
margin: 0 auto; | ||
display: block; | ||
width: 60%; } | ||
.photo 0% { | ||
transform: rotateX(0) rotateZ(0); } | ||
.photo 100% { | ||
transform: rotateX(360deg) rotateZ(360deg); } } | ||
|
||
@media (min-width: 769px) { | ||
body { | ||
background-color: #BEBEBE; } | ||
.header { | ||
font-size: 12px; | ||
width: 100%; | ||
height: 400px; } | ||
.container { | ||
width: 80%; | ||
color: white; | ||
margin: 0 auto; } | ||
.logo { | ||
padding: 10px 0px 35px 0px; } | ||
.logo img { | ||
width: 20%; | ||
height: 10%; | ||
transform: translateX(25%); } | ||
h2 { | ||
font-size: 1.5rem; | ||
margin-bottom: 0px; | ||
text-align: center; } | ||
h3 { | ||
margin: 0px; | ||
font-size: 4.8rem; | ||
text-align: center; } | ||
h3 img { | ||
width: 4.7rem; | ||
height: 4.7rem; } | ||
h4 { | ||
margin: 0px; | ||
font-size: 1.1rem; | ||
text-align: center; } | ||
button { | ||
width: 200px; | ||
height: 40px; | ||
font-size: 1rem; | ||
background-color: red; | ||
color: white; | ||
border-radius: 30px; | ||
margin: 25px auto 0px; | ||
border: 2px solid red; | ||
display: block; } | ||
button img { | ||
height: 17px; | ||
margin-left: 3px; } | ||
/*section*/ | ||
p { | ||
margin: 0px; | ||
font-size: 3.0rem; } | ||
.photo { | ||
margin: 0 auto; | ||
display: block; | ||
width: 40%; } | ||
.photo 0% { | ||
transform: rotateX(0) rotateZ(0); } | ||
.photo 100% { | ||
transform: rotateX(360deg) rotateZ(360deg); } } |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0409/145448.280:ERROR:process_info.cc(625)] range at 0xfffde000, size 0x230 fully unreadable | ||
[0409/145448.291:ERROR:process_info.cc(625)] range at 0xfffdd000, size 0xf84 fully unreadable | ||
[0409/145448.291:ERROR:process_info.cc(625)] range at 0xfffda000, size 0xf84 fully unreadable | ||
[0409/145448.291:ERROR:process_info.cc(625)] range at 0xfffaf000, size 0xf84 fully unreadable | ||
[0409/145448.291:ERROR:process_info.cc(625)] range at 0xfffac000, size 0xf84 fully unreadable |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
var gulp = require('gulp'); | ||
var sass = require('gulp-sass'); | ||
var sourcemaps = require('gulp-sourcemaps'); | ||
|
||
gulp.task('sass', function() { | ||
return gulp.src('scss/main.scss') | ||
.pipe(sass()) | ||
.pipe(gulp.dest('css')) | ||
.pipe(sourcemaps.write()) | ||
}); | ||
|
||
|
||
gulp.task('watch', function(){ | ||
gulp.watch('scss/**/*.scss', ['sass']); | ||
}); | ||
|
||
gulp.task("default",["sass","watch"]); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.