Account plus css#86
Open
h9warren wants to merge 107 commits into
Open
Conversation
…e for the sign up view that allows the user add their username, name, password, and email to the users table.
Account plus css
Moved code for logging in from inside page to page controller.
Dynamic navbar
…unctions. Added user data object to page controller.
Update, account, page controller, helper-functions
…ect to login when user has been added to the table.
…cation looks good. only conflicts were in page controller
…om font and search. -Re-cut the BG image. -Redesigned home page. -Added image to footer. -Added a font link to head.php -Updated navbar.
Restored updatePass() function.
… into account_plus_css
…lister.dev into account_plus_css
Account plus css
… being covered by footer. also added a <br> before displaying content on ads/index .
added margin-bottom: to the body tag in main.css to stop content from…
assigned a link to the 'sell your old stuff' button on homepage.
Styling edits.
Applied max height for images that makes them more uniform.
CSS fix for image height on the accounts page.
updated css to crop images on #ad_img
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Account info pulls from the user object generated in Page Controller.
Update creates a new post request. The updated info is added by a new function in 'helper functions.'