Skip to content

maxxturing/maxxturing.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maxxturing.github.io

Requirements:

  1. Install Ruby. Mac = already installed? (Check ruby -v in terminal). Windows = https://rubyinstaller.org/downloads/ (pick bold version with devkit)
  2. sudo gem install bundle
  3. sudo bundle install (warning - don't install bundler as root?)
  4. bundle exec jekyll serve (make sure you cd to the right directory)
  5. http://127.0.0.1:4000/

Notes:

  • gem install jekyll
  • gem 'jekyll-sitemap'
  • gem 'jekyll-paginate'
  • gem 'jemoji'

Docs:

Mobile:

  • d-block d-md-none to hide on medium, large and extra large devices.
  • d-none d-md-block to hide on small and extra-small devices.

https://css-tricks.com/snippets/jquery/smooth-scrolling/

Mobile Web Notes

img, embed, object, video { max-width:100%; }

tap target

nav a, button { min-width: 48px; min-height: 48px; }

room between = 40px

Media Queries

@media screen and (min-width: 500px) { .yes { opacity: 1; } .no { opacity: 0; } }