-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent---src-pages-index-js-2e5d794f9c84dbfffe54.js
2 lines (2 loc) · 33.5 KB
/
component---src-pages-index-js-2e5d794f9c84dbfffe54.js
1
2
"use strict";(self.webpackChunkgatsby_starter_default=self.webpackChunkgatsby_starter_default||[]).push([[678],{3204:function(e){const t=/[\p{Lu}]/u,n=/[\p{Ll}]/u,i=/^[\p{Lu}](?![\p{Lu}])/gu,a=/([\p{Alpha}\p{N}_]|$)/u,r=/[_.\- ]+/,s=new RegExp("^"+r.source),l=new RegExp(r.source+a.source,"gu"),o=new RegExp("\\d+"+a.source,"gu"),d=(e,a)=>{if("string"!=typeof e&&!Array.isArray(e))throw new TypeError("Expected the input to be `string | string[]`");if(a={pascalCase:!1,preserveConsecutiveUppercase:!1,...a},0===(e=Array.isArray(e)?e.map((e=>e.trim())).filter((e=>e.length)).join("-"):e.trim()).length)return"";const r=!1===a.locale?e=>e.toLowerCase():e=>e.toLocaleLowerCase(a.locale),d=!1===a.locale?e=>e.toUpperCase():e=>e.toLocaleUpperCase(a.locale);if(1===e.length)return a.pascalCase?d(e):r(e);return e!==r(e)&&(e=((e,i,a)=>{let r=!1,s=!1,l=!1;for(let o=0;o<e.length;o++){const d=e[o];r&&t.test(d)?(e=e.slice(0,o)+"-"+e.slice(o),r=!1,l=s,s=!0,o++):s&&l&&n.test(d)?(e=e.slice(0,o-1)+"-"+e.slice(o-1),l=s,s=!1,r=!0):(r=i(d)===d&&a(d)!==d,l=s,s=a(d)===d&&i(d)!==d)}return e})(e,r,d)),e=e.replace(s,""),e=a.preserveConsecutiveUppercase?((e,t)=>(i.lastIndex=0,e.replace(i,(e=>t(e)))))(e,r):r(e),a.pascalCase&&(e=d(e.charAt(0))+e.slice(1)),((e,t)=>(l.lastIndex=0,o.lastIndex=0,e.replace(l,((e,n)=>t(n))).replace(o,(e=>t(e)))))(e,d)};e.exports=d,e.exports.default=d},8032:function(e,t,n){n.d(t,{L:function(){return u},M:function(){return v},P:function(){return w},S:function(){return q},_:function(){return l},a:function(){return s},b:function(){return m},g:function(){return c},h:function(){return o}});var i=n(7294),a=(n(3204),n(5697)),r=n.n(a);function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},s.apply(this,arguments)}function l(e,t){if(null==e)return{};var n,i,a={},r=Object.keys(e);for(i=0;i<r.length;i++)t.indexOf(n=r[i])>=0||(a[n]=e[n]);return a}const o=()=>"undefined"!=typeof HTMLImageElement&&"loading"in HTMLImageElement.prototype;function d(e,t,n){const i={};let a="gatsby-image-wrapper";return"fixed"===n?(i.width=e,i.height=t):"constrained"===n&&(a="gatsby-image-wrapper gatsby-image-wrapper-constrained"),{className:a,"data-gatsby-image-wrapper":"",style:i}}function m(e,t,n,i,a){return void 0===a&&(a={}),s({},n,{loading:i,shouldLoad:e,"data-main-image":"",style:s({},a,{opacity:t?1:0})})}function c(e,t,n,i,a,r,l,o){const d={};r&&(d.backgroundColor=r,"fixed"===n?(d.width=i,d.height=a,d.backgroundColor=r,d.position="relative"):("constrained"===n||"fullWidth"===n)&&(d.position="absolute",d.top=0,d.left=0,d.bottom=0,d.right=0)),l&&(d.objectFit=l),o&&(d.objectPosition=o);const m=s({},e,{"aria-hidden":!0,"data-placeholder-image":"",style:s({opacity:t?0:1,transition:"opacity 500ms linear"},d)});return m}const g=["children"],p=function(e){let{layout:t,width:n,height:a}=e;return"fullWidth"===t?i.createElement("div",{"aria-hidden":!0,style:{paddingTop:a/n*100+"%"}}):"constrained"===t?i.createElement("div",{style:{maxWidth:n,display:"block"}},i.createElement("img",{alt:"",role:"presentation","aria-hidden":"true",src:`data:image/svg+xml;charset=utf-8,%3Csvg%20height='${a}'%20width='${n}'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E`,style:{maxWidth:"100%",display:"block",position:"static"}})):null},u=function(e){let{children:t}=e,n=l(e,g);return i.createElement(i.Fragment,null,i.createElement(p,s({},n)),t,null)},x=["src","srcSet","loading","alt","shouldLoad"],f=["fallback","sources","shouldLoad"],y=function(e){let{src:t,srcSet:n,loading:a,alt:r="",shouldLoad:o}=e,d=l(e,x);return i.createElement("img",s({},d,{decoding:"async",loading:a,src:o?t:void 0,"data-src":o?void 0:t,srcSet:o?n:void 0,"data-srcset":o?void 0:n,alt:r}))},h=function(e){let{fallback:t,sources:n=[],shouldLoad:a=!0}=e,r=l(e,f);const o=r.sizes||(null==t?void 0:t.sizes),d=i.createElement(y,s({},r,t,{sizes:o,shouldLoad:a}));return n.length?i.createElement("picture",null,n.map((e=>{let{media:t,srcSet:n,type:r}=e;return i.createElement("source",{key:`${t}-${r}-${n}`,type:r,media:t,srcSet:a?n:void 0,"data-srcset":a?void 0:n,sizes:o})})),d):d};var b;y.propTypes={src:a.string.isRequired,alt:a.string.isRequired,sizes:a.string,srcSet:a.string,shouldLoad:a.bool},h.displayName="Picture",h.propTypes={alt:a.string.isRequired,shouldLoad:a.bool,fallback:a.exact({src:a.string.isRequired,srcSet:a.string,sizes:a.string}),sources:a.arrayOf(a.oneOfType([a.exact({media:a.string.isRequired,type:a.string,sizes:a.string,srcSet:a.string.isRequired}),a.exact({media:a.string,type:a.string.isRequired,sizes:a.string,srcSet:a.string.isRequired})]))};const E=["fallback"],w=function(e){let{fallback:t}=e,n=l(e,E);return t?i.createElement(h,s({},n,{fallback:{src:t},"aria-hidden":!0,alt:""})):i.createElement("div",s({},n))};w.displayName="Placeholder",w.propTypes={fallback:a.string,sources:null==(b=h.propTypes)?void 0:b.sources,alt:function(e,t,n){return e[t]?new Error(`Invalid prop \`${t}\` supplied to \`${n}\`. Validation failed.`):null}};const v=function(e){return i.createElement(i.Fragment,null,i.createElement(h,s({},e)),i.createElement("noscript",null,i.createElement(h,s({},e,{shouldLoad:!0}))))};v.displayName="MainImage",v.propTypes=h.propTypes;const N=["as","className","class","style","image","loading","imgClassName","imgStyle","backgroundColor","objectFit","objectPosition"],S=["style","className"],C=e=>e.replace(/\n/g,""),k=function(e,t,n){for(var i=arguments.length,a=new Array(i>3?i-3:0),s=3;s<i;s++)a[s-3]=arguments[s];return e.alt||""===e.alt?r().string.apply(r(),[e,t,n].concat(a)):new Error(`The "alt" prop is required in ${n}. If the image is purely presentational then pass an empty string: e.g. alt="". Learn more: https://a11y-style-guide.com/style-guide/section-media.html`)},L={image:r().object.isRequired,alt:k},T=["as","image","style","backgroundColor","className","class","onStartLoad","onLoad","onError"],M=["style","className"],z=new Set;let A,I;const $=function(e){let{as:t="div",image:a,style:r,backgroundColor:m,className:c,class:g,onStartLoad:p,onLoad:u,onError:x}=e,f=l(e,T);const{width:y,height:h,layout:b}=a,E=d(y,h,b),{style:w,className:v}=E,N=l(E,M),S=(0,i.useRef)(),C=(0,i.useMemo)((()=>JSON.stringify(a.images)),[a.images]);g&&(c=g);const k=function(e,t,n){let i="";return"fullWidth"===e&&(i=`<div aria-hidden="true" style="padding-top: ${n/t*100}%;"></div>`),"constrained"===e&&(i=`<div style="max-width: ${t}px; display: block;"><img alt="" role="presentation" aria-hidden="true" src="data:image/svg+xml;charset=utf-8,%3Csvg%20height='${n}'%20width='${t}'%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%3E%3C/svg%3E" style="max-width: 100%; display: block; position: static;"></div>`),i}(b,y,h);return(0,i.useEffect)((()=>{A||(A=n.e(731).then(n.bind(n,6731)).then((e=>{let{renderImageToString:t,swapPlaceholderImage:n}=e;return I=t,{renderImageToString:t,swapPlaceholderImage:n}})));const e=S.current.querySelector("[data-gatsby-image-ssr]");if(e&&o())return e.complete?(null==p||p({wasCached:!0}),null==u||u({wasCached:!0}),setTimeout((()=>{e.removeAttribute("data-gatsby-image-ssr")}),0)):(null==p||p({wasCached:!0}),e.addEventListener("load",(function t(){e.removeEventListener("load",t),null==u||u({wasCached:!0}),setTimeout((()=>{e.removeAttribute("data-gatsby-image-ssr")}),0)}))),void z.add(C);if(I&&z.has(C))return;let t,i;return A.then((e=>{let{renderImageToString:n,swapPlaceholderImage:l}=e;S.current&&(S.current.innerHTML=n(s({isLoading:!0,isLoaded:z.has(C),image:a},f)),z.has(C)||(t=requestAnimationFrame((()=>{S.current&&(i=l(S.current,C,z,r,p,u,x))}))))})),()=>{t&&cancelAnimationFrame(t),i&&i()}}),[a]),(0,i.useLayoutEffect)((()=>{z.has(C)&&I&&(S.current.innerHTML=I(s({isLoading:z.has(C),isLoaded:z.has(C),image:a},f)),null==p||p({wasCached:!0}),null==u||u({wasCached:!0}))}),[a]),(0,i.createElement)(t,s({},N,{style:s({},w,r,{backgroundColor:m}),className:`${v}${c?` ${c}`:""}`,ref:S,dangerouslySetInnerHTML:{__html:k},suppressHydrationWarning:!0}))},j=(0,i.memo)((function(e){return e.image?(0,i.createElement)($,e):null}));j.propTypes=L,j.displayName="GatsbyImage";const J=["src","__imageData","__error","width","height","aspectRatio","tracedSVGOptions","placeholder","formats","quality","transformOptions","jpgOptions","pngOptions","webpOptions","avifOptions","blurredOptions","breakpoints","outputPixelDensities"];function R(e){return function(t){let{src:n,__imageData:a,__error:r}=t,o=l(t,J);return r&&console.warn(r),a?i.createElement(e,s({image:a},o)):(console.warn("Image not loaded",n),null)}}const O=R((function(e){let{as:t="div",className:n,class:a,style:r,image:o,loading:g="lazy",imgClassName:p,imgStyle:x,backgroundColor:f,objectFit:y,objectPosition:h}=e,b=l(e,N);if(!o)return console.warn("[gatsby-plugin-image] Missing image prop"),null;a&&(n=a),x=s({objectFit:y,objectPosition:h,backgroundColor:f},x);const{width:E,height:k,layout:L,images:T,placeholder:M,backgroundColor:z}=o,A=d(E,k,L),{style:I,className:$}=A,j=l(A,S),J={fallback:void 0,sources:[]};return T.fallback&&(J.fallback=s({},T.fallback,{srcSet:T.fallback.srcSet?C(T.fallback.srcSet):void 0})),T.sources&&(J.sources=T.sources.map((e=>s({},e,{srcSet:C(e.srcSet)})))),i.createElement(t,s({},j,{style:s({},I,r,{backgroundColor:f}),className:`${$}${n?` ${n}`:""}`}),i.createElement(u,{layout:L,width:E,height:k},i.createElement(w,s({},c(M,!1,L,E,k,z,y,h))),i.createElement(v,s({"data-gatsby-image-ssr":"",className:p},b,m("eager"===g,!1,J,g,x)))))})),_=function(e,t){for(var n=arguments.length,i=new Array(n>2?n-2:0),a=2;a<n;a++)i[a-2]=arguments[a];return"fullWidth"!==e.layout||"width"!==t&&"height"!==t||!e[t]?r().number.apply(r(),[e,t].concat(i)):new Error(`"${t}" ${e[t]} may not be passed when layout is fullWidth.`)},H=new Set(["fixed","fullWidth","constrained"]),P={src:r().string.isRequired,alt:k,width:_,height:_,sizes:r().string,layout:e=>{if(void 0!==e.layout&&!H.has(e.layout))return new Error(`Invalid value ${e.layout}" provided for prop "layout". Defaulting to "constrained". Valid values are "fixed", "fullWidth" or "constrained".`)}};O.displayName="StaticImage",O.propTypes=P;const q=R(j);q.displayName="StaticImage",q.propTypes=P},9357:function(e,t,n){var i=n(7294),a=n(1883);t.Z=function(e){var t,n;let{description:r,title:s,children:l}=e;const{site:o}=(0,a.useStaticQuery)("63159454"),d=r||o.siteMetadata.description,m=null===(t=o.siteMetadata)||void 0===t?void 0:t.title;return i.createElement(i.Fragment,null,i.createElement("title",null,m?`${s} | ${m}`:s),i.createElement("meta",{name:"description",content:d}),i.createElement("meta",{property:"og:title",content:s}),i.createElement("meta",{property:"og:description",content:d}),i.createElement("meta",{property:"og:type",content:"website"}),i.createElement("meta",{name:"twitter:card",content:"summary"}),i.createElement("meta",{name:"twitter:creator",content:(null===(n=o.siteMetadata)||void 0===n?void 0:n.author)||""}),i.createElement("meta",{name:"twitter:title",content:s}),i.createElement("meta",{name:"twitter:description",content:d}),l)}},6558:function(e,t,n){n.r(t),n.d(t,{Head:function(){return s}});var i=n(7294),a=(n(1883),n(8032)),r=n(9357);const s=()=>i.createElement(r.Z,{title:"Home"});t.default=()=>i.createElement("main",{className:"bg-gray-100 p-10 sm:p-0"},i.createElement("div",{className:"max-w-2xl mx-auto pt-20"},i.createElement("div",{className:"flex flex-wrap-reverse sm:flex-nowrap sm:justify-between justify-center pt-5"},i.createElement("div",{className:"text-center sm:text-left"},i.createElement("p",{className:"animate-fade-down font-special-elite text-lg bg-gradient-to-r from-blue-700 via-blue-400 to-blue-300 bg-clip-text text-transparent"},"<leticiaschneider/>"),i.createElement("p",{className:"animate-fade-down animate-delay-[400ms] text-3xl my-2"},"I’m front-end developer"),i.createElement("p",{className:"animate-fade-down animate-delay-[600ms]"},"São Paulo, Brazil · leticia.schneider@gmail.com"),i.createElement("div",{className:"flex mx-auto sm:mx-0 sm:mt-3 border rounded-full border-solid border-slate-300 w-fit px-3 py-2 mt-5 animate-fade-right animate-delay-[600ms]"},i.createElement("a",{className:"px-2",href:"https://github.com/leticiaschneider"},i.createElement("svg",{stroke:"currentColor",fill:"currentColor","stroke-width":"0",viewBox:"0 0 496 512",class:"hover:fill-slate-600",height:"1.5em",width:"1.5em",xmlns:"http://www.w3.org/2000/svg"},i.createElement("path",{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"}))),i.createElement("a",{className:"px-2",href:"https://www.linkedin.com/in/leticia-schneider/"},i.createElement("svg",{stroke:"currentColor",fill:"currentColor","stroke-width":"0",viewBox:"0 0 448 512",class:"hover:fill-cyan-600",height:"1.5em",width:"1.5em",xmlns:"http://www.w3.org/2000/svg"},i.createElement("path",{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"}))),i.createElement("a",{className:"px-2",href:"mailto:leticia.schneider@gmail.com?body=lets%20work%20together"},i.createElement("svg",{class:"hover:fill-slate-600",viewBox:"0 0 512 512",xmlns:"http://www.w3.org/2000/svg",width:"1.5em",height:"1.5em",fill:"currentColor"},i.createElement("path",{d:"M256 352c-16.53 0-33.06-5.422-47.16-16.41L0 173.2V400C0 426.5 21.49 448 48 448h416c26.51 0 48-21.49 48-48V173.2l-208.8 162.5C289.1 346.6 272.5 352 256 352zM16.29 145.3l212.2 165.1c16.19 12.6 38.87 12.6 55.06 0l212.2-165.1C505.1 137.3 512 125 512 112C512 85.49 490.5 64 464 64h-416C21.49 64 0 85.49 0 112C0 125 6.01 137.3 16.29 145.3z"}))))),i.createElement("div",{className:"mb-5 sm:mb-0"},i.createElement(a.S,{src:"../images/my-photo.png",loading:"eager",height:100,quality:95,className:"animate-fade-left transition transform hover:-translate-y-1 motion-reduce:transition-none motion-reduce:hover:transform-none",formats:["auto","webp","avif"],__imageData:n(1241)}))),i.createElement("div",{className:"pt-16 pb-9"},i.createElement("h2",{className:"animate-fade-right animate-delay-[600ms] font-semibold text-2xl pb-3"},"Skills"),i.createElement("div",null,i.createElement("div",{className:"animate-fade-down animate-delay-[650ms] flex flex-wrap gap-4 border rounded-xl border-solid bg-gray-500 p-3 mt-2"},i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Angular+"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"HTML5"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"CSS3"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Sass"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"JavaScript"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"TypeScript"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"RxJS"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"GIT"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"ChartJs")),i.createElement("div",{className:"animate-fade-down animate-delay-[700ms] flex flex-wrap gap-4 border rounded-xl border-solid bg-gray-400 p-3 mt-2"},i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"ReactJs"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Jest"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Swagger"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Kibana"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10 whitespace-nowrap"},"Web Components"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Java"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10 whitespace-nowrap"},"Spring Boot")),i.createElement("div",{className:"animate-fade-down animate-delay-[750ms] flex gap-4 border rounded-xl border-solid bg-gray-300 p-3 mt-2"},i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Dart"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Flutter")))),i.createElement("div",{className:"pt-10 pb-9 animate-fade-down animate-delay-[800ms]"},i.createElement("h2",{className:"font-semibold text-2xl"},"Experiences")),i.createElement("div",{className:"flex items-center justify-center animate-fade-down animate-delay-[800ms]"},i.createElement("div",{className:"space-y-6 border-l-2 border-dashed w-full"},i.createElement("div",{className:"relative"},i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"absolute -top-0.5 z-10 -ml-3.5 h-7 w-7 rounded-full text-blue-500"},i.createElement("path",{"fill-rule":"evenodd",d:"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z","clip-rule":"evenodd"})),i.createElement("div",{className:"ml-6"},i.createElement("h4",{className:"font-bold"},"Softawe Engineer"),i.createElement("p",{className:"py-1"},"AMERICANAS S.A. | DEC 2020 - At the moment"),i.createElement("p",{className:"mt-2 text-sm text-gray-500 text-wrap"},"Currently, I work in one of the branches of Americanas, specifically in the Marketplace, in the promotions squad. My focus is on developing and improving the promotions page, ensuring an excellent user experience, as well as building reusable components and optimizing for maximum speed and scalability. In addition to development, I'm also responsible for documentation and assist with the implementation of the micro-front."),i.createElement("div",{className:"flex gap-2 flex-wrap pt-2"},i.createElement("p",{className:"text-sm text-gray-500 font-medium"},"Technologies:"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Angular4"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Angular8"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"HTML5"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"CSS3"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Bootstrap"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"SASS"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Jest")),i.createElement("div",{className:"flex gap-2 flex-wrap pt-2"},i.createElement("p",{className:"text-sm text-gray-500 font-medium"},"Tools:"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Jira"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Jenkins"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"GitLab"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Confluence")))),i.createElement("div",{className:"relative"},i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"absolute -top-0.5 z-10 -ml-3.5 h-7 w-7 rounded-full text-blue-500"},i.createElement("path",{"fill-rule":"evenodd",d:"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z","clip-rule":"evenodd"})),i.createElement("div",{className:"ml-6"},i.createElement("h4",{className:"font-bold"},"Junior Softawe Engineer"),i.createElement("p",{className:"py-1"},"ACCENTURE BRASIL | MAY 2018 - NOV 2020"),i.createElement("p",{className:"mt-2 text-sm text-gray-500 font-semibold"},"Petrobras System Aug 2019 - Dec 2020"),i.createElement("p",{className:"mt-2 text-sm text-gray-500 text-wrap"},"Front-end performance in the development of a web system designed to manage ships, including correction and support for the developed system."),i.createElement("div",{className:"flex flex-wrap gap-2 pt-2"},i.createElement("p",{className:"text-sm text-gray-500 font-medium"},"Technologies:"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Angular4"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"HTML5"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"CSS3"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Bootstrap")),i.createElement("p",{className:"mt-5 text-sm text-gray-500 font-semibold"},"Miltichannel Architecture Safra Sept 2018 - Aug 2019"),i.createElement("p",{className:"mt-2 text-sm text-gray-500 text-wrap"},"Full-stack performance in developing the SafraPay application for brokers to sell bank machines. I was involved in correcting and supporting the developed system, and I also led a team of developers, sharing knowledge and assigning tasks."),i.createElement("div",{className:"flex flex-wrap gap-2 pt-2"},i.createElement("p",{className:"text-sm text-gray-500 font-medium"},"Technologies:"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"AngularJs"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"HTML5"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"CSS3"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Bootstrap"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"C#"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"SQL")),i.createElement("div",{className:"flex flex-wrap gap-2 pt-2"},i.createElement("p",{className:"text-sm text-gray-500 font-medium"},"Tools:"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Jira"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"GitLab"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Swagger"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"kibanna")),i.createElement("p",{className:"mt-5 text-sm text-gray-500 font-semibold"},"Vivere Santander Mortgage May 2018 - Aug 2018"),i.createElement("p",{className:"mt-2 text-sm text-gray-500 text-wrap"},"Back-end performance in the development of a real estate simulation website, along with contributions to the system documentation."),i.createElement("div",{className:"flex flex-wrap gap-2 pt-2"},i.createElement("p",{className:"text-sm text-gray-500 font-medium"},"Technologies:"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Java 8"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"SpringBoot"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Maven"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Hibernate")),i.createElement("div",{className:"flex flex-wrap gap-2 pt-2"},i.createElement("p",{className:"text-sm text-gray-500 font-medium"},"Tools:"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Jira"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"Confluence")))),i.createElement("div",{className:"relative"},i.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",className:"absolute -top-0.5 z-10 -ml-3.5 h-7 w-7 rounded-full text-blue-500"},i.createElement("path",{"fill-rule":"evenodd",d:"M2.25 12c0-5.385 4.365-9.75 9.75-9.75s9.75 4.365 9.75 9.75-4.365 9.75-9.75 9.75S2.25 17.385 2.25 12zm13.36-1.814a.75.75 0 10-1.22-.872l-3.236 4.53L9.53 12.22a.75.75 0 00-1.06 1.06l2.25 2.25a.75.75 0 001.14-.094l3.75-5.25z","clip-rule":"evenodd"})),i.createElement("div",{className:"ml-6"},i.createElement("h4",{className:"font-bold"},"Junior Software Engineer"),i.createElement("p",{className:"py-1"},"VALEMOBI S.A. | JAN 2017 - JUNE 2017"),i.createElement("p",{className:"mt-2 text-sm text-gray-500 text-wrap"},"As a junior developer, I worked on the Portal Backoff, focusing on its stability, performance, and usability. My contributions ranged from identifying and fixing bugs to implementing new features, as well as actively participating in the user interface design and development process."),i.createElement("div",{className:"flex flex-wrap gap-2 pt-2"},i.createElement("p",{className:"text-sm text-gray-500 font-medium"},"Technologies:"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"AngularJs"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"HTML5"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"CSS3"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"JQuery"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"ColdFusion")),i.createElement("div",{className:"flex flex-wrap gap-2 pt-2"},i.createElement("p",{className:"text-sm text-gray-500 font-medium"},"Tools:"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"GitHub"),i.createElement("span",{class:"inline-flex items-center rounded-md bg-indigo-50 px-2 py-1 text-xs font-medium text-indigo-700 ring-1 ring-inset ring-indigo-700/10"},"PostgreSQL")))))),i.createElement("div",{className:"pt-24 pb-9"},i.createElement("h2",{className:"font-semibold text-2xl pb-3"},"Education"),i.createElement("div",null,i.createElement("p",{className:"py-1"},"FATEC at Mogi das Cruzes | ",i.createElement("span",{className:"font-medium"},"2017")),i.createElement("p",{className:"py-1"},"Degree in System Analysis and Development."),i.createElement("p",{className:"ml-4 py-1"},i.createElement("span",{className:"text-blue-500"},"#")," Monitoring in the discipline of calculation"),i.createElement("p",{className:"ml-4 py-1"},i.createElement("span",{className:"text-blue-500"},"#")," Monitoring in the discipline of Algorithm and Programming Logic"))),i.createElement("hr",{class:"my-3 md:my-6 border-gray-400"}),i.createElement("div",{class:"flex flex-wrap items-center md:justify-between justify-center pb-10"},i.createElement("div",{class:"w-full md:w-4/12 px-4 mx-auto text-center"},i.createElement("div",{class:"text-sm text-gray-600 dark:text-gray-400 py-1"},"©",i.createElement("span",{id:"year"},"2024 "),i.createElement("a",{href:"https://github.com/leticiaschneider",class:"hover:underline hover:text-gray-900"}," Letícia Schneider"),".")))))},1241:function(e){e.exports=JSON.parse('{"layout":"constrained","backgroundColor":"#080808","images":{"fallback":{"src":"/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/c154d/my-photo.png","srcSet":"/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/cbf3c/my-photo.png 26w,\\n/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/c1b42/my-photo.png 51w,\\n/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/c154d/my-photo.png 102w,\\n/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/012c8/my-photo.png 204w","sizes":"(min-width: 102px) 102px, 100vw"},"sources":[{"srcSet":"/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/c8ce3/my-photo.avif 26w,\\n/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/31cdc/my-photo.avif 51w,\\n/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/11bfb/my-photo.avif 102w,\\n/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/9d1ac/my-photo.avif 204w","type":"image/avif","sizes":"(min-width: 102px) 102px, 100vw"},{"srcSet":"/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/c05c2/my-photo.webp 26w,\\n/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/c7580/my-photo.webp 51w,\\n/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/87e47/my-photo.webp 102w,\\n/static/f35b1cdc3a8f4f3d5b25a3a3f1f994f9/d31b5/my-photo.webp 204w","type":"image/webp","sizes":"(min-width: 102px) 102px, 100vw"}]},"width":102,"height":100}')}}]);
//# sourceMappingURL=component---src-pages-index-js-2e5d794f9c84dbfffe54.js.map