grgr.me

latest commits to https://grgr.me/
Log | Files | Refs

commit 967bb46f7fcbd511e564ec0a3b07171f35b621e5
parent b9d6ffec03f2f28f9c0832f5759b806767cafd25
Author: corndog <cauchyn@firemail.cc>
Date:   Fri, 14 Jul 2017 21:13:22 -0700

Include link to leetcode profile

Diffstat:
in/index.html | 6++++++
out/index.html | 6++++++
2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/in/index.html b/in/index.html @@ -14,6 +14,12 @@ href="resume.pdf">CV</a>. Namely, {{ end }} </ul> +Other links of note include + +<ul class="link-list"> +<li><a href="https://leetcode.com/fa1a7ffdc03d116c2d15d82b32a8e1bb1052973f0976b7773897bc2896fc9652/">my leetcode</a></li> +</ul> + <p> Thank you for your attention &mdash; have a good, good day. </p> diff --git a/out/index.html b/out/index.html @@ -30,6 +30,12 @@ href="resume.pdf">CV</a>. Namely, </ul> +<p>Other links of note include</p> + +<ul class="link-list"> +<li><a href="https://leetcode.com/fa1a7ffdc03d116c2d15d82b32a8e1bb1052973f0976b7773897bc2896fc9652/">my leetcode</a></li> +</ul> + <p> Thank you for your attention &mdash; have a good, good day. </p>