refactor: more refactoring to topics as the top-level organization
This commit is contained in:
parent
11ecd86bb9
commit
4347d20263
18 changed files with 730 additions and 317 deletions
3
public/tabs/forum/README.md
Normal file
3
public/tabs/forum/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Forum
|
||||
|
||||
Forums are for more thoughtful and long form discussion.
|
||||
23
public/tabs/forum/forum.html
Normal file
23
public/tabs/forum/forum.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<style>
|
||||
.forum-container {
|
||||
padding: 2rem;
|
||||
}
|
||||
</style>
|
||||
<div id="forum" class="tab">
|
||||
<input
|
||||
type="radio"
|
||||
name="top-level-tabs"
|
||||
id="forum-tab-input"
|
||||
class="tab-switch"
|
||||
data-view="forum"
|
||||
/>
|
||||
<label for="forum-tab-input" class="tab-label mockup"
|
||||
><div class="icon forum"></div>
|
||||
<div class="label">Forum</div></label
|
||||
>
|
||||
<div class="tab-content forum-container">
|
||||
<button>
|
||||
<i class="icon plus" style="display: inline-block; margin-right: 1rem"></i>New Thread
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue