diff --git a/src/assets/logos/AmazonLogo.jsx b/src/assets/logos/AmazonLogo.jsx new file mode 100644 index 0000000..af16f3e --- /dev/null +++ b/src/assets/logos/AmazonLogo.jsx @@ -0,0 +1,28 @@ +export const AmazonLogo = () => ( + + + + + +); \ No newline at end of file diff --git a/src/assets/logos/DragonsChild.jsx b/src/assets/logos/DragonsChild.jsx new file mode 100644 index 0000000..61ea136 --- /dev/null +++ b/src/assets/logos/DragonsChild.jsx @@ -0,0 +1,10 @@ +import React from 'react'; + +export const DragonsChildLogo = () => ( + DragonsChild Logo +); \ No newline at end of file diff --git a/src/assets/logos/DropboxLogo.jsx b/src/assets/logos/DropboxLogo.jsx new file mode 100644 index 0000000..711362c --- /dev/null +++ b/src/assets/logos/DropboxLogo.jsx @@ -0,0 +1,19 @@ +export const DropboxLogo = () => ( + + + + + + + + + + + +); \ No newline at end of file diff --git a/src/assets/logos/NetflixLogo.jsx b/src/assets/logos/NetflixLogo.jsx new file mode 100644 index 0000000..6644612 --- /dev/null +++ b/src/assets/logos/NetflixLogo.jsx @@ -0,0 +1,21 @@ +export const NetflixLogo = () => ( + + + + + + + + + + +); \ No newline at end of file diff --git a/src/assets/logos/SlackLogo.jsx b/src/assets/logos/SlackLogo.jsx new file mode 100644 index 0000000..93c78bd --- /dev/null +++ b/src/assets/logos/SlackLogo.jsx @@ -0,0 +1,50 @@ +export const SlackLogo = () => ( + + + + + + + + + + + + + + + +); \ No newline at end of file