Open bmordan opened 3 years ago
Image taken from unsplash
Created by Mandy using canva
created by Mandy on canva
created by Mandy using Canva
copyright free from Unsplash.com
created by Mandy on Canva
UML association arrow type
UML inheritance arrow type
UML aggregation arrow type
UML composition arrow type
no
Photo by Jannis Lucas on Unsplash
Photo by Mika Baumeister on Unsplash
Photo by Taylor Heery on Unsplash
Photo by Charles Deluvio on Unsplash
Photo by Michał Parzuchowski on Unsplash
UML syntax:
@startuml
class EuropeanMap {
}
class AmericasMap {
}
class Map {
}
class Company {
- name
- description
}
class Location {
}
class Pin {
}
Map <|-down- EuropeanMap
Map <|-down- AmericasMap
Company "0..*" --> "1" Location: is located in
Pin "0..*" -left-> "1" Location: is placed on\t\t
Map "1.*" *-right-> "*" Location: \t\t\t\t
@enduml
We have approval from Microsoft (via Tara Haig) to be able to use images from Microsoft’s Inclusive Design Toolkit.
Add images for the curriculum here, keep them out of the repo so they are not sent back and forth as we push and pull the repo.
![alt label in here](image URL in here)
![alt label in here](image URL in here "fig caption here")