├── src ├── logo │ ├── index.js │ ├── tests │ │ └── actionsSpec.js │ ├── containers │ │ ├── GenerateLogos.js │ │ ├── DownloadContainer.js │ │ ├── HomeComponent.js │ │ ├── SetTaglineComponent.js │ │ ├── SetIndustryName.js │ │ ├── SurveyContainer.js │ │ ├── SetLogoText.js │ │ ├── ColorPaletteList.js │ │ └── LogoList.js │ ├── components │ │ ├── LogoInspirationComponent.js │ │ ├── DownloadComponent.js │ │ ├── LogoComponent.js │ │ ├── LogoList.js │ │ ├── CompanyNameComponent.js │ │ ├── ColorPaletteComponent.js │ │ ├── IndustryNameComponent.js │ │ └── SurveyComponent.js │ ├── data │ │ └── assets.js │ └── actionTypes.js ├── assets │ ├── sass │ │ ├── components │ │ │ ├── common │ │ │ │ ├── _index.scss │ │ │ │ └── _progress-bar.scss │ │ │ └── logo │ │ │ │ ├── _index.scss │ │ │ │ ├── _color-palette.scss │ │ │ │ └── _logo-inspiration-component.scss │ │ ├── _mixins.scss │ │ ├── app.scss │ │ ├── _industry-name-component.scss │ │ ├── _tagline-component.scss │ │ ├── _company-name-form-component.scss │ │ ├── _home.scss │ │ ├── _logo-information.scss │ │ └── _variables.scss │ ├── images │ │ ├── loading.gif │ │ ├── start-over2x.png │ │ ├── logomator-logo.png │ │ ├── logomator-logo2.png │ │ ├── ada-profile-bubble.png │ │ └── logo-inspirations │ │ │ ├── Aerial@2x.png │ │ │ ├── Centurion@2x.png │ │ │ ├── Dark_Roast@2x.png │ │ │ ├── Happy_Faces@2x.png │ │ │ ├── Honey_Bee@2x.png │ │ │ ├── Match_Book@2x.png │ │ │ ├── Social_Wine@2x.png │ │ │ ├── Vantage_Point@2x.png │ │ │ ├── Charles_Porter@2x.png │ │ │ ├── Claire_Biddens@2x.png │ │ │ ├── Dark_Roast_Cafe@2x.png │ │ │ ├── Smokehouse_BBQ@2x.png │ │ │ ├── Aerial_Consulting@2x.png │ │ │ ├── Happy_Faces_Child@2x.png │ │ │ ├── Honey_Bee_Sweeten@2x.png │ │ │ ├── Match_Book_Studios@2x.png │ │ │ ├── Social_Wine_Lounge@2x.png │ │ │ ├── Claire_Biddens_Event@2x.png │ │ │ ├── Summer_Belle_Clothing@2x.png │ │ │ ├── Centurion_Financial_Group@2x.png │ │ │ ├── Charles_Porter_Real_Estate@2x.png │ │ │ ├── Smokehouse_BBQ_Restaurant@2x.png │ │ │ └── Vantage_Point_Photography@2x.png │ └── fonts │ │ ├── oswald │ │ ├── Oswald-Bold.ttf │ │ ├── Oswald-Heavy.ttf │ │ ├── Oswald-Light.ttf │ │ ├── Oswald-Medium.ttf │ │ ├── Oswald-DemiBold.ttf │ │ ├── Oswald-Regular.ttf │ │ ├── Oswald-Stencil.ttf │ │ ├── Oswald-BoldItalic.ttf │ │ ├── Oswald-ExtraLight.ttf │ │ ├── Oswald-HeavyItalic.ttf │ │ ├── Oswald-LightItalic.ttf │ │ ├── Oswald-MediumItalic.ttf │ │ ├── Oswald-RegularItalic.ttf │ │ ├── oswald-bold-webfont.woff │ │ ├── oswald-bold-webfont.woff2 │ │ ├── Oswald-Demi-BoldItalic.ttf │ │ ├── oswald-regular-webfont.woff │ │ ├── Oswald-Extra-LightItalic.ttf │ │ ├── oswald-bolditalic-webfont.woff │ │ ├── oswald-regular-webfont.woff2 │ │ ├── oswald-bolditalic-webfont.woff2 │ │ ├── oswald-demi-bolditalic-webfont.woff │ │ ├── oswald-demi-bolditalic-webfont.woff2 │ │ └── SIL Open Font License.txt │ │ ├── pacifico │ │ ├── Pacifico.ttf │ │ ├── pacifico-webfont.woff │ │ ├── pacifico-webfont.woff2 │ │ └── SIL Open Font License.txt │ │ ├── lato │ │ ├── lato-bold-webfont.woff │ │ ├── lato-thin-webfont.woff │ │ ├── lato-black-webfont.woff │ │ ├── lato-black-webfont.woff2 │ │ ├── lato-bold-webfont.woff2 │ │ ├── lato-heavy-webfont.woff │ │ ├── lato-heavy-webfont.woff2 │ │ ├── lato-italic-webfont.woff │ │ ├── lato-light-webfont.woff │ │ ├── lato-light-webfont.woff2 │ │ ├── lato-medium-webfont.woff │ │ ├── lato-thin-webfont.woff2 │ │ ├── lato-hairline-webfont.woff │ │ ├── lato-hairline-webfont.woff2 │ │ ├── lato-italic-webfont.woff2 │ │ ├── lato-medium-webfont.woff2 │ │ ├── lato-regular-webfont.woff │ │ ├── lato-regular-webfont.woff2 │ │ ├── lato-semibold-webfont.woff │ │ ├── lato-semibold-webfont.woff2 │ │ ├── lato-blackitalic-webfont.woff │ │ ├── lato-bolditalic-webfont.woff │ │ ├── lato-bolditalic-webfont.woff2 │ │ ├── lato-heavyitalic-webfont.woff │ │ ├── lato-lightitalic-webfont.woff │ │ ├── lato-thinitalic-webfont.woff │ │ ├── lato-thinitalic-webfont.woff2 │ │ ├── lato-blackitalic-webfont.woff2 │ │ ├── lato-hairlineitalic-webfont.woff │ │ ├── lato-heavyitalic-webfont.woff2 │ │ ├── lato-lightitalic-webfont.woff2 │ │ ├── lato-mediumitalic-webfont.woff │ │ ├── lato-mediumitalic-webfont.woff2 │ │ ├── lato-semibolditalic-webfont.woff │ │ ├── lato-hairlineitalic-webfont.woff2 │ │ └── lato-semibolditalic-webfont.woff2 │ │ ├── ChunkFive │ │ ├── chunkfive-webfont.woff │ │ ├── chunkfive-webfont.woff2 │ │ └── SIL Open Font License.txt │ │ ├── cinzel │ │ ├── cinzel-black-webfont.woff │ │ ├── cinzel-bold-webfont.woff │ │ ├── cinzel-bold-webfont.woff2 │ │ ├── cinzel-black-webfont.woff2 │ │ ├── cinzel-regular-webfont.woff │ │ ├── cinzel-regular-webfont.woff2 │ │ ├── cinzeldecorative-black-webfont.woff │ │ ├── cinzeldecorative-bold-webfont.woff │ │ ├── cinzeldecorative-bold-webfont.woff2 │ │ ├── cinzeldecorative-black-webfont.woff2 │ │ ├── cinzeldecorative-regular-webfont.woff │ │ ├── cinzeldecorative-regular-webfont.woff2 │ │ └── SIL Open Font License.txt │ │ ├── bebas_neue │ │ ├── bebasneue-webfont.woff │ │ └── bebasneue-webfont.woff2 │ │ ├── Caviar-Dreams │ │ ├── caviardreams-webfont.woff │ │ ├── caviardreams-webfont.woff2 │ │ ├── caviar_dreams_bold-webfont.woff │ │ ├── caviar_dreams_bold-webfont.woff2 │ │ ├── caviardreams_italic-webfont.woff │ │ ├── caviardreams_italic-webfont.woff2 │ │ ├── caviardreams_bolditalic-webfont.woff │ │ ├── caviardreams_bolditalic-webfont.woff2 │ │ └── Nymphont License.txt │ │ ├── boogaloo │ │ ├── boogaloo-regular-webfont.woff │ │ └── boogaloo-regular-webfont.woff2 │ │ ├── alex-brush │ │ ├── alexbrush-regular-webfont.woff │ │ └── alexbrush-regular-webfont.woff2 │ │ ├── great-vibes │ │ ├── greatvibes-regular-webfont.woff │ │ ├── greatvibes-regular-webfont.woff2 │ │ └── SIL Open Font License.txt │ │ ├── proxima-nova │ │ ├── proxima-nova-bold-webfont.woff │ │ ├── proxima-nova-bold-webfont.woff2 │ │ ├── proxima-nova-light-webfont.woff │ │ ├── proxima-nova-light-webfont.woff2 │ │ ├── proxima-nova-semibold-webfont.woff │ │ ├── proximanova-regular-webfont.woff │ │ ├── proximanova-regular-webfont.woff2 │ │ └── proxima-nova-semibold-webfont.woff2 │ │ ├── abril-fatface │ │ ├── abrilfatface-regular-webfont.woff │ │ └── abrilfatface-regular-webfont.woff2 │ │ ├── happy-monkey │ │ ├── happymonkey-regular-webfont.woff │ │ ├── happymonkey-regular-webfont.woff2 │ │ └── SIL Open Font License.txt │ │ ├── dancing-script-ot │ │ ├── dancingscript-regular-webfont.woff │ │ ├── dancingscript-regular-webfont.woff2 │ │ └── SIL Open Font License.txt │ │ └── montserrat │ │ ├── montserrat-bold │ │ ├── montserrat-bold-webfont.woff │ │ ├── montserrat-bold-webfont.woff2 │ │ ├── stylesheet.css │ │ └── generator_config.txt │ │ ├── montserrat-regular │ │ ├── montserrat-regular-webfont.woff │ │ ├── montserrat-regular-webfont.woff2 │ │ ├── stylesheet.css │ │ └── generator_config.txt │ │ └── montserrat-semibold │ │ ├── montserrat-semibold-webfont.woff │ │ ├── montserrat-semibold-webfont.woff2 │ │ ├── stylesheet.css │ │ └── generator_config.txt ├── config │ └── config.json ├── components │ └── common │ │ ├── LoadingComponent.js │ │ ├── HeaderComponent.js │ │ ├── Navbar.js │ │ ├── ChatComponent.js │ │ ├── Layout.js │ │ └── ProgressBarComponent.js └── index.js ├── static.json ├── public ├── favicon.ico ├── images │ ├── generating.gif │ └── icons │ │ ├── back.png │ │ ├── forward.png │ │ └── start-over.png ├── fonts │ ├── pacifico │ │ ├── Pacifico.ttf │ │ ├── pacifico-webfont.woff │ │ ├── pacifico-webfont.woff2 │ │ └── SIL Open Font License.txt │ ├── oswald │ │ ├── Oswald-Bold.ttf │ │ ├── Oswald-Heavy.ttf │ │ ├── Oswald-Light.ttf │ │ ├── Oswald-DemiBold.ttf │ │ ├── Oswald-Medium.ttf │ │ ├── Oswald-Regular.ttf │ │ ├── Oswald-Stencil.ttf │ │ ├── Oswald-BoldItalic.ttf │ │ ├── Oswald-ExtraLight.ttf │ │ ├── Oswald-HeavyItalic.ttf │ │ ├── Oswald-LightItalic.ttf │ │ ├── Oswald-MediumItalic.ttf │ │ ├── Oswald-RegularItalic.ttf │ │ ├── oswald-bold-webfont.woff │ │ ├── Oswald-Demi-BoldItalic.ttf │ │ ├── oswald-bold-webfont.woff2 │ │ ├── Oswald-Extra-LightItalic.ttf │ │ ├── oswald-regular-webfont.woff │ │ ├── oswald-regular-webfont.woff2 │ │ ├── oswald-bolditalic-webfont.woff │ │ ├── oswald-bolditalic-webfont.woff2 │ │ ├── oswald-demi-bolditalic-webfont.woff │ │ ├── oswald-demi-bolditalic-webfont.woff2 │ │ └── SIL Open Font License.txt │ ├── lato │ │ ├── lato-black-webfont.woff │ │ ├── lato-bold-webfont.woff │ │ ├── lato-bold-webfont.woff2 │ │ ├── lato-heavy-webfont.woff │ │ ├── lato-light-webfont.woff │ │ ├── lato-thin-webfont.woff │ │ ├── lato-thin-webfont.woff2 │ │ ├── lato-black-webfont.woff2 │ │ ├── lato-hairline-webfont.woff │ │ ├── lato-heavy-webfont.woff2 │ │ ├── lato-italic-webfont.woff │ │ ├── lato-italic-webfont.woff2 │ │ ├── lato-light-webfont.woff2 │ │ ├── lato-medium-webfont.woff │ │ ├── lato-medium-webfont.woff2 │ │ ├── lato-regular-webfont.woff │ │ ├── lato-regular-webfont.woff2 │ │ ├── lato-semibold-webfont.woff │ │ ├── lato-bolditalic-webfont.woff │ │ ├── lato-hairline-webfont.woff2 │ │ ├── lato-semibold-webfont.woff2 │ │ ├── lato-thinitalic-webfont.woff │ │ ├── lato-blackitalic-webfont.woff │ │ ├── lato-blackitalic-webfont.woff2 │ │ ├── lato-bolditalic-webfont.woff2 │ │ ├── lato-heavyitalic-webfont.woff │ │ ├── lato-heavyitalic-webfont.woff2 │ │ ├── lato-lightitalic-webfont.woff │ │ ├── lato-lightitalic-webfont.woff2 │ │ ├── lato-mediumitalic-webfont.woff │ │ ├── lato-mediumitalic-webfont.woff2 │ │ ├── lato-thinitalic-webfont.woff2 │ │ ├── lato-hairlineitalic-webfont.woff │ │ ├── lato-hairlineitalic-webfont.woff2 │ │ ├── lato-semibolditalic-webfont.woff │ │ └── lato-semibolditalic-webfont.woff2 │ ├── cinzel │ │ ├── cinzel-bold-webfont.woff │ │ ├── cinzel-black-webfont.woff │ │ ├── cinzel-black-webfont.woff2 │ │ ├── cinzel-bold-webfont.woff2 │ │ ├── cinzel-regular-webfont.woff │ │ ├── cinzel-regular-webfont.woff2 │ │ ├── cinzeldecorative-bold-webfont.woff │ │ ├── cinzeldecorative-black-webfont.woff │ │ ├── cinzeldecorative-black-webfont.woff2 │ │ ├── cinzeldecorative-bold-webfont.woff2 │ │ ├── cinzeldecorative-regular-webfont.woff │ │ ├── cinzeldecorative-regular-webfont.woff2 │ │ └── SIL Open Font License.txt │ ├── ChunkFive │ │ ├── chunkfive-webfont.woff │ │ ├── chunkfive-webfont.woff2 │ │ └── SIL Open Font License.txt │ ├── bebas_neue │ │ ├── bebasneue-webfont.woff │ │ └── bebasneue-webfont.woff2 │ ├── boogaloo │ │ ├── boogaloo-regular-webfont.woff │ │ └── boogaloo-regular-webfont.woff2 │ ├── Caviar-Dreams │ │ ├── caviardreams-webfont.woff │ │ ├── caviardreams-webfont.woff2 │ │ ├── caviar_dreams_bold-webfont.woff │ │ ├── caviar_dreams_bold-webfont.woff2 │ │ ├── caviardreams_italic-webfont.woff │ │ ├── caviardreams_italic-webfont.woff2 │ │ ├── caviardreams_bolditalic-webfont.woff │ │ ├── caviardreams_bolditalic-webfont.woff2 │ │ └── Nymphont License.txt │ ├── alex-brush │ │ ├── alexbrush-regular-webfont.woff │ │ └── alexbrush-regular-webfont.woff2 │ ├── great-vibes │ │ ├── greatvibes-regular-webfont.woff │ │ ├── greatvibes-regular-webfont.woff2 │ │ └── SIL Open Font License.txt │ ├── proxima-nova │ │ ├── proxima-nova-bold-webfont.woff │ │ ├── proxima-nova-bold-webfont.woff2 │ │ ├── proxima-nova-light-webfont.woff │ │ ├── proxima-nova-light-webfont.woff2 │ │ ├── proximanova-regular-webfont.woff │ │ ├── proximanova-regular-webfont.woff2 │ │ ├── proxima-nova-semibold-webfont.woff │ │ └── proxima-nova-semibold-webfont.woff2 │ ├── happy-monkey │ │ ├── happymonkey-regular-webfont.woff │ │ ├── happymonkey-regular-webfont.woff2 │ │ └── SIL Open Font License.txt │ ├── abril-fatface │ │ ├── abrilfatface-regular-webfont.woff │ │ └── abrilfatface-regular-webfont.woff2 │ ├── dancing-script-ot │ │ ├── dancingscript-regular-webfont.woff │ │ ├── dancingscript-regular-webfont.woff2 │ │ └── SIL Open Font License.txt │ └── montserrat │ │ ├── montserrat-bold │ │ ├── montserrat-bold-webfont.woff │ │ ├── montserrat-bold-webfont.woff2 │ │ ├── stylesheet.css │ │ └── generator_config.txt │ │ ├── montserrat-regular │ │ ├── montserrat-regular-webfont.woff │ │ ├── montserrat-regular-webfont.woff2 │ │ ├── stylesheet.css │ │ └── generator_config.txt │ │ └── montserrat-semibold │ │ ├── montserrat-semibold-webfont.woff │ │ ├── montserrat-semibold-webfont.woff2 │ │ ├── stylesheet.css │ │ └── generator_config.txt └── index.html ├── server ├── config.json ├── mock │ ├── logoAssets_mock.json │ └── nounProjectAPIResponse_mock.json └── index.js ├── .gitignore └── package.json /src/logo/index.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static.json: -------------------------------------------------------------------------------- 1 | { "root": "build/" } 2 | -------------------------------------------------------------------------------- /src/assets/sass/components/common/_index.scss: -------------------------------------------------------------------------------- 1 | @import "progress-bar"; -------------------------------------------------------------------------------- /src/logo/tests/actionsSpec.js: -------------------------------------------------------------------------------- 1 | import * as actions from '../actions'; 2 | 3 | // TODO -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/favicon.ico -------------------------------------------------------------------------------- /public/images/generating.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/images/generating.gif -------------------------------------------------------------------------------- /public/images/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/images/icons/back.png -------------------------------------------------------------------------------- /src/assets/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/loading.gif -------------------------------------------------------------------------------- /src/assets/sass/components/logo/_index.scss: -------------------------------------------------------------------------------- 1 | @import "logo-inspiration-component"; 2 | @import "color-palette"; -------------------------------------------------------------------------------- /public/images/icons/forward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/images/icons/forward.png -------------------------------------------------------------------------------- /public/fonts/pacifico/Pacifico.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/pacifico/Pacifico.ttf -------------------------------------------------------------------------------- /public/images/icons/start-over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/images/icons/start-over.png -------------------------------------------------------------------------------- /src/assets/images/start-over2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/start-over2x.png -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-Bold.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-Heavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-Heavy.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-Light.ttf -------------------------------------------------------------------------------- /src/assets/images/logomator-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logomator-logo.png -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-DemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-DemiBold.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-Medium.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-Regular.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-Stencil.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-Stencil.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-Bold.ttf -------------------------------------------------------------------------------- /src/assets/fonts/pacifico/Pacifico.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/pacifico/Pacifico.ttf -------------------------------------------------------------------------------- /src/assets/images/logomator-logo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logomator-logo2.png -------------------------------------------------------------------------------- /public/fonts/lato/lato-black-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-black-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-bold-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-bold-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-heavy-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-heavy-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-light-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-thin-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-thin-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-thin-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-thin-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-BoldItalic.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-ExtraLight.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-Heavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-Heavy.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-Light.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-Medium.ttf -------------------------------------------------------------------------------- /src/assets/images/ada-profile-bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/ada-profile-bubble.png -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzel-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzel-bold-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-black-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-black-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-hairline-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-hairline-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-heavy-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-heavy-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-italic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-italic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-light-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-medium-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-medium-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-medium-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-medium-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-semibold-webfont.woff -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-HeavyItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-HeavyItalic.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-LightItalic.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-MediumItalic.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-RegularItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-RegularItalic.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/oswald-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/oswald-bold-webfont.woff -------------------------------------------------------------------------------- /public/fonts/pacifico/pacifico-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/pacifico/pacifico-webfont.woff -------------------------------------------------------------------------------- /public/fonts/pacifico/pacifico-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/pacifico/pacifico-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-bold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-thin-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-thin-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-DemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-DemiBold.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-Regular.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-Stencil.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-Stencil.ttf -------------------------------------------------------------------------------- /public/fonts/ChunkFive/chunkfive-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/ChunkFive/chunkfive-webfont.woff -------------------------------------------------------------------------------- /public/fonts/ChunkFive/chunkfive-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/ChunkFive/chunkfive-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/bebas_neue/bebasneue-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/bebas_neue/bebasneue-webfont.woff -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzel-black-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzel-black-webfont.woff -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzel-black-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzel-black-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzel-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzel-bold-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-bolditalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-hairline-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-hairline-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-semibold-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-thinitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-thinitalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-Demi-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-Demi-BoldItalic.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/oswald-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/oswald-bold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-black-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-black-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-black-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-black-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-bold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-heavy-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-heavy-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-heavy-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-heavy-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-italic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-light-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-light-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-medium-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-medium-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-thin-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-thin-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-BoldItalic.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-ExtraLight.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-HeavyItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-HeavyItalic.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-LightItalic.ttf -------------------------------------------------------------------------------- /public/fonts/bebas_neue/bebasneue-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/bebas_neue/bebasneue-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzel-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzel-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzel-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzel-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-blackitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-blackitalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-blackitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-blackitalic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-heavyitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-heavyitalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-heavyitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-heavyitalic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-lightitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-lightitalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-lightitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-lightitalic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-mediumitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-mediumitalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-mediumitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-mediumitalic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-thinitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-thinitalic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/oswald/Oswald-Extra-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/Oswald-Extra-LightItalic.ttf -------------------------------------------------------------------------------- /public/fonts/oswald/oswald-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/oswald-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/oswald/oswald-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/oswald-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/ChunkFive/chunkfive-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/ChunkFive/chunkfive-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzel-black-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzel-black-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzel-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzel-bold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzel-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzel-bold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-hairline-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-hairline-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-hairline-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-hairline-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-italic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-medium-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-medium-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-semibold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-semibold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-MediumItalic.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-RegularItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-RegularItalic.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/oswald-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/oswald-bold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/oswald/oswald-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/oswald-bold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/pacifico/pacifico-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/pacifico/pacifico-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/pacifico/pacifico-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/pacifico/pacifico-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Aerial@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Aerial@2x.png -------------------------------------------------------------------------------- /public/fonts/boogaloo/boogaloo-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/boogaloo/boogaloo-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-hairlineitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-hairlineitalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-hairlineitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-hairlineitalic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/lato/lato-semibolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-semibolditalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/lato/lato-semibolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/lato/lato-semibolditalic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/oswald/oswald-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/oswald-bolditalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/oswald/oswald-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/oswald-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/ChunkFive/chunkfive-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/ChunkFive/chunkfive-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/bebas_neue/bebasneue-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/bebas_neue/bebasneue-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/bebas_neue/bebasneue-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/bebas_neue/bebasneue-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzel-black-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzel-black-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzel-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzel-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-blackitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-blackitalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-bolditalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-heavyitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-heavyitalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-lightitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-lightitalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-thinitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-thinitalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-thinitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-thinitalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-Demi-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-Demi-BoldItalic.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/oswald-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/oswald-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/Caviar-Dreams/caviardreams-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/Caviar-Dreams/caviardreams-webfont.woff -------------------------------------------------------------------------------- /public/fonts/Caviar-Dreams/caviardreams-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/Caviar-Dreams/caviardreams-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/alex-brush/alexbrush-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/alex-brush/alexbrush-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/boogaloo/boogaloo-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/boogaloo/boogaloo-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzeldecorative-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzeldecorative-bold-webfont.woff -------------------------------------------------------------------------------- /server/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "NOUN_PROJECT_API_KEY": "8a955263224e474dbc3f46d85a6fdf1c", 3 | "NOUN_PROJECT_API_SECRET": "6886648ced6547348906dc13e0b23396" 4 | } -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzel-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzel-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-blackitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-blackitalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-hairlineitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-hairlineitalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-heavyitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-heavyitalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-lightitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-lightitalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-mediumitalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-mediumitalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-mediumitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-mediumitalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-semibolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-semibolditalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/oswald/Oswald-Extra-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/Oswald-Extra-LightItalic.ttf -------------------------------------------------------------------------------- /src/assets/fonts/oswald/oswald-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/oswald-bolditalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/oswald/oswald-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/oswald-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Centurion@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Centurion@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Dark_Roast@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Dark_Roast@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Happy_Faces@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Happy_Faces@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Honey_Bee@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Honey_Bee@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Match_Book@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Match_Book@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Social_Wine@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Social_Wine@2x.png -------------------------------------------------------------------------------- /src/config/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "URLS": { 3 | "heroku": "https://fathomless-harbor-10088.herokuapp.com", 4 | "local": "http://localhost:8000" 5 | } 6 | } -------------------------------------------------------------------------------- /public/fonts/alex-brush/alexbrush-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/alex-brush/alexbrush-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzeldecorative-black-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzeldecorative-black-webfont.woff -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzeldecorative-black-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzeldecorative-black-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzeldecorative-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzeldecorative-bold-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/great-vibes/greatvibes-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/great-vibes/greatvibes-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/oswald/oswald-demi-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/oswald-demi-bolditalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/oswald/oswald-demi-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/oswald/oswald-demi-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/proxima-nova/proxima-nova-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/proxima-nova/proxima-nova-bold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/Caviar-Dreams/caviardreams-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/Caviar-Dreams/caviardreams-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/boogaloo/boogaloo-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/boogaloo/boogaloo-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/boogaloo/boogaloo-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/boogaloo/boogaloo-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-hairlineitalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-hairlineitalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/lato/lato-semibolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/lato/lato-semibolditalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/oswald/oswald-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/oswald-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Vantage_Point@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Vantage_Point@2x.png -------------------------------------------------------------------------------- /public/fonts/Caviar-Dreams/caviar_dreams_bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/Caviar-Dreams/caviar_dreams_bold-webfont.woff -------------------------------------------------------------------------------- /public/fonts/Caviar-Dreams/caviar_dreams_bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/Caviar-Dreams/caviar_dreams_bold-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/Caviar-Dreams/caviardreams_italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/Caviar-Dreams/caviardreams_italic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzeldecorative-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzeldecorative-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/cinzel/cinzeldecorative-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/cinzel/cinzeldecorative-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/great-vibes/greatvibes-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/great-vibes/greatvibes-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/happy-monkey/happymonkey-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/happy-monkey/happymonkey-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/happy-monkey/happymonkey-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/happy-monkey/happymonkey-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/proxima-nova/proxima-nova-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/proxima-nova/proxima-nova-bold-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/proxima-nova/proxima-nova-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/proxima-nova/proxima-nova-light-webfont.woff -------------------------------------------------------------------------------- /public/fonts/proxima-nova/proxima-nova-light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/proxima-nova/proxima-nova-light-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/proxima-nova/proximanova-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/proxima-nova/proximanova-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/proxima-nova/proximanova-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/proxima-nova/proximanova-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/Caviar-Dreams/caviardreams-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/Caviar-Dreams/caviardreams-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/alex-brush/alexbrush-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/alex-brush/alexbrush-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/alex-brush/alexbrush-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/alex-brush/alexbrush-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzeldecorative-black-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzeldecorative-black-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzeldecorative-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzeldecorative-bold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzeldecorative-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzeldecorative-bold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/oswald/oswald-demi-bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/oswald-demi-bolditalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Charles_Porter@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Charles_Porter@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Claire_Biddens@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Claire_Biddens@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Dark_Roast_Cafe@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Dark_Roast_Cafe@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Smokehouse_BBQ@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Smokehouse_BBQ@2x.png -------------------------------------------------------------------------------- /public/fonts/Caviar-Dreams/caviardreams_italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/Caviar-Dreams/caviardreams_italic-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/abril-fatface/abrilfatface-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/abril-fatface/abrilfatface-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/abril-fatface/abrilfatface-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/abril-fatface/abrilfatface-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/proxima-nova/proxima-nova-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/proxima-nova/proxima-nova-semibold-webfont.woff -------------------------------------------------------------------------------- /public/fonts/proxima-nova/proxima-nova-semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/proxima-nova/proxima-nova-semibold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzeldecorative-black-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzeldecorative-black-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzeldecorative-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzeldecorative-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/great-vibes/greatvibes-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/great-vibes/greatvibes-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/great-vibes/greatvibes-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/great-vibes/greatvibes-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/oswald/oswald-demi-bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/oswald/oswald-demi-bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/proxima-nova/proxima-nova-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/proxima-nova/proxima-nova-bold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/proxima-nova/proxima-nova-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/proxima-nova/proxima-nova-bold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/proxima-nova/proxima-nova-light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/proxima-nova/proxima-nova-light-webfont.woff -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Aerial_Consulting@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Aerial_Consulting@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Happy_Faces_Child@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Happy_Faces_Child@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Honey_Bee_Sweeten@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Honey_Bee_Sweeten@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Match_Book_Studios@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Match_Book_Studios@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Social_Wine_Lounge@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Social_Wine_Lounge@2x.png -------------------------------------------------------------------------------- /public/fonts/Caviar-Dreams/caviardreams_bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/Caviar-Dreams/caviardreams_bolditalic-webfont.woff -------------------------------------------------------------------------------- /public/fonts/Caviar-Dreams/caviardreams_bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/Caviar-Dreams/caviardreams_bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/Caviar-Dreams/caviar_dreams_bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/Caviar-Dreams/caviar_dreams_bold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/Caviar-Dreams/caviar_dreams_bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/Caviar-Dreams/caviar_dreams_bold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/Caviar-Dreams/caviardreams_italic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/Caviar-Dreams/caviardreams_italic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/Caviar-Dreams/caviardreams_italic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/Caviar-Dreams/caviardreams_italic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/abril-fatface/abrilfatface-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/abril-fatface/abrilfatface-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/cinzeldecorative-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/cinzel/cinzeldecorative-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/happy-monkey/happymonkey-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/happy-monkey/happymonkey-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/happy-monkey/happymonkey-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/happy-monkey/happymonkey-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/proxima-nova/proxima-nova-light-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/proxima-nova/proxima-nova-light-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/proxima-nova/proxima-nova-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/proxima-nova/proxima-nova-semibold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/proxima-nova/proximanova-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/proxima-nova/proximanova-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/proxima-nova/proximanova-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/proxima-nova/proximanova-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Claire_Biddens_Event@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Claire_Biddens_Event@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Summer_Belle_Clothing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Summer_Belle_Clothing@2x.png -------------------------------------------------------------------------------- /public/fonts/dancing-script-ot/dancingscript-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/dancing-script-ot/dancingscript-regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/dancing-script-ot/dancingscript-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/dancing-script-ot/dancingscript-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/abril-fatface/abrilfatface-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/abril-fatface/abrilfatface-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/proxima-nova/proxima-nova-semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/proxima-nova/proxima-nova-semibold-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-bold/montserrat-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/montserrat/montserrat-bold/montserrat-bold-webfont.woff -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-bold/montserrat-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/montserrat/montserrat-bold/montserrat-bold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/Caviar-Dreams/caviardreams_bolditalic-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/Caviar-Dreams/caviardreams_bolditalic-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/Caviar-Dreams/caviardreams_bolditalic-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/Caviar-Dreams/caviardreams_bolditalic-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/dancing-script-ot/dancingscript-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/dancing-script-ot/dancingscript-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Centurion_Financial_Group@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Centurion_Financial_Group@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Charles_Porter_Real_Estate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Charles_Porter_Real_Estate@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Smokehouse_BBQ_Restaurant@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Smokehouse_BBQ_Restaurant@2x.png -------------------------------------------------------------------------------- /src/assets/images/logo-inspirations/Vantage_Point_Photography@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/images/logo-inspirations/Vantage_Point_Photography@2x.png -------------------------------------------------------------------------------- /src/assets/fonts/dancing-script-ot/dancingscript-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/dancing-script-ot/dancingscript-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-regular/montserrat-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/montserrat/montserrat-regular/montserrat-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-bold/montserrat-bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/montserrat/montserrat-bold/montserrat-bold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-bold/montserrat-bold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/montserrat/montserrat-bold/montserrat-bold-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-regular/montserrat-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/montserrat/montserrat-regular/montserrat-regular-webfont.woff2 -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-semibold/montserrat-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/montserrat/montserrat-semibold/montserrat-semibold-webfont.woff -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-semibold/montserrat-semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/public/fonts/montserrat/montserrat-semibold/montserrat-semibold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-regular/montserrat-regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/montserrat/montserrat-regular/montserrat-regular-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-regular/montserrat-regular-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/montserrat/montserrat-regular/montserrat-regular-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-semibold/montserrat-semibold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/montserrat/montserrat-semibold/montserrat-semibold-webfont.woff -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-semibold/montserrat-semibold-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Logomator/logomator/HEAD/src/assets/fonts/montserrat/montserrat-semibold/montserrat-semibold-webfont.woff2 -------------------------------------------------------------------------------- /src/assets/sass/_mixins.scss: -------------------------------------------------------------------------------- 1 | @mixin logomator-button($bgColor) { 2 | height: 50px; 3 | width: 179px; 4 | color: white; 5 | background: $bgColor; 6 | border: 0; 7 | border-radius: 2px; 8 | font-family: "Proxima Nova", sans-serif; 9 | font-size: 18px; 10 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # See https://help.github.com/ignore-files/ for more about ignoring files. 2 | 3 | # dependencies 4 | /node_modules 5 | 6 | # testing 7 | /coverage 8 | 9 | # production 10 | 11 | # misc 12 | .idea 13 | .DS_Store 14 | .env 15 | npm-debug.log* 16 | yarn-debug.log* 17 | yarn-error.log* 18 | -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-bold/stylesheet.css: -------------------------------------------------------------------------------- 1 | /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 30, 2017 */ 2 | 3 | 4 | 5 | @font-face { 6 | font-family: 'montserratbold'; 7 | src: url('montserrat-bold-webfont.woff2') format('woff2'), 8 | url('montserrat-bold-webfont.woff') format('woff'); 9 | font-weight: normal; 10 | font-style: normal; 11 | 12 | } -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-bold/stylesheet.css: -------------------------------------------------------------------------------- 1 | /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 30, 2017 */ 2 | 3 | 4 | 5 | @font-face { 6 | font-family: 'montserratbold'; 7 | src: url('montserrat-bold-webfont.woff2') format('woff2'), 8 | url('montserrat-bold-webfont.woff') format('woff'); 9 | font-weight: normal; 10 | font-style: normal; 11 | 12 | } -------------------------------------------------------------------------------- /src/logo/containers/GenerateLogos.js: -------------------------------------------------------------------------------- 1 | import { connect } from 'react-redux'; 2 | import LogoList from '../components/LogoList'; 3 | 4 | const mapStateToProps = (state) => ({ 5 | companyName: state.companyName, 6 | tagline: state.tagline, 7 | icons: state.icons 8 | }); 9 | 10 | const GenerateLogos = connect( 11 | mapStateToProps, 12 | )(LogoList); 13 | 14 | export default GenerateLogos; 15 | -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-regular/stylesheet.css: -------------------------------------------------------------------------------- 1 | /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 30, 2017 */ 2 | 3 | 4 | 5 | @font-face { 6 | font-family: 'montserratregular'; 7 | src: url('montserrat-regular-webfont.woff2') format('woff2'), 8 | url('montserrat-regular-webfont.woff') format('woff'); 9 | font-weight: normal; 10 | font-style: normal; 11 | 12 | } -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-semibold/stylesheet.css: -------------------------------------------------------------------------------- 1 | /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 30, 2017 */ 2 | 3 | 4 | 5 | @font-face { 6 | font-family: 'montserratsemibold'; 7 | src: url('montserrat-semibold-webfont.woff2') format('woff2'), 8 | url('montserrat-semibold-webfont.woff') format('woff'); 9 | font-weight: normal; 10 | font-style: normal; 11 | 12 | } -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-regular/stylesheet.css: -------------------------------------------------------------------------------- 1 | /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 30, 2017 */ 2 | 3 | 4 | 5 | @font-face { 6 | font-family: 'montserratregular'; 7 | src: url('montserrat-regular-webfont.woff2') format('woff2'), 8 | url('montserrat-regular-webfont.woff') format('woff'); 9 | font-weight: normal; 10 | font-style: normal; 11 | 12 | } -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-semibold/stylesheet.css: -------------------------------------------------------------------------------- 1 | /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 30, 2017 */ 2 | 3 | 4 | 5 | @font-face { 6 | font-family: 'montserratsemibold'; 7 | src: url('montserrat-semibold-webfont.woff2') format('woff2'), 8 | url('montserrat-semibold-webfont.woff') format('woff'); 9 | font-weight: normal; 10 | font-style: normal; 11 | 12 | } -------------------------------------------------------------------------------- /src/assets/sass/app.scss: -------------------------------------------------------------------------------- 1 | // Variables 2 | @import "variables"; 3 | 4 | // Fonts 5 | @import "fonts"; 6 | @import "mixins"; 7 | 8 | @import "common/common"; 9 | @import "home"; 10 | @import "components/logo/color-palette"; 11 | @import "logo-information"; 12 | @import "company-name-form-component"; 13 | @import "tagline-component"; 14 | @import "industry-name-component"; 15 | @import "components/logo/index"; 16 | @import "components/common/index"; -------------------------------------------------------------------------------- /src/logo/components/LogoInspirationComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | const LogoInspirationComponent = ({ inspiration, onClick}) => { 4 | return ( 5 |
{ 7 | e.preventDefault(); 8 | onClick(inspiration); 9 | }}> 10 | 11 |
12 | ) 13 | }; 14 | export default LogoInspirationComponent; -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-bold/generator_config.txt: -------------------------------------------------------------------------------- 1 | # Font Squirrel Font-face Generator Configuration File 2 | # Upload this file to the generator to recreate the settings 3 | # you used to create these fonts. 4 | 5 | {"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-regular/generator_config.txt: -------------------------------------------------------------------------------- 1 | # Font Squirrel Font-face Generator Configuration File 2 | # Upload this file to the generator to recreate the settings 3 | # you used to create these fonts. 4 | 5 | {"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} -------------------------------------------------------------------------------- /public/fonts/montserrat/montserrat-semibold/generator_config.txt: -------------------------------------------------------------------------------- 1 | # Font Squirrel Font-face Generator Configuration File 2 | # Upload this file to the generator to recreate the settings 3 | # you used to create these fonts. 4 | 5 | {"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-bold/generator_config.txt: -------------------------------------------------------------------------------- 1 | # Font Squirrel Font-face Generator Configuration File 2 | # Upload this file to the generator to recreate the settings 3 | # you used to create these fonts. 4 | 5 | {"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-regular/generator_config.txt: -------------------------------------------------------------------------------- 1 | # Font Squirrel Font-face Generator Configuration File 2 | # Upload this file to the generator to recreate the settings 3 | # you used to create these fonts. 4 | 5 | {"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} -------------------------------------------------------------------------------- /src/assets/fonts/montserrat/montserrat-semibold/generator_config.txt: -------------------------------------------------------------------------------- 1 | # Font Squirrel Font-face Generator Configuration File 2 | # Upload this file to the generator to recreate the settings 3 | # you used to create these fonts. 4 | 5 | {"mode":"optimal","formats":["woff","woff2"],"tt_instructor":"default","fix_gasp":"xy","fix_vertical_metrics":"Y","metrics_ascent":"","metrics_descent":"","metrics_linegap":"","add_spaces":"Y","add_hyphens":"Y","fallback":"none","fallback_custom":"100","options_subset":"basic","subset_custom":"","subset_custom_range":"","subset_ot_features_list":"","css_stylesheet":"stylesheet.css","filename_suffix":"-webfont","emsquare":"2048","spacing_adjustment":"0"} -------------------------------------------------------------------------------- /src/components/common/LoadingComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import loadingGif from '../../assets/images/loading.gif'; 3 | import ChatComponent from '../../components/common/ChatComponent'; 4 | 5 | const LoadingComponent = ({ isFetching, isGeneratingMoreLogos }) => { 6 | return ( 7 |
8 |
9 | Hang on a second, I’m designing your logo concepts.} /> 10 | Please wait while I generate your logos. 11 |
12 |
13 | ); 14 | }; 15 | 16 | export default LoadingComponent; -------------------------------------------------------------------------------- /src/logo/components/DownloadComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import ChatComponent from '../../components/common/ChatComponent'; 3 | 4 | const DownloadComponent = ({history, onClick, logo}) => { 5 | return ( 6 |
7 |
8 | Thanks for your feedback! Click below to download your logo fies.} /> 9 | 14 |
15 |
16 | ); 17 | }; 18 | 19 | export default DownloadComponent; -------------------------------------------------------------------------------- /src/components/common/HeaderComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | const HeaderComponent = ({ headerText }) => { 4 | 5 | //noinspection CheckTagEmptyBody 6 | return ( 7 |
8 | 14 | 15 | 16 |

21 | {headerText} 22 |

23 |
24 | ) 25 | }; 26 | 27 | export default HeaderComponent; -------------------------------------------------------------------------------- /src/components/common/Navbar.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import logo from '../../assets/images/logomator-logo.png'; 3 | 4 | class Navbar extends React.Component { 5 | 6 | render() { 7 | return ( 8 | 9 | 21 | ); 22 | } 23 | } 24 | 25 | export default Navbar; -------------------------------------------------------------------------------- /server/mock/logoAssets_mock.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "textLineOne": "Puppy Day Care", 4 | "textLineTwo": "We love puppies", 5 | "backgroundColor": "#000", 6 | "color": "blue", 7 | "fontFamily": "Proxima Nova", 8 | "icon": "/path/to/icon.png" 9 | }, 10 | 11 | { 12 | "textLineOne": "Google", 13 | "textLineTwo": "We hate puppies", 14 | "backgroundColor": "red", 15 | "color": "white", 16 | "fontFamily": "Proxima Nova", 17 | "icon": "/path/to/icon.png" 18 | }, 19 | { 20 | "textLineOne": "Amazon", 21 | "textLineTwo": "We murder puppies", 22 | "backgroundColor": "orange", 23 | "color": "red", 24 | "fontFamily": "Proxima Nova", 25 | "icon": "/path/to/icon.png" 26 | } 27 | ]; -------------------------------------------------------------------------------- /src/components/common/ChatComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import adaChatBubblePic from '../../assets/images/ada-profile-bubble.png'; 3 | 4 | const ChatComponent = ({ text, text2, height }) => { 5 | height = height || '80px'; 6 | 7 | return ( 8 |
9 |
10 | 11 |
12 | 13 |
18 | 19 | {text} 20 | {text2} 21 |
22 |
23 | ) 24 | }; 25 | 26 | export default ChatComponent; -------------------------------------------------------------------------------- /src/logo/containers/DownloadContainer.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import DownloadComponent from '../components/DownloadComponent'; 3 | import { withRouter } from 'react-router-dom' 4 | import { connect } from 'react-redux'; 5 | import { downloadLogo } from '../actions'; 6 | 7 | const Download = withRouter(({ history, logo, onClick }) => { 8 | return ( 9 |
10 | 11 |
12 | ); 13 | }); 14 | 15 | const mapStateToProps = (state) => ({ 16 | logo: state.selectedLogo 17 | }); 18 | 19 | const mapDispatchToProps = (dispatch) => ({ 20 | onClick: (logo) => { 21 | dispatch(downloadLogo(logo)); 22 | } 23 | }); 24 | 25 | const DownloadContainer = connect( 26 | mapStateToProps, 27 | mapDispatchToProps 28 | )(Download); 29 | 30 | export default DownloadContainer; -------------------------------------------------------------------------------- /src/components/common/Layout.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import Navbar from './Navbar'; 3 | import SetLogoText from '../../logo/containers/SetLogoText'; 4 | import GenerateLogos from '../../logo/containers/GenerateLogos'; 5 | import HomeComponent from '../logo/components/HomeComponent'; 6 | import TaglineComponent from '../../logo/components/TaglineComponent'; 7 | import ShowTagLineComponent from '../../logo/containers/SetTaglineComponent'; 8 | 9 | class Layout extends React.Component { 10 | 11 | render() { 12 | return ( 13 |
14 | 15 | 16 |
17 | 18 | 19 |
20 |
21 |
22 |
23 |
24 |
25 | ) 26 | } 27 | } 28 | 29 | export default Layout; -------------------------------------------------------------------------------- /src/logo/components/LogoComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | const setInnerHTML = (concept) => { 4 | return { __html: concept} 5 | } 6 | 7 | const LogoComponent = ({ concept, selectLogo, history }) => { 8 | return ( 9 |
10 |
11 |
12 | 28 |
29 |
30 | ) 31 | }; 32 | export default LogoComponent; -------------------------------------------------------------------------------- /server/index.js: -------------------------------------------------------------------------------- 1 | var express = require('express'); 2 | var app = express(); 3 | var config = require('./config.json'); 4 | var NOUN_PROJECT_API_KEY = config.NOUN_PROJECT_API_KEY; 5 | var NOUN_PROJECT_API_SECRET = config.NOUN_PROJECT_API_SECRET; 6 | var cors = require('cors'); 7 | var NounProject = require('the-noun-project'), 8 | nounProject = new NounProject({ 9 | key: NOUN_PROJECT_API_KEY, 10 | secret: NOUN_PROJECT_API_SECRET 11 | }); 12 | 13 | app.use(cors()); 14 | 15 | app.get('/api/icons/:term', function (req, res) { 16 | 17 | if (!req.params.term) { 18 | return res.send({error: "You need to specify a term"}); 19 | } 20 | 21 | nounProject.getIconsByTerm(req.params.term, {limit: 9}, function (err, data) { 22 | 23 | if (!err) { 24 | return res.send(data.icons); 25 | } 26 | return res.send({message: "API not available"}); 27 | 28 | }); 29 | }); 30 | 31 | app.listen(8000, function () { 32 | console.log('Logomator API listening on port 8000!') 33 | }); -------------------------------------------------------------------------------- /src/logo/components/LogoList.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import { getAssets } from '../data/assets'; 3 | import { Logo } from "./Logo"; 4 | const assets = getAssets(); 5 | import 'babel-polyfill'; 6 | 7 | export const LogoList = ({ companyName, tagLine, icons}) => { 8 | let logos = []; 9 | 10 | assets.forEach((asset, index) => { 11 | logos.push(
12 | 0 ? icons[index].preview_url_84: ""} 16 | backgroundColor={asset.backgroundColor} 17 | color={asset.color} 18 | fontFamily={asset.fontFamily} 19 | />
); 20 | }); 21 | 22 | return ( 23 |
24 |
25 | {logos} 26 |
27 |
28 | ); 29 | }; 30 | 31 | export default LogoList; 32 | -------------------------------------------------------------------------------- /src/assets/sass/components/common/_progress-bar.scss: -------------------------------------------------------------------------------- 1 | .progress { 2 | position: fixed; 3 | bottom: 0; 4 | height: 70px; 5 | width: 100%; 6 | border: 1px solid $progressBorder; 7 | box-shadow: $progressBarShadow; 8 | background: white; 9 | 10 | .container { 11 | .logomator-btn { 12 | margin: 0; 13 | margin-top: 15px; 14 | float: right; 15 | } 16 | 17 | .progress-bar { 18 | position: relative; 19 | top: 30px; 20 | right: 0; 21 | bottom: 0; 22 | left: 0; 23 | margin: auto; 24 | height: 10px; 25 | width: 300px; 26 | background: $border; 27 | border-radius: 10px; 28 | 29 | .progress-bar-fill { 30 | position: absolute; 31 | height: 10px; 32 | background: $logomatorOrange; 33 | border-radius: 10px; 34 | transition: width 0.3s ease-in-out; 35 | } 36 | } 37 | 38 | .back-btn { 39 | margin: 0; 40 | margin-top: 6px; 41 | 42 | &.generate-logos { 43 | margin-top: 15px; 44 | } 45 | } 46 | } 47 | } -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "logomator", 3 | "version": "0.1.0", 4 | "private": true, 5 | "dependencies": { 6 | "babel-polyfill": "^6.23.0", 7 | "cors": "^2.8.3", 8 | "express": "^4.15.2", 9 | "history": "^4.6.1", 10 | "isomorphic-fetch": "^2.2.1", 11 | "react": "^15.5.3", 12 | "react-dom": "^15.5.3", 13 | "react-redux": "^5.0.3", 14 | "react-router": "^4.1.1", 15 | "react-router-dom": "^4.1.1", 16 | "react-router-redux": "^4.0.8", 17 | "redux": "^3.6.0", 18 | "redux-thunk": "^2.2.0", 19 | "request": "^2.81.0", 20 | "the-noun-project": "^2.0.1" 21 | }, 22 | "devDependencies": { 23 | "node-sass": "^4.5.2", 24 | "react-scripts": "0.9.5" 25 | }, 26 | "scripts": { 27 | "build-css": "node-sass src/ -o src/", 28 | "watch-css": "npm run build-css && node-sass src/assets/sass/app.scss public/css/bundle.css --watch --recursive", 29 | "start": "react-scripts start", 30 | "start-js": "react-scripts start", 31 | "build": "npm run build-css && react-scripts build", 32 | "test": "react-scripts test --env=jsdom", 33 | "eject": "react-scripts eject" 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /public/fonts/Caviar-Dreams/Nymphont License.txt: -------------------------------------------------------------------------------- 1 | Free for commercial and personal use. 2 | If you can/want to give credit 3 | to me I'm Lauren Thompson 4 | The Font Nymph 5 | Nymphont 6 | you can link me 7 | http://nymphont.blogspot.com 8 | would be cool but is not required. 9 | If you use this font somewhere, don't 10 | be shy, email me nymphont@yahoo.com 11 | with a link so I can see, would you please? 12 | No one ever does that! :) Download and use 13 | this font freely commercially or personally, but if 14 | you must donate, I'm willing to accept through PayPal. :) 15 | 16 | 4.twenty.20.four.7.oh.2 17 | Give your life a listen & Stay tuned, 18 | From the Fabulous Las Vegas, 19 | Lauren Thompson 20 | http://nymphont.blogspot.com 21 | 22 | Oh please, no derivitaves/modifications what-so-ever 23 | and Nymphont, Lauren Thompson shall not be responsible for any direct or indirect damages or loss arising out of the use or inability to use these fonts and downloading them. Upon downloading the user accepts all responsibility. Do not copy or redistribute. Distribution of this font has been limited to select 24 | authorized distributors. Font Squirrel is an authorized distributor of this font. 25 | 26 | 27 | Enjoy! -------------------------------------------------------------------------------- /src/assets/fonts/Caviar-Dreams/Nymphont License.txt: -------------------------------------------------------------------------------- 1 | Free for commercial and personal use. 2 | If you can/want to give credit 3 | to me I'm Lauren Thompson 4 | The Font Nymph 5 | Nymphont 6 | you can link me 7 | http://nymphont.blogspot.com 8 | would be cool but is not required. 9 | If you use this font somewhere, don't 10 | be shy, email me nymphont@yahoo.com 11 | with a link so I can see, would you please? 12 | No one ever does that! :) Download and use 13 | this font freely commercially or personally, but if 14 | you must donate, I'm willing to accept through PayPal. :) 15 | 16 | 4.twenty.20.four.7.oh.2 17 | Give your life a listen & Stay tuned, 18 | From the Fabulous Las Vegas, 19 | Lauren Thompson 20 | http://nymphont.blogspot.com 21 | 22 | Oh please, no derivitaves/modifications what-so-ever 23 | and Nymphont, Lauren Thompson shall not be responsible for any direct or indirect damages or loss arising out of the use or inability to use these fonts and downloading them. Upon downloading the user accepts all responsibility. Do not copy or redistribute. Distribution of this font has been limited to select 24 | authorized distributors. Font Squirrel is an authorized distributor of this font. 25 | 26 | 27 | Enjoy! -------------------------------------------------------------------------------- /src/logo/data/assets.js: -------------------------------------------------------------------------------- 1 | export const getAssets = () => { 2 | const assets = [ 3 | { 4 | backgroundColor: "white", 5 | color: "orange", 6 | fontFamily: "Proxima Nova", 7 | icon: "/path/to/icon.png" 8 | }, 9 | { 10 | backgroundColor: "white", 11 | color: "blue", 12 | fontFamily: "Arimo", 13 | icon: "/path/to/icon.png" 14 | }, 15 | { 16 | backgroundColor: "white", 17 | color: "black", 18 | fontFamily: "Raleway", 19 | icon: "/path/to/icon.png" 20 | }, 21 | { 22 | backgroundColor: "white", 23 | color: "blue", 24 | fontFamily: "Roboto", 25 | icon: "/path/to/icon.png" 26 | }, 27 | { 28 | backgroundColor: "white", 29 | color: "blue", 30 | fontFamily: "Nunito", 31 | icon: "/path/to/icon.png" 32 | }, 33 | { 34 | backgroundColor: "white", 35 | color: "blue", 36 | fontFamily: "Palanquin", 37 | icon: "/path/to/icon.png" 38 | }, 39 | 40 | ]; 41 | 42 | return assets; 43 | }; -------------------------------------------------------------------------------- /src/assets/sass/components/logo/_color-palette.scss: -------------------------------------------------------------------------------- 1 | .color-palette-container { 2 | padding-top: 30px; 3 | max-width: 920px; 4 | margin: auto; 5 | 6 | .color-palette.col-5 { 7 | padding-top: 30px; 8 | width: 20%; 9 | float: left; 10 | 11 | &.disabled { 12 | pointer-events: none; 13 | } 14 | 15 | .palette { 16 | height: 180px; 17 | width: 160px; 18 | box-shadow: $colorPaletteShadow; 19 | border-radius: 2px; 20 | transition: transform .25s ease-in-out; 21 | margin: auto; 22 | cursor: pointer; 23 | 24 | &:hover { 25 | transform: translateY(-15px); 26 | } 27 | 28 | &.selected { 29 | outline: 3px solid $logomatorOrange; 30 | } 31 | 32 | &.disabled { 33 | opacity: .5; 34 | cursor: default; 35 | pointer-events: none; 36 | 37 | &:hover { 38 | transform: translateY(0); 39 | } 40 | } 41 | 42 | .color { 43 | height: 140px; 44 | width: 40px; 45 | display: inline-block; 46 | } 47 | 48 | p.color-label { 49 | margin: 3px 10px 10px; 50 | font-size: 16px; 51 | font-family: 'Proxima Nova Semi Bold'; 52 | 53 | } 54 | } 55 | } 56 | } -------------------------------------------------------------------------------- /src/assets/sass/_industry-name-component.scss: -------------------------------------------------------------------------------- 1 | .industry-name-component.container { 2 | .logomator-form { 3 | form { 4 | position: relative; 5 | 6 | label { 7 | span { 8 | font-size: 21px; 9 | } 10 | } 11 | 12 | .select-triangle { 13 | position: absolute; 14 | top: 14px; 15 | right: 274px; 16 | display: none; 17 | 18 | 19 | &:after { 20 | content: ''; 21 | width: 0; 22 | height: 0; 23 | display: inline-block; 24 | border-color: $black transparent; 25 | border-style: solid; 26 | margin: 0 8px; 27 | border-width: 6px 6px 0; 28 | transition: transform 0.25s ease; 29 | vertical-align: middle; 30 | } 31 | } 32 | 33 | select { 34 | display: none; 35 | -webkit-appearance: none; 36 | appearance: none; 37 | height: 50px; 38 | width: 340px; 39 | border: 1px solid $selectBorder; 40 | border-radius: 2px; 41 | padding: 11px 0 14px 20px; 42 | font-size: 18px; 43 | color: $darkBlack; 44 | background: white; 45 | font-family: 'Proxima Nova', sans-serif; 46 | } 47 | } 48 | } 49 | } -------------------------------------------------------------------------------- /src/assets/sass/_tagline-component.scss: -------------------------------------------------------------------------------- 1 | .tagline-component.container { 2 | 3 | .logomator-radio-btn { 4 | height: 80px; 5 | width: 290px; 6 | border: 1px solid $border; 7 | border-radius: 2px; 8 | padding: 0 20px 0 20px; 9 | display: inline-block; 10 | transition: $transition; 11 | cursor: pointer; 12 | margin-bottom: 0; 13 | 14 | span { 15 | font-size: 18px; 16 | } 17 | 18 | &:hover { 19 | border: 1px solid $logomatorOrange; 20 | } 21 | 22 | &.selected { 23 | border: 1px solid $logomatorOrange; 24 | } 25 | 26 | .radio-btn-labels { 27 | display: inline-block; 28 | padding-top: 11px; 29 | margin-left: 20px; 30 | 31 | strong { 32 | color: $darkBlack; 33 | font-size: 18px; 34 | font-weight: 500; 35 | } 36 | 37 | p { 38 | margin: 0; 39 | color: $darkGrey; 40 | font-size: 16px; 41 | } 42 | } 43 | 44 | input[type="radio"] { 45 | vertical-align: top; 46 | margin-top: 30px; 47 | height: 16px; 48 | width: 16px; 49 | display: inline-block; 50 | 51 | &:checked { 52 | 53 | } 54 | } 55 | } 56 | 57 | .no-show { 58 | display: none; 59 | } 60 | } -------------------------------------------------------------------------------- /src/logo/containers/HomeComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import CompanyNameComponent from '../components/CompanyNameComponent'; 3 | import Navbar from '../../components/common/Navbar'; 4 | import ChatComponent from '../../components/common/ChatComponent'; 5 | 6 | import { withRouter } from 'react-router-dom' 7 | import { connect } from 'react-redux'; 8 | import { setCompanyName } from '../actions'; 9 | 10 | const SetCompanyName = withRouter(({ onClick, history }) => { 11 | return ( 12 |
13 | 14 |
15 |
16 | Hi, I’m Ada. Your personal logo design assistant.
Let’s start designing you the perfect logo - it only takes a few minutes.} 18 | /> 19 | 20 |
21 |
22 |
23 | ) 24 | }); 25 | 26 | const mapDispatchToProps = (dispatch) => { 27 | return { 28 | onClick: (companyName) => { 29 | dispatch(setCompanyName(companyName)) 30 | } 31 | } 32 | }; 33 | 34 | const HomeComponent = connect( 35 | null, 36 | mapDispatchToProps 37 | )(SetCompanyName); 38 | 39 | export default HomeComponent; -------------------------------------------------------------------------------- /public/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 18 | Logomator 19 | 20 | 21 |
22 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /src/logo/containers/SetTaglineComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import TaglineComponent from '../components/TaglineComponent'; 3 | import Navbar from '../../components/common/Navbar'; 4 | import ChatComponent from '../../components/common/ChatComponent'; 5 | 6 | import { withRouter } from 'react-router-dom' 7 | import { connect } from 'react-redux'; 8 | import { setTaglineText } from "../actions"; 9 | 10 | const SetTaglineComponent = withRouter(({ companyName, onClick, history }) => { 11 | return ( 12 |
13 | 14 |
15 |
16 | {companyName} is a great name! It’s going to look perfect in your logo.} 18 | /> 19 | 20 | 21 |
22 |
23 |
24 | ) 25 | }); 26 | 27 | const mapStateToProps = (state) => ({ 28 | companyName: state.companyName 29 | }); 30 | 31 | const mapDispatchToProps = (dispatch) => { 32 | return { 33 | onClick: (tagline) => { 34 | dispatch(setTaglineText(tagline)) 35 | } 36 | } 37 | }; 38 | 39 | const ShowTaglineComponent = connect( 40 | mapStateToProps, 41 | mapDispatchToProps 42 | )(SetTaglineComponent); 43 | 44 | export default ShowTaglineComponent; -------------------------------------------------------------------------------- /src/logo/containers/SetIndustryName.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import IndustryNameComponent from '../components/IndustryNameComponent'; 3 | import Navbar from '../../components/common/Navbar'; 4 | import ChatComponent from '../../components/common/ChatComponent'; 5 | 6 | import { withRouter } from 'react-router-dom' 7 | import { connect } from 'react-redux'; 8 | import { setIndustryName, setCompanyDescription } from '../actions'; 9 | 10 | const IndustryName = withRouter(({ companyName, onSelect, onClick, history }) => { 11 | return ( 12 |
13 | 14 |
15 |
16 | Now, tell me a little bit more about {companyName}.} 18 | height="60px" 19 | /> 20 | 21 |
22 |
23 |
24 | ) 25 | }); 26 | 27 | 28 | const mapStateToProps = (state) => ({ 29 | companyName: state.companyName 30 | }); 31 | 32 | const mapDispatchToProps = (dispatch) => { 33 | return { 34 | onSelect: (industry) => { 35 | dispatch(setIndustryName(industry)) 36 | }, 37 | onClick: (description) => { 38 | dispatch(setCompanyDescription(description)); 39 | } 40 | } 41 | }; 42 | 43 | const SetIndustryName = connect( 44 | mapStateToProps, 45 | mapDispatchToProps 46 | )(IndustryName); 47 | 48 | export default SetIndustryName; -------------------------------------------------------------------------------- /src/logo/components/CompanyNameComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | class CompanyNameComponent extends React.Component { 4 | constructor(props) { 5 | super(props); 6 | this.state = { companyName: '' }; 7 | this.handleInputChange = this.handleInputChange.bind(this); 8 | } 9 | 10 | 11 | handleInputChange(event) { 12 | this.setState({ companyName: event.target.value }); 13 | } 14 | 15 | render() { 16 | return ( 17 |
18 | 19 | 20 | 21 |
22 | 23 | 24 | { 25 | this.state.companyName = input; 26 | }}/> 27 | 28 | This will be used as your main logo text. 29 | 30 | 39 |
40 |
41 | ) 42 | } 43 | } 44 | 45 | export default CompanyNameComponent; -------------------------------------------------------------------------------- /src/logo/containers/SurveyContainer.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import Navbar from '../../components/common/Navbar'; 3 | import ChatComponent from '../../components/common/ChatComponent'; 4 | import SurveyComponent from '../../logo/components/SurveyComponent'; 5 | import { postSurveyRequest } from '../../logo/actions'; 6 | import { withRouter } from 'react-router-dom'; 7 | import { connect } from 'react-redux'; 8 | 9 | const Survey = withRouter(({ history, experience, improvements, mostLiked, onSubmit }) => { 10 | return ( 11 |
12 | 13 |
19 | Help us provide a better experience! Please give us your feedback to download your logo files.} 22 | /> 23 | 24 | 26 |
27 |
28 | ) 29 | }); 30 | 31 | const mapDispatchToProps = (dispatch) => ({ 32 | onSubmit: (formData) => { 33 | dispatch(postSurveyRequest(formData)); 34 | } 35 | }); 36 | 37 | const mapStateToProps = (state) => ({ 38 | email: state.email, 39 | experience: state.experience, 40 | mostLiked: state.mostLiked, 41 | improvements: state.improvements 42 | }); 43 | 44 | const SurveyContainer = connect( 45 | mapStateToProps, 46 | mapDispatchToProps 47 | )(Survey); 48 | 49 | 50 | 51 | export default SurveyContainer; -------------------------------------------------------------------------------- /src/assets/sass/_company-name-form-component.scss: -------------------------------------------------------------------------------- 1 | .container { 2 | 3 | h1, h2 { 4 | margin: 0; 5 | color: $black; 6 | font-size: 16px; 7 | } 8 | 9 | span { 10 | font-size: 16px; 11 | font-family: $font-promixa-nova-semibold, sans-serif; 12 | } 13 | 14 | .logomator-form { 15 | padding-top: 30px; 16 | 17 | .orange-bar { 18 | display: block; 19 | background: $logomatorOrange; 20 | height: 4px; 21 | width: 50px; 22 | } 23 | 24 | form { 25 | padding-top: 20px; 26 | max-width: 600px; 27 | width: 100%; 28 | 29 | label { 30 | display: block; 31 | color: $darkBlack; 32 | font-size: 20px; 33 | margin-bottom: 20px; 34 | 35 | span { 36 | max-width: 600px; 37 | display: inline-block; 38 | word-wrap: break-word; 39 | } 40 | } 41 | 42 | input { 43 | display: block; 44 | border: none; 45 | border-bottom: 1px solid $selectBorder; 46 | width: 100%; 47 | 48 | &:focus { 49 | border-bottom: 1px solid $logomatorOrange; 50 | outline: none; 51 | } 52 | } 53 | 54 | span.disclaimer { 55 | display: block; 56 | font-family: 'Proxima Nova Light', sans-serif; 57 | color: $darkGrey; 58 | font-size: 16px; 59 | margin-top: 10px; 60 | } 61 | 62 | span.bottom-label { 63 | display: block; 64 | font-family: 'Proxima Nova Light', sans-serif; 65 | font-size: 16px; 66 | color: $darkGrey; 67 | text-align: left; 68 | margin-top: 10px; 69 | } 70 | 71 | button.logomator-btn { 72 | margin-top: 10px; 73 | float: right; 74 | } 75 | } 76 | } 77 | } -------------------------------------------------------------------------------- /src/logo/components/ColorPaletteComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | class ColorPaletteComponent extends React.Component { 4 | constructor(props) { 5 | super(props); 6 | } 7 | 8 | render() { 9 | return ( 10 |
{ 12 | e.preventDefault(); 13 | this.props.onClick(this.props.palette.name); 14 | }}> 15 | 16 |
19 |
20 |
23 |
24 | 25 |
28 |
29 | 30 |
33 |
34 | 35 |
38 |
39 |
40 |

{this.props.palette.name}

41 |
42 |
43 | ); 44 | } 45 | } 46 | 47 | export default ColorPaletteComponent; -------------------------------------------------------------------------------- /src/logo/containers/SetLogoText.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import { connect } from 'react-redux'; 3 | import { setCompanyName } from '../actions'; 4 | import { fetchIcons } from '../actions'; 5 | import { receiveIcons } from '../actions'; 6 | 7 | 8 | let SetLogoText = ({ dispatch, companyName }) => { 9 | companyName = companyName || ''; 10 | console.log("COMPANY_NAME", companyName); 11 | 12 | function handleChange(event) { 13 | console.log(event.target.value); 14 | dispatch(setCompanyName(event.target.value)); 15 | } 16 | 17 | return ( 18 |
19 |

Hi, I’m Ada. Your personal logo design assistant.

20 |

Let’s start designing you the perfect logo - it only takes a few minutes.

21 | 22 |
23 | 24 | 25 | 26 |
{ 27 | e.preventDefault(); 28 | 29 | // Dispatch set logo text action 30 | dispatch(setCompanyName(companyName.value)); 31 | 32 | companyName.value = ''; 33 | 34 | }}> 35 | 36 | 37 | { 38 | companyName = text 39 | }} /> 40 | 41 | I’ll use this as your main logo text. 42 | 43 | 44 | 45 |
46 |
47 |
48 | ) 49 | }; 50 | 51 | 52 | export default SetLogoText; -------------------------------------------------------------------------------- /src/assets/sass/_home.scss: -------------------------------------------------------------------------------- 1 | div.logomator-base { 2 | padding-bottom: 80px; 3 | 4 | div.selection { 5 | height: 100%; 6 | width: 100%; 7 | background: $lightGrey; 8 | 9 | div.row { 10 | max-width: 960px; 11 | margin: auto; 12 | 13 | div.logo { 14 | position: relative; 15 | height: 226px; 16 | width: 300px; 17 | margin: auto; 18 | 19 | img { 20 | position: absolute; 21 | top: 100px; 22 | right: 0; 23 | left: 0; 24 | margin: auto; 25 | } 26 | } 27 | 28 | &.no-padding { 29 | padding-bottom: 0; 30 | } 31 | } 32 | } 33 | } 34 | 35 | div.selection-progress { 36 | height: 80px; 37 | width: 100%; 38 | box-shadow: $logoSelectionBoxShadow; 39 | position: fixed; 40 | bottom: 0; 41 | background: white; 42 | 43 | div.container-fluid { 44 | padding: 0 55px; 45 | 46 | div.left { 47 | margin-top: 35px; 48 | display: inline-block; 49 | 50 | div.progress-bar { 51 | position: relative; 52 | display: inline-block; 53 | height: 10px; 54 | width: 300px; 55 | background: $progress-bar-bg; 56 | border-radius: 10px; 57 | 58 | .progress-bar-fill { 59 | position: absolute; 60 | height: 10px; 61 | background: $orange; 62 | border-radius: 10px; 63 | } 64 | } 65 | 66 | p.progress-percentage { 67 | display: inline-block; 68 | margin: 0 0 0 30px; 69 | font-family: "Proxima Nova", sans-serif; 70 | } 71 | } 72 | 73 | div.right { 74 | display: inline-block; 75 | float: right; 76 | margin-top: 15px; 77 | 78 | button.logomator-next-step { 79 | @include logomator-button($orange); 80 | 81 | &.disabled { 82 | opacity: .2; 83 | } 84 | } 85 | } 86 | } 87 | } -------------------------------------------------------------------------------- /src/logo/actionTypes.js: -------------------------------------------------------------------------------- 1 | /** 2 | * Set company name action. 3 | * @type {string} 4 | */ 5 | export const SET_COMPANY_NAME = 'SET_COMPANY_NAME'; 6 | 7 | /** 8 | * Set tagline action. 9 | * @type {string} 10 | */ 11 | export const SET_TAGLINE_TEXT = 'SET_TAGLINE_TEXT'; 12 | 13 | /** 14 | * Set industry name action. 15 | * @type {string} 16 | */ 17 | export const SET_INDUSTRY_NAME = 'SET_INDUSTRY_NAME'; 18 | 19 | /** 20 | * Set company description action. 21 | * @type {string} 22 | */ 23 | export const SET_COMPANY_DESCRIPTION = 'SET_COMPANY_DESCRIPTION'; 24 | 25 | /** 26 | * Select logo inspiration action. 27 | * @type {string} 28 | */ 29 | export const SELECT_LOGO_INSPIRATION = 'SELECT_LOGO_INSPIRATION'; 30 | 31 | /** 32 | * Select color palette action. 33 | * @type {string} 34 | */ 35 | export const SELECT_COLOR_PALETTE = 'SELECT_COLOR_PALETTE'; 36 | 37 | /** 38 | * Request icons action. 39 | * @type {string} 40 | */ 41 | export const REQUEST_ICONS = 'REQUEST_ICONS'; 42 | 43 | /** 44 | * Receive icons action. 45 | * @type {string} 46 | */ 47 | export const RECEIVE_ICONS = 'RECEIVE_ICONS'; 48 | 49 | /** 50 | * Request logos action. 51 | * @type {string} 52 | */ 53 | export const REQUEST_LOGOS = 'REQUEST_LOGOS'; 54 | 55 | /** 56 | * Receive logos action. 57 | * @type {string} 58 | */ 59 | export const RECEIVE_LOGOS = 'RECEIVE_LOGOS'; 60 | 61 | /** 62 | * Request more logos action. 63 | * @type {string} 64 | */ 65 | export const REQUEST_MORE_LOGOS = 'REQUEST_MORE_LOGOS'; 66 | 67 | /** 68 | * Received more logos action. 69 | * @type {string} 70 | */ 71 | export const RECEIVED_MORE_LOGOS = 'RECEIVED_MORE_LOGOS'; 72 | 73 | /** 74 | * Select logo action. 75 | * @type {string} 76 | */ 77 | export const SELECT_LOGO = 'SELECT_LOGO'; 78 | 79 | /** 80 | * Download logo action. 81 | * @type {string} 82 | */ 83 | export const DOWNLOAD_LOGO = 'DOWNLOAD_LOGO'; 84 | 85 | /** 86 | * Save survey action. 87 | * @type {string} 88 | */ 89 | export const MAKE_REQUEST = 'SAVE_SURVEY'; 90 | 91 | /** 92 | * Request success action. 93 | * @type {string} 94 | */ 95 | export const REQUEST_SUCCESS = 'REQUEST_SUCCESS'; 96 | -------------------------------------------------------------------------------- /src/assets/sass/_logo-information.scss: -------------------------------------------------------------------------------- 1 | .logomator-base.logo-information { 2 | padding-bottom: 0; 3 | 4 | .selection.container-fluid { 5 | .row { 6 | .logomator-form { 7 | width: 400px; 8 | margin: auto; 9 | 10 | .logomator-form-field { 11 | text-align: left; 12 | padding-bottom: 20px; 13 | position: relative; 14 | 15 | .select-triangle { 16 | position: absolute; 17 | top: 40px; 18 | right: 20px; 19 | 20 | &:after { 21 | content: ''; 22 | width: 0; 23 | height: 0; 24 | display: inline-block; 25 | border-color: $black transparent; 26 | border-style: solid; 27 | margin: 0 8px; 28 | border-width: 6px 6px 0; 29 | transition: transform 0.25s ease; 30 | vertical-align: middle; 31 | } 32 | } 33 | 34 | label { 35 | display: block; 36 | color: $black; 37 | font-size: 16px; 38 | font-family: "Proxima Nova Semi Bold", sans-serif; 39 | margin-bottom: 10px; 40 | } 41 | 42 | select { 43 | -webkit-appearance: none; 44 | -moz-appearance: none; 45 | appearance: none; 46 | border-radius: 0; 47 | } 48 | 49 | select, input { 50 | height: 40px; 51 | } 52 | 53 | select, input, textarea { 54 | background: white; 55 | width: 100%; 56 | display: block; 57 | border: 1px solid $input-border; 58 | font-family: "Proxima Nova", sans-serif; 59 | font-size: 16px; 60 | padding-left: 20px; 61 | } 62 | 63 | &.no-padding { 64 | padding-bottom: 0; 65 | } 66 | } 67 | 68 | .logomator-button { 69 | @include logomator-button($logomatorOrange); 70 | height: 54px;// 71 | width: 398px; 72 | margin-top: 40px; 73 | } 74 | } 75 | } 76 | } 77 | } -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import { render } from 'react-dom'; 3 | import thunkMiddleware from 'redux-thunk' 4 | import { Provider } from 'react-redux'; 5 | import { createStore, applyMiddleware } from 'redux'; 6 | import { Router, Route } from 'react-router'; 7 | import { routerMiddleware, push } from 'react-router-redux' 8 | import createBrowserHistory from 'history/createBrowserHistory'; 9 | import logoReducer from './logo/reducer'; 10 | 11 | import HomeComponent from './logo/containers/HomeComponent'; 12 | import SetTaglineComponent from './logo/containers/SetTaglineComponent'; 13 | import SetIndustryName from './logo/containers/SetIndustryName'; 14 | import LogoInspirationContainer from './logo/containers/LogoInspirationContainer'; 15 | import ColorPaletteList from './logo/containers/ColorPaletteList'; 16 | import SurveyContainer from './logo/containers/SurveyContainer'; 17 | import LogoList from './logo/containers/LogoList'; 18 | import DownloadContainer from './logo/containers/DownloadContainer'; 19 | 20 | const history = createBrowserHistory(); 21 | const middleware = routerMiddleware(history); 22 | 23 | const store = createStore( 24 | logoReducer, 25 | applyMiddleware( 26 | thunkMiddleware, 27 | middleware 28 | ) 29 | ); 30 | 31 | // Reset scroll to top on route change. 32 | const ScrollToTop = () => { 33 | window.scrollTo(0, 0); 34 | // A React component needs a return value. 35 | return null; 36 | }; 37 | 38 | render( 39 | 40 | 41 |
42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
52 |
53 |
, 54 | document.getElementById('root') 55 | ); 56 | 57 | -------------------------------------------------------------------------------- /src/assets/sass/components/logo/_logo-inspiration-component.scss: -------------------------------------------------------------------------------- 1 | .logomator-base.inspiration { 2 | padding-bottom: 0; 3 | 4 | .container { 5 | max-width: 960px; 6 | } 7 | 8 | .logo-inspiration-container { 9 | max-width: 960px; 10 | width: 960px; 11 | padding-top: 30px; 12 | 13 | .logo { 14 | height: 230px; 15 | width: 300px; 16 | box-shadow: $logoSelectionBoxShadow; 17 | border-radius: 2px; 18 | margin-right: 30px; 19 | margin-bottom: 30px; 20 | transition: transform 0.25s linear; 21 | cursor: pointer; 22 | position: relative; 23 | 24 | .concept { 25 | transition: $transition; 26 | position: absolute; 27 | height: 100%; 28 | width: 100%; 29 | } 30 | 31 | .get-logo-files { 32 | position: absolute; 33 | height: 60px; 34 | width: 100%; 35 | display: none; 36 | transition: $transition; 37 | bottom: 0; 38 | background: $superLightGrey; 39 | text-align: center; 40 | } 41 | 42 | &:hover { 43 | transform: translateY(-15px); 44 | } 45 | 46 | &:hover .get-logo-files { 47 | display: block; 48 | } 49 | 50 | &.selected { 51 | box-shadow: $colorPaletteShadow; 52 | 53 | &:after { 54 | content: ""; 55 | position: absolute; 56 | width: 100%; 57 | height: 100%; 58 | top: 0; 59 | left: 0; 60 | border-radius: 3px; 61 | border: 3px solid $logomatorOrange; 62 | } 63 | 64 | &:hover { 65 | transform: translateY(0); 66 | } 67 | 68 | img { 69 | width: 100%; 70 | border-radius: 3px; 71 | } 72 | } 73 | 74 | img { 75 | max-height: 100%; 76 | position: absolute; 77 | top: 0; 78 | right: 0; 79 | bottom: 0; 80 | left: 0; 81 | margin: auto; 82 | } 83 | } 84 | 85 | div:nth-child(3n) .logo { 86 | margin-right: 0; 87 | } 88 | } 89 | } -------------------------------------------------------------------------------- /src/logo/containers/ColorPaletteList.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import Navbar from '../../components/common/Navbar'; 3 | import ChatComponent from '../../components/common/ChatComponent'; 4 | import HeaderComponent from '../../components/common/HeaderComponent'; 5 | import ColorPaletteComponent from '../components/ColorPaletteComponent'; 6 | import ProgressBarComponent from '../../components/common/ProgressBarComponent'; 7 | import LoadingComponent from '../../components/common/LoadingComponent'; 8 | import { connect } from 'react-redux'; 9 | import { withRouter } from 'react-router-dom' 10 | import { selectColorPalette, fetchLogos } from '../actions'; 11 | 12 | const Palettes = withRouter(({ palettes, onClick, isFetching, state, onGenerate, history}) => { 13 | 14 | let paletteArray = []; 15 | 16 | palettes.forEach((palette) => { 17 | paletteArray.push( 18 | 19 | ) 20 | }); 21 | 22 | return ( 23 |
24 | 25 | 26 |
27 |
31 | Almost done! I just need to know what colors you like to generate colorful logo concepts for you.} /> 32 |
33 | 34 | {paletteArray} 35 |
36 |
37 |
38 | 39 |
40 | ) 41 | }); 42 | 43 | const mapStateToProps = (state) => ({ 44 | state: state, 45 | isFetching: state.isFetching, 46 | palettes: state.palettes 47 | }); 48 | 49 | const mapDispatchToProps = (dispatch) => ({ 50 | onClick: (name) => { 51 | dispatch(selectColorPalette(name)); 52 | }, 53 | onGenerate: (state) => { 54 | dispatch(fetchLogos(state)); 55 | } 56 | }); 57 | 58 | const ColorPaletteList = connect( 59 | mapStateToProps, 60 | mapDispatchToProps 61 | )(Palettes); 62 | 63 | export default ColorPaletteList; -------------------------------------------------------------------------------- /src/logo/containers/LogoList.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import LogoComponent from '../components/LogoComponent'; 3 | import Navbar from '../../components/common/Navbar'; 4 | import ChatComponent from '../../components/common/ChatComponent'; 5 | import { connect } from 'react-redux'; 6 | import ProgressBar from '../../components/common/ProgressBarComponent'; 7 | import { fetchMoreLogos, selectLogo } from '../actions'; 8 | import { withRouter } from 'react-router-dom' 9 | import LoadingComponent from '../../components/common/LoadingComponent'; 10 | 11 | const LogoList = withRouter(({ concepts, generateMoreConcepts, isFetching, isGeneratingMoreLogos, state, selectLogo, history }) => { 12 | const logos = []; 13 | 14 | concepts = concepts || []; 15 | 16 | concepts.forEach((concept) => { 17 | logos.push( 18 |
19 | 20 |
21 | ) 22 | }); 23 | 24 | return ( 25 |
26 | 27 | 28 |
29 |
30 | 33 | Here are the first set of logos I’ve designed for you! Once you’ve found the perfect logo, download the logo files. 34 | } 35 | /> 36 | 37 |
38 | {logos} 39 |
40 | 41 |
42 |
43 | 44 |
45 | ) 46 | }); 47 | 48 | const mapStateToProps = (state) => ({ 49 | isFetching: state.isFetching, 50 | isGeneratingMoreLogos: state.isGeneratingMoreLogos, 51 | concepts: state.concepts, 52 | state: state 53 | }); 54 | 55 | const mapDispatchToProps = (dispatch) => ({ 56 | generateMoreConcepts: (state) => { 57 | dispatch(fetchMoreLogos(state)); 58 | }, 59 | selectLogo: (logo) => { 60 | dispatch(selectLogo(logo)) 61 | } 62 | }); 63 | 64 | const LogoListContainer = connect( 65 | mapStateToProps, 66 | mapDispatchToProps, 67 | )(LogoList); 68 | 69 | export default LogoListContainer; -------------------------------------------------------------------------------- /src/logo/components/IndustryNameComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | import adaChatBubblePic from '../../assets/images/ada-profile-bubble.png'; 3 | 4 | class IndustryNameComponent extends React.Component { 5 | constructor(props) { 6 | super(props); 7 | this.state = { 8 | industry: '', 9 | companyDescription: '', 10 | isIndustrySelected: false 11 | }; 12 | this.handleSelect = this.handleSelect.bind(this); 13 | this.handleInputChange = this.handleInputChange.bind(this); 14 | } 15 | 16 | 17 | handleSelect(event) { 18 | this.setState({ 19 | industry: event.target.value, 20 | isIndustrySelected: true 21 | }); 22 | } 23 | 24 | handleInputChange(event) { 25 | this.setState({ 26 | companyDescription: event.target.value 27 | }); 28 | } 29 | 30 | render() { 31 | return ( 32 |
33 | 34 | 35 | 36 |
37 |
38 | 39 | 40 | 41 |
42 | 43 | 50 | 51 | 57 |
58 |
59 | ) 60 | } 61 | } 62 | 63 | export default IndustryNameComponent; -------------------------------------------------------------------------------- /src/components/common/ProgressBarComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | const ProgressBarComponent = ({ history, inspirations, isGeneratingLogos, isConceptSelection, isColorSelection, onGenerate, state, palettes, generateMoreConcepts, isGeneratingConcepts, isFetching }) => { 4 | 5 | let logosSelected = () => { 6 | let count = 0; 7 | if (inspirations) { 8 | inspirations.forEach((i) => { 9 | if (i.isSelected === true) { 10 | count++; 11 | } 12 | }); 13 | } 14 | return count; 15 | }; 16 | 17 | let palettesSelected = () => { 18 | let count = 0; 19 | if (palettes) { 20 | palettes.forEach((p) => { 21 | if (p.isSelected === true) { 22 | count++; 23 | } 24 | }); 25 | } 26 | return count; 27 | }; 28 | 29 | return ( 30 |
31 |
32 |
33 | 40 |
41 | 42 |
43 |
44 | 53 |
54 |
55 | 56 |
59 | 67 |
68 |
69 | 82 |
83 |
84 |
85 | ) 86 | }; 87 | 88 | export default ProgressBarComponent; -------------------------------------------------------------------------------- /server/mock/nounProjectAPIResponse_mock.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "attribution": "Lion by Arturo Alejandro Romo Escartin from Noun Project", 4 | "attribution_preview_url": "https://d30y9cdsu7xlg0.cloudfront.net/attribution/10419-600.png", 5 | "collections": [ ], 6 | "date_uploaded": "2013-01-24", 7 | "id": "10419", 8 | "is_active": "1", 9 | "is_explicit": "0", 10 | "license_description": "creative-commons-attribution", 11 | "nounji_free": "0", 12 | "permalink": "/term/lion/10419", 13 | "preview_url": "https://d30y9cdsu7xlg0.cloudfront.net/png/10419-200.png", 14 | "preview_url_42": "https://d30y9cdsu7xlg0.cloudfront.net/png/10419-42.png", 15 | "preview_url_84": "https://d30y9cdsu7xlg0.cloudfront.net/png/10419-84.png", 16 | "sponsor": { }, 17 | "sponsor_campaign_link": null, 18 | "sponsor_id": "", 19 | "tags": [ 20 | { 21 | "id": 10287, 22 | "slug": "lion" 23 | }, 24 | { 25 | "id": 499, 26 | "slug": "animal" 27 | }, 28 | { 29 | "id": 4499, 30 | "slug": "beast" 31 | }, 32 | { 33 | "id": 2508, 34 | "slug": "jungle" 35 | }, 36 | { 37 | "id": 720, 38 | "slug": "mammal" 39 | }, 40 | { 41 | "id": 721, 42 | "slug": "zoo" 43 | } 44 | ], 45 | "term": "Lion", 46 | "term_id": 10287, 47 | "term_slug": "lion", 48 | "uploader": { 49 | "location": "", 50 | "name": "Arturo Alejandro Romo Escartin", 51 | "permalink": "/Aleks1416", 52 | "username": "Aleks1416" 53 | }, 54 | "uploader_id": "24729", 55 | "year": 2011 56 | }, 57 | { 58 | "attribution": "Lion by Road Signs from Noun Project", 59 | "collections": [ ], 60 | "date_uploaded": "2013-03-09", 61 | "icon_url": "https://d30y9cdsu7xlg0.cloudfront.net/noun-svg/13109.svg?Expires=1491776337&Signature=Jj59dnMNxhqlOT4IdHZpyAOpPCW44Zl1VTau-0nU-V8Bjnv-H7o7s2vADtvVXQV7arv1ywzJ4Rzvbfepy2ss~D9VjRq1odkazhRz2Btfh-MXno2S6JoO6rV-my00VP9pamTE2XItav9RTYHgiLII2ZXvMsFDo-0lzDXq0pThyF8_&Key-Pair-Id=APKAI5ZVHAXN65CHVU2Q", 62 | "id": "13109", 63 | "is_active": "1", 64 | "is_explicit": "0", 65 | "license_description": "public-domain", 66 | "nounji_free": "0", 67 | "permalink": "/term/lion/13109", 68 | "preview_url": "https://d30y9cdsu7xlg0.cloudfront.net/png/13109-200.png", 69 | "preview_url_42": "https://d30y9cdsu7xlg0.cloudfront.net/png/13109-42.png", 70 | "preview_url_84": "https://d30y9cdsu7xlg0.cloudfront.net/png/13109-84.png", 71 | "sponsor": { }, 72 | "sponsor_campaign_link": null, 73 | "sponsor_id": "", 74 | "tags": [ 75 | { 76 | "id": 10287, 77 | "slug": "lion" 78 | }, 79 | { 80 | "id": 499, 81 | "slug": "animal" 82 | }, 83 | { 84 | "id": 4499, 85 | "slug": "beast" 86 | }, 87 | { 88 | "id": 1076, 89 | "slug": "cat" 90 | }, 91 | { 92 | "id": 8407, 93 | "slug": "wild" 94 | }, 95 | { 96 | "id": 721, 97 | "slug": "zoo" 98 | } 99 | ], 100 | "term": "Lion", 101 | "term_id": 10287, 102 | "term_slug": "lion", 103 | "uploader": { 104 | "location": "GB", 105 | "name": "Road Signs", 106 | "permalink": "/roadsigns", 107 | "username": "roadsigns" 108 | }, 109 | "uploader_id": "36998", 110 | "year": 2013 111 | } 112 | ] -------------------------------------------------------------------------------- /src/logo/components/SurveyComponent.js: -------------------------------------------------------------------------------- 1 | import React from 'react'; 2 | 3 | const SurveyComponent = ({ history, email, experience, improvements, mostLiked, onSubmit }) => { 4 | return ( 5 |
6 | 7 | 8 | 9 |
10 | 11 | 12 | input && input.focus() } required pattern="[^@]+@[^@]+\.[a-zA-Z]{2,}" onChange={e => { 13 | email = e.target.value; 14 | }} /> 15 | We may need your help to improve our product in the future. We will never spam you. 16 | 17 | 23 | 24 | 30 | 31 | 37 | 38 | 44 | 45 | 51 | 52 | 58 | 59 | 60 | 84 | 85 | 94 |
95 |
96 | ) 97 | }; 98 | 99 | export default SurveyComponent; -------------------------------------------------------------------------------- /public/fonts/ChunkFive/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 2 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 3 | 4 | ----------------------------------------------------------- 5 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 6 | ----------------------------------------------------------- 7 | 8 | PREAMBLE 9 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 10 | 11 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 12 | 13 | DEFINITIONS 14 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 15 | 16 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 17 | 18 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 19 | 20 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 21 | 22 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 23 | 24 | PERMISSION & CONDITIONS 25 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 26 | 27 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 28 | 29 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 30 | 31 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 32 | 33 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 34 | 35 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 36 | 37 | TERMINATION 38 | This license becomes null and void if any of the above conditions are not met. 39 | 40 | DISCLAIMER 41 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /src/assets/fonts/ChunkFive/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 2 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 3 | 4 | ----------------------------------------------------------- 5 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 6 | ----------------------------------------------------------- 7 | 8 | PREAMBLE 9 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 10 | 11 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 12 | 13 | DEFINITIONS 14 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 15 | 16 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 17 | 18 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 19 | 20 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 21 | 22 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 23 | 24 | PERMISSION & CONDITIONS 25 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 26 | 27 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 28 | 29 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 30 | 31 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 32 | 33 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 34 | 35 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 36 | 37 | TERMINATION 38 | This license becomes null and void if any of the above conditions are not met. 39 | 40 | DISCLAIMER 41 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /public/fonts/cinzel/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2012 Natanael Gama (info@ndiscovered.com), with Reserved Font Name 'Cinzel' 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 5 | 6 | ----------------------------------------------------------- 7 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 8 | ----------------------------------------------------------- 9 | 10 | PREAMBLE 11 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 12 | 13 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 14 | 15 | DEFINITIONS 16 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 17 | 18 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 19 | 20 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 21 | 22 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 23 | 24 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 25 | 26 | PERMISSION & CONDITIONS 27 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 28 | 29 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 30 | 31 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 32 | 33 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 34 | 35 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 36 | 37 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 38 | 39 | TERMINATION 40 | This license becomes null and void if any of the above conditions are not met. 41 | 42 | DISCLAIMER 43 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /public/fonts/oswald/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2012, Vernon Adams (vern@newtypography.co.uk), 2 | with Reserved Font Name Oswald 3 | 4 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 5 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 13 | 14 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 15 | 16 | DEFINITIONS 17 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 18 | 19 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 20 | 21 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 22 | 23 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 24 | 25 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 26 | 27 | PERMISSION & CONDITIONS 28 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 29 | 30 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 31 | 32 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 33 | 34 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 35 | 36 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 37 | 38 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 39 | 40 | TERMINATION 41 | This license becomes null and void if any of the above conditions are not met. 42 | 43 | DISCLAIMER 44 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /src/assets/fonts/cinzel/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2012 Natanael Gama (info@ndiscovered.com), with Reserved Font Name 'Cinzel' 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 5 | 6 | ----------------------------------------------------------- 7 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 8 | ----------------------------------------------------------- 9 | 10 | PREAMBLE 11 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 12 | 13 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 14 | 15 | DEFINITIONS 16 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 17 | 18 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 19 | 20 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 21 | 22 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 23 | 24 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 25 | 26 | PERMISSION & CONDITIONS 27 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 28 | 29 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 30 | 31 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 32 | 33 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 34 | 35 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 36 | 37 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 38 | 39 | TERMINATION 40 | This license becomes null and void if any of the above conditions are not met. 41 | 42 | DISCLAIMER 43 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /public/fonts/pacifico/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011, Vernon Adams (vern@newtypography.co.uk), 2 | with Reserved Font Name Pacifico. 3 | 4 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 5 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 13 | 14 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 15 | 16 | DEFINITIONS 17 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 18 | 19 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 20 | 21 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 22 | 23 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 24 | 25 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 26 | 27 | PERMISSION & CONDITIONS 28 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 29 | 30 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 31 | 32 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 33 | 34 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 35 | 36 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 37 | 38 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 39 | 40 | TERMINATION 41 | This license becomes null and void if any of the above conditions are not met. 42 | 43 | DISCLAIMER 44 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /src/assets/fonts/oswald/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2012, Vernon Adams (vern@newtypography.co.uk), 2 | with Reserved Font Name Oswald 3 | 4 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 5 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 13 | 14 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 15 | 16 | DEFINITIONS 17 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 18 | 19 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 20 | 21 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 22 | 23 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 24 | 25 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 26 | 27 | PERMISSION & CONDITIONS 28 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 29 | 30 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 31 | 32 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 33 | 34 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 35 | 36 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 37 | 38 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 39 | 40 | TERMINATION 41 | This license becomes null and void if any of the above conditions are not met. 42 | 43 | DISCLAIMER 44 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /public/fonts/happy-monkey/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011 by Brenda Gallo (gbrenda1987@gmail.com), with Reserved Font Name "Happy Monkey". 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 5 | 6 | ----------------------------------------------------------- 7 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 8 | ----------------------------------------------------------- 9 | 10 | PREAMBLE 11 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 12 | 13 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 14 | 15 | DEFINITIONS 16 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 17 | 18 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 19 | 20 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 21 | 22 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 23 | 24 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 25 | 26 | PERMISSION & CONDITIONS 27 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 28 | 29 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 30 | 31 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 32 | 33 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 34 | 35 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 36 | 37 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 38 | 39 | TERMINATION 40 | This license becomes null and void if any of the above conditions are not met. 41 | 42 | DISCLAIMER 43 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /src/assets/fonts/pacifico/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011, Vernon Adams (vern@newtypography.co.uk), 2 | with Reserved Font Name Pacifico. 3 | 4 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 5 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 13 | 14 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 15 | 16 | DEFINITIONS 17 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 18 | 19 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 20 | 21 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 22 | 23 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 24 | 25 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 26 | 27 | PERMISSION & CONDITIONS 28 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 29 | 30 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 31 | 32 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 33 | 34 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 35 | 36 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 37 | 38 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 39 | 40 | TERMINATION 41 | This license becomes null and void if any of the above conditions are not met. 42 | 43 | DISCLAIMER 44 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /src/assets/fonts/happy-monkey/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2011 by Brenda Gallo (gbrenda1987@gmail.com), with Reserved Font Name "Happy Monkey". 2 | 3 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 5 | 6 | ----------------------------------------------------------- 7 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 8 | ----------------------------------------------------------- 9 | 10 | PREAMBLE 11 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 12 | 13 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 14 | 15 | DEFINITIONS 16 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 17 | 18 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 19 | 20 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 21 | 22 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 23 | 24 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 25 | 26 | PERMISSION & CONDITIONS 27 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 28 | 29 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 30 | 31 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 32 | 33 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 34 | 35 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 36 | 37 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 38 | 39 | TERMINATION 40 | This license becomes null and void if any of the above conditions are not met. 41 | 42 | DISCLAIMER 43 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /public/fonts/great-vibes/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2012, TypeSETit, LLC (typesetit@att.net), 2 | with Reserved Font Name "Great Vibes" 3 | 4 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 5 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 13 | 14 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 15 | 16 | DEFINITIONS 17 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 18 | 19 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 20 | 21 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 22 | 23 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 24 | 25 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 26 | 27 | PERMISSION & CONDITIONS 28 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 29 | 30 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 31 | 32 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 33 | 34 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 35 | 36 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 37 | 38 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 39 | 40 | TERMINATION 41 | This license becomes null and void if any of the above conditions are not met. 42 | 43 | DISCLAIMER 44 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /src/assets/fonts/great-vibes/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2012, TypeSETit, LLC (typesetit@att.net), 2 | with Reserved Font Name "Great Vibes" 3 | 4 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 5 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 6 | 7 | ----------------------------------------------------------- 8 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 9 | ----------------------------------------------------------- 10 | 11 | PREAMBLE 12 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 13 | 14 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 15 | 16 | DEFINITIONS 17 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 18 | 19 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 20 | 21 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 22 | 23 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 24 | 25 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 26 | 27 | PERMISSION & CONDITIONS 28 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 29 | 30 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 31 | 32 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 33 | 34 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 35 | 36 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 37 | 38 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 39 | 40 | TERMINATION 41 | This license becomes null and void if any of the above conditions are not met. 42 | 43 | DISCLAIMER 44 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /public/fonts/dancing-script-ot/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2010, Pablo Impallari (www.impallari.com|impallari@gmail.com), 2 | Copyright (c) 2010, Igino Marini. (www.ikern.com|mail@iginomarini.com), 3 | with Reserved Font Name Dancing Script. 4 | 5 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 6 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 14 | 15 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 16 | 17 | DEFINITIONS 18 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 19 | 20 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 21 | 22 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 23 | 24 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 25 | 26 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 27 | 28 | PERMISSION & CONDITIONS 29 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 30 | 31 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 32 | 33 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 34 | 35 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 36 | 37 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 38 | 39 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 40 | 41 | TERMINATION 42 | This license becomes null and void if any of the above conditions are not met. 43 | 44 | DISCLAIMER 45 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /src/assets/fonts/dancing-script-ot/SIL Open Font License.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2010, Pablo Impallari (www.impallari.com|impallari@gmail.com), 2 | Copyright (c) 2010, Igino Marini. (www.ikern.com|mail@iginomarini.com), 3 | with Reserved Font Name Dancing Script. 4 | 5 | This Font Software is licensed under the SIL Open Font License, Version 1.1. 6 | This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL 7 | 8 | ----------------------------------------------------------- 9 | SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 10 | ----------------------------------------------------------- 11 | 12 | PREAMBLE 13 | The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. 14 | 15 | The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. 16 | 17 | DEFINITIONS 18 | "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. 19 | 20 | "Reserved Font Name" refers to any names specified as such after the copyright statement(s). 21 | 22 | "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). 23 | 24 | "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. 25 | 26 | "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. 27 | 28 | PERMISSION & CONDITIONS 29 | Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 30 | 31 | 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 32 | 33 | 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 34 | 35 | 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 36 | 37 | 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 38 | 39 | 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. 40 | 41 | TERMINATION 42 | This license becomes null and void if any of the above conditions are not met. 43 | 44 | DISCLAIMER 45 | THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. -------------------------------------------------------------------------------- /src/assets/sass/_variables.scss: -------------------------------------------------------------------------------- 1 | // Colors 2 | $black: #2E2E2E; 3 | $cursorColor: #008CFF; 4 | $darkBlack: #19191A; 5 | $darkOrange: #E04A08; 6 | $darkGrey: #67676F; 7 | $grey: #80858E; 8 | $lightGrey: #FDFDFD; 9 | $very-dark-grey: #81868F; 10 | $veryLightGrey: #F3F3F3; 11 | $superLightGrey: #FBFBFB; 12 | 13 | 14 | // Progress bar 15 | $progress-bar-bg: #E3E4E4; 16 | 17 | // Brands 18 | $logomatorOrange: #F5530C; 19 | $brand-primary: #3097D1; 20 | $brand-info: #8eb4cb; 21 | $brand-success: #2ab27b; 22 | $brand-warning: #cbb956; 23 | $brand-danger: #bf5329; 24 | 25 | // Borders 26 | $border: #DFE3E6; 27 | $input-border: #B3B3B3; 28 | $selectBorder: #B0B5B8; 29 | $progressBorder: #EBEFF0; 30 | 31 | // Shadows 32 | $logoSelectionBoxShadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15); 33 | $navBoxShadow: 0 4px 0 hsla(240,5%,96%, .5); 34 | $colorPaletteShadow: 0 4px 20px 0 rgba(0,0,0,0.15); 35 | $logomatorBtnShadow: 0 1px 3px 0 rgba(181,181,181,0.15); 36 | $progressBarShadow: 0 -4px 0 hsla(240,5%,96%, .5); 37 | 38 | // Typography 39 | $font-promixa-nova-reg: 'Promixa Nova'; 40 | $font-promixa-nova-bold: 'Promixa Bold'; 41 | $font-promixa-nova-semibold: 'Proxima Nova Semi Bold'; 42 | $font-promixa-nova-light: 'Promixa Light'; 43 | $fontMontserrat: 'Montserrat'; 44 | $fontMontserratSemiBold: 'Montserrat Semibold'; 45 | $fontMontserratBold: 'Montserrat Bold'; 46 | 47 | 48 | // Transition 49 | $transition: .25s all linear; 50 | 51 | // Color palette selection 52 | 53 | // Blues 54 | $lightest-blue: #B1D9F9; 55 | $very-light-blue: #A0D0F8; 56 | $lightBlue: #84C4F5; 57 | 58 | $light-dark-blue: #6DB7F2; 59 | $blue: #1C87E1; 60 | $darker-blue: #146FB8; 61 | 62 | $darkBlue: #0D5DA0; 63 | $very-dark-blue: #0A5693; 64 | $darkestBlue: #073E75; 65 | 66 | // Aquas 67 | $lightest-aqua: #BDE5EC; 68 | $very-light-aqua: #B0E2E8; 69 | $light-aqua: #9AD9E1; 70 | 71 | $light-dark-aqua: #86D0DA; 72 | $aqua: #4BB8C3; 73 | $darker-aqua: #3A8D9C; 74 | 75 | $dark-aqua: #337683; 76 | $very-dark-aqua: #2B6A79; 77 | $darkest-aqua: #1D5463; 78 | 79 | // Greens 80 | $lightest-green: #B8D0B9; 81 | $very-light-green: #A1C2A2; 82 | $light-green: #8AB28B; 83 | 84 | $light-dark-green: #71A373; 85 | $green: #5A935C; 86 | $darker-green: #438444; 87 | 88 | $dark-green: #2B742C; 89 | $very-dark-green: #126513; 90 | $darkest-green: #005502; 91 | 92 | // Purples 93 | $lightest-purple: #E3D0EC; 94 | $very-light-purple: #D5B9E3; 95 | $light-purple: #C7A2D9; 96 | 97 | $light-dark-purple: #B98BD0; 98 | $purple: #9D5CBE; 99 | $darker-purple: #8F45B4; 100 | 101 | $dark-purple: #812EAB; 102 | $very-dark-purple: #7317A2; 103 | $darkest-purple: #660099; 104 | 105 | // Pinks 106 | $lightest-pink: #F1C3DF; 107 | $very-light-pink: #ECAFD6; 108 | $light-pink: #E79BCB; 109 | 110 | $light-dark-pink: #E487C1; 111 | $pink: #DF73B6; 112 | $darker-pink: #DA5EAC; 113 | 114 | $dark-pink: #D54AA1; 115 | $very-dark-pink: #D03597; 116 | $darkest-pink: #CC1F8D; 117 | 118 | // Reds 119 | $lightest-red: #F2B9B8; 120 | $very-light-red: #EEA2A1; 121 | $light-red: #E98A89; 122 | 123 | $light-dark-red: #E57271; 124 | $red: #E05B59; 125 | $darker-red: #DB4440; 126 | 127 | $dark-red: #D72C26; 128 | $very-dark-red: #D21204; 129 | $darkest-red: #CE0000; 130 | 131 | // Oranges 132 | $lightest-orange: #FFD5B7; 133 | $very-light-orange: #FFC79F; 134 | $light-orange: #FFB987; 135 | 136 | $light-dark-orange: #FFAB6E; 137 | $orange: #FF9D54; 138 | $darker-orange: #FF8F3A; 139 | 140 | $dark-orange: #FF811A; 141 | $very-dark-orange: #FF7300; 142 | $darkest-orange: #FF6600; 143 | 144 | // Yellows 145 | $lightest-yellow: #FFF2B6; 146 | $very-light-yellow: #FFED9E; 147 | $light-yellow: #FFE885; 148 | 149 | $light-dark-yellow: #FFE46A; 150 | $yellow: #FFDF4F; 151 | $darker-yellow: #FFDA30; 152 | 153 | $dark-yellow: #FFD600; 154 | $very-dark-yellow: #FFD100; 155 | $darkest-yellow: #FFCD00; 156 | 157 | // Browns 158 | $lightest-brown: #B7B1AB; 159 | $very-light-brown: #A59D96; 160 | $light-brown: #938A80; 161 | 162 | $light-dark-brown: #81766B; 163 | $brown: #6F6356; 164 | $darker-brown: #5D4F41; 165 | 166 | $dark-brown: #4B3C2C; 167 | $very-dark-brown: #3A2917; 168 | $darkest-brown: #352615; 169 | 170 | // Light neutrals 171 | $lightest-light-neutral: #F9F9F9; 172 | $very-light-light-neutral: #F3F3F4; 173 | $light-light-neutral: #E4E6E7; 174 | 175 | $light-dark-light-neutral: #D3D5D9; 176 | $light-neutral: #C4C6CC; 177 | $darker-light-neutral: #B4B7BE; 178 | 179 | $dark-light-neutral: #A3A7AE; 180 | $very-dark-light-neutral: #93969F; 181 | $darkest-light-neutral: #818691; 182 | 183 | // Dark neutrals 184 | $lightest-dark-neutral: #93969F; 185 | $very-light-dark-neutral: #818691; 186 | $light-dark-neutral: #737883; 187 | 188 | $light-dark-dark-neutral: #646973; 189 | $dark-neutral: #565964; 190 | $darker-dark-neutral: #484C53; 191 | 192 | $dark-dark-neutral: #404247; 193 | $very-dark-dark-neutral: #292B2F; 194 | $darkest-dark-neutral: #1A191C; 195 | 196 | // End of color palette --------------------------------------------------------------------------------