#HTML&CSS
- Front-end Formations
- CSS Cross-Country
- Journey Into Mobile
- Assembling Sass
- Assembling Sass Part 2
- Fundamentals of Design
#JavaScript
@media (min-width: 768px) { | |
.seven-cols .col-md-1, | |
.seven-cols .col-sm-1, | |
.seven-cols .col-lg-1 { | |
width: 100%; | |
} | |
} | |
@media (min-width: 992px) { | |
.seven-cols .col-md-1, |
/* | |
Twitter Exporter - Save Friends to XLSX | |
------------------------------------------------- | |
© 2017 Xavier Bick under the MIT License | |
Usage via Command Line: | |
$ node twitter-exporter.js <consumer_key> <consumer_secret> <access_token_key> <access_token_secret> <twitter_handle_to_export> | |
# 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=/Users/xavier/.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-custom" |
#!/usr/bin/env zsh | |
# ------------------------------------------------------------------------------ | |
# | |
# Pure - A minimal and beautiful theme for oh-my-zsh | |
# | |
# Based on the custom Zsh-prompt of the same name by Sindre Sorhus. A huge | |
# thanks goes out to him for designing the fantastic Pure prompt in the first | |
# place! I'd also like to thank Julien Nicoulaud for his "nicoulaj" theme from | |
# which I've borrowed both some ideas and some actual code. You can find out |
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 20, | |
// font family with optional fallbacks |
black = '#282c34'; | |
red = '#e06c75'; // red | |
green = '#98c379'; // green | |
yellow = '#d19a66'; // yellow | |
blue = '#56b6c2'; // blue | |
magenta = '#c678dd'; // pink | |
cyan = '#56b6c2'; // cyan | |
white = '#d0d0d0'; // light gray | |
lightBlack = '#808080'; // medium gray | |
lightRed = '#e06c75'; // red |
Please Note: The current state of the documentation is written with ICO clients in mind, to be used for roadshow events. Examples and clarifications are given to reflect this.
Requests should be authenticated using a bearer token which we will provide, like Authorization: Bearer TOKEN_HERE
Please Note: The current state of the documentation is written with ICO clients in mind, to be used for roadshow events. Examples and clarifications are given to reflect this.
Requests should be authenticated using a bearer token which we will provide, like Authorization: Bearer TOKEN_HERE