mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-10-22 20:34:29 -04:00
set Twilio number in env variables so app is now truly 100% portable!
This commit is contained in:
@@ -14,10 +14,10 @@ blockquote {
|
||||
|
||||
<h3>How to use the SMS system</h3>
|
||||
|
||||
<p class="hidden-phone" style="color:#79ad36;font-size:70px;line-height:80px;text-align:center;">+1 (407) 4-SPOONS</p>
|
||||
<p class="hidden-phone" style="color:#999999;font-size:50px;line-height:50px;text-align:center;margin-bottom:20px;">+1 (407) 477-6667</p>
|
||||
<p class="hidden-phone" style="color:#79ad36;font-size:70px;line-height:80px;text-align:center;"><?php if($phonenum_friendly) echo $phonenum_friendly; else echo $phonenum; ?></p>
|
||||
<p class="hidden-phone" style="color:#999999;font-size:50px;line-height:50px;text-align:center;margin-bottom:20px;"><?php if($phonenum_friendly) echo $phonenum ?></p>
|
||||
|
||||
<p class="visible-phone" style="color:#79ad36;font-size:35px;line-height:45px;text-align:center;margin-bottom:10px;font-weight:bold;">+1 (407) 477-6667</p>
|
||||
<p class="visible-phone" style="color:#79ad36;font-size:35px;line-height:45px;text-align:center;margin-bottom:10px;font-weight:bold;"><?php echo $phonenum ?></p>
|
||||
|
||||
<img src="<?php $site_url ?>/assets/img/sms-screenshot.jpg" class="hidden-phone" style="float:right;margin:20px 0px 20px 20px;">
|
||||
<p style="margin:20px 0px;"><strong>To interact with the spooning management interface via SMS, use the following commands:</strong></p>
|
||||
|
Reference in New Issue
Block a user