-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new_writing <- main #6
Merged
Merged
Conversation
This file contains 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
New writing - Geography and Safety
… rendered in addition to the rendering of anchor tags.
…e work needs to be done to the javascript file - which hasn't been developed upon in nearly 8 years!
…o being some global.
…o start developing styles for the external style sheet.
… a page to host a demo for the control backend. Inclusion of images to use for the front-end description page.
…tyling for said slideshow
…o ensure smooth slide perusing
…or mobile devices
…cludes fixing a bug pertaining to the javascript involved and touching up some of the control images.
…re of how to handle the slideshow as resolutions get smaller and smaller. The route being taken at this point is to outright disable it. I may instead take screenshots of the mobile version of the control page and have a media query swap them out.
…'ve done pertaining to the population protocol.
…in what is currently in place within projects/safety. Had to do some hacky css to prevent some weired minimum-size property being enacted with respect to the pre-tags.
…ich also links to relevant project resources
…n of code snippets. Need to do some proof reading.
…e website in general.
…ose who don't have javascript enabled.
…neral width fixing for small resolutions as well. Minor typo fix in projects/aquatint.
…e user; much more fun to use now! Commented away ontouchmove, ontouchstart, and ontouchend events in favor for onscroll and onscrollend.
…Need to do some abstracting on the frunctions.
…hing that has previously been solved strictly using CSS.
… the function. Want to consider further generalization by introducing values for both a bottom and top threshold
…ct_functions and renamed it as toggleCollapsible()
…'t have onscrollend
…he priming transition function after a duration. This is a lazy catch-all for the cases in which the onscroll is still executing after onscrollend finishes or in the case where onscrollend doesn't trigger.
…end event listener. Choosing the solution as decribed in previous commit.
…or an attempt at a refactor.
…ile; Still am considering a more adequate name for the function. It returns a JSON object that needs to be handled. The function arguments and return encapsulate the element that is the figure container and an object that represents the state of the screen pre-function call. Also fixed a bug involving screen resizes on the horizontal plane.
main <- Javascript refactor
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.
Bringing branch for new writings up to speed.