Update HTML files
This commit is contained in:
parent
302e5336d5
commit
b3a6445532
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
<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>
|
||||||
<h2 id="personal-links">Personal links:</h2>
|
<p><a href="/resume.html">See my resume here!</a></p>
|
||||||
|
<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>
|
||||||
<li><a href="https://github.com/askiiart">GitHub</a></li>
|
<li><a href="https://github.com/askiiart">GitHub</a></li>
|
||||||
|
@ -71,4 +72,7 @@
|
||||||
</ul></li>
|
</ul></li>
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
|
<footer>
|
||||||
|
<p>To view this page in markdown, replace the <code>.html</code> in the URL with <code>.md</code>. If this is the root page (askiiart.net), get the markdown version of it at <a href="/index.md">index.md</a></p>
|
||||||
|
</footer>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue