revert huge link area on code page
This commit is contained in:
parent
43ba4f156c
commit
8bd643b746
1 changed files with 6 additions and 6 deletions
|
@ -3,18 +3,18 @@
|
|||
<header class="section page-header">
|
||||
<div class="container">
|
||||
<h1 class="page-title">Check out some of the code I've written.</h1>
|
||||
<a id="gitea" class="explainer" href="https://git.trwnh.com">
|
||||
<div id="gitea" class="explainer">
|
||||
<div class="image">
|
||||
<i class="fa fa-gitea"></i>
|
||||
</div>
|
||||
<p>I host my own code with <u>Gitea</u>. Currently, I host the source code for some websites I've built, including this one.</p>
|
||||
</a>
|
||||
<a id="github" class="explainer" href="https://github.com/trwnh">
|
||||
<p>I host my own code with <a href="https://git.trwnh.com">Gitea</a>. Currently, I host the source code for some websites I've built, including this one.</p>
|
||||
</div>
|
||||
<div id="github" class="explainer">
|
||||
<div class="image">
|
||||
<i class="fa fa-github"></i>
|
||||
</div>
|
||||
<p>I also have a <u>Github</u> account. I mainly use this account to contribute to open-source projects using pull requests instead of sending patch files via email.</p>
|
||||
</a>
|
||||
<p>I also have a <a href="https://github.com/trwnh">Github</a> account. I mainly use this account to contribute to open-source projects using pull requests instead of sending patch files via email.</p>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<section class="section" id="projects">
|
||||
|
|
Loading…
Reference in a new issue