GnuCash for Android banner in homepage

Yawar Amin yawar.amin at gmail.com
Sat Jan 26 19:16:32 EST 2013


Hi Cristian,

On 2013-01-26 08:20, Cristian Marchi wrote:
> I've just committed a patch to show a banner dedicated to the GnuCash
> for android app in the beta website [1]. (Better later than never...)
> Let me know if this can be enough to promote the app. Proof reading
> and suggestions for the description are welcome as I'm not native
> language.

Looks good. I'm attaching a patch to do three things to the banner:

1. Move it to directly underneath the main GnuCash download banner.

2. Make it mimic as much as possible the elements and styles used by the
main GnuCash download banner.

3. Refer to the app everywhere as `GnuCash for Android' as I see that
that's what it's called in the Play Store.

What do you think?

Regards,

Yawar

-------------- next part --------------
diff --git a/index.phtml b/index.phtml
index 5b28df9..50ff5e4 100644
--- a/index.phtml
+++ b/index.phtml
@@ -30,6 +30,26 @@ include("externals/menu.phtml");
 </div>
 </div>
 
+<!-- Android app info -->
+<div id="download">
+  <div style="float: left;">
+    <h2>GnuCash for Android</h2>
+
+    <p><?php echo T_("The GnuCash team recommends the GnuCash for Android app. This app allows you to keep track of your financial transactions on the go for later import into the desktop version of GnuCash.");?></p>
+
+    <p><i><?php echo T_("Note that GnuCash for Android is not a port of the GnuCash program to Android.");?></i></p>
+
+    <p><a href="https://github.com/codinguser/GnucashMobile/blob/master/README.md" target="_blank"><?php echo T_("Info and development");?></a></p>
+  </div>
+
+  <div class="downloadimage">
+    <a href="https://play.google.com/store/apps/details?id=org.gnucash.android" target="_blank">
+      <img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
+    </a>
+  </div>
+</div>
+<!-- end Android app info -->
+
 <p class="justify"><?php echo T_("<span class=\"gnucash\">GnuCash</span> is personal and small-business financial-accounting software, freely licensed under the <a href=\"http://www.gnu.org/\">GNU</a> GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.");?></p>
 
 <p class="justify"><?php echo T_("Designed to be easy to use, yet powerful and flexible, <span class=\"gnucash\">GnuCash</span> allows you to track bank accounts, stocks, income and expenses.  As quick and intuitive to use as a checkbook register, it is based on professional accounting principles to ensure balanced books and accurate reports. "); ?></p>
@@ -52,21 +72,6 @@ include("externals/menu.phtml");
 <a href="<?=$home?>/features.phtml"><?php echo T_("<b>Discover more...</b>");?></a>
 </div>
 
-<!-- Android app info -->
-<div id="download" style="margin-top:2em">
-<h3 style="margin-bottom:1px; margin-top:0px">GnuCash companion app for Android</h3>
-  <div style="width:172px; height:100%; float:right; margin-left:15px; margin-right:15px">
-  <a href="https://play.google.com/store/apps/details?id=org.gnucash.android" target="_blank">
-    <img alt="Get it on Google Play" src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
-  </a>
-  <p style="text-align:center"><a href="https://github.com/codinguser/GnucashMobile/blob/master/README.md" target="_blank"><?php echo T_("Info and development");?></a></p>
-  </div>
-  <p><?php echo T_("The GnuCash team recommends the GnuCash Mobile Android app. This application allows you to keep track of your financial transactions on the go for later import into the desktop version of GnuCash.");?></p>
-  <p><i><b><?php echo T_("Note: the application is not a port of the GnuCash program for Android systems.");?></b></i></p>
-</div>
-<!-- end Android app info -->
-
-
 <div id="newscontainer">
 <h1><?php echo T_("News"); ?></h1>
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.gnucash.org/pipermail/gnucash-devel/attachments/20130126/8ccfadac/attachment.sig>


More information about the gnucash-devel mailing list