Separated base hosting page into html sections, Added pricing selector to Django Page, Added pricing selector to Rails Page, Added pricing selector to NodeJS Page, Implemented hosting signup , Implemented hosting login, Created forms to handle login/signup errors

This commit is contained in:
Levi 2016-04-20 01:03:32 -05:00
commit 4e23adcea6
19 changed files with 578 additions and 638 deletions

View file

@ -30,11 +30,6 @@ $( document ).ready(function() {
console.log(final_price_selector);
$(final_price_selector).text(price.toString().concat(CURRENCY));
}
//Listener function