Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1002 Bytes

File metadata and controls

13 lines (11 loc) · 1002 Bytes

Part I

Create an OC for your business card

  • Create a new component named bc-(username) where username is the first letter of your name + your last name, example bc-mfigus.
  • Publish the component to http://oc-registry.herokuapp.com.
  • Edit the component: markup needs to contain some information, for example your name, your linked e-mail address, etc.
  • Include an image and include it as static resources in the component (Help).
  • Add some css inside a <style> tag and setup 2 skins: black (dark background and white text) and white (white background and dark text). Be creative with the CSS as you like.
  • An optional parameter skin (white|dark, default white) should allow the to view the component with the appropriate css skin.
  • The component should be re-published to http://oc-registry.herokuapp.com with a new version.
  • Well done! Part II