Add link to new git subdomain
This commit is contained in:
parent
a26d012df6
commit
4435122bed
1
main.go
1
main.go
|
@ -41,6 +41,7 @@ const HTML_HEADER = `<!doctype html5>
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
<div class="nav-item"><a href="/">Home</a></div>
|
<div class="nav-item"><a href="/">Home</a></div>
|
||||||
<div class="nav-item"><a href="/builds.md">Projects</a></div>
|
<div class="nav-item"><a href="/builds.md">Projects</a></div>
|
||||||
|
<div class="nav-item"><a href="https://git.threefortiethofonehamster.com/">Code</a></div>
|
||||||
<div class="nav-item"><a href="/resume/resume-KelvinLy-hardware.pdf">Resume</a></div>
|
<div class="nav-item"><a href="/resume/resume-KelvinLy-hardware.pdf">Resume</a></div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
2
static
2
static
|
@ -1 +1 @@
|
||||||
Subproject commit fc366bc93e9d39408bd344cfc4578d9ed5e75dd4
|
Subproject commit bb1cf35fa6ed759fdeb78d405c0f57d06f613c5b
|
Loading…
Reference in New Issue