You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# ElknerDotNet
|
|
|
|
|
|
|
|
I've been maintaining a personal website for years. It's about time to put
|
|
|
|
it under revision control as I transition it to be "responsive".
|
|
|
|
|
|
|
|
The goal will be to make content browsable and readable on mobile devices,
|
|
|
|
and to do so with only hand written CSS.
|
|
|
|
|
|
|
|
Another goal will be to get the quotes working again, using JavaScript
|
|
|
|
instead of PHP.
|
|
|
|
|
|
|
|
## Resources
|
|
|
|
|
|
|
|
* [Responsive Web Design - Introduction](https://www.w3schools.com/css/css_rwd_intro.asp) (w3schools)
|
|
|
|
* [Viewport concepts](https://developer.mozilla.org/en-US/docs/Web/CSS/Viewport_concepts) (Mozilla Development Network)
|
|
|
|
* [Using media queries](https://developer.mozilla.org/en-US/docs/Web/CSS/Media_Queries/Using_media_queries) (Mozila Development Netork)
|
|
|
|
* [Window: resize event](https://developer.mozilla.org/en-US/docs/Web/API/Window/resize_event)
|