POD | Credits |
---|---|
POD 1 | ---------------------- |
1 - 1 | TILT Creative |
1 - 2 | Covalent Logic, Concept/Creative Digital FX, Design/Production |
1 - 3 | Brew Agency Creative Team |
1 - 4 | Mark Rankin, Creative Director/Designer |
1 - 5 | Blue Cross and Blue Shield of Louisiana Concept/Creative/Scriptwriting Digital FX, Production |
POD 2 | ---------------------- |
2 - 1 | Digital FX, Design/Production/Post |
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
{ | |
"type": "ORDER", | |
"version": "1.0", | |
"time": "2018-02-20T15:55:15.648Z", | |
"method": "create", | |
"xid": "VW30002677", | |
"status": "Development", | |
"status_code": "", | |
"created": "2018-02-20T09:28:09.176-08:00", | |
"updated": "2018-02-20T09:28:09.176-08:00", |
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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> |
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
/* | |
Anypoint Design Center Dark Mode | |
--------------------------------- | |
Based on Oceanic Plus Dark Theme | |
Image Example: https://i.imgur.com/ea05E06.jpg | |
Author: Nicolas Copia - [email protected] | |
Share link: http://bit.ly/2KGHZDH | |
How to use: |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<script src="https://code.jquery.com/jquery-3.0.0.js"></script> | |
</head> | |
<body> | |
<p>helo</p> |
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
{ | |
"wbcr_clearfy_attachment_pages_redirect": "1", | |
"wbcr_clearfy_auto_tran_update": "0", | |
"wbcr_clearfy_change_login_errors": "1", | |
"wbcr_clearfy_comment_text_convert_links_pseudo": "0", | |
"wbcr_clearfy_content_image_auto_alt": "1", | |
"wbcr_clearfy_custom_symbols_pack": "", | |
"wbcr_clearfy_disable_admin_bar": "enable", | |
"wbcr_clearfy_disable_admin_bar_logo": "1", | |
"wbcr_clearfy_disable_assets_manager": "0", |
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
# Reset by DesktopServer | |
# BEGIN WordPress | |
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase / | |
RewriteRule ^index\.php$ - [L] | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteRule . /index.php [L] | |
</IfModule> |
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
User-agent: * | |
Disallow: /wp-admin | |
Disallow: /wp-includes | |
Disallow: /wp-content/plugins | |
Disallow: /wp-content/cache | |
Disallow: /comments/feed/ | |
Disallow: /category/ | |
Disallow: /author/ | |
Disallow: /wp-json/ | |
Disallow: /xmlrpc.php |
OlderNewer