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
// What does this do? | |
// | |
// It adds two buttons the GitHub PR UI which, when clicked, copy markdown | |
// footnote links to the users clipboard. Which links?: | |
// 1. A preview url | |
// 2. The Jira ticket | |
// 3. The PR URL | |
const startingLinkNumber = parseInt(window.prompt('What is the next link number?')); |
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
import "./custom-spring.css"; | |
// import { Pane } from "tweakpane"; | |
const box = document.querySelector(".box"); | |
interface SpringOptions { | |
stiffness: number; | |
mass: number; | |
damping: number; | |
end: number; |
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
const oneCorePaintStyles = [ | |
{ | |
"name": "Roles/Interactive/Interactive Primary", | |
"key": "18ecca921484122521d9d31c21d32217b76a8214", | |
"description": "", | |
"color": { | |
"type": "SOLID", | |
"visible": true, | |
"opacity": 1, | |
"blendMode": "NORMAL", |
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
// Outputs json that includes your styles, their names, colors, etc. | |
// It's shaped like this: | |
// | |
// [ | |
// { | |
// "name": "Danger", | |
// "key": "cab6ae8c5b6634d6exampleKey151b4ee724", | |
// "description": "", | |
// "color": { | |
// "type": "SOLID", |
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
.toolbar-container { | |
height: 66px; | |
box-sizing: border-box; | |
border-top: 1px solid #edeeee; | |
border-bottom: 1px solid #edeeee; | |
padding: 0 16px; | |
background-color: #fff; | |
} | |
.toolbar-section1 .toolbar-item:first-child { |
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
import React from "react"; | |
import { | |
Grid, | |
GridItem, | |
Stack, | |
StackItem, | |
Dropdown, | |
DropdownItem, | |
TextField, | |
Button, |
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 lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> | |
<head> | |
<meta charset="utf-8"> <!-- utf-8 works for most cases --> | |
<meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine --> | |
<meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely --> | |
<title>Epiphany - Reset Your Password</title> <!-- The title tag shows in email notifications, like Android 4.4. --> | |
<!-- Web Font / @font-face : BEGIN --> |
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 lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> | |
<head> | |
<meta charset="utf-8"> <!-- utf-8 works for most cases --> | |
<meta name="viewport" content="width=device-width"> <!-- Forcing initial-scale shouldn't be necessary --> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- Use the latest (edge) version of IE rendering engine --> | |
<meta name="x-apple-disable-message-reformatting"> <!-- Disable auto-scale in iOS 10 Mail entirely --> | |
<title>Epiphany - Welcome!</title> <!-- The title tag shows in email notifications, like Android 4.4. --> | |
<!-- Web Font / @font-face : BEGIN --> |
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
<?php | |
/* | |
* Template Name: Brand Guidelines | |
*/ | |
function brand_guidelines_scripts () { | |
wp_dequeue_style('main-css'); | |
wp_enqueue_style('brand', '/css/brand.min.css'); | |
wp_enqueue_script('bootstrap-js', '//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js', array('jquery'), '3.3.1', $in_footer = true); | |
} |
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
<div class="giving-mini-profile-alt-container"> | |
<hr> | |
<div class="giving-mini-profile-alt"> | |
<div class="giving-mini-profile-photo-container"> | |
<img src="https://0515f2af61d5e3d37aec-a1d11e7882f6a6aa49a62729309b6434.ssl.cf2.rackcdn.com/curekids/img/10/10714/Malawi_TiloneGilbert_624.13-3.jpg" alt="Tilone's Cover photo" class="giving-mini-profile-photo"> | |
</div> | |
<h4 class="giving-mini-profile-name">Tilone</h4> | |
<span class="giving-mini-profile-country">From Malawi</span> | |
</div> | |
</div> |
NewerOlder