23/08/2021
(190) WhatsApp ,body,html{height:100%;width:100%;overflow:hidden;padding:0;margin:0} {position:absolute;top:0;left:0} {display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;user-select:none;background-color: ;position:fixed;top:0;left:0}.dark {background-color: } .graphic{margin-top:-40px;color: }.dark .graphic{color: } .graphic .resume-logo{transform:translateX(calc(50% - 52px / 2))} .graphic::after{content:'';position:relative;top:-100%;left:calc(50% - 72px * 2 - 72px / 2);display:block;width:calc(72px * 3);height:100%;background:linear-gradient(to right,rgba(240,240,240,.5) 0,rgba(240,240,240,.5) 33.33%,rgba(240,240,240,0) 44.1%,rgba(240,240,240,0) 55.8%,rgba(240,240,240,.5) 66.66%,rgba(240,240,240,.5) 100%);opacity:1;animation:shimmer 1.5s linear .6s infinite}html[dir=rtl] .graphic::after{animation-direction:reverse} shimmer{from{left:calc(50% - 72px * 2 - 72px / 2)}to{left:calc(50% - 72px / 2)}}.dark .graphic::after{background:linear-gradient(to right,rgba(19,28,33,.5) 0,rgba(19,28,33,.5) 33.33%,rgba(19,28,33,0) 44.1%,rgba(19,28,33,0) 55.8%,rgba(19,28,33,.5) 66.66%,rgba(19,28,33,.5) 100%)} .progress{position:relative;width:420px;height:3px;margin-top:40px} .progress progress{vertical-align:top} .main{margin-top:40px;font-size:17px;color: #525252}.dark .main{color: } .secondary{margin-top:12px;font-size:14px;color: #00000073}.dark .secondary{color: } .secondary span{vertical-align:middle;display:inline-block;margin-bottom:2px}progress{-webkit-appearance:none;appearance:none;width:100%;height:3px;border:none;margin:0;color: ;background-color: }progress[value]::-webkit-progress-bar{background-color: }.dark progress,.dark progress[value]::-webkit-progress-bar{background-color: }progress[value]::-moz-progress-bar,progress[value]::-webkit-progress-value{background-color: ;transition:width .45s ease}try{var systemThemeDark,theme=window.localStorage.getItem("theme"),systemThemeMode=window.localStorage.getItem("system-theme-mode");if(("true"===systemThemeMode||!theme)&&window.matchMedia){var systemTheme=window.matchMedia("(prefers-color-scheme: dark)");systemThemeDark=systemTheme&&systemTheme.matches}('"dark"'===theme||systemThemeDark)&&document.body.classList.add("dark")}catch(e){}