Skip to content

Instantly share code, notes, and snippets.

View Ellyria's full-sized avatar

Ellyria Ellyria

  • New York
View GitHub Profile
<!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" />
<!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>
<!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" />
<!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" />
<!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: -->
@Ellyria
Ellyria / Git Guide.md
Last active August 25, 2018 15:16
Some guides and resources for Git with my opinion next to the ones I've checked out.

How To Insert Code Blocks Into Gitter

Below are some of the ways you can enter a code block into chat.

Enter code in chat mode:

  • 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.

Enter introduction and code in chat mode:

  • Type some text and press the Shift and Enter keys at the same time to get to the next line.
<!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" />
<!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: -->