OperationCode / operationcode_old_site

Our open source website. We're on a mission to help the military community learn software development, enter the tech industry, and code the future.
https://www.operationcode.org/
MIT License
229 stars 155 forks source link

#278 History page converted to timeline #742

Closed sdoyle0 closed 7 years ago

sdoyle0 commented 7 years ago

I converted the history page to a timeline using the link mentioned in the issue at https://codyhouse.co/demo/vertical-timeline/index.html. I made a couple small changes to the CSS from that sournce, notably removing the global styles being applied. I also didn't include the image tags in the HTML for the history page since they were for a movie/picture/location, and that didn't seem to fit well with the timeline here, so I just alternated the colors.

Any items int he history page with Tweets, I added noted with the date on the post, but for the others I was just able to put the year. We may be able to go back and add more if we can get more precise dates on them.

One additional note. There were two items in the history page, one talking about starting to accept donations from Stripe and another about Sticker Mule that were out of order based on the dates int he posts on Twitter, so I swapped them in the timeline.

sdoyle0 commented 7 years ago

All the errors above were in the modernizr.js and timeline.js files from the TImeline source code. Do we need to alter it to pas the tests?

rickr commented 7 years ago

We can ignore those errors if they're being generated by libraries.

hollomancer commented 7 years ago

Dude this looks awesome @sdoyle0. Thank you!