Commit Graph

241 Commits (9a4c5450eb34332fa05ec85f7da3ef3189d33ea4)

Author SHA1 Message Date
Sahat Yalkabov 4af06e9169 Update button styles on login, signup, contact pages. Added font-awesome icons to them. 2014-01-23 21:42:52 -05:00
Sahat Yalkabov 8b81e3ef98 Removed flat-ui checkbox and radiobox 2014-01-23 21:36:10 -05:00
Sahat Yalkabov c1a0ea04e9 Add required fields on contact form 2014-01-23 21:34:41 -05:00
Sahat Yalkabov 6551020051 Update page header on contacts page 2014-01-23 20:36:41 -05:00
Sahat Yalkabov 4e1d5e5b06 Added dropdown menu on navbar, when clicked displays My Account and Logout links 2014-01-23 20:35:19 -05:00
Sahat Yalkabov faf23272a9 Add animte.css and fadeIn animations on alerts 2014-01-23 18:31:22 -05:00
Sahat Yalkabov 2a7c12d6ce Updated facebook page styling 2014-01-17 16:24:33 -05:00
Sahat Yalkabov 2a3955e25f Updated css styling on Twitter API page 2014-01-17 16:21:46 -05:00
Sahat Yalkabov 38245ccfb8 Code cleanup, updated jsdoc comments, added missing "next" error middleware to api.js controllers. 2014-01-13 04:24:31 -05:00
Sahat Yalkabov 0e82538dd3 Updated 404 page.
Deleted 500 page.
Switched to default Connect's expressHandler() that show stack trace.
2014-01-08 00:41:56 -05:00
Sahat Yalkabov 7e6dc8fefa Got rid of datatables.
Cleanup and refactoring.
2014-01-07 18:47:16 -05:00
Sahat Yalkabov dd9de5c4d0 removed requried=true attributes from inputs 2014-01-07 18:09:56 -05:00
Sahat Yalkabov 1837f558cb Updated navbar username display 2014-01-07 16:33:18 -05:00
Sahat Yalkabov b14eb88849 Email input fields set type to email 2014-01-07 16:32:59 -05:00
Sahat Yalkabov 8cb6f5e997 Minor changes on profile page 2014-01-07 15:55:56 -05:00
Sahat Yalkabov 09fb21b87a Simplified sign up form. Removed name. Changed username to email. 2014-01-07 15:54:57 -05:00
Sahat Yalkabov bedc91a25d Updated form name and id to email 2014-01-07 15:54:01 -05:00
Sahat Yalkabov d822249a2d Added unlink provider name to URLs 2014-01-07 14:37:23 -05:00
Sahat Yalkabov ae2b31c1fe Consolidated profile and settings tab onto a single page 2014-01-07 14:23:29 -05:00
Sahat Yalkabov 7e1db0e455 Top level index layout renamed to home 2014-01-07 13:39:58 -05:00
Sahat Yalkabov 72dd19c6f9 Moved api browser template into api folder, renamed to index.jade 2014-01-07 13:39:25 -05:00
Sahat Yalkabov 41f6b1c5f0 Renamed template account to profile 2014-01-07 13:37:13 -05:00
Sahat Yalkabov 6ad1073f7c Consolidated account login and signup templates under account folder 2014-01-07 13:36:44 -05:00
Sahat Yalkabov 5261bfef5f Changed to doctype html on 500 and 404 pages 2014-01-03 04:48:44 -05:00
Sahat Yalkabov a72900a5e1 Changed to doctype html 2014-01-03 04:47:31 -05:00
Sahat Yalkabov cd9b190d16 Added name field to signup, removed "I agree to terms" 2013-12-20 16:30:38 -05:00
Sahat Yalkabov 30a610be2c Cleaned up code + simplified 2013-12-20 14:12:29 -05:00
Sahat Yalkabov 2f0fe0eb27 Add authentication middleware to github route.
Removed old ios7 signup login page for now.
2013-12-20 02:39:51 -05:00
Sahat Yalkabov c6fddb33f5 Updated color scheme (green, node.js style) on 404 and 500 error pages 2013-12-20 00:26:55 -05:00
Sahat Yalkabov b4f1df3d18 Added error handling middleware that catches all errors. Also added 500.jade template for a user-friendly error template. 2013-12-19 13:53:00 -05:00
Sahat Yalkabov efa84dba1b Removed unusued code and images 2013-12-19 13:16:32 -05:00
Sahat Yalkabov b0390941f1 Input icon checkmark on signup page (username field) for live check if username is available 2013-12-18 14:56:48 -05:00
Sahat Yalkabov 08f56a44f5 Properly aligned checkbox on signup page 2013-12-18 14:38:10 -05:00
Sahat Yalkabov d7430955d9 Fixed profile tab id url 2013-12-18 13:24:33 -05:00
Sahat Yalkabov 21ea168bfd Use font-awesome circle X for dismissable alerts 2013-12-18 03:17:07 -05:00
Sahat Yalkabov 370f68674b Dismissable alert notifications on account page 2013-12-18 03:08:52 -05:00
Sahat Yalkabov 9996d07092 Updated margins on radio buttons
Flat UI style radio buttons on account page
2013-12-18 03:06:41 -05:00
Sahat Yalkabov bc39cd197c Flat UI checkboxes and radio buttons 2013-12-18 02:57:24 -05:00
Sahat Yalkabov 06c7775484 Fixed deprecated warning 2013-12-18 02:56:57 -05:00
Sahat Yalkabov 47e06d5a18 404 page and middleware 2013-12-18 02:07:01 -05:00
Sahat Yalkabov 6bffa6bb3d Flat UI as default theme.
Reduced navbar height on Flat UI theme.
Reduced image dimensions to 30px of profile image in navbar.
2013-12-17 23:36:59 -05:00
Sahat Yalkabov f35370dd30 Removed custom javascript that adds tab url to location bar. Wait until a better solution. 2013-12-17 21:32:45 -05:00
Sahat Yalkabov f2048f3fda Refactoring, removed forgot password placeholder 2013-12-17 21:24:08 -05:00
Sahat Yalkabov 6e708d2998 Refactoring 2013-12-15 14:11:57 -05:00
Sahat Yalkabov 273bd0afcc Refactoring and code cleanup 2013-12-15 14:02:41 -05:00
Sahat Yalkabov ac0a77d0ff Replaced flat-ui.min.css with LESS version from Bootswatch, plus other css fixes 2013-12-14 17:39:37 -05:00
Sahat Yalkabov 7175005e2c Google linking and unlinking works successfully now 2013-12-13 01:12:59 -05:00
Sahat Yalkabov 91aa039d27 Persistent hash url on tab changes on account page 2013-12-13 00:30:37 -05:00
Sahat Yalkabov f0bbf2985c Implemented change password functionality 2013-12-12 21:47:34 -05:00
Sahat Yalkabov beab17b9e8 Using default bootstrap 2013-12-12 20:56:33 -05:00