Compare commits

...

4 Commits

Author SHA1 Message Date
a06f527398 Update static/home.typ
All checks were successful
Build / build (push) Successful in 2s
2026-02-23 01:47:53 +00:00
66f839a6b7 Merge remote-tracking branch 'refs/remotes/origin/main'
All checks were successful
Build / build (push) Successful in 4s
2026-02-21 23:01:19 -05:00
62463c2f61 source 2026-02-21 23:00:52 -05:00
d6a3bf57c8 Update static/home.typ
All checks were successful
Build / build (push) Successful in 3s
2026-02-21 07:31:17 +00:00
3 changed files with 8 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#import "@preview/treet:1.0.0": * #import "@preview/treet:1.0.0": *
= About me = About me
I enjoy competeing in capture the flag competitions (cybersecurity and the backyard game), working with robotics, automating tasks and thinking through problems. I enjoy competing in capture the flag competitions (cybersecurity and the backyard game), working with robotics, automating tasks and thinking through problems.
I've competed in a few hackathons which are cool, but I prefer spending large time frames incrementally understand solutions to much larger problems, and attempting solutions to those. I've competed in a few hackathons which are cool, but I prefer spending large time frames incrementally understand solutions to much larger problems, and attempting solutions to those.
@@ -15,3 +15,4 @@ When I'm not nerding out on math, software, ethics, and optimal ways of learning
I wrote this myself. While AI communicates ideas better than I do, I want to ensure that my and only my thoughts are written. That is true for anything on this site. I wrote this myself. While AI communicates ideas better than I do, I want to ensure that my and only my thoughts are written. That is true for anything on this site.

View File

@@ -144,12 +144,16 @@ code {
max-width: 1000px; max-width: 1000px;
} }
nav ul { #navbar ul li:last-child {
margin-left: auto;
}
#navbar ul {
list-style: none; list-style: none;
display: flex; display: flex;
gap: 20px; gap: 20px;
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%;
} }
@keyframes nameShadow { @keyframes nameShadow {

View File

@@ -12,7 +12,7 @@
<ul> <ul>
<li><a class="hover-underline" href="/">Home</a></li> <li><a class="hover-underline" href="/">Home</a></li>
<li><a class="hover-underline" href="/posts">Posts</a></li> <li><a class="hover-underline" href="/posts">Posts</a></li>
<!-- <li><a>Contact</a></li> --> <li><a class="hover-underline" href="https://git.jeremyjanella.com/jjanella/site">Source</a></li>
</ul> </ul>
</nav> </nav>
</header> </header>