Skip to content

Instantly share code, notes, and snippets.

View otimong's full-sized avatar
🏠
Working from home

otimong

🏠
Working from home
View GitHub Profile
@otimong
otimong / .vimrc
Created November 16, 2020 08:46 — forked from simonista/.vimrc
A basic .vimrc file that will serve as a good template on which to build.
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on

Keybase proof

I hereby claim:

  • I am otimong on github.
  • I am otimong (https://keybase.io/otimong) on keybase.
  • I have a public key ASALihtzA4YZoW9vPqvItgMU5lce-qujk9lSpGjRf5ZZNAo

To claim this, I am signing this object:

@otimong
otimong / gist:64a72adb36bb628f1d7950c08773c56c
Created October 3, 2017 07:28 — forked from francoishill/gist:6483997
Media queries for mobile devices - Requires at least requires the meta viewport tag with content 'width=device-width'
/*http://i-skool.co.uk/mobile-development/web-design-for-mobiles-and-tablets-viewport-sizes/*/
/*At least requires the meta viewport tag with content 'width=device-width'*/
@media only screen and (max-width: 1080px) and (orientation : portrait) {
/* PORTRAIT:
Windows Surface Pro*/
}
@media only screen and (max-width: 800px) and (orientation : portrait) {
/* PORTRAIT:
Acer Iconia Tab A100