feat: factory creation and initial theme work

This commit is contained in:
2023-07-29 01:05:43 -05:00
parent 1833524f7f
commit 5c218918ee
213 changed files with 46351 additions and 1923 deletions

View File

@@ -0,0 +1,34 @@
<ul class="mainmenu">
<li>
<a class="active" href="/">Home</a>
</li>
<li class="has-dropdown has-menu-child-item">
<a href="#">Podcasts</a>
<ul class="submenu">
<li>
<a href="/explore-filter.html">Explore Filter</a>
</li>
<li>
<a href="/explore-isotop.html">Explore Isotop</a>
</li>
<li>
<a href="/explore-carousel.html">Explore Carousel</a>
</li>
<li>
<a href="/explore-filter-sidebar.html">Explore Filter Sidebar</a>
</li>
</ul>
</li>
<li>
<a href="/artists">Artists</a>
</li>
<li>
<a href="/activity.html">Submitted</a>
</li>
<li>
<a href="/submitted.html">Chosen</a>
</li>
<li>
<a href="/contact.html">Leaderboards</a>
</li>
</ul>