(window.webpackJsonp=window.webpackJsonp||[]).push([[8,5,6,7],{242:function(t,e,r){t.exports={}},243:function(t,e,r){"use strict";r(242)},244:function(t,e,r){"use strict";var n=r(9),o=r(13),l=r(4),c=r(2),d=r(14),m=r(5),v=r(43),f=r(15),h=r(101),_=r(164),k=l.Symbol,x=k&&k.prototype;if(o&&m(k)&&(!("description"in x)||void 0!==k().description)){var y={},C=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:f(arguments[0]),e=v(x,this)?new k(t):void 0===t?k():k(t);return""===t&&(y[e]=!0),e};_(C,k),C.prototype=x,x.constructor=C;var j="Symbol(description detection)"===String(k("description detection")),w=c(x.valueOf),S=c(x.toString),A=/^Symbol\((.*)\)[^)]+$/,G=c("".replace),L=c("".slice);h(x,"description",{configurable:!0,get:function(){var symbol=w(this);if(d(y,symbol))return"";var t=S(symbol),desc=j?L(t,7,-1):G(t,A,"$1");return""===desc?void 0:desc}}),n({global:!0,constructor:!0,forced:!0},{Symbol:C})}},245:function(t,e,r){"use strict";r.r(e);r(243);var n=r(32),component=Object(n.a)({},(function(){return(0,this._self._c)("div",{staticClass:"spacer"})}),[],!1,null,null,null);e.default=component.exports},247:function(t,e,r){"use strict";r.r(e);var n={props:{title:{type:String,default:()=>null},href:{type:String,default:()=>null}}},o=r(32),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return e("li",{staticClass:"p-2 border-2 rounded-full border-darkGray-300 bg-darkGray-500 focus-within:border-primary-500"},[e("a",{staticClass:"focus:outline-none group",attrs:{href:t.href,target:"_blank",rel:"noopener",title:t.title}},[e("svg",{staticClass:"w-6 h-6 transition-colors icon group-hover:text-primary-400",attrs:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","aria-label":"".concat(t.title," icon")}},[t._t("default")],2)])])}),[],!1,null,null,null);e.default=component.exports},248:function(t,e,r){"use strict";r.r(e);r(244);var n={props:{title:{required:!0,type:String},description:{required:!0,type:String},imgSrc:{required:!0,type:String},imgHeight:{required:!0,type:Number},imgWidth:{required:!0,type:Number},visitLinkHref:{required:!1,default:void 0,type:String},readMoreLinkHref:{required:!0,type:String}}},o=r(32),component=Object(o.a)(n,(function(){var t=this,e=t._self._c;return e("li",{staticClass:"overflow-hidden border rounded-md snap-center bg-darkGray-500 border-darkGray-300"},[e("div",{staticClass:"flex flex-col w-full h-full"},[e("div",{staticClass:"flex justify-center bg-darkGray-700"},[e("img",{staticClass:"object-cover w-full h-auto",attrs:{src:t.imgSrc,alt:"".concat(t.title," cover image"),height:t.imgHeight,width:t.imgWidth,decoding:"async",loading:"lazy"}})]),t._v(" "),e("div",{staticClass:"flex-auto px-4 pt-3"},[e("h3",{staticClass:"text-gray-200"},[t._v("\n "+t._s(t.title)+"\n ")]),t._v(" "),e("p",{staticClass:"text-sm text-gray-300"},[t._v("\n "+t._s(t.description)+"\n ")])]),t._v(" "),e("div",{staticClass:"flex justify-around flex-shrink-0 p-3"},[t.visitLinkHref?[e("a",{staticClass:"link",attrs:{href:t.visitLinkHref,target:"_blank",rel:"noopener"}},[t._v("\n Visit\n ")])]:t._e(),t._v(" "),e("NuxtLink",{staticClass:"link",attrs:{to:t.readMoreLinkHref}},[t._v(" Read more ")])],2)])])}),[],!1,null,null,null);e.default=component.exports},258:function(t,e,r){"use strict";r.r(e);var n=r(32),component=Object(n.a)({},(function(){var t=this,e=t._self._c;return e("div",[t._m(0),t._v(" "),e("Spacer"),t._v(" "),e("main",[e("section",{staticClass:"container__outer",attrs:{id:"about_me"}},[e("div",{staticClass:"container__inner"},[e("div",[e("h1",{staticClass:"text-xl font-semibold leading-snug text-gray-200"},[t._v("\n I'm Alejandro Akbal\n ")]),t._v(" "),e("h2",{staticClass:"text-lg font-medium leading-loose text-gray-200"},[t._v("\n A software engineer based in Spain.\n ")]),t._v(" "),e("p",{staticClass:"text-gray-300"},[t._v("I have many passions…")]),t._v(" "),t._m(1),t._v(" "),e("p",{staticClass:"text-gray-300"},[t._v("And much more.")]),t._v(" "),e("div",{staticClass:"mt-4"},[e("h3",{staticClass:"text-center text-gray-200"},[t._v("Find me on")]),t._v(" "),e("ul",{staticClass:"flex flex-wrap justify-center gap-4 mt-4"},[e("SocialIcon",{attrs:{title:"Blog",href:"https://redirect.akbal.dev/blog"}},[e("path",{attrs:{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}}),t._v(" "),e("path",{attrs:{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}})]),t._v(" "),e("SocialIcon",{attrs:{title:"GitHub",href:"https://redirect.akbal.dev/github"}},[e("path",{attrs:{d:"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"}})]),t._v(" "),e("SocialIcon",{attrs:{title:"Twitter",href:"https://redirect.akbal.dev/twitter"}},[e("path",{attrs:{d:"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"}})]),t._v(" "),e("SocialIcon",{attrs:{title:"LinkedIn",href:"https://redirect.akbal.dev/linkedin"}},[e("path",{attrs:{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}}),t._v(" "),e("rect",{attrs:{x:"2",y:"9",width:"4",height:"12"}}),t._v(" "),e("circle",{attrs:{cx:"4",cy:"4",r:"2"}})])],1)])])])]),t._v(" "),e("Spacer"),t._v(" "),e("section",{staticClass:"container__outer",attrs:{id:"projects"}},[t._m(2),t._v(" "),e("div",{staticClass:"mt-4"},[e("ul",{staticClass:"grid grid-flow-col auto-cols-[100%] sm:auto-cols-[25%] gap-4 pb-4 overflow-x-auto sm:snap-none snap snap-x snap-proximity",attrs:{dir:"ltr"}},[e("ProjectCard",{attrs:{title:"Ana Tejedor Díez Portfolio",description:"A personal artist and illustrator portfolio.","img-src":"/images/projects/anatejedordiez-com.jpg","img-width":1280,"img-height":1280,"visit-link-href":"https://web.archive.org/web/20220109162253/https://anatejedordiez.com/","read-more-link-href":"/projects/anatejedordiez-com"}}),t._v(" "),e("ProjectCard",{attrs:{title:"PermanentLink",description:"Commercial project for e-book authors.","img-src":"/images/projects/permanent-link-com.jpg","img-width":1280,"img-height":1280,"visit-link-href":"https://permanent-link.com","read-more-link-href":"/projects/permanent-link-com"}}),t._v(" "),e("ProjectCard",{attrs:{title:"Torrent Mxchine",description:"Commercial project for a torrent-based website.","img-src":"/images/projects/torrent-mx.jpg","img-width":1280,"img-height":1280,"visit-link-href":"https://alejandroakbal.github.io/Torrent.mx","read-more-link-href":"/projects/torrent-mx"}}),t._v(" "),e("ProjectCard",{attrs:{title:"Steam Little Toolkit",description:"Web extension to improve the Steam store experience.","img-src":"/images/projects/steam-little-toolkit.jpg","img-width":1280,"img-height":1280,"visit-link-href":"https://github.com/AlejandroAkbal/Steam-Little-Toolkit-Browser-Extension","read-more-link-href":"/projects/steam-little-toolkit"}}),t._v(" "),e("ProjectCard",{attrs:{title:"Akbal's website",description:"My very first website. Kept as a memory.","img-src":"/images/projects/old-akbal-dev.png","img-width":1280,"img-height":1280,"visit-link-href":"https://old.akbal.dev","read-more-link-href":"/projects/old-akbal-dev"}})],1)]),t._v(" "),t._m(3)]),t._v(" "),e("Spacer"),t._v(" "),t._m(4)],1)],1)}),[function(){var t=this,e=t._self._c;return e("header",[e("div",{staticClass:"flex overflow-hidden bg-gradient-to-br from-accent-600 to-primary-600"},[e("img",{staticClass:"w-full h-auto m-auto sm:max-w-screen-sm",attrs:{id:"logo",src:"/images/brand/logo_transparent.png",alt:"Alejandro Akbal Logo",height:"1024",width:"1024"}})]),t._v(" "),e("nav",{staticClass:"p-4"},[e("ul",{staticClass:"flex justify-around container__inner"},[e("li",[e("a",{staticClass:"text-lg link focus:focus-util",attrs:{href:"#about_me"}},[t._v("About me")])]),t._v(" "),e("li",[e("a",{staticClass:"text-lg link focus:focus-util",attrs:{href:"#projects"}},[t._v("Projects")])]),t._v(" "),e("li",[e("a",{staticClass:"text-lg link focus:focus-util",attrs:{href:"#contact"}},[t._v("Contact")])])])])])},function(){var t=this,e=t._self._c;return e("ul",{staticClass:"my-1 space-x-2 text-gray-300"},[e("li",{staticClass:"mx-2"},[t._v("\n I like to write\n "),e("a",{staticClass:"link",attrs:{href:"https://redirect.akbal.dev/blog",target:"_blank",rel:"noopener"}},[t._v("\n articles\n ")])]),t._v(" "),e("li",[t._v("\n Tinker with\n "),e("a",{staticClass:"link",attrs:{href:"https://redirect.akbal.dev/github",target:"_blank",rel:"noopener"}},[t._v("\n open-source\n ")])]),t._v(" "),e("li",[t._v("Manage servers and systems")]),t._v(" "),e("li",[t._v("Design mock-ups that focus on UX")]),t._v(" "),e("li",[t._v("Delve into accessibility")])])},function(){var t=this,e=t._self._c;return e("div",{staticClass:"container__inner"},[e("h2",{staticClass:"text-lg font-medium leading-normal text-gray-200"},[t._v("\n Projects\n ")]),t._v(" "),e("p",{staticClass:"mt-1 text-gray-300"},[t._v("\n Some of the work that I am most proud of.\n ")])])},function(){var t=this._self._c;return t("div",{staticClass:"mt-2 container__inner"},[t("p",{staticClass:"text-xs text-gray-300"},[this._v("\n You can scroll through the list. →\n ")])])},function(){var t=this,e=t._self._c;return e("section",{staticClass:"container__outer",attrs:{id:"contact"}},[e("div",{staticClass:"container__inner"},[e("div",[e("h2",{staticClass:"text-lg font-medium leading-normal text-gray-200"},[t._v("\n Contact\n ")]),t._v(" "),e("p",{staticClass:"text-gray-300"},[t._v("\n Tell me about a business offer, an interesting fact, or anything\n else.\n "),e("em",[t._v("\n But keep it\n "),e("a",{staticClass:"link",attrs:{href:"https://dictionary.cambridge.org/dictionary/english/succinct"}},[t._v("\n succinct")]),t._v(".\n ")])])]),t._v(" "),e("form",{attrs:{name:"contact",method:"POST","data-netlify":"true","netlify-honeypot":"bot-field"}},[e("input",{attrs:{type:"hidden",name:"form-name",value:"contact"}}),t._v(" "),e("div",{staticClass:"grid grid-cols-1 mt-6 gap-y-6 gap-x-4 sm:grid-cols-6"},[e("div",{staticClass:"sm:col-span-3 col-"},[e("label",{staticClass:"block font-medium leading-loose text-gray-200",attrs:{for:"email"}},[t._v("\n Email\n ")]),t._v(" "),e("div",{staticClass:"mt-1"},[e("input",{staticClass:"block w-full text-white rounded-md form-input border-darkGray-300 bg-darkGray-500 focus:focus-util sm:text-sm",attrs:{id:"email",type:"email",name:"email",required:""}})])]),t._v(" "),e("div",{staticClass:"sm:col-start-1 sm:col-span-2"},[e("label",{staticClass:"block font-medium leading-loose text-gray-200",attrs:{for:"subject"}},[t._v("\n Subject\n ")]),t._v(" "),e("div",{staticClass:"mt-1"},[e("input",{staticClass:"block w-full text-white rounded-md border-darkGray-300 bg-darkGray-500 focus:focus-util sm:text-sm form-input",attrs:{id:"subject",type:"text",name:"subject",required:""}})])]),t._v(" "),e("div",{staticClass:"sm:col-span-6"},[e("label",{staticClass:"block font-medium leading-loose text-gray-200",attrs:{for:"message"}},[t._v("\n Message\n ")]),t._v(" "),e("div",{staticClass:"mt-1"},[e("textarea",{staticClass:"block w-full text-white rounded-md form-textarea border-darkGray-300 bg-darkGray-500 focus:focus-util sm:text-sm",attrs:{id:"message",name:"body",rows:"3",required:""}})])])]),t._v(" "),e("div",{staticClass:"flex mt-8 sm:justify-end"},[e("button",{staticClass:"w-full px-4 py-2 text-sm font-medium text-white border border-transparent rounded-md bg-primary-600 sm:w-auto hover:bg-primary-500 focus:focus-util",attrs:{type:"submit"}},[t._v("\n Submit\n ")])])]),t._v(" "),e("p",{staticClass:"mt-8 text-xs text-right text-gray-300"},[t._v("\n Or send an email to\n "),e("a",{staticClass:"link",attrs:{href:"mailto:contact@akbal.dev",target:"_top"}},[t._v("\n contact@akbal.dev")]),t._v(".\n ")])])])}],!1,null,null,null);e.default=component.exports;installComponents(component,{Spacer:r(245).default,SocialIcon:r(247).default,ProjectCard:r(248).default})}}]);