Skip to content

Instantly share code, notes, and snippets.

View timklapdor's full-sized avatar

Tim Klapdor timklapdor

View GitHub Profile
@timklapdor
timklapdor / CSU-Old-Colours.md
Last active July 22, 2019 06:16
Old colour palette for Charles Sturt University

Main

Colour CMYK RGB HEX Example
Black C:0 M:0 Y:0 K:90 R:65 G:65 B:65 1A1A1A ████
Red C:2 M:98 Y:85 K:7 R:196 G:38 B:46 E31B23 ████
Brown C:18 M:23 Y:27 K:55 R:119 G:111 B:101 887E6E ████
Orange C:0 M:74 Y:100 K:0 R:224 G:82 B:6 F47B20 ████
Grey C:5 M:6 Y:10 K:14 R:203 G:199 B:191 DAD3CC ████
@timklapdor
timklapdor / action_words_for_bloom's_taxonomy.md
Created July 22, 2019 06:13
Action words from Bloom's Taxonomy

Action Words for Bloom's Taxonomy

Knowledge Understand Apply Analyse Evaluate Create
define explain solve analyse reframe design
identify describe apply compare criticise compose
describe interpret illustrate classify evaluate create
label paraphrase modify contrast order plan
list summarise use distinguish appraise combine
name classify calculate infer judge formulate
# Using the Elements
## 1. Start with the container DIV
```html
<div class="content" style="font-size: 17px; color: #1A1A1A; text-align: left; width: 85%; margin: 0 auto; padding: 1em 0 0; border: 0;" align="left"></div>
```
## 2. Add in your headings
Choose from Heading 1
@timklapdor
timklapdor / Post to Jekyll from Editorial
Last active August 29, 2015 14:23
Quick Python script to allow you to post to github directly from an iOS device via the Editorial app.
#coding: utf-8
import keychain
import console
import editor
import time
import re
import requests
import json