Current canonical name | Proposed canonical name | Proposed aliases |
---|---|---|
bank-account | bank | bank-account |
building-credit | ||
buying-car | car | car-loan, auto, auto-loan |
complaint | ||
contract | fountain-pen | contract |
credit-card |
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
#target illustrator | |
#targetengine main | |
var doc = app.activeDocument; | |
var artboard = doc.artboards[0]; | |
var art = doc.pageItems[0]; | |
var coordinates = art.position; | |
var desiredW = art.width; | |
art.position = [ 0, coordinates[1] ]; |
I hereby claim:
- I am Scotchester on github.
- I am scranfill (https://keybase.io/scranfill) on keybase.
- I have a public key whose fingerprint is 2DC6 8B6A E570 89FF 97E7 5B91 542B CCB4 F4D6 20B2
To claim this, I am signing this object:
- Create a new file (RGB, 72dpi) at the desired size for the illustration
- Copy illustration from design comp
- Paste into the new file
- Ensure the illustration's center point is exactly centered on artboard
- If this is a circular image or has curving shapes right at the edge:
- Relative to center point, scale down the whole image by 1 pixel
- Turn on Pixel Preview, ensure that no pixels are bleeding off the artboard
- Turn off Pixel Preview
- File > Save for Web
- Choose the PNG-24 format
Please employ "semantic line breaks" here. I ask this because horizontal scrolling is the devil. (At least GitHub diffs don't do that anymore, but it can still happen in your text editor, depending on one's configuration.)
But seriously, the real reason is this: having multiple lines makes for easier diffing if you change a tiny part of a whole paragraph. See here for more.
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
Show hidden characters
[ | |
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol"} }, | |
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol"} }, | |
{ "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true} }, | |
{ "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true} }, | |
{ "keys": ["super+home"], "command": "move_to", "args": {"to": "bof"} }, | |
{ "keys": ["super+end"], "command": "move_to", "args": {"to": "eof"} }, | |
{ "keys": ["super+shift+home"], "command": "move_to", "args": {"to": "bof", "extend": true} }, | |
{ "keys": ["super+shift+end"], "command": "move_to", "args": {"to": "eof", "extend": true} } | |
] |
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
1. USE OF EXTERNAL OPEN SOURCE SOFTWARE | |
a) "Open Source Software" (OSS) is software that allows its recipients to modify and redistribute | |
the source code; as such, "open source" is a copyright and distribution framework and makes no | |
implications regarding technical support or indemnification. In almost all cases, OSS meets | |
the definition of "commercial computer software" and shall be given appropriate statutory | |
preference in accordance with 41 USC 264B (reference (b)) (see also FAR 2.101(b), 12_1.html | |
12.000, 12.101 (reference (c))). | |
b) Executive agencies, including CFPB, are required to conduct market research when preparing for |
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
<link href="" rel="stylesheet"> | |
<ul class="menu"> | |
<li><a href=""> | |
<span class="icon-stack"> | |
<i class="icon-circle icon-stack-base"></i> | |
<i class="icon-plus icon-light"></i> | |
</span> | |
Read the full policy | |
</a></li> |