• Development
  • Design
  • Photography
  • Marketing
  • Business
{% import '_courses.modal-tab-pane.html' as tab %} {{ tab.component(id='development', active=true, courses=[ 'Web Development', 'JavaScript', 'HTML', 'CSS', 'WordPress', 'PHP', 'iOS Development' ], paths=[], prefix=prefix) }} {{ tab.component(id='design', courses=[ 'Illustration', 'Design Skills', 'Design Techniques', 'Page Layout', 'Projects', 'Drawing', 'Typography' ], paths=[], prefix=prefix) }} {{ tab.component(id='photography', courses=[ 'Cameras', 'Raw Processing', 'Masking', 'Compositing', 'Portraits', 'Photo Management', 'Lighting' ], paths=[], prefix=prefix) }} {{ tab.component(id='marketing', courses=[ 'Small Business', 'Marketing', 'Enterprise Marketing', 'Content Marketing', 'Online Marketing', 'Social Media Marketing', 'Advertising' ], paths=[], prefix=prefix) }} {{ tab.component(id='business', courses=[ 'Business Skills', 'Productivity', 'Communication', 'Leadership', 'Management', 'Career Development', 'Spreadsheets' ], paths=[], prefix=prefix) }}