fix: open links in new window
This commit is contained in:
parent
d7a8137fa8
commit
5cecacdba0
1 changed files with 18 additions and 5 deletions
23
index.html
23
index.html
|
|
@ -11,17 +11,30 @@
|
||||||
<h1>Barrett Ruth</h1>
|
<h1>Barrett Ruth</h1>
|
||||||
<aside>Software developer.</aside>
|
<aside>Software developer.</aside>
|
||||||
<aside>Simplicity advocate.</aside>
|
<aside>Simplicity advocate.</aside>
|
||||||
<h2><a href="https://github.com/barrett-ruth">projects</a></h2>
|
<h2>
|
||||||
|
<a target="_blank" href="https://github.com/barrett-ruth">projects</a>
|
||||||
|
</h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<a class="project" href="https://thecourseforum.com">theCourseForum</a>
|
<a target="_blank" class="project" href="https://thecourseforum.com"
|
||||||
|
>theCourseForum</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="project" href="https://atlas-devs-atlas.vercel.app/">atlas</a>
|
<a
|
||||||
|
target="_blank"
|
||||||
|
class="project"
|
||||||
|
href="https://atlas-devs-atlas.vercel.app/"
|
||||||
|
>atlas</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a target="_blank" class="project" href="https://github.com/nvimdev"
|
||||||
|
>nvimdev</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li><a class="project" href="https://github.com/nvimdev">nvimdev</a></li>
|
|
||||||
</ol>
|
</ol>
|
||||||
<h2><a href="/resume.pdf">resume</a></h2>
|
<h2><a target="_blank" href="/resume.pdf">resume</a></h2>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue