├── README.md └── assets └── img └── signature.png /README.md: -------------------------------------------------------------------------------- 1 | # Ask Me Anything 2 | 3 | Hi, I’m Harry. Use this repository to _ask me anything_. 4 | 5 | * [Ask a question](https://github.com/csswizardry/ama/issues/new) 6 | * [Read answers](https://github.com/csswizardry/ama/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed) 7 | * [Read great questions](https://github.com/csswizardry/ama/issues?utf8=%E2%9C%93&q=label%3A%22great%20question%22%20) 8 | 9 | I get a lot of email, often asking questions that I either may have answered 10 | before, or whose answers might be of use to a wider audience. By asking your 11 | question(s) in this repository, we can open source our conversations. 12 | 13 | Feel free to ask me anything at all: careers, business, code, tooling, setup, 14 | workflows, etc. Just keep it sensible, polite, and clean. 15 | 16 | You can read more about me on [my website](https://csswizardry.com/), and 17 | [follow me on Twitter](https://twitter.com/csswizardry). 18 | 19 | You can also check my [AMA session on 20 | Hashnode](https://hashnode.com/ama/with-harry-roberts-ciu89znz703oakb53khik6kmo), 21 | which I hosted on 20 October, 2016. 22 | 23 | Speak soon, 24 | ![Harry](assets/img/signature.png) 25 | -------------------------------------------------------------------------------- /assets/img/signature.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/csswizardry/ama/d81f43cd931eca9bd9b605586e686d423ef58cfb/assets/img/signature.png --------------------------------------------------------------------------------