Make resume link bold
This commit is contained in:
parent
4855dfaf75
commit
29bcca9cf0
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1 id="askiiarts-site">askiiart's site</h1>
|
<h1 id="askiiarts-site">askiiart's site</h1>
|
||||||
<p>I'm a hobby programmer, and co-founder and vice president of the TCCD CompSci and Coding Club. This is my site.</p>
|
<p>I'm a hobby programmer, and co-founder and vice president of the TCCD CompSci and Coding Club. This is my site.</p>
|
||||||
<p><a href="/resume.html">See my resume here!</a></p>
|
<p><strong><a href="/resume.html">See my resume here!</a></strong></p>
|
||||||
<h2 id="personal-links">Personal links</h2>
|
<h2 id="personal-links">Personal links</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://git.askiiart.net/askiiart">Gitea</a> (my main git thing)</li>
|
<li><a href="https://git.askiiart.net/askiiart">Gitea</a> (my main git thing)</li>
|
||||||
|
|
2
index.md
2
index.md
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
I'm a hobby programmer, and co-founder and vice president of the TCCD CompSci and Coding Club. This is my site.
|
I'm a hobby programmer, and co-founder and vice president of the TCCD CompSci and Coding Club. This is my site.
|
||||||
|
|
||||||
[See my resume here!](/resume.html)
|
**[See my resume here!](/resume.html)**
|
||||||
|
|
||||||
## Personal links
|
## Personal links
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue