initial commit
This commit is contained in:
32
app/View/Pages/facebook_app.ctp
Normal file
32
app/View/Pages/facebook_app.ctp
Normal file
@@ -0,0 +1,32 @@
|
||||
<div class="bodyContent shadow">
|
||||
|
||||
<h1>EXPENSECOUNT FOR FACEBOOK</h1>
|
||||
<p>ExpenseCount Facebook application is under construction. Hopefully, it will be released soon. </p>
|
||||
<div class="pageDivider"></div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-5 text-center">
|
||||
<img src="<?php echo $this->webroot;?>images/facebook_image.jpg" width="270" height="225" alt=""/>
|
||||
</div>
|
||||
<div class="col-md-7">
|
||||
<h3>ExpenseCount for Facebook</h3>
|
||||
|
||||
The Facebook application will allow you to manage all of your expense from one place as well as to invite your Facebook friends to those expenses. <br/><br/>
|
||||
|
||||
|
||||
|
||||
<a style="cursor:pointer" onClick="showMessage()"><img src="<?php echo $this->webroot;?>images/app-fb.png" alt=""/></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
function showMessage(){
|
||||
alert("Coming soon!");
|
||||
}
|
||||
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user