Skip to content

Instantly share code, notes, and snippets.

View fpigeonjr's full-sized avatar
🏠
#wfh-club

Frank Pigeon Jr. fpigeonjr

🏠
#wfh-club
View GitHub Profile
@fpigeonjr
fpigeonjr / index-final.js
Last active September 21, 2019 02:10
massage graphql queries
import React from 'react';
import { Link } from 'gatsby';
import Layout from '../components/layout';
import PostPreview from '../components/post-preview';
import usePosts from '../components/hooks/use-posts';
export default () => {
const posts = usePosts();
return (
<Layout>
@fpigeonjr
fpigeonjr / nav.html
Last active September 5, 2019 18:13
APT Page Nav
<!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>
<link rel="stylesheet" href="https://unpkg.com/uswds@1.6.12/dist/css/uswds.min.css" />
<style>
.link-list {
@fpigeonjr
fpigeonjr / bookList.aspx?id=0573b849-e20a-4021-9e26-460343186a30&pageTitle=Military%20Medical%20History
Last active May 10, 2019 16:04
id=82200b57-a7a4-4160-bb51-4a086dd6ccce&pageTitle=Textbooks%20of%20Military%20Medicine
<script src="js/vue.min.js"></script><script>new Vue({el:"#app",data:{books:[{title:"The Evolution of Forward Surgery in the US Army: From the Revolutionary War to the Operations of the 21st Century",imageUrl:"FileDownloadpublic.aspx?docid=26d8885c-13bc-4569-afa8-40130ab5dd0e",link:"bookDetail.aspx?ID=b9e3e32a-9aa2-4531-9ca7-43ab28ccb028",year:2019,description:"This volume in the Borden Institute’s history series will describe forward US Army surgery from the 1700s to the present time. The book will look at advances in medicine and surgery that improved the lot of the American soldier. In particular, the book will examine the impact of disease upon troop strength, which had special impact in the Revolutionary War through the post-Civil War period. Forward surgery in the modern sense came of age in World War I. The challenge of so many different theaters of conflict in World War II will be examined from the portable surgical hospital of the China-Burma-India Theater of Operations to the surgical evacuation ho
@fpigeonjr
fpigeonjr / aptTraining.md
Last active April 17, 2019 02:40
APT Training

APT Training - 4-17-2019

Introduction

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.

Navigation

@fpigeonjr
fpigeonjr / settings.json
Created March 4, 2019 12:58
NUC vscode settings
{
"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,
@fpigeonjr
fpigeonjr / vetsDay2018.md
Created November 10, 2018 17:54
Vet's Da List 2018
@fpigeonjr
fpigeonjr / ie-target.css
Created October 22, 2018 14:52
target IE CSS
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
}
@fpigeonjr
fpigeonjr / .zshrc
Created June 1, 2018 18:53
.zshrc on BionicBeaver
# 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"
@fpigeonjr
fpigeonjr / vscode.js
Created February 15, 2018 20:54
monotropic port attempt
{
// 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",
@fpigeonjr
fpigeonjr / efmb.html
Created December 11, 2017 20:02
efmb backup
<!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" />