Skip to content

Commit

Permalink
updated placeholder data for working on later
Browse files Browse the repository at this point in the history
  • Loading branch information
zanciks authored Sep 3, 2024
1 parent bfee474 commit 6cdba52
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions new/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,49 +35,55 @@
<div class="page">
<div class="page-title">Home</div>
<div class="page-body" id="home-body">
Welcome to the new zanciks.online!
Information to welcome people to website. Maybe a "last updated" segment?
</div>
</div>

<div class="page">
<div class="page-title">Navigation</div>
<div class="page-body" id="navigation-body">
put links to different webpages on my site (such as old blog, toast, old versions)
<br> should also put a li for different blog posts, organized by yyyy/mm/dd
<a href="../toast">toast</a> <br>
</div>
</div>

<div class="page">
<div class="page-title">Music</div>
<div class="page-body">
Music player
idea here is to have a music player with
<br> playlist and song select (should show current song at top of it)
<br> slider for song progress
<br> slider for volume
<br> previous, pause/play, next buttons
</div>
</div>

<div class="page">
<div class="page-title">Content</div>
<div class="page-body">
To show stuff here, select something in the navigation page!
when selecting a blog post, it should show up here. can probably just replace the innerHTML with markdown via JS and onClick functions from the navigation page. or can store posts as web pages and use an iframe, but first solution seems easier?
</div>
</div>

<div class="page">
<div class="page-title">About</div>
<div class="page-body">
About the webmaster/contact
probably just put some simple info about myself and maybe contact info
</div>
</div>

<div class="page">
<div class="page-title">Guestbook</div>
<div class="page-body">
Guestbook stuff goes here
new signatures and reading old ones should both be on this page. considering switching to a server so the guestbook can be instant instead of waiting for google docs
</div>
</div>

<div class="page">
<div class="page-title">Links</div>
<div class="page-body">
links and banners to other sites
links and banners to other sites, including some of myself (like my github)
</div>
</div>

Expand Down

0 comments on commit 6cdba52

Please sign in to comment.