My name is Frank Pigeon and I am one of the maintainers of the Automated Publishing Tool(APT).
Preview of the new public homepage which incorporates the US Web Design System.
My name is Frank Pigeon and I am one of the maintainers of the Automated Publishing Tool(APT).
Preview of the new public homepage which incorporates the US Web Design System.
| { | |
| "git.enableSmartCommit": true, | |
| "git.autofetch": true, | |
| "editor.fontFamily": "Operator Mono, IBM Plex Mono, Fira Code, Fantasque Sans Mono", | |
| "editor.tabSize": 2, | |
| "editor.wordWrap": "on", | |
| "files.autoSave": "onWindowChange", | |
| "editor.fontLigatures": true, | |
| "editor.formatOnSave": true, | |
| "editor.minimap.enabled": false, |
| @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { | |
| /* IE10+ specific styles go here */ | |
| } |
| # If you come from bash you might have to change your $PATH. | |
| # export PATH=$HOME/bin:/usr/local/bin:$PATH | |
| # Path to your oh-my-zsh installation. | |
| export ZSH=/home/fpigeonjr/.oh-my-zsh | |
| # Set name of the theme to load. Optionally, if you set this to "random" | |
| # it'll load a random theme each time that oh-my-zsh is loaded. | |
| # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
| ZSH_THEME="refined" |
| { | |
| // Place your settings in this file to overwrite the default settings | |
| "explorer.openEditors.visible": 0, | |
| "editor.fontFamily": "Fantasque Sans Mono, Iosevka, Operator Mono, Fira Code", | |
| "editor.fontSize": 22, | |
| "editor.fontWeight": "400", | |
| "editor.lineHeight": 24, | |
| // "editor.letterSpacing": 0.1, | |
| "editor.tabSize": 2, | |
| "editor.lineNumbers": "on", |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Document</title> | |
| <!-- Latest compiled and minified CSS --> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" /> |