From 03a4c83d9003c032da946f7ff2d021a8f2b6a155 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 20 Dec 2015 16:06:38 +0000 Subject: [PATCH] Removed cordova boilerplate --- src/index.html | 41 ++++++++++---------- src/js/app.js | 33 ---------------- src/less/style.less | 94 ++++++++------------------------------------- www/index.html | 41 ++++++++++---------- 4 files changed, 56 insertions(+), 153 deletions(-) diff --git a/src/index.html b/src/index.html index 10f20ad..5111087 100644 --- a/src/index.html +++ b/src/index.html @@ -1,24 +1,23 @@ - - - - - - - - Hello World - - -
-

Apache Cordova

- -
- - - - + + + + + + + + Oriment + + +
+

Hi There

+
+ + + + + diff --git a/src/js/app.js b/src/js/app.js index fe14af4..e69de29 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1,33 +0,0 @@ -var app = { - // Application Constructor - initialize: function() { - this.bindEvents(); - }, - // Bind Event Listeners - // - // Bind any events that are required on startup. Common events are: - // 'load', 'deviceready', 'offline', and 'online'. - bindEvents: function() { - document.addEventListener('deviceready', this.onDeviceReady, false); - }, - // deviceready Event Handler - // - // The scope of 'this' is the event. In order to call the 'receivedEvent' - // function, we must explicitly call 'app.receivedEvent(...);' - onDeviceReady: function() { - app.receivedEvent('deviceready'); - }, - // Update DOM on a Received Event - receivedEvent: function(id) { - var parentElement = document.getElementById(id); - var listeningElement = parentElement.querySelector('.listening'); - var receivedElement = parentElement.querySelector('.received'); - - listeningElement.setAttribute('style', 'display:none;'); - receivedElement.setAttribute('style', 'display:block;'); - - console.log('Received Event: ' + id); - } -}; - -app.initialize(); diff --git a/src/less/style.less b/src/less/style.less index a763650..fb7cd88 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -14,91 +14,29 @@ body { -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */ background-color:#E4E4E4; - background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%); - background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%); - background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%); - background-image:-webkit-gradient( - linear, - left top, - left bottom, - color-stop(0, #A7A7A7), - color-stop(0.51, #E4E4E4) - ); - background-attachment:fixed; - font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif; + font-family: Roboto sans-serif; font-size:12px; + text-align: center; height:100%; margin:0px; padding:0px; - text-transform:uppercase; width:100%; } -/* Portrait layout (default) */ -.app { - background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */ - position:absolute; /* position in the center of the screen */ - left:50%; - top:50%; - height:50px; /* text area height */ - width:225px; /* text area width */ - text-align:center; - padding:180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */ - margin:-115px 0px 0px -112px; /* offset vertical: half of image height and text area height */ - /* offset horizontal: half of text area width */ -} - -/* Landscape layout (with min-width) */ -@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) { - .app { - background-position:left center; - padding:75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */ - margin:-90px 0px 0px -198px; /* offset vertical: half of image height */ - /* offset horizontal: half of image width and text area width */ +#main { + height: 100vh; + overflow: hidden; + .header { + background-color: transparent; + h1 { + font-size: 45px; } + } } - -h1 { - font-size:24px; - font-weight:normal; - margin:0px; - overflow:visible; - padding:0px; - text-align:center; -} - -.event { - border-radius:4px; - -webkit-border-radius:4px; - color:#FFFFFF; - font-size:12px; - margin:0px 30px; - padding:2px 0px; -} - -.event.listening { - background-color:#333333; - display:block; -} - -.event.received { - background-color:#4B946A; - display:none; -} - -@keyframes fade { - from { opacity: 1.0; } - 50% { opacity: 0.4; } - to { opacity: 1.0; } -} - -@-webkit-keyframes fade { - from { opacity: 1.0; } - 50% { opacity: 0.4; } - to { opacity: 1.0; } -} - -.blink { - animation:fade 3000ms infinite; - -webkit-animation:fade 3000ms infinite; +footer { + position: absolute; + bottom: 0; + left: 0; + width: 100%; + height: 10vh; } diff --git a/www/index.html b/www/index.html index 10f20ad..5111087 100644 --- a/www/index.html +++ b/www/index.html @@ -1,24 +1,23 @@ - - - - - - - - Hello World - - -
-

Apache Cordova

- -
- - - - + + + + + + + + Oriment + + +
+

Hi There

+
+ + + + +