This commit is contained in:
parent
c44f975756
commit
f6e2a3fda8
4 changed files with 6 additions and 13 deletions
|
@ -47,6 +47,7 @@ menu_items = [
|
|||
{ name = "About Me", url = "$BASE_URL/about" },
|
||||
|
||||
{ name = "Resume", url = "$BASE_URL/Elijah_McMorris_Resume.pdf", newtab = true },
|
||||
{ name = "Git.Nexv.dev", url = "https://git.nexveridian.com/NexVeridian", newtab = true },
|
||||
]
|
||||
|
||||
show_only_description = true
|
||||
|
|
|
@ -12,9 +12,10 @@ I've contributed multiple substantial code PRs to JupyterLab and Loco.rs, create
|
|||
- [Schedule a Meeting](https://calendly.com/nexveridian/main)
|
||||
|
||||
# Main Accounts:
|
||||
- [GitHub](https://github.com/NexVeridian)
|
||||
- [HuggingFace](https://huggingface.co/NexVeridian)
|
||||
- [Git.Nexv.dev](https://git.nexveridian.com/NexVeridian)
|
||||
- [X](https://x.com/nexveridian)
|
||||
- [HuggingFace](https://huggingface.co/NexVeridian)
|
||||
- [GitHub](https://github.com/NexVeridian)
|
||||
|
||||
# Other Accounts:
|
||||
- [Bluesky](https://bsky.app/profile/nexveridian.bsky.social)
|
||||
|
|
Binary file not shown.
|
@ -141,15 +141,6 @@
|
|||
<span class="view-project">View PRs →</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a href="https://s.nexveridian.com" class="project-box-link">
|
||||
<div class="project-box">
|
||||
<h3 class="post-title">Next Url Shortener</h3>
|
||||
<p class="project-tags">Next.js, TypeScript</p>
|
||||
<p>A URL shortener using Next.js server actions, Postgres or SurrealDB, Shadcn/ui, and Tailwind</p>
|
||||
<span class="view-project">View Project →</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 class="section-title">Recent Blog Posts</h2>
|
||||
|
@ -182,12 +173,12 @@
|
|||
|
||||
<span class="copyright-theme">
|
||||
<span class="copyright-theme-sep">:: </span>
|
||||
<a href="https://github.com/NexVeridian/NexVeridian-web">Source Code</a>
|
||||
<a href="https://git.nexveridian.com/NexVeridian/nexveridian-web">Source Code</a>
|
||||
</span>
|
||||
|
||||
<span class="copyright-theme">
|
||||
<span class="copyright-theme-sep">:: </span>
|
||||
Dual Licensed: <a href="https://github.com/NexVeridian/NexVeridian-web/blob/main/LICENSE-MIT">LICENSE-MIT</a> or <a href="https://github.com/NexVeridian/NexVeridian-web/blob/main/LICENSE-Apache">LICENSE-APACHE</a>
|
||||
Dual Licensed: <a href="https://git.nexveridian.com/NexVeridian/nexveridian-web/src/branch/main/LICENSE-MIT">LICENSE-MIT</a> or <a href="https://git.nexveridian.com/NexVeridian/nexveridian-web/src/branch/main/LICENSE-Apache">LICENSE-APACHE</a>
|
||||
</span>
|
||||
|
||||
<span class="copyright-theme">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue