Skip to content

Commit

Permalink
yup
Browse files Browse the repository at this point in the history
  • Loading branch information
cf12 committed Nov 23, 2023
1 parent 894d2e1 commit b5ec113
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title = "Brian Xiang - Portfolio"
template = "index.html"
+++

hiya, my name is <mark>brian xiang</mark> (aka <mark>cf12</mark>).
hello, my name is <mark>brian xiang</mark> (aka <mark>cf12</mark>).

i'm an incoming software engineer at
<mark>capital one</mark> & computer science major at the
Expand Down
4 changes: 2 additions & 2 deletions sass/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ body {

#signature {
transform-origin: center right;
transition: transform 400ms ease;
transition: transform 300ms ease;

#signaturePathBg {
fill: var(--text-3);
Expand All @@ -66,7 +66,7 @@ body {
stroke-dasharray: 400;
stroke-dashoffset: 400;

transition: stroke-dashoffset 400ms ease;
transition: stroke-dashoffset 300ms ease;
}

&:hover {
Expand Down
6 changes: 2 additions & 4 deletions templates/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
Copyright &copy; 2023 &bullet; All Rights Reserved
<br />

This page weighs <mark class="size">[...]</mark> | Made w/ <a
href="https://astro.build/">Astro</a
>
This page weighs <mark class="size">[...]</mark> | Made w/ <a href="https://www.getzola.org/">Zola</a>
</p>

{{ load_data(path="assets/signature.svg") | safe }}
Expand All @@ -14,4 +12,4 @@
<script>
const size = new XMLSerializer().serializeToString(document).length / 1024;
document.querySelector(".size").textContent = `${size.toFixed(2)}KB`;
</script>
</script>

0 comments on commit b5ec113

Please sign in to comment.