Introduction to Technology for Musicians
old
old
  • Introduction to Technology for Musicians
  • 10 Units
    • 1. Computer Hardware
      • Assignment (computer hardware)
    • 2. Software
      • Assignment (software)
    • 3. Networks
      • Assignment (networks)
      • During Class
    • 4. Analog Audio
      • Assignment (analog synth)
      • Assignment (mic differences experiment)
    • 5. Digital Audio
      • Assignment (podcast)
      • Assignment (audio mixing)
      • Assignment (stereo recording)
    • 6. Photography & Film (analog)
    • 7. Photography/Graphics & Video (digital)
      • Assignment (photography)
      • Assignment (2d graphics)
      • Assignment (3d graphics)
      • Assignment (multi-camera editing)
      • Assignment (music video)
      • Assignment (score following video)
      • Video Recording
        • Audition/Screening Video (1 camera)
        • Multicam Video Recording (3+ Cameras)
        • Multicam Video Editing (2+ Cameras)
        • Live Streaming Video (+ Audio)
      • Graphics
        • Vector (2D & 3D) Activity
    • 8. Notation (MIDI) & Virtual Instruments
      • Assignment (notation)
        • MuseScore Reference
        • Dorico Reference
    • 9. Electroacoustic Music
    • 10. Music Rights
      • Copyright & Licensing
      • Copyright & Licensing Resources
  • Questions
  • MUS1331 Final Exam Questions
  • Appendix
    • Software Suggestions
    • Hardware Suggestions
    • Audio Recording
  • Under Construction
  • MIDI Exercise
  • Introduction to Notation Software Exercise
  • Email Etiquette
  • iPad
  • Simple Programming Problems
  • Analogy
  • Spring2021 purchase requirements
  • Lesson Plans
    • Class01
    • Class02
    • Class03
    • Class04
    • Class05
    • Class06
    • Class07
    • long video
    • scratch
Powered by GitBook
On this page

Was this helpful?

Edit on Git
  1. 10 Units
  2. 7. Photography/Graphics & Video (digital)

Assignment (2d graphics)

PreviousAssignment (photography)NextAssignment (3d graphics)

Last updated 4 years ago

Was this helpful?

Use Gravit to work in the browser ... this is a great free alternative to Adobe Illustrator.

  • Navigate to

  • log in with your Facebook or Google account and continue with free version (you'll have to "x" out of the popup or click start free)

  • Complete the following tutorial using a different color background and the first letter of your first or last name ... modify it so the background is transparent and export as a PNG.

    • hold down shift to change the size of the ellipse and letter (after converting to path)

Upload the icon to your Github and create a page with the following code:

<!DOCTYPE html>
<html>

    <body style="background-color:green;">

        <img src="icon.png" alt="icon">

    </body>
    
</html>
https://designer.gravit.io/