Hello there! Its been a while since last devlog, and I’ve added a bunch of new content to CatOS
:
- 2 new apps: Cat Gallery🐱 & Cat Notes 📓
- Cat Gallery: Finished
- Cat Notes: wip
(base done, just cant take notes yet
) - New background
- New OS Icon
- New styling ✏️
Plus several bugfixes
and code clean-up 🧹
- Welcome window header starting position fixed
- Icon Toggle Fixed
- Removed ugly welcome window open button
- Code comments
- Fixed naming issues
(omg this was so annoying
) - and more (that i cant think of right now
)
Here’s a code summary:
<html>
<body> //font, background img
<div>...</div> //topbar with time and OS Icon
<div> //welcome window
<div>...</div> //topbar + close button
//text and images
</div>
<div> ... </div> //cat gallery Icon
<div> //cat gallery Window
<div>...</div> //topbar + close button
//heading
<div>...</div> //cat images :>
</div>
<div> ... </div> //cat notes icon
<div> //cat notes window
<div>...</div> //topbar + close button
//heading
</div>
<script ...></script> //importing script.js (& style.css, using <link... />)
</body>
</html>
(This was index.html, I also have script.js and style.css, but Im to lazy
to do all three
- just know that style.css = styling👍 and script.js = logic
etc. )
Next, ill finish the note app and fix some more bugs
. Just one jam left now :>
oh yeah, feel free to comment if you have any suggestions or problems you’ve run into. 
That should be it
. Bye 
Comments 5
cats <3 <3
I’m curious… “//” is not valid syntax for HTML… is this purely for the Devlog?
Yes. Its purely for the devlog.
You should add cat gifs
@furgenramen Great Idea, Id forgot that lol
Sign in to join the conversation.