This commit is contained in:
parent
c44f975756
commit
cd2b8dbcfc
3 changed files with 3 additions and 11 deletions
|
@ -47,6 +47,7 @@ menu_items = [
|
||||||
{ name = "About Me", url = "$BASE_URL/about" },
|
{ name = "About Me", url = "$BASE_URL/about" },
|
||||||
|
|
||||||
{ name = "Resume", url = "$BASE_URL/Elijah_McMorris_Resume.pdf", newtab = true },
|
{ name = "Resume", url = "$BASE_URL/Elijah_McMorris_Resume.pdf", newtab = true },
|
||||||
|
{ name = "Git.Nexv.dev", url = "https://git.nexv.dev/NexVeridian/", newtab = true },
|
||||||
]
|
]
|
||||||
|
|
||||||
show_only_description = true
|
show_only_description = true
|
||||||
|
|
Binary file not shown.
|
@ -141,15 +141,6 @@
|
||||||
<span class="view-project">View PRs →</span>
|
<span class="view-project">View PRs →</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</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>
|
</div>
|
||||||
|
|
||||||
<h2 class="section-title">Recent Blog Posts</h2>
|
<h2 class="section-title">Recent Blog Posts</h2>
|
||||||
|
@ -182,12 +173,12 @@
|
||||||
|
|
||||||
<span class="copyright-theme">
|
<span class="copyright-theme">
|
||||||
<span class="copyright-theme-sep">:: </span>
|
<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>
|
||||||
|
|
||||||
<span class="copyright-theme">
|
<span class="copyright-theme">
|
||||||
<span class="copyright-theme-sep">:: </span>
|
<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>
|
||||||
|
|
||||||
<span class="copyright-theme">
|
<span class="copyright-theme">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue