Skip to content

Commit 982ce2e

Browse files
committed
fixed background cutoff
1 parent 502c83f commit 982ce2e

1 file changed

Lines changed: 83 additions & 81 deletions

File tree

src/pages/index.astro

Lines changed: 83 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Image } from "astro:assets";
1717
id="bg-canvas"
1818
class="fixed top-0 left-0 w-screen h-screen block -z-10"></canvas>
1919
<div
20-
class="p-[6vw] absolute inset-0 bg-[radial-gradient(circle_at_top_right,_rgba(139,92,246,0.25),_transparent_70%)]"
20+
class="p-[6vw] inset-0 bg-[radial-gradient(circle_at_top_right,_rgba(139,92,246,0.25),_transparent_70%)]"
2121
>
2222
<div class="flex">
2323
<a class="self-center" href="https://github.com/lith-x">
@@ -30,91 +30,93 @@ import { Image } from "astro:assets";
3030
<h1 class="text-7xl glow-anim self-center">Aaron Zandt</h1>
3131
</div>
3232
<br />
33-
<h2 class="text-4xl pb-4">About me</h2>
34-
<ul class="w-[80%] list-[square] list-outside pl-3.5 pb-7">
35-
<li class="pb-3.5">
36-
I'm a software engineer with a B.S. in Computer Science (minor in
37-
Mathematics) from the University of Nebraska at Omaha. My experience
38-
spans both high-level web development and low-level systems
39-
programming, giving me a strong foundation in building performant,
40-
thoughtfully designed software.
41-
</li>
33+
<div class="max-w-3xl">
34+
<h2 class="text-4xl pb-4">About me</h2>
35+
<ul class="w-[80%] list-[square] list-outside pl-3.5 pb-7">
36+
<li class="pb-3.5">
37+
I'm a software engineer with a B.S. in Computer Science (minor in
38+
Mathematics) from the University of Nebraska at Omaha. My experience
39+
spans both high-level web development and low-level systems
40+
programming, giving me a strong foundation in building performant,
41+
thoughtfully designed software.
42+
</li>
4243

43-
<li class="pb-3.5">
44-
I've worked with a wide range of technologies, such as Java, C#,
45-
Typescript, C, Assembly, Python, and various web development
46-
stacks/tools. I'm particularly interested in performance-oriented
47-
code, systems programming, and software architecture.
48-
</li>
44+
<li class="pb-3.5">
45+
I've worked with a wide range of technologies, such as Java, C#,
46+
Typescript, C, Assembly, Python, and various web development
47+
stacks/tools. I'm particularly interested in performance-oriented
48+
code, systems programming, and software architecture.
49+
</li>
4950

50-
<li class="pb-3.5">
51-
I draw inspiration from projects like <a
52-
href="https://www.youtube.com/playlist?list=PLnuhp3Xd9PYTt6svyQPyRO_AAuMWGxPzU"
53-
>Handmade Hero</a
54-
> and communities like <a href="https://www.youtube.com/@TsodingDaily"
55-
>Tsoding Daily</a
56-
>, which have shaped my philosophy of writing code that is
57-
intentional, efficient, and built from the ground up with clarity in
58-
mind.
59-
</li>
60-
</ul>
61-
<h2 class="text-4xl pb-4">Projects</h2>
62-
<ul class="w-[80%] list-[square] list-outside pl-3.5 pb-7">
63-
<li class="pb-3.5">
64-
<a
65-
class="font-bold italic [font-variant:small-caps]"
66-
href="https://github.com/lith-x/Capstone-project"
67-
>Capstone Project — Northrop Grumman</a
68-
>
69-
— Collaborated with a team to develop a plugin for the Android application
70-
<a href="https://tak.gov/">ATAK</a>, enabling geolocation of devices
71-
outside the network via Bluetooth signaling.
51+
<li class="pb-3.5">
52+
I draw inspiration from projects like <a
53+
href="https://www.youtube.com/playlist?list=PLnuhp3Xd9PYTt6svyQPyRO_AAuMWGxPzU"
54+
>Handmade Hero</a
55+
> and communities like <a
56+
href="https://www.youtube.com/@TsodingDaily">Tsoding Daily</a
57+
>, which have shaped my philosophy of writing code that is
58+
intentional, efficient, and built from the ground up with clarity in
59+
mind.
60+
</li>
61+
</ul>
62+
<h2 class="text-4xl pb-4">Projects</h2>
63+
<ul class="w-[80%] list-[square] list-outside pl-3.5 pb-7">
64+
<li class="pb-3.5">
65+
<a
66+
class="font-bold italic [font-variant:small-caps]"
67+
href="https://github.com/lith-x/Capstone-project"
68+
>Capstone Project — Northrop Grumman</a
69+
>
70+
— Collaborated with a team to develop a plugin for the Android application
71+
<a href="https://tak.gov/">ATAK</a>, enabling geolocation of devices
72+
outside the network via Bluetooth signaling.
7273

73-
<ul class="ml-4 list-[square]">
74-
<li>Tech: Java, Android SDK, Bluetooth APIs</li>
75-
<li>
76-
Impact: Delivered a working prototype that extended ATAK's
77-
functionality for field use.
78-
</li>
79-
</ul>
80-
</li>
81-
<li class="pb-3.5">
82-
<a
83-
class="font-bold italic [font-variant:small-caps]"
84-
href="https://github.com/lith-x/leetcode">LeetCode Repository</a
74+
<ul class="ml-4 list-[square]">
75+
<li>Tech: Java, Android SDK, Bluetooth APIs</li>
76+
<li>
77+
Impact: Delivered a working prototype that extended ATAK's
78+
functionality for field use.
79+
</li>
80+
</ul>
81+
</li>
82+
<li class="pb-3.5">
83+
<a
84+
class="font-bold italic [font-variant:small-caps]"
85+
href="https://github.com/lith-x/leetcode">LeetCode Repository</a
86+
>
87+
— A personal repository of solutions to algorithmic problems, developed
88+
and debugged across multiple platforms.
89+
<ul class="ml-4 list-[square]">
90+
<li>Tech: C, TypeScript, Lua</li>
91+
<li>
92+
Focus: Clean, efficient solutions with an emphasis on
93+
performance and readability.
94+
</li>
95+
</ul>
96+
</li>
97+
<li class="pb-3.5">
98+
<span class="font-bold italic [font-variant:small-caps]"
99+
>This Site</span
100+
> — Source available, see link at the bottom left.
101+
<ul class="ml-4 list-[square]">
102+
<li>Tech: Astro, Tailwind, Typescript, WebGL</li>
103+
<li>
104+
Focus: Minimal, clean design to show off personal
105+
accomplishments with extensibility in mind.
106+
</li>
107+
</ul>
108+
</li>
109+
</ul>
110+
<div class="fixed bottom-1 left-1 text-[1em] text-violet-300 italic">
111+
made by me! <a href="https://github.com/lith-x/lith-x.github.io/"
112+
>source</a
85113
>
86-
— A personal repository of solutions to algorithmic problems, developed
87-
and debugged across multiple platforms.
88-
<ul class="ml-4 list-[square]">
89-
<li>Tech: C, TypeScript, Lua</li>
90-
<li>
91-
Focus: Clean, efficient solutions with an emphasis on performance
92-
and readability.
93-
</li>
94-
</ul>
95-
</li>
96-
<li class="pb-3.5">
97-
<span class="font-bold italic [font-variant:small-caps]"
98-
>This Site</span
99-
> — Source available, see link at the bottom left.
100-
<ul class="ml-4 list-[square]">
101-
<li>Tech: Astro, Tailwind, Typescript, WebGL</li>
102-
<li>
103-
Focus: Minimal, clean design to show off personal accomplishments
104-
with extensibility in mind.
105-
</li>
106-
</ul>
107-
</li>
108-
</ul>
109-
<div class="fixed bottom-1 left-1 text-[1em] text-violet-300 italic">
110-
made by me! <a href="https://github.com/lith-x/lith-x.github.io/"
111-
>source</a
112-
>
114+
</div>
115+
<script>
116+
import { main } from "../ts/bg-webgl";
117+
main();
118+
</script>
113119
</div>
114-
<script>
115-
import { main } from "../ts/bg-webgl";
116-
main();
117-
</script>
118120
</div>
119121
</body>
120122
</html>

0 commit comments

Comments
 (0)