diff --git a/g1sms/sms_ASTROPORT.sh b/g1sms/sms_ASTROPORT.sh index f0c3c19..940f1b7 100755 --- a/g1sms/sms_ASTROPORT.sh +++ b/g1sms/sms_ASTROPORT.sh @@ -21,12 +21,13 @@ for hashfile in $(ls /tmp/loveland_entrance/); do PHONE=$(cat $hashfile) PHONEHASH=$(basename -- "$hashfile") # CHECK PHONE - if [[ ! -d /home/$YOU/.zen/g1sms_wallets/$PHONE ]]; then - # NOT THERE + if [[ ! -f /home/$YOU/.zen/g1sms_wallets/$PHONE/_pub ]]; then + # NOT THERE sms_INIT_ACCOUNT "$PHONE" else # ALREADY THERE # Get AMOUNTG1, AMOUNTLOVE, AMOUNTDU + PUBKEY=$(cat /home/$YOU/.zen/g1sms_wallets/$PHONE/_pub) AMOUNTG1=$(silkaj_balance $PUBKEY) AMOUNTDU=$(bc -l <<< "scale=2; $AMOUNTG1 / $DUFACTOR") AMOUNTLOVE=$(bc -l <<< "scale=0; $AMOUNTG1 * 100 / $DUFACTOR") diff --git a/www/LOVELand/css/flipclock.css b/www/LOVELand/css/flipclock.css index 39426f9..c467351 100644 --- a/www/LOVELand/css/flipclock.css +++ b/www/LOVELand/css/flipclock.css @@ -13,6 +13,11 @@ backface-visibility: hidden; } +.clock{ +zoom: 0.7; +-moz-transform: scale(0.7) +} + .flip-clock-wrapper a { cursor: pointer; text-decoration: none; diff --git a/www/LOVELand/index.html b/www/LOVELand/index.html index 64909e7..682014f 100644 --- a/www/LOVELand/index.html +++ b/www/LOVELand/index.html @@ -45,23 +45,18 @@

ASTROPORT

+
-
- -
-

activation imminente

+
- - + @@ -201,9 +196,10 @@