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:
parent
cb51e08cef
commit
64a484e749
19 changed files with 578 additions and 638 deletions
|
|
@ -31,7 +31,8 @@ h6 {
|
|||
}
|
||||
|
||||
.intro-header {
|
||||
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
|
||||
height: 85%;
|
||||
padding-top: 10%; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
|
||||
padding-bottom: 50px;
|
||||
text-align: center;
|
||||
color: #f8f8f8;
|
||||
|
|
@ -47,7 +48,8 @@ h6 {
|
|||
background-size: cover;
|
||||
}
|
||||
.intro-header-2 {
|
||||
padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
|
||||
height: 85%;
|
||||
padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
|
||||
padding-bottom: 50px;
|
||||
text-align: center;
|
||||
color: #f8f8f8;
|
||||
|
|
|
|||
|
|
@ -30,11 +30,6 @@ $( document ).ready(function() {
|
|||
console.log(final_price_selector);
|
||||
$(final_price_selector).text(price.toString().concat(CURRENCY));
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
//Listener function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue