remove unused files
This commit is contained in:
@@ -5,8 +5,8 @@ section#academia.bg-nls-black.text-white
|
||||
.max-w-screen-md.mx-auto
|
||||
// region Computer Science
|
||||
h2.text-2xl.mb-4= academia.sectionTitles.computerScience
|
||||
div.mb-12
|
||||
div.mb-8.max-w-prose.prose(class="lg:prose-xl")
|
||||
.mb-12
|
||||
.mb-8.max-w-prose.prose(class="lg:prose-xl")
|
||||
each paragraph in academia.intro
|
||||
p= paragraph
|
||||
// endregion
|
||||
|
||||
@@ -52,7 +52,7 @@ footer#footer.bg-nls-black.text-white
|
||||
a(
|
||||
href=footer.riskUrl,
|
||||
aria-label=footer.riskAriaLabel,
|
||||
title=footer.riskTitle
|
||||
title=footer.riskTitle,
|
||||
onclick="umami.track('easter egg clicked', { category: 'footer', position: 'footer' })"
|
||||
)
|
||||
img.w-12.ml-auto(src=footer.riskImgSrc, alt=footer.riskImgAlt, class="mt-[1000vh]")
|
||||
|
||||
@@ -8,13 +8,13 @@ header.bg-nls-black.text-white
|
||||
| #{title.jobTitle[0]}
|
||||
wbr
|
||||
| & #{title.jobTitle[1]}
|
||||
h1.text-lg.mt-8.opacity-90(
|
||||
class="sm:text-5xl group", itemprop="email"
|
||||
)
|
||||
h1.text-lg.mt-8.opacity-90.group(class="sm:text-5xl", itemprop="email")
|
||||
a(
|
||||
onclick="umami.track('email clicked', { position: 'title' })",
|
||||
onmouseover="umami.track('email hovered', { position: 'title' })",
|
||||
href=footer.emailLink, rel="noopener noreferrer", itemprop="email"
|
||||
href=footer.emailLink,
|
||||
rel="noopener noreferrer",
|
||||
itemprop="email"
|
||||
)
|
||||
span.whitespace-nowrap.items-center.opacity-10.transition(class="group-hover:opacity-100")
|
||||
span 👋
|
||||
|
||||
Reference in New Issue
Block a user