- Codecademy - a mixture of free and paid content
- Code School - a mixture of free and paid content
- Coursera - a mixture of free and paid content
- edX - a mixture - free courses, but you have to pay to get certificates
- freeCodeCamp - free
- Gymnasium - free
- Khan Academy - free
- Mozilla Developer Network - free
- SoloLearn - free
- The Odin Project - free
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- ================================================== --> | |
<title>jQuery Skeleton</title> | |
<!-- ================================================== --> | |
<meta charset="utf-8" /> | |
<!-- ================================================== --> | |
<!-- Optional support for older (IE9 or older) Microsoft browsers: --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- ================================================== --> | |
<meta charset="UTF-8"> | |
<!-- ================================================== --> | |
<!-- Optional support for older (IE9 or older) Microsoft browsers: --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<!-- ================================================== --> | |
<title>Bootstrap Skeleton</title> |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- ================================================== --> | |
<title>HTML5 Skeleton</title> | |
<!-- ================================================== --> | |
<meta charset="utf-8" /> | |
<!-- ================================================== --> | |
<!-- Optional support for older (IE9 or older) Microsoft browsers: --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- ================================================== --> | |
<title>Google Fonts Example</title> | |
<!-- ================================================== --> | |
<meta charset="utf-8" /> | |
<!-- ================================================== --> | |
<!-- Optional support for older (IE9 or older) Microsoft browsers: --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- Support for older (IE9 or older) Microsoft browsers: --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<!-- Automatically scale contents to viewport size and orientation: --> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Bootstrap Container Behavior</title> | |
<!-- Bootstrap CSS: --> |
- Git Community Book - ...
- Pro Git - ...
- Think like a Git - excellent in-depth guide with good external resources
- GitHub Help - ...
- A Visual Git Guide - ...
- git - the simple guide - excellent guide with necessary basics
- tryGit - excellent interactive guide to Git
- GitHub Guides - not command line...
- Visualizing Git Concepts with D3 - not for beginners
- Part of the Pro Git book - ...
Below are some of the ways you can enter a code block into chat.
- Type three backticks (```) on a line by themselves and press the Shift and Enter keys at the same time to get to the next line.
- Paste in your code and press the Shift and Enter keys at the same time to get to the next line.
- Type three backticks (```) on a line by themselves and press the Enter key to send the message.
- Type some text and press the Shift and Enter keys at the same time to get to the next line.
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- ================================================== --> | |
<title>HTML5 Skeleton</title> | |
<!-- ================================================== --> | |
<meta charset="utf-8" /> | |
<!-- ================================================== --> | |
<!-- Optional support for older (IE9 or older) Microsoft browsers: --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- ================================================== --> | |
<meta charset="UTF-8"> | |
<!-- ================================================== --> | |
<!-- Optional support for older (IE9 or older) Microsoft browsers: --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
<!-- ================================================== --> | |
<!-- Automatically scale contents to viewport size and orientation and specify a maximum scale and disable zooming on mobile devices: --> |
OlderNewer