feat: add posts structure
This commit is contained in:
parent
ccdb46c7a7
commit
3f660fcaf3
3 changed files with 102 additions and 41 deletions
32
index.html
32
index.html
|
|
@ -22,21 +22,23 @@
|
|||
</div>
|
||||
</header>
|
||||
<main class="main">
|
||||
<ul class="topics">
|
||||
<li class="topic software">
|
||||
<a href="/software" onclick="typechars(event)">Software</a>
|
||||
</li>
|
||||
<li class="topic economics">
|
||||
<a href="/economics" onclick="typechars(event)">Economics</a>
|
||||
</li>
|
||||
<li class="topic trading">
|
||||
<a href="/trading" onclick="typechars(event)">Trading</a>
|
||||
</li>
|
||||
<li class="topic algorithms">
|
||||
<a href="/algorithms" onclick="typechars(event)">Algorithms</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="posts" id="posts"></div>
|
||||
<div class="content">
|
||||
<ul class="topics">
|
||||
<li class="topic software">
|
||||
<a href="/software" onclick="typechars(event)">Software</a>
|
||||
</li>
|
||||
<li class="topic economics">
|
||||
<a href="/economics" onclick="typechars(event)">Economics</a>
|
||||
</li>
|
||||
<li class="topic trading">
|
||||
<a href="/trading" onclick="typechars(event)">Trading</a>
|
||||
</li>
|
||||
<li class="topic algorithms">
|
||||
<a href="/algorithms" onclick="typechars(event)">Algorithms</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="posts" id="posts"></div>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<div class="footer-links">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue