├── 02-setting_up_a_github_remote ├── README.md ├── commands.sh ├── css │ └── style.css ├── stream-one.html ├── stream-three.html └── stream-two.html ├── 03-github_pages ├── README.md ├── css │ └── style.css ├── index.html ├── stream-three.html └── stream-two.html ├── 04-readme_files ├── challenge_solution │ ├── CI_README.md │ ├── README.md │ ├── css │ │ └── style.css │ ├── index.html │ ├── stream-three.html │ └── stream-two.html └── video_solution │ ├── CI_README.md │ ├── README.md │ ├── css │ └── style.css │ ├── index.html │ ├── stream-three.html │ └── stream-two.html └── README.md /02-setting_up_a_github_remote/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/02-setting_up_a_github_remote/README.md -------------------------------------------------------------------------------- /02-setting_up_a_github_remote/commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/02-setting_up_a_github_remote/commands.sh -------------------------------------------------------------------------------- /02-setting_up_a_github_remote/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/02-setting_up_a_github_remote/css/style.css -------------------------------------------------------------------------------- /02-setting_up_a_github_remote/stream-one.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/02-setting_up_a_github_remote/stream-one.html -------------------------------------------------------------------------------- /02-setting_up_a_github_remote/stream-three.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/02-setting_up_a_github_remote/stream-three.html -------------------------------------------------------------------------------- /02-setting_up_a_github_remote/stream-two.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/02-setting_up_a_github_remote/stream-two.html -------------------------------------------------------------------------------- /03-github_pages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/03-github_pages/README.md -------------------------------------------------------------------------------- /03-github_pages/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/03-github_pages/css/style.css -------------------------------------------------------------------------------- /03-github_pages/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/03-github_pages/index.html -------------------------------------------------------------------------------- /03-github_pages/stream-three.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/03-github_pages/stream-three.html -------------------------------------------------------------------------------- /03-github_pages/stream-two.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/03-github_pages/stream-two.html -------------------------------------------------------------------------------- /04-readme_files/challenge_solution/CI_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/challenge_solution/CI_README.md -------------------------------------------------------------------------------- /04-readme_files/challenge_solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/challenge_solution/README.md -------------------------------------------------------------------------------- /04-readme_files/challenge_solution/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/challenge_solution/css/style.css -------------------------------------------------------------------------------- /04-readme_files/challenge_solution/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/challenge_solution/index.html -------------------------------------------------------------------------------- /04-readme_files/challenge_solution/stream-three.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/challenge_solution/stream-three.html -------------------------------------------------------------------------------- /04-readme_files/challenge_solution/stream-two.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/challenge_solution/stream-two.html -------------------------------------------------------------------------------- /04-readme_files/video_solution/CI_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/video_solution/CI_README.md -------------------------------------------------------------------------------- /04-readme_files/video_solution/README.md: -------------------------------------------------------------------------------- 1 | # My Very First Web Page 2 | 3 | Welcome! -------------------------------------------------------------------------------- /04-readme_files/video_solution/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/video_solution/css/style.css -------------------------------------------------------------------------------- /04-readme_files/video_solution/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/video_solution/index.html -------------------------------------------------------------------------------- /04-readme_files/video_solution/stream-three.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/video_solution/stream-three.html -------------------------------------------------------------------------------- /04-readme_files/video_solution/stream-two.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/04-readme_files/video_solution/stream-two.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/GitHub/HEAD/README.md --------------------------------------------------------------------------------