• Home
  • Blog
  • Brave Girl U Online
    • Course Catalog
    • Teacher Directory
    • Enroll in Brave Girl U Online
  • Certified Local Events
    • Upcoming Certified Events
    • Certified Instructor Directory
  • Bookstore + Gifts
  • Log in
  • Home
  • Blog
  • Brave Girl U Online
    • Course Catalog
    • Teacher Directory
    • Enroll in Brave Girl U Online
  • Certified Local Events
    • Upcoming Certified Events
    • Certified Instructor Directory
  • Bookstore + Gifts
  • Log in

Brave Girl University

You can learn it!

Andrea Scher

August 12, 2015 by Andrea Scher

Find Me Here

  • superherolife.com
Andrea Scher

Andrea Scher is an artist, online workshop teacher + big believer in the transformative power of creativity.

She has helped thousands of women cultivate their creative superpowers through her e-courses - Mondo Beyondo, Superhero Photo, Cultivating Courage, Dream Lab + E-course Bootcamp. She also co-authored the book Expressive Photography: The Shutter Sisters Guide to Shooting from the Heart!

She lives by the motto: No capes, just courage.

Find Me Here

  • superherolife.com

My Courses

Morning Mantras
A Superhero Photo

© Copyright 2018 Brave Girls Club LLC · All Rights Reserved

/* ----------------------------------------- */ /* View: Teacher Profile – Courses by Me - start */ /* ----------------------------------------- */ #bgu-teacher-profile-classes-wrapper .bgu-my-classes-wrapper { display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .bgu-course-overview-snippet-card { width: 249px; height: 300px; text-align: center; border: solid; border-radius: 25px; border-width: thin; margin: 4.5px; padding: 25px 10px; border-color: #3a9f93; display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; box-shadow: 0px 1px 3px; } .bgu-course-overview-snippet-card img { border-style: solid; border-width: thin; border-color: #ffc20e; } #snippet-title { font-family: neoretrofillregular; } #output-pagination { display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; margin: 25px auto; font-family: neoretrofillregular; font-style: oblique; } #output-pagination #next-page a:after { content: 'f178'; font-family: FontAwesome; font-weight: normal; font-style: normal; margin:0px 10px 0px 10px; text-decoration:none; } #output-pagination #prev-page a:before { content: 'f177'; font-family: FontAwesome; font-weight: normal; font-style: normal; margin:0px 10px 0px 10px; text-decoration:none; } /* ----------------------------------------- */ /* View: Teacher Profile – Courses by Me - end */ /* ----------------------------------------- */
/* ----------------------------------------- */ /* Content Template: Teacher Bio Page - start */ /* ----------------------------------------- */ /* To hide default post title and author. */ .single-teacher .entry-header, .single-teacher .entry-meta { display: none; } #bgu-teacher-profile-classes-title { margin: 25px 0 0 15px; } /* ----------------------------------------- */ /* Content Template: Teacher Bio Page - end */ /* ----------------------------------------- */ /* ----------------------------------------- */ /* Content Template: Teacher Profile – Bio Section - start */ /* ----------------------------------------- */ #bgu-teacher-profile-main-content-wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; } #bgu-teacher-profile-mugshot img { border-radius: 50%; max-width: 300px; border-style: solid; border-width: thin; border-color: #ffc20e; } #bgu-teacher-mugshot-links { min-width: 300px; margin: 0 30px 0 0; display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } #bgu-teacher-profile-title { font-family: neoretrofillregular; font-size: 40px; font-size: 4rem; margin-bottom: 20px; } #bgu-teacher-profile-links-wrapper { margin: 30px 0 0 15px; } #bgu-teacher-profile-links ul li { list-style: none; } #bgu-teacher-profile-links ul li:before { font-family: 'FontAwesome'; content: '\f004'; margin: 0 10px 0 -22px; color: #df2851; } /* FOR CHANGING ORDER OF WEBSITE LINKS ON MOBILE VIEWPORTS */ #bgu-teacher-profile-links-mobile { display: none; } @media only screen and (max-width: 700px) { /* Begin customizations to teacher profile page. */ #bgu-teacher-profile-main-content-wrapper { -webkit-flex-flow: column nowrap; -ms-flex-flow: column nowrap; flex-flow: column nowrap; } #bgu-teacher-profile-links-wrapper { display: none; } #bgu-teacher-profile-links-mobile, #bgu-teacher-profile-links-mobile #bgu-teacher-profile-links-wrapper { display: block; } /* End customizations to teacher profile page. */ } @media only screen and (max-width: 480px) { /* Begin css edits to teacher bio page. */ #bgu-teacher-profile-mugshot img { max-width: 100%; width: 100%; } #bgu-teacher-mugshot-links { min-width: 100%; margin: 0; } /* End css edits to teacher bio page. */ } /* ----------------------------------------- */ /* Content Template: Teacher Profile – Bio Section - end */ /* ----------------------------------------- */ /* ----------------------------------------- */ /* Content Template: Pagination Template - start */ /* ----------------------------------------- */ .bgu-pagination { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #67c2b6; color: white; padding: 3px 10px; height: 32px; margin-bottom: 30px; width: 100%; } .bgu-pagination div { margin: 0 5px; } .bgu-pagination ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; margin: 0px; } .bgu-pagination ul li { list-style: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 1px 3px; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } .bgu-pagination ul li a, .bgu-pagination ul li span.wpv-filter-pagination-link{ border-style: solid; border-width: 1px; border-radius: 50%; width: 28px; height: 28px; text-align: center; } .bgu-pagination ul li a { color: gray; background: white; } .bgu-pagination ul li.wpv_page_current span { background: gray; color: white; font-weight: 600; } .bgu-pagination a.wpv-filter-previous-link.js-wpv-pagination-previous-link, .bgu-pagination a.wpv-filter-next-link.js-wpv-pagination-next-link { background-color: white; padding: 3px 10px; border-radius: 3px; } .bgu-pagination a.wpv-filter-next-link.js-wpv-pagination-next-link:after { font-family: FontAwesome; content: '\f18e'; margin: 0 0 0 8px; font-size: 16px; font-size: 1.6rem; } .bgu-pagination a.wpv-filter-previous-link.js-wpv-pagination-previous-link:before { font-family: FontAwesome; content: '\f190'; margin: 0 8px 0 0; font-size: 16px; font-size: 1.6rem; } @media only screen and (max-width: 700px) { .jump-to-page { display: none; } .prev-page{ order: -1; } } /* ----------------------------------------- */ /* Content Template: Pagination Template - end */ /* ----------------------------------------- */