diff --git a/src/assets/svgs/illustrations/childish-gambino.svg b/src/assets/svgs/illustrations/childish-gambino.svg new file mode 100644 index 0000000..67397d5 --- /dev/null +++ b/src/assets/svgs/illustrations/childish-gambino.svg @@ -0,0 +1,502 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/svgs/illustrations/fire-lady.svg b/src/assets/svgs/illustrations/fire-lady.svg new file mode 100644 index 0000000..36c83a8 --- /dev/null +++ b/src/assets/svgs/illustrations/fire-lady.svg @@ -0,0 +1,1253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/assets/svgs/illustrations/roller-gal.svg b/src/assets/svgs/illustrations/roller-gal.svg new file mode 100644 index 0000000..1be3ebd --- /dev/null +++ b/src/assets/svgs/illustrations/roller-gal.svg @@ -0,0 +1,1334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/SectionPress/SectionPress.stories.js b/src/components/SectionPress/SectionPress.stories.js new file mode 100644 index 0000000..dcb21ef --- /dev/null +++ b/src/components/SectionPress/SectionPress.stories.js @@ -0,0 +1,41 @@ +import SectionPress from "./SectionPress" + +const Items = [ + { + title: + "AdWeek – Beats by Dre Brings in an A-List of Athletes for An Ad You Can’t Take Your Eyes Off Of" + }, + { + title: "Vice – The Poetic Work of Filmmaker Savanah Leaf" + }, + { + title: + "Far & Wide – TIFF 2018: Interview With EXIT Director Claire Edmondson" + }, + { + title: + "The New York Times – Hiro Murai Doesn’t Want to Get on a Soapbox" + }, + { + title: + "Little Black Book – The Story Behind Donald Glover and Hiro Murai’s Creative Love Affair" + }, + { + title: + "The Ringer – The Vimeo Blog: Introducing: music video exec. Mama Doom Danielle Hinde" + } +] + +export default { + title: "@dchiamp / SectionPress" +} + +export const Default = () => ({ + components: { SectionPress }, + data() { + return { + items: [...Items, ...Items] + } + }, + template: `` +}) diff --git a/src/components/SectionPress/SectionPress.vue b/src/components/SectionPress/SectionPress.vue new file mode 100644 index 0000000..e1bf734 --- /dev/null +++ b/src/components/SectionPress/SectionPress.vue @@ -0,0 +1,165 @@ + + + + + diff --git a/src/components/global/SplitText.vue b/src/components/global/SplitText.vue new file mode 100644 index 0000000..57aba89 --- /dev/null +++ b/src/components/global/SplitText.vue @@ -0,0 +1,51 @@ + + +