Girl Develop It! Boise



Girl Develop It! Boise

1 0


janemiceli.github.io

janemiceli.github.io

On Github janemiceli / janemiceli.github.io

iGirl Develop It! Boise

Jane Miceli

Welcome!

Girl Develop It is here to provide affordable and accessible programs to learn software through mentorship and hands-on instruction.

Some "rules"

  • We are here for you!
  • Every question is important
  • Help each other
  • Have fun

Welcome!

Tell us about yourself.

  • Who are you?
  • What do you hope to get out of the class?
  • What is your favorite dinosaur?

Marvelous Unordered List

  • No order here
  • Or here
  • Or here
  • Or here

Fantastic Ordered List

One is smaller than... Two is smaller than... Three!

But wait! We teach code

For HTML -- Surround your code with a div class "xml", then pre, then code.

            
              <ul>
                <li>No order here</li>
                <li>Or here</li>
                <li>Or here</li>
                <li>Or here</li>
              </ul>
            
          

But wait! We teach code

We can also make code editable

					    
                <ul>
                  <li>No order here</li>
                  <li>Or here</li>
                  <li>Or here</li>
                  <li>Or here</li>
                </ul>
              

            

But wait! We teach code

CSS

              
                body{
                  background-color: #ffffff;
                }
              
            

But wait! We teach code

Javascript

              
                function helloWorld(){
                  var name = 'GDI';
                  alert("Hi, " + name)
                }
              
            

But wait! We teach code

PHP

              
                function helloWorld(){
                  $name = 'GDI';
                  echo "Hi, " . $name;
                }
              
            

But wait! We teach code

Ruby

              
                def hello_world
                  @name = 'GDI'
                  puts "Hi, #{@name}"
                end
              
            

But wait! We teach code

Python

               
                 def hello_world():
                   name = "GDI"
                   print 'Hi, ' + name
                   return
               
             

But wait! We teach code

Java

               
                public void helloWorld(){
                  String name = "GDI";
                  System.out.println("Hi," + name)
                }
               
             

Fragmented Views

Hit the next arrow...

... to step through ...

any type of view fragments This slide has fragments which are also stepped through in the notes window.

Fragment Styles

There's a few styles of fragments, like:

grow

shrink

roll-in

fade-out

highlight-red

highlight-green

highlight-blue

Vertical Slides

Slides can be nested inside of other slides, try pressing down.

Basement Level 1

Press down or up to navigate.

Basement Level 2

Basement Level 3

That's it, time to go back up.

Point of View

Press ESC to enter the slide overview. Hold down alt and click on any element to zoom in on it using zoom.js. Alt + click anywhere to zoom back out.

rvl.io

You know, we are nerds after all and will probably get a kick out of all of this HTML. BUT, if you really don't like writing slides in HTML you can use the online editor rvl.io.

Transition Styles

You can select from different transitions, like: Cube - Page - Concave - Zoom - Linear - None - Default

Themes

Reveal.js comes with a few themes built in: GDI Cool - GDI Light - GDI Sunny - Default

* Theme demos are loaded after the presentation which leads to flicker. In production you should load your theme in the <head> using a <link>.

Custom Events

Additionally custom events can be triggered on a per slide basis by binding to the data-state name.

Reveal.addEventListener( 'customevent', function() {
	console.log( '"customevent" has fired' );
} );
					

Clever Quotes

These guys come in two forms, inline: The nice thing about standards is that there are so many to choose from and block:

For years there has been a theory that millions of monkeys typing at random on millions of typewriters would reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.

Intergalactic Interconnections

You can link between slides internally, like this.

Take a Moment

Press b or period on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take distracting slides off the screen during a presentation.

THE END

BY Girl Develop It

Special thanks to: Hakim El Hattab / hakim.se

Official class name here -- Chapter name here (if content modified from original) --