-
Notifications
You must be signed in to change notification settings - Fork 0
/
component---src-pages-index-js-4aa8a06ea5ec096abad4.js
2 lines (2 loc) · 14.7 KB
/
component---src-pages-index-js-4aa8a06ea5ec096abad4.js
1
2
webpackJsonp([35783957827783],{11:function(e,t,r){"use strict";function n(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 c(e){return function(){return e}}function a(e,t,r,n,o,c,a,i){if(d(t),!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[r,n,o,c,a,i],s=0;u=new Error(t.replace(/%s/g,function(){return l[s++]})),u.name="Invariant Violation"}throw u.framesToPop=1,u}}function i(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}function u(){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={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;var n=Object.getOwnPropertyNames(t).map(function(e){return t[e]});if("0123456789"!==n.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 l=n(r(1)),s=function(){};s.thatReturns=c,s.thatReturnsFalse=c(!1),s.thatReturnsTrue=c(!0),s.thatReturnsNull=c(null),s.thatReturnsThis=function(){return this},s.thatReturnsArgument=function(e){return e};var f=s,d=function(e){},p=a,m=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable,y=(u()?Object.assign:function(e,t){for(var r,n,o=i(e),c=1;c<arguments.length;c++){r=Object(arguments[c]);for(var a in r)h.call(r,a)&&(o[a]=r[a]);if(m){n=m(r);for(var u=0;u<n.length;u++)v.call(r,n[u])&&(o[n[u]]=r[n[u]])}}return o},"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"),g=y,w=function(){function e(e,t,r,n,o,c){c!==g&&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 r={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 r.checkPropTypes=f,r.PropTypes=r,r},b=o(function(e){e.exports=w()}),j="production",E=function(e,t,r,n,o,c,a,i){if("production"!==j&&void 0===t)throw new Error("invariant requires an error message argument");if(!e){var u;if(void 0===t)u=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[r,n,o,c,a,i],s=0;u=new Error(t.replace(/%s/g,function(){return l[s++]})),u.name="Invariant Violation"}throw u.framesToPop=1,u}},M=E,C=function(e){return e.replace(/[A-Z]/g,function(e){return"-"+e.toLowerCase()}).toLowerCase()},O=C,z=function(e){var t=/[height|width]$/;return t.test(e)},L=function(e){var t="",r=Object.keys(e);return r.forEach(function(n,o){var c=e[n];n=O(n),z(n)&&"number"==typeof c&&(c+="px"),t+=c===!0?n:c===!1?"not "+n:"("+n+": "+c+")",o<r.length-1&&(t+=" and ")}),t},_=function(e){var t="";return"string"==typeof e?e:e instanceof Array?(e.forEach(function(r,n){t+=L(r),n<e.length-1&&(t+=", ")}),t):L(e)},x=_,T="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},P=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},A=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)},k=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},V=function(e){function t(){var r,n,o;P(this,t);for(var c=arguments.length,a=Array(c),i=0;i<c;i++)a[i]=arguments[i];return r=n=k(this,e.call.apply(e,[this].concat(a))),n.state={matches:n.props.defaultMatches},n.updateMatches=function(){return n.setState({matches:n.mediaQueryList.matches})},o=r,k(n,o)}return A(t,e),t.prototype.componentWillMount=function(){if("object"===("undefined"==typeof window?"undefined":T(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=x(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,r=t.children,e=t.render,n=this.state.matches;return e?n?e():null:r?"function"==typeof r?r(n):(!Array.isArray(r)||r.length)&&n?l.Children.only(r):null:null},t}(l.Component);V.propTypes={defaultMatches:b.bool,query:b.oneOfType([b.string,b.object,b.arrayOf(b.object.isRequired)]).isRequired,render:b.func,children:b.oneOfType([b.node,b.func]),targetWindow:b.object},V.defaultProps={defaultMatches:!0},e.exports=V},143:function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=r(1),c=n(o),a=r(119),i=n(a),u=r(6),l=r(24),s=n(l),f=r(11),d=(n(f),function(e){var t=e.project;return c.default.createElement(o.Fragment,null,c.default.createElement(s.default,{to:"/"+t.slug,className:i.default.projectItem+" "+i.default.projectItemMobile},t.name,c.default.createElement(u.FAChevronRight,{size:20,color:"#c1c1c1"})),c.default.createElement(s.default,{to:"/"+t.slug,className:i.default.projectItem+" "+i.default.projectItemDesktop},c.default.createElement("span",{className:i.default.projectNameTag},t.name),c.default.createElement("div",{className:i.default.imgContainer},c.default.createElement("img",{src:t.img.url,alt:t.name}))))});t.default=d,e.exports=t.default},144:function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0;var o=r(1),c=n(o),a=r(143),i=n(a),u=r(119),l=n(u),s=function(e){var t=e.projects;return c.default.createElement("ul",{className:l.default.projectContainer},t.map(function(e){var t=e.node;return c.default.createElement(i.default,{key:t.id,project:t})}))};t.default=s,e.exports=t.default},119:function(e,t){e.exports={projectContainer:"src-components----Projects-module---projectContainer---20VLL",projectItem:"src-components----Projects-module---projectItem---U_e4t",imgContainer:"src-components----Projects-module---imgContainer---dfkeA",projectNameTag:"src-components----Projects-module---projectNameTag---rmMdq",projectItemDesktop:"src-components----Projects-module---projectItemDesktop---VYmo2",projectItemMobile:"src-components----Projects-module---projectItemMobile---3qoKj"}},6:function(e,t,r){"use strict";function n(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=r(1),c=n(o);t.ArrowLeft=function(e){var t=e.color;return c.default.createElement("svg",{viewBox:"0 0 500 500",width:"30",height:"30",xmlns:"http://www.w3.org/2000/svg"},c.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 c.default.createElement("svg",{viewBox:"0 0 496 512"},c.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 c.default.createElement("svg",{viewBox:"0 0 448 512"},c.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 c.default.createElement("svg",{viewBox:"0 0 512 512"},c.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 c.default.createElement("svg",{viewBox:"0 0 512 512"},c.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,r=e.color;return c.default.createElement("svg",{viewBox:"0 0 512 512",width:t,height:t},c.default.createElement("path",{fill:r,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,r=e.color;return c.default.createElement("svg",{viewBox:"0 0 448 512",width:t,height:t},c.default.createElement("path",{fill:r,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,r=e.color;return c.default.createElement("svg",{viewBox:"0 0 512 512",width:t,height:t},c.default.createElement("path",{fill:r,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,r=e.size;return c.default.createElement("svg",{viewBox:"0 0 256 512",color:t,width:r,height:r},c.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 c.default.createElement("svg",{viewBox:"0 0 512 512",width:t,height:t},c.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"}))}},151:function(e,t,r){"use strict";function n(e){return e&&e.__esModule?e:{default:e}}t.__esModule=!0,t.query=void 0;var o=r(1),c=n(o),a=r(24),i=(n(a),r(144)),u=n(i),l=function(e){var t=e.data,r=t.allProject.edges;return c.default.createElement(u.default,{projects:r})};t.query="** extracted graphql fragment **";t.default=l}});
//# sourceMappingURL=component---src-pages-index-js-4aa8a06ea5ec096abad4.js.map