feat: terminal text
This commit is contained in:
parent
ac76a4eb16
commit
4339ebe265
4 changed files with 32 additions and 147 deletions
15
index.html
15
index.html
|
|
@ -24,20 +24,18 @@
|
|||
<main class="main">
|
||||
<ul class="topics">
|
||||
<li class="topic software">
|
||||
<!-- <a href="topics/software">Software</a> -->
|
||||
<a href="/wip.html">Software</a>
|
||||
<a href="/software" onclick="typechars(event)">Software</a>
|
||||
</li>
|
||||
<li class="topic economics">
|
||||
<!-- <a href="topics/economics">Economics</a> -->
|
||||
<a href="/wip.html">Economics</a>
|
||||
<a href="/economics" onclick="typechars(event)">Economics</a>
|
||||
</li>
|
||||
<li class="topic trading">
|
||||
<!-- <a href="topics/trading">Trading</a> -->
|
||||
<a href="/wip.html">Trading</a>
|
||||
<a href="/trading" onclick="typechars(event)">Trading</a>
|
||||
</li>
|
||||
<li class="topic interview-problems">
|
||||
<!-- <a href="topics/interview-problems">Interview Problems</a> -->
|
||||
<a href="wip.html">Interview Problems</a>
|
||||
<a href="/interview-problems" onclick="typechars(event)"
|
||||
>Interview Problems</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</main>
|
||||
|
|
@ -50,5 +48,6 @@
|
|||
<a target="_blank" href="mailto:br.barrettruth@gmail.com">Email</a>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="scripts/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue