Jon Camfield

Results 21 comments of Jon Camfield

The physical section is now scoped down to focus only on the physical impacts to digital security; removing from "1.0" release

In new site; edit References sections to add in highlight or section of critical references

I think with the new auto deployment functionality, it would not be hard to build subdomains for language content, e.g. es.level-up.cc, zh.level-up.cc, etc. if these translations are built as branches...

Sure - I can take a crack at it but guidance would be very appreciated/needed. Is there a matrix/irc/etc. chat channel?

Is there a functional way to set build.properties / admin IP via Docker environment variables?

Any updates on this? (I'd be very interested in seeing a Let's Encrypt solution)

Also adding some internal broken links: Status URL Source link text 404 Not Found https://dev.level-up.cc/curriculum/protecting-data/data-backup-basics/activity-discussion/data-backup-matrix-information-map/ Data Backup Matrix 404 Not Found https://www.level-up.cc/sites/default/files/sites/default/files/report_please_click.pdf this one 404 Not Found https://github.com/level-up/levelupcc/wiki/How-to-Use-Hypothesis mini-tutorial and...

Thanks to @houndbee , the current links reporting redirection or 404s. A lot of the redirects look like they just need to be upgraded to httpS links. http://arstechnica.com/security/2014/02/joining-microsoft-ebays-sensitive-e-mail-is-intercepted-by-hackers/ 301: Moved...

- [ ] Blog post listing page does not show posted dates - [ ] Blog post pages themselves center-align author/date in the middle of a potentially very long post...

Center align is caused by a flexbox rule on to center align; removing that and adding `align-items: flex-start;` should top-align both the post meta data (author, date) with the post...