Made the project list, and added a Status bar, links to github and hackclub sites, when you click on the project itself it takes you to its own page.
I made the stasis page but only with the stopwatch on it so far.
its the same setup but i added a total time, cost and the journals.
For the journals i used zero-md.
Heres the code for that if you wanna use it yourself:
<head>
script type="module" src="https://cdn.jsdelivr.net/npm/zero-md@3?register"></script>
</head>
<body>
<div class="journal">
<details>
<summary>View Journal</summary>
<zero-md src="journals/Desktop-Stopwatch-JOURNAL.md">
<template data-append>
<style>
img {
max-width: 20% !important;
width: 100% !important;
height: auto !important;
display: block !important;
margin: 10px 0 !important;
}
</style>
</template>
</zero-md>
</details>
</div>
</body>
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.