Day 8

  • Text Align
  • Create About (columns) & finish Contact Pages
  • Fantastic Buttons & How to Use Them
  • Code Editors/ IDEs
  • Github (the Beginning)
  • Practice with Github
  • Text Align property
  • This is great to know for columns
  • Create a wire frame
  • Code Out the Columns using what we know (position, float, & width)
  • First create a <button></button> element
  • Kinda boring, no? Let's apply some of our knowledge to make our buttons dynamic
  • Hint: Use the inspector if you're stuck trying to figure out what to target
  • But how do we make them do stuff?
  • Box Shadow makes me fancy
  • IDE
                      
                        "An integrated development environment (IDE) is a software
                        application that provides comprehensive facilities to
                        computer programmers for software development. An IDE normally
                        consists of a source code editor, build automation tools and a
                        debugger. Most modern IDEs have intelligent code completion.""
                      
                    
  • Code Editor
                      A source code editor is a text editor program designed specifically
                        for editing source code of computer programs by programmers. It may
                        be a standalone application or it may be built into an integrated
                        development environment (IDE) or web browser.
                      
                    
  • Examples:
  • Brackets
  • Atom
  • Sublime
  • Visual Studio Code
  • Git vs. Github
  • Purpose of VCS (got 99 problems but proper maintainance of code aint one...)
  • What's the Terminal?
  •                   ...a means of interacting with a computer program where
                        the user (or client) issues commands to the program...
                      
                    
  • Ok...