windhamdavid 9 years ago
parent
commit
b882f2c72c
2 changed files with 7 additions and 0 deletions
  1. 3 0
      index.php
  2. 4 0
      js/init.js

+ 3 - 0
index.php

@@ -219,6 +219,9 @@
 				<div class="secure">
 				<div class="secure">
 					<p class="stripe">Payments processed by <a target="_blank" href="https://stripe.com/us/features#seamless-security">Stripe</a></p>
 					<p class="stripe">Payments processed by <a target="_blank" href="https://stripe.com/us/features#seamless-security">Stripe</a></p>
 				</div>
 				</div>
+				<span class"archive" style="font-size:18px;color:#CC1414;">This site is archived.<br /> Try us @ <a style="color:#CC1414;" href="http://davidawindham.com">davidawindham.com</a> or <a style="color:#CC1414;" href="http://helloginny.com">helloginny.com</a><span>
+				<br />
+				<p style="font-size:18px;">It'll be our ten year anniversary in <div id="bmlcount2"></div></p>
 			</div>
 			</div>
 		</div>
 		</div>
 	</div>
 	</div>

+ 4 - 0
js/init.js

@@ -3,6 +3,10 @@ jQuery(document).ready(function ($) {
 	.countdown("2014/09/27 09:27:00", function(event) {
 	.countdown("2014/09/27 09:27:00", function(event) {
 		 $(this).text(event.strftime('in %D days %H:%M:%S'));
 		 $(this).text(event.strftime('in %D days %H:%M:%S'));
 	}); 
 	}); 
+	$("#bmlcount2")
+	.countdown("2024/09/27 09:27:00", function(event) {
+		 $(this).text(event.strftime('%D days %H:%M:%S'));
+	}); 
     $('a').on('click touchend', function() { 
     $('a').on('click touchend', function() { 
         var link = $(this).attr('href');   
         var link = $(this).attr('href');   
         window.open(link,'_self'); 
         window.open(link,'_self');