Skip to content

Commit

Permalink
disable demon button + png cta #58
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Feb 13, 2016
1 parent 52ed31e commit 9645e55
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions application/views/home/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
<br />
<br />
<a
style="display:none"
style="display:none; background-color:#1763A5"
id="sync-button"
class="btn btn-primary btn-lg">
class="btn btn-primary btn-lg" disabled="disabled">
</a>
</center>
</div>
</div>


<div style="margin-top:100px;" id="demo-second-step" class="col-sm-5" >
<div style="margin-top:90px;" id="demo-second-step" class="col-sm-5" >
<div class="col-sm-12">
<h1>Congratulations!</h1> <br/> <p class="accuracy-subtitle"> The accuracy of your <strong><span class="watch-brand">watch</span></strong> is </p>
</div>
Expand Down
12 changes: 6 additions & 6 deletions application/views/home/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<div class="home-picto">
<div id="demo-screen" class="container container-fluid">
<?php
$this->load->view('home/demo');
$this->load->view('home/slogan');

<?php
$this->load->view('home/demo');
$this->load->view('home/slogan');
?>

</div>
</div>

<?php $this->load->view('home/mosa'); ?>
<?php $this->load->view('home/mosa'); ?>
Binary file removed assets/img/stepnew.jpg
Binary file not shown.
Binary file added assets/img/stepnew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/js/home.logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function initDemo(){

$("#sync-button").html("<span>"
+ "Press this button when <br /> the second-hand <br /><br />​​"
+ '<img src="../../assets/img/stepnew.jpg" style="width:30%;" />'
+ '<img src="../../assets/img/stepnew.png" style="width:30%;" />'
+ "<br /><br />"
+ "reaches <i><b>exactly</b></i>&nbsp; the twelve <br /> o'clock position </span> <br />"
);
Expand Down
4 changes: 2 additions & 2 deletions assets/js/input.time.logic.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $( document ).ready(function() {
if ($( "#accuracyHolder" ).length){
isAccuracy = true;
validateFunction = "validateAccuracyMeasure();";
ctaText = "Give my accuracy, baby";
ctaText = "SHOW! ME! MY! ACCURACY!";
createCTA();
}

Expand Down Expand Up @@ -74,7 +74,7 @@ function getNextMinute(){

$("#sync-button").html("<span style='"+computeFontSize()+"'>"
+ "Press this button when <br /> the second-hand <br /><br />​​"
+ '<img src="../../assets/img/stepnew.jpg" style="width:30%;" />'
+ '<img src="../../assets/img/stepnew.png" style="width:30%;" />'
+ "<br /><br />"
+ "reaches <i><b>exactly</b></i>&nbsp; the twelve <br /> o'clock position </span> <br />"
);
Expand Down

0 comments on commit 9645e55

Please sign in to comment.