https://www.docker.com/products/docker-desktop/
This file contains hidden or 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
{ | |
"name": "App", | |
"version": "1", | |
"authors": [ | |
"Kevin Ruscoe <[email protected]>" | |
], | |
"moduleType": [ | |
"node" | |
], | |
"license": "MIT", |
This file contains hidden or 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
/* | |
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/ | |
*/ | |
/* Smartphones (portrait and landscape) ----------- */ | |
@media only screen | |
and (min-device-width : 320px) | |
and (max-device-width : 480px) { | |
/* Styles */ | |
} |
This file contains hidden or 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
/** | |
* Basic CSS Media Query Template | |
* TODO: I should probably use Sass... | |
* Author: Michael Vieth | |
* ------------------------------------------ | |
* Responsive Grid Media Queries - 1280, 1024, 768, 480 | |
* 1280-1024 - desktop (default grid) | |
* 1024-768 - tablet landscape | |
* 768-480 - tablet | |
* 480-less - phone landscape & smaller |
~ Hosting http://netlify.com
~ HTML templates http://htmlrev.com
~ Icons http://lineicons.com
~ Fonts
This file contains hidden or 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
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt jammy main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy-updates main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt jammy-updates main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy-security main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt jammy-security main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt jammy-backports main restricted universe multiverse |
This file contains hidden or 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
deb mirror://mirrors.ubuntu.com/mirrors.txt focal main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt focal main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt focal-updates main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt focal-updates main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt focal-security main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt focal-security main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt focal-backports main restricted universe multiverse |
This file contains hidden or 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
deb mirror://mirrors.ubuntu.com/mirrors.txt noble main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt noble main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt noble-updates main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt noble-updates main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt noble-security main restricted universe multiverse | |
deb-src mirror://mirrors.ubuntu.com/mirrors.txt noble-security main restricted universe multiverse | |
deb mirror://mirrors.ubuntu.com/mirrors.txt noble-backports main restricted universe multiverse |
OlderNewer