Skip to content
View perrygovier's full-sized avatar
👨‍🏫
👨‍🏫

Highlights

  • Pro

Organizations

@Madison-College-IT-Curriculum
Block or Report

Block or report perrygovier

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
perrygovier/README.md

Hello, I'm Perry

I'm a faculty instructor at Madison College in Madison, WI, where I focus on teaching front-end development.

Previously, I worked with Ionic for seven years in Madison and Teal Media most recently. Before that, I got my professional start at Minneapolis-based agencies like Spyder Trap and Reliable Sites. I completed my bachelor's at Metropolitan State University in 2010 and have worked in web and app development since 2008.

The wonderful thing about Perry Govier's is that I'm the only one!* So if you see a “Perry Govier” online, stop by to say “Hello."

Socials:

*There is one other Perry Govier that I’m aware of, but he’s a retired Canadian firefighter who isn’t online except for a mostly abandoned Facebook account.

Pinned

  1. ionic-codepen-deploy ionic-codepen-deploy Public

    Takes a bunch of ionic Codepens and creates projects pointing to a development version of Ionic, also loading the projects on a plugged in device

    Shell 3

  2. SiteUp SiteUp Public

    Program to check a list of sites, see if they're up, and if a given string is in the markup

    Java 1 1

  3. NameBook NameBook Public

    A tool for helping you remember the names of your Facebook Friends

    TypeScript 1

  4. wisdems-profile-pic-generator wisdems-profile-pic-generator Public

    A tool for adding a WisDems banner to your profile picture

    JavaScript

  5. angular-ionic memory++ angular-ionic memory++
    1
    var stopit = false;
    2
    var tab1 = document.querySelectorAll('.ion-home');
    3
    var tab2 = document.querySelectorAll('.ion-heart');
    4
    var tab3 = document.querySelectorAll('.ion-gear-b');
    5
    
                  
  6. Example of combining Stencil.js and ... Example of combining Stencil.js and GSAP
    1
    import { 
    2
      Component, 
    3
      // Prop, 
    4
      State,
    5
      Element