-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-links-js-562a24851d35394e7a62.js
2 lines (2 loc) · 17.4 KB
/
component---src-pages-links-js-562a24851d35394e7a62.js
1
2
webpackJsonp([0x6465557d8f5d],{11:function(e,t,n){"use strict";function r(e){return e&&"object"==typeof e&&"default"in e?e.default:e}function o(e,t){return t={exports:{}},e(t,t.exports),t.exports}function a(e){return function(){return e}}function l(e,t,n,r,o,a,l,c){if(d(t),!e){var i;if(void 0===t)i=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,o,a,l,c],s=0;i=new Error(t.replace(/%s/g,function(){return u[s++]})),i.name="Invariant Violation"}throw i.framesToPop=1,i}}function c(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function i(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map(function(e){return t[e]});if("0123456789"!==r.join(""))return!1;var o={};return"abcdefghijklmnopqrst".split("").forEach(function(e){o[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},o)).join("")}catch(e){return!1}}var u=r(n(1)),s=function(){};s.thatReturns=a,s.thatReturnsFalse=a(!1),s.thatReturnsTrue=a(!0),s.thatReturnsNull=a(null),s.thatReturnsThis=function(){return this},s.thatReturnsArgument=function(e){return e};var f=s,d=function(e){},p=l,m=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,y=Object.prototype.propertyIsEnumerable,v=(i()?Object.assign:function(e,t){for(var n,r,o=c(e),a=1;a<arguments.length;a++){n=Object(arguments[a]);for(var l in n)h.call(n,l)&&(o[l]=n[l]);if(m){r=m(n);for(var i=0;i<r.length;i++)y.call(n,r[i])&&(o[r[i]]=n[r[i]])}}return o},"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"),b=v,w=function(){function e(e,t,n,r,o,a){a!==b&&p(!1,"Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types")}function t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t};return n.checkPropTypes=f,n.PropTypes=n,n},g=o(function(e){e.exports=w()}),E="production",O=function(e,t,n,r,o,a,l,c){if("production"!==E&&void 0===t)throw new Error("invariant requires an error message argument");if(!e){var i;if(void 0===t)i=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var u=[n,r,o,a,l,c],s=0;i=new Error(t.replace(/%s/g,function(){return u[s++]})),i.name="Invariant Violation"}throw i.framesToPop=1,i}},M=O,C=function(e){return e.replace(/[A-Z]/g,function(e){return"-"+e.toLowerCase()}).toLowerCase()},L=C,k=function(e){var t=/[height|width]$/;return t.test(e)},_=function(e){var t="",n=Object.keys(e);return n.forEach(function(r,o){var a=e[r];r=L(r),k(r)&&"number"==typeof a&&(a+="px"),t+=a===!0?r:a===!1?"not "+r:"("+r+": "+a+")",o<n.length-1&&(t+=" and ")}),t},j=function(e){var t="";return"string"==typeof e?e:e instanceof Array?(e.forEach(function(n,r){t+=_(n),r<e.length-1&&(t+=", ")}),t):_(e)},z=j,x="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},T=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},S=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},A=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t},B=function(e){function t(){var n,r,o;T(this,t);for(var a=arguments.length,l=Array(a),c=0;c<a;c++)l[c]=arguments[c];return n=r=A(this,e.call.apply(e,[this].concat(l))),r.state={matches:r.props.defaultMatches},r.updateMatches=function(){return r.setState({matches:r.mediaQueryList.matches})},o=n,A(r,o)}return S(t,e),t.prototype.componentWillMount=function(){if("object"===("undefined"==typeof window?"undefined":x(window))){var e=this.props.targetWindow||window;M("function"==typeof e.matchMedia,"<Media targetWindow> does not support `matchMedia`.");var t=this.props.query;"string"!=typeof t&&(t=z(t)),this.mediaQueryList=e.matchMedia(t),this.mediaQueryList.addListener(this.updateMatches),this.updateMatches()}},t.prototype.componentWillUnmount=function(){this.mediaQueryList.removeListener(this.updateMatches)},t.prototype.render=function e(){var t=this.props,n=t.children,e=t.render,r=this.state.matches;return e?r?e():null:n?"function"==typeof n?n(r):(!Array.isArray(n)||n.length)&&r?u.Children.only(n):null:null},t}(u.Component);B.propTypes={defaultMatches:g.bool,query:g.oneOfType([g.string,g.object,g.arrayOf(g.object.isRequired)]).isRequired,render:g.func,children:g.oneOfType([g.node,g.func]),targetWindow:g.object},B.defaultProps={defaultMatches:!0},e.exports=B},36:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}t.__esModule=!0;var c=n(1),i=r(c),u=n(83),s=r(u),f=n(6),d=function(e){function t(){o(this,t);var n=a(this,e.call(this));return n.handleModalClick=function(e){e.preventDefault(),n.setState({modalIsOpen:!n.state.modalIsOpen},function(){n.openModal()})},n.openModal=function(){var e=[].concat(n.state.modalStyles);n.state.modalIsOpen?(n.modal.current.style.opacity="1",e.push(s.default.after)):e.pop(),n.setState({modalStyles:e})},n.shouldModalHide=function(){n.state.modalIsOpen||(n.modal.current.style.opacity="0")},n.modal=(0,c.createRef)(),n.state={modalIsOpen:!1,modalStyles:[s.default.modal,s.default.before]},n}return l(t,e),t.prototype.render=function(){var e=this.state.modalStyles,t=this.handleModalClick,n=this.shouldModalHide;return i.default.createElement("ul",{className:s.default.linksContainer},i.default.createElement("a",{href:"http://github.com/marcaaron"},i.default.createElement("li",null,i.default.createElement(f.GitHub,null))),i.default.createElement("a",{href:"http://linkedin.com/in/marcaaron"},i.default.createElement("li",null,i.default.createElement(f.LinkedIn,null))),i.default.createElement("a",{href:"http://twitter.com/marcaarong"},i.default.createElement("li",null,i.default.createElement(f.Twitter,null))),i.default.createElement("a",{onClick:t},i.default.createElement("li",null,i.default.createElement(f.Mail,null))),i.default.createElement("div",{className:e.join(" "),onTransitionEnd:n,ref:this.modal},i.default.createElement("div",{className:s.default.modalHeader},"Contact Information"),i.default.createElement("div",{className:s.default.modalBody},"marc dot aaron dot glasser AT gmail dot com"),i.default.createElement("button",{onClick:t,className:s.default.modalBtn},"Bye Felicia!")))},t}(c.Component);t.default=d,e.exports=t.default},52:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function l(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}t.__esModule=!0;var c=n(1),i=r(c),u=n(36),s=r(u),f=n(11),d=(r(f),function(e){function t(){return o(this,t),a(this,e.apply(this,arguments))}return l(t,e),t.prototype.render=function(){return i.default.createElement(s.default,null)},t}(c.Component));t.default=d,e.exports=t.default},83:function(e,t){e.exports={linksContainer:"src-components----Links-module---linksContainer---Z-SWx",modal:"src-components----Links-module---modal---1G8yp",modalBtn:"src-components----Links-module---modalBtn---12O_t",modalHeader:"src-components----Links-module---modalHeader---2KC0U",modalBody:"src-components----Links-module---modalBody---267pl",before:"src-components----Links-module---before---1TpKf",after:"src-components----Links-module---after---8qiO4",bye:"src-components----Links-module---bye---1UbLH"}},6:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.FAClock=t.FAChevronRight=t.FALink=t.FAUser=t.FABriefcase=t.Mail=t.Twitter=t.LinkedIn=t.GitHub=t.ArrowLeft=void 0;var o=n(1),a=r(o);t.ArrowLeft=function(e){var t=e.color;return a.default.createElement("svg",{viewBox:"0 0 500 500",width:"30",height:"30",xmlns:"http://www.w3.org/2000/svg"},a.default.createElement("path",{fill:t||"#EC644B",d:"M 282.455 439.1 L 260.255 461.3 C 250.855 470.7 235.655 470.7 226.355 461.3 L 31.955 267 C 22.555 257.6 22.555 242.4 31.955 233.1 L 226.355 38.7 C 235.755 29.3 250.955 29.3 260.255 38.7 L 282.455 60.9 C 291.955 70.4 291.755 85.9 282.055 95.2 L 161.555 210 L 448.955 210 C 462.255 210 472.955 220.7 472.955 234 L 472.955 266 C 472.955 279.3 462.255 290 448.955 290 L 161.555 290 L 282.055 404.8 C 291.855 414.1 292.055 429.6 282.455 439.1 Z"}))},t.GitHub=function(){return a.default.createElement("svg",{viewBox:"0 0 496 512"},a.default.createElement("path",{fill:"currentColor",d:"M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"}))},t.LinkedIn=function(){return a.default.createElement("svg",{viewBox:"0 0 448 512"},a.default.createElement("path",{fill:"currentColor",d:"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"}))},t.Twitter=function(){return a.default.createElement("svg",{viewBox:"0 0 512 512"},a.default.createElement("path",{fill:"currentColor",d:"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"}))},t.Mail=function(){return a.default.createElement("svg",{viewBox:"0 0 512 512"},a.default.createElement("path",{fill:"currentColor",d:"M464 64H48C21.49 64 0 85.49 0 112v288c0 26.51 21.49 48 48 48h416c26.51 0 48-21.49 48-48V112c0-26.51-21.49-48-48-48zm0 48v40.805c-22.422 18.259-58.168 46.651-134.587 106.49-16.841 13.247-50.201 45.072-73.413 44.701-23.208.375-56.579-31.459-73.413-44.701C106.18 199.465 70.425 171.067 48 152.805V112h416zM48 400V214.398c22.914 18.251 55.409 43.862 104.938 82.646 21.857 17.205 60.134 55.186 103.062 54.955 42.717.231 80.509-37.199 103.053-54.947 49.528-38.783 82.032-64.401 104.947-82.653V400H48z"}))},t.FABriefcase=function(e){var t=e.size,n=e.color;return a.default.createElement("svg",{viewBox:"0 0 512 512",width:t,height:t},a.default.createElement("path",{fill:n,d:"M320 288h192v144c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V288h192v20c0 6.627 5.373 12 12 12h104c6.627 0 12-5.373 12-12v-20zm192-112v80H0v-80c0-26.51 21.49-48 48-48h80V80c0-26.51 21.49-48 48-48h160c26.51 0 48 21.49 48 48v48h80c26.51 0 48 21.49 48 48zM320 96H192v32h128V96z"}))},t.FAUser=function(e){var t=e.size,n=e.color;return a.default.createElement("svg",{viewBox:"0 0 448 512",width:t,height:t},a.default.createElement("path",{fill:n,d:"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z"}))},t.FALink=function(e){var t=e.size,n=e.color;return a.default.createElement("svg",{viewBox:"0 0 512 512",width:t,height:t},a.default.createElement("path",{fill:n,d:"M326.612 185.391c59.747 59.809 58.927 155.698.36 214.59-.11.12-.24.25-.36.37l-67.2 67.2c-59.27 59.27-155.699 59.262-214.96 0-59.27-59.26-59.27-155.7 0-214.96l37.106-37.106c9.84-9.84 26.786-3.3 27.294 10.606.648 17.722 3.826 35.527 9.69 52.721 1.986 5.822.567 12.262-3.783 16.612l-13.087 13.087c-28.026 28.026-28.905 73.66-1.155 101.96 28.024 28.579 74.086 28.749 102.325.51l67.2-67.19c28.191-28.191 28.073-73.757 0-101.83-3.701-3.694-7.429-6.564-10.341-8.569a16.037 16.037 0 0 1-6.947-12.606c-.396-10.567 3.348-21.456 11.698-29.806l21.054-21.055c5.521-5.521 14.182-6.199 20.584-1.731a152.482 152.482 0 0 1 20.522 17.197zM467.547 44.449c-59.261-59.262-155.69-59.27-214.96 0l-67.2 67.2c-.12.12-.25.25-.36.37-58.566 58.892-59.387 154.781.36 214.59a152.454 152.454 0 0 0 20.521 17.196c6.402 4.468 15.064 3.789 20.584-1.731l21.054-21.055c8.35-8.35 12.094-19.239 11.698-29.806a16.037 16.037 0 0 0-6.947-12.606c-2.912-2.005-6.64-4.875-10.341-8.569-28.073-28.073-28.191-73.639 0-101.83l67.2-67.19c28.239-28.239 74.3-28.069 102.325.51 27.75 28.3 26.872 73.934-1.155 101.96l-13.087 13.087c-4.35 4.35-5.769 10.79-3.783 16.612 5.864 17.194 9.042 34.999 9.69 52.721.509 13.906 17.454 20.446 27.294 10.606l37.106-37.106c59.271-59.259 59.271-155.699.001-214.959z"}))},t.FAChevronRight=function(e){var t=e.color,n=e.size;return a.default.createElement("svg",{viewBox:"0 0 256 512",color:t,width:n,height:n},a.default.createElement("path",{fill:"currentColor",d:"M24.707 38.101L4.908 57.899c-4.686 4.686-4.686 12.284 0 16.971L185.607 256 4.908 437.13c-4.686 4.686-4.686 12.284 0 16.971L24.707 473.9c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L41.678 38.101c-4.687-4.687-12.285-4.687-16.971 0z"}))},t.FAClock=function(e){var t=e.size;return a.default.createElement("svg",{viewBox:"0 0 512 512",width:t,height:t},a.default.createElement("path",{fill:"currentColor",d:"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z"}))}},152:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=n(1),a=r(o),l=n(52),c=(r(l),n(36)),i=r(c),u=n(24),s=r(u),f=n(245),d=r(f),p=function(e){e.history;return a.default.createElement(o.Fragment,null,a.default.createElement("div",{className:d.default.listMobile},a.default.createElement(i.default,null),a.default.createElement(s.default,{to:"/posts"},a.default.createElement("h2",{style:{textAlign:"center",backgroundColor:"#fffefa",padding:20,margin:0}},"Recent Posts"))),a.default.createElement("div",{className:d.default.listDesktop},a.default.createElement(i.default,null)))};t.default=p,e.exports=t.default},245:function(e,t){e.exports={listDesktop:"src-pages----links-module---listDesktop---1kNeg",listMobile:"src-pages----links-module---listMobile---f1UII"}}});
//# sourceMappingURL=component---src-pages-links-js-562a24851d35394e7a62.js.map