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
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', | |
// default font size in pixels for all tabs | |
fontSize: 12, |
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
{ | |
"history": { | |
"length": 2, | |
"action": "POP", | |
"location": { | |
"pathname": "/booking", | |
"search": "", | |
"hash": "", | |
"key": "tlzb8i" | |
} |
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
.top-bar { | |
background-color: #000; | |
min-height: 60px; | |
position: fixed; | |
transition: top 0.2s ease-in-out; | |
text-align: center; | |
width: 100%; | |
z-index: 99; | |
-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); | |
-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2); |
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
<div id="mobile-body"> | |
<hr> | |
<section> | |
<h2>FEATURES</h2> | |
<ul class="mobile-features"> | |
<li> | |
<img src="/content/dam/Mobile/mobilefreeplay/DGTL1214_CET_MobileDownloadableCredits_Landingpage_clock.png" alt=""/> | |
<p>Manage your Free Play Bank and downloadable offers 24/7 with your mobile device as you move from game to game</p> | |
</li> | |
<li> |
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
!function(){window.onload=function(){function n(){window.parent.postMessage(document.documentElement.scrollHeight,"*")}var o=function(t,i){setTimeout(function(){n(),i&&o(t+100,--i)},t)};window.onload=o(500,10),window.onresize=function(){n()},window.addEventListener?window.addEventListener("click",n,!1):window.attachEvent("onclick",n)}}(); |
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
{ | |
"name": "PROJECT NAME HERE", | |
"version": "0.0.1", | |
"description": "Github project link: URL HERE", | |
"main": "gruntfile.js", | |
"dependencies": { | |
"grunt": "^0.4.5", | |
"grunt-contrib-sass": "^0.9.2", | |
"grunt-browser-sync": "^2.1.3", | |
"grunt-contrib-watch": "^0.6.1" |
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
module.exports = function(grunt) { | |
grunt.initConfig({ | |
// Watch task config | |
pkg: grunt.file.readJSON('package.json'), | |
watch: { | |
sass: { | |
// files: "*.scss", | |
files: '**/*.scss', | |
tasks: ['sass', 'autoprefixer' ] | |
}, |
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
document.body.addEventListener('touchstart',function(){},false); |
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
.bw-featured-title { | |
background-size:cover; | |
background-repeat:no-repeat; | |
text-align:center; | |
width:100%; | |
} | |
.bw-featured-title .entry-header { | |
position: relative; |
NewerOlder