- Have a kink to fix with how Experiences and Recollections section expands the site past 100% width on mobile
- Have to work on how the keyboard popping up affects the site on mobile
{
Date: 2.24.2018
Commit: 18th Commit
Project Version: v1.56
}
- Mobile Style rules added for Connections section
- Fixed issue with having to press enter twice on 3rd input for Connections section
- Added hover effects for the social links in Connections section
- Added Navigation Menu button and effects (not yet operational) and it's mobile style rules
{ Date: 2.23.2018 Commit: 17th Commit Project Version: v1.52 }
- Added message form functionality.
- (side note: soooo many kinks to work out Dx )
- CurrentGlitch: Have to press enter key twice on 2nd to last input box to move to next
{ Date: 2.18.2018 Commit: 16th Commit Project Version: v1.5 }
- Old styles for 'Connections' section added to Dilapitated css file
- Editted JS in HTML file to reflect site updates
- Styling completed for all elements within the Connections section
{ Date 2.15.2018 Commit: 15th Commit Project Verion: v1.4 }
- Begun Design Changes to 'Recollections' Section
- Added Different images for each story in 'Experiences' section
- More dilapitated Scripts and CSS
- Finished work on Recollections Sections
- Been gone from this project for a while: about a whole month! But I'm back now
- Have body overflow set to 'scroll' when experiences section is up
{ Date 1.13.2018 Commit: 14th Commit Project Verion: v1.3 }
- Updated the Design of the 'Experiences' section
- Design + Transition animations, Desktop + Mobile design, the whole 9 yards
- (!) Still need to add different images to appear with each different entry
- Added new font weight to Montserrat Font within the project
- Updated elements to use proper font weight
{ Date 1.09.2018 Commit: 13th Commit Project Verion: v1.255 }
- Changed the inner workings of the transition animations between section#introduction's sections
- Minor edits to some styling
- More CSS added to dilapitated file
{ Date 1.07.2018 Commit: 12th Commit Project Verion: v1.25 }
- Added animations when transitioning between sections
- Added initial animations for headerH1 and header text
- Added toggle between Introduction's 2 sections
- (Note)
- Issues with transition animations on mobile??
- Transition between sections not as smooth as desired
{ Date 1.01.2018 Commit: 11th Commit Project Verion: v1.2 }
- Happy New Year's!
- Added the Second Part of the Introduction Section
- When a new section becomes active, change the innertext within the title tag to denote the new section
{ Date 12.31.17 Commit: 10th Commit Project Verion: v1.15 }
- Introduction Section updated to new designs
- Removed Aspirations section + Removal of associated images
- Further Removal of Old Styles and Scripts for dilapitated and removed elements
- Updated the design of the mainHeader
{ Date 12.29.17 Commit: 9th Commit Project Verion: v1.15 }
- Added Animations to Landing Section
- Includes rewriting and adding new CSS and JS
- Improve transitions in aspirations section
{ Date 12.27.17 Commit: 8th Commit Project Verion: v1.1 }
- Update to Version 2.0 in progress!
- Landing section updated to new designs (animations not yet in place)
{ Date 10.26.17 Commit: 7th Commit Project Verion: v1 Initial Release }
- Initial Release
- For Aspirations Section + Section controls, set functionality to have buttons "disabled" once user can no longer move/load content from that direction
{ Date 10.24.17 Commit: 6th Commit Project Verion: v0 Uncompleted }
- Never made the original commit on the 20th :/
- This project is past officially taking too long for me to complete
- Completed adding all the media queries for all sections
- Made some revisions to the JS, smoother transitions and animations now
{ Date 10.20.17 Commit: 6th Commit Project Version: v0 Uncompleted }
- Got around having to add 'noScroll' once overlay nav is open by simply having the main section's wrapper display: none while the navigation menu is open.
- This quick fix was made a hell of a lot easier due to having organized the JS file and setting up those quick, often used functions.
{ Date: 10.17.17 Commit: 5th Commit Project Version: v0 Uncompleted }
- JS code organized
- Fixed issue with headerInfo being changed on section change
- After page section is selected from landing section, the chosen section is remembered upon page reload.
- Need to hurry up and organize JS code: things are in abit of dissarray causing the file to be difficult to peruse.
- Finished up with the Landing Section
- Navigation links on the section work as intended
- After selecting a link, choice is remembered upon page reload and landing section DOESN'T load.
- Need to fix issue with header info being changed for the first time
- When hovering over social media links in navigation menu, show full name of sc site underneath box
- After link is selected from Landing Section: make sure section currently being viewed is the one that appears upon page reload.
- Works for the most part. There's currently an issue with how 'current' variable is being set
- Finished implementing landing section
- set up :before element for #logoSide so that onpageload animation can be done with it
- Need to work on way to ensure that once an option is selected from the landing page for which section to go to, that upon page reload, that section is one that appears: instead of the landing section reappearing.
- May most likely require use of cookie
- Move all variables, consts and arrays to top of JS file during organization
{ Date: 10.9.17 Commit: 4th Commit Project Version: v0 Uncompleted }
- Decided to go with the mainHeader's click to switch for both mobile and desktop
- All main sections Desktop site designs and functionality completed
{ Date: 10.6.17 Commit: 3rd Commit Project Version: v0 Uncompleted }
- Since last commit, development for Introduction, Aspirations, Experiences and Recollection sections has been completed (minus implementing queries and design for mobile)
- Nothing in Dev Notes has been done yet: saving for later, after main development is completed
{ Date: 10.3.17 Commit: 2nd Commit Project Version: v0 Uncompleted }
- So far, Introduction and Aspiration Sections have been built.
- As of now, layouts for those sections have not been given queries for mobile
- Currently working on Experiences section
- Addition of elements and their styling has been completed
- (toDo) Build and implement functionality for loading stories upon their selection
- Limit section's .mainWrapper max width
- Decide whether I wish to keep mainHeader's click and timeout as opposed to hover at desktop widths
{ Date: 9.30.17 Commit: Initial Commit Project Version: v0 Uncompleted }
- Main functionalities for header, icon buttons and main navigation menu working as intended
- Introduction section built and completed
- Navigation overlay needs to be adjusted for mobile widths
- Upon having navi overlay open, scrolling needs to be disabled.