/*! * * Super simple wysiwyg editor v0.8.18 * https://summernote.org * * * Copyright 2013- Alan Hong. and other contributors * summernote may be freely distributed under the MIT license. * * Date: 2020-05-20T18:09Z * */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); else if(typeof define === 'function' && define.amd) define([], factory); else { var a = factory(); for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; } })(window, function() { return /******/ (function(modules) { // webpackBootstrap /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ return installedModules[moduleId].exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.l = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); /******/ } /******/ }; /******/ /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ /******/ // create a fake namespace object /******/ // mode & 1: value is a module id, require it /******/ // mode & 2: merge all properties of value into the ns /******/ // mode & 4: return value when already ns object /******/ // mode & 8|1: behave like require /******/ __webpack_require__.t = function(value, mode) { /******/ if(mode & 1) value = __webpack_require__(value); /******/ if(mode & 8) return value; /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; /******/ var ns = Object.create(null); /******/ __webpack_require__.r(ns); /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); /******/ return ns; /******/ }; /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = ""; /******/ /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = 10); /******/ }) /************************************************************************/ /******/ ({ /***/ 10: /***/ (function(module, exports) { (function ($) { $.extend($.summernote.lang, { 'ca-ES': { font: { bold: 'Negreta', italic: 'Cursiva', underline: 'Subratllat', clear: 'Treure estil de lletra', height: 'Alçada de línia', name: 'Font', strikethrough: 'Ratllat', subscript: 'Subíndex', superscript: 'Superíndex', size: 'Mida de lletra' }, image: { image: 'Imatge', insert: 'Inserir imatge', resizeFull: 'Redimensionar a mida completa', resizeHalf: 'Redimensionar a la meitat', resizeQuarter: 'Redimensionar a un quart', floatLeft: 'Alinear a l\'esquerra', floatRight: 'Alinear a la dreta', floatNone: 'No alinear', shapeRounded: 'Forma: Arrodonit', shapeCircle: 'Forma: Cercle', shapeThumbnail: 'Forma: Marc', shapeNone: 'Forma: Cap', dragImageHere: 'Arrossegueu una imatge o text aquí', dropImage: 'Deixa anar aquí una imatge o un text', selectFromFiles: 'Seleccioneu des dels arxius', maximumFileSize: 'Mida màxima de l\'arxiu', maximumFileSizeError: 'La mida màxima de l\'arxiu s\'ha superat.', url: 'URL de la imatge', remove: 'Eliminar imatge', original: 'Original' }, video: { video: 'Vídeo', videoLink: 'Enllaç del vídeo', insert: 'Inserir vídeo', url: 'URL del vídeo?', providers: '(YouTube, Vimeo, Vine, Instagram, DailyMotion o Youku)' }, link: { link: 'Enllaç', insert: 'Inserir enllaç', unlink: 'Treure enllaç', edit: 'Editar', textToDisplay: 'Text per mostrar', url: 'Cap a quina URL porta l\'enllaç?', openInNewWindow: 'Obrir en una finestra nova' }, table: { table: 'Taula', addRowAbove: 'Add row above', addRowBelow: 'Add row below', addColLeft: 'Add column left', addColRight: 'Add column right', delRow: 'Delete row', delCol: 'Delete column', delTable: 'Delete table' }, hr: { insert: 'Inserir línia horitzontal' }, style: { style: 'Estil', p: 'p', blockquote: 'Cita', pre: 'Codi', h1: 'Títol 1', h2: 'Títol 2', h3: 'Títol 3', h4: 'Títol 4', h5: 'Títol 5', h6: 'Títol 6' }, lists: { unordered: 'Llista desendreçada', ordered: 'Llista endreçada' }, options: { help: 'Ajut', fullscreen: 'Pantalla sencera', codeview: 'Veure codi font' }, paragraph: { paragraph: 'Paràgraf', outdent: 'Menys tabulació', indent: 'Més tabulació', left: 'Alinear a l\'esquerra', center: 'Alinear al mig', right: 'Alinear a la dreta', justify: 'Justificar' }, color: { recent: 'Últim color', more: 'Més colors', background: 'Color de fons', foreground: 'Color de lletra', transparent: 'Transparent', setTransparent: 'Establir transparent', reset: 'Restablir', resetToDefault: 'Restablir per defecte' }, shortcut: { shortcuts: 'Dreceres de teclat', close: 'Tancar', textFormatting: 'Format de text', action: 'Acció', paragraphFormatting: 'Format de paràgraf', documentStyle: 'Estil del document', extraKeys: 'Tecles adicionals' }, help: { 'insertParagraph': 'Inserir paràgraf', 'undo': 'Desfer l\'última acció', 'redo': 'Refer l\'última acció', 'tab': 'Tabular', 'untab': 'Eliminar tabulació', 'bold': 'Establir estil negreta', 'italic': 'Establir estil cursiva', 'underline': 'Establir estil subratllat', 'strikethrough': 'Establir estil ratllat', 'removeFormat': 'Netejar estil', 'justifyLeft': 'Alinear a l\'esquerra', 'justifyCenter': 'Alinear al centre', 'justifyRight': 'Alinear a la dreta', 'justifyFull': 'Justificar', 'insertUnorderedList': 'Inserir llista desendreçada', 'insertOrderedList': 'Inserir llista endreçada', 'outdent': 'Reduïr tabulació del paràgraf', 'indent': 'Augmentar tabulació del paràgraf', 'formatPara': 'Canviar l\'estil del bloc com a un paràgraf (etiqueta P)', 'formatH1': 'Canviar l\'estil del bloc com a un H1', 'formatH2': 'Canviar l\'estil del bloc com a un H2', 'formatH3': 'Canviar l\'estil del bloc com a un H3', 'formatH4': 'Canviar l\'estil del bloc com a un H4', 'formatH5': 'Canviar l\'estil del bloc com a un H5', 'formatH6': 'Canviar l\'estil del bloc com a un H6', 'insertHorizontalRule': 'Inserir una línia horitzontal', 'linkDialog.show': 'Mostrar panel d\'enllaços' }, history: { undo: 'Desfer', redo: 'Refer' }, specialChar: { specialChar: 'CARÀCTERS ESPECIALS', select: 'Selecciona caràcters especials' } } }); })(jQuery); /***/ }) /******/ }); });
Picture of a flower

Tell your story

Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.

Home - Chippewa Creations
Always 100% Native American Hand Made - Always Free Shipping!
Search

Hereditary History of Chippewa Creations

Hello, my name is Pamela Harris-Kenwabikise.  My late grandfather, Paul Kenwabikise, was the hereditary Chief of the Beaver Island Tribe.  My grandfather, Paul and grandmother, Isabel Wabanimkee-Kenwabikise, lived their entire lives on the Great Lakes “Hidden Gem” we know as Beaver Island.  Paul Kenwabikise netted whitefish to provide for his large family of 16 children which included my mother, Nancy Kenwabikise-Harris.  Still today some of the Kenwabikise family reside year-around on the island that we all call “HOME”.

About Chippewa Creations

Behind the Tee-Pee

Chippewa Creations, LLC is a Proud, Native American, Woman Owned/Operated, Michigan based business.  Each creativity encases the authenticity of being individually handcrafted by a Federally Recognized Native American.

Leading you down the Primative Trail to your Native Spirit!

Being individually handcrafted, each greeting holds it’s own uniqueness with a variety of sinew, Native feathers, colorful glass bead accents, and leather-like detail.

A Wise Indian Once Said...

When your offering is spent and the gift card expires, the Dream Catcher greeting card that housed the generosity will remain the gift that keeps on giving.

Back to Top
Product has been added to your cart