Skip to content

Instantly share code, notes, and snippets.

View imrizzy's full-sized avatar

Christa Lee imrizzy

View GitHub Profile
@imrizzy
imrizzy / index.html
Created May 31, 2017 22:00
Sony Entertainment Welcome Email
<!DOCTYPE html>
<html>
<head>
<title>Sony Ent</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<table id="w-1" width="600px">
<tr>
<td>
@imrizzy
imrizzy / index.html
Last active April 14, 2017 17:30
stickyheader HTML, CSS, JS files. Coding that keeps a header/menu/navigation bar at the top of the page no matter where you scroll. Also includes the actual wordpress copy as submitted into the backend since the coding syntax differs from regular HTML.
<!DOCTYPE html>
<head>
<title>sticky header</title>
<link rel="stylesheet" type="text/css" href="main.css">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
</head>
@imrizzy
imrizzy / browsersync-instructions
Created April 14, 2017 17:12
How to get browsersync working with updating your coding files in real time. step-by-step after installing.
//browser-sync usage instructions
1. copy and paste the following into <BODY> tag of html file
<script id="__bs_script__">//<![CDATA[
document.write("<script async src='http://HOST:3006/browser-sync/browser-sync-client.js?v=2.18.8'><\/script>".replace("HOST", location.hostname));
//]]></script>
2. use TERMINAL to navigate into FOLDER that you want watched
cd [enter path]
3. use TERMINAL to start up browser-sync by typing the following
browser-sync start --server --files "stylesheets/*.css, *.html"
4. make sure "HOST" NUMBER in script (the same one copied and pasted into <BODY> tag of html file) is same as what's in ADDRESS BAR of the window that pops up after previous command line
@imrizzy
imrizzy / main.css
Created March 5, 2017 19:56
NIKE Equality CSS
table, tr, td {
border-collapse: collapse;
border-spacing: 0;
}
body {
padding: 0;
}
@imrizzy
imrizzy / index.html
Created March 5, 2017 19:56
NIKE Equality HTML
<!DOCTYPE html>
<head>
<title>1index</title>
<link rel="stylesheet" type="text/css" href="main.css">
<style type="text/css">
</style>
</head>
<body>
@imrizzy
imrizzy / index.html
Last active February 28, 2017 19:39
WMG VDay
<!DOCTYPE html>
<head>
<title>final-index</title>
<style type="text/css">
/*----- START Standardization CSS -----*/
table {
border-collapse: collapse;
font-family: Verdana, Geneva, sans-serif;
@imrizzy
imrizzy / index.html
Last active February 13, 2017 19:45
Warner Music Group Sign Up
<html>
<head>
<title>DUPE Warner Music Store</title>
<style type="text/css">
/*----- START Standardization CSS*/
html, body {
font-family: Verdana, Geneva, sans-serif;
}
table#main-wrapper {
@imrizzy
imrizzy / index.html
Last active January 20, 2017 21:45
Warner Music Group Welcome Email
<!DOCTYPE html>
<html>
<head>
<!-- <link rel="stylesheet" type="text/css" href="main.css"> -->
<title>Thanks for signing up!</title>
<style type="text/css">
@media only screen and (max-width: 480px) {
html, body {
-webkit-text-size-adjust: 100%
@imrizzy
imrizzy / main.css
Created January 11, 2017 02:21
yp email summer fun
body {
padding: 0;
margin: 0 auto;
height: auto;
width: 100%;
display: block;
font-family: Arial, Helvetica, sans-serif;
}
.clear {
@imrizzy
imrizzy / index.html
Created January 11, 2017 02:21
yp email summer fun
<!DOCTYPE html>
<html>
<head>
<title>Summer Fun</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>