You are browsing as a guest. Sign up (or log in) to start making projects!

6h 23m 25s logged

Hello there! Its been a while since last devlog, and I’ve added a bunch of new content to CatOS :cat-: :

  • 2 new apps: Cat Gallery🐱 & Cat Notes 📓
    - Cat Gallery: Finished :yay:
    - Cat Notes: wip :construct: (base done, just cant take notes yet :sad: )
  • New background :backgrounds:
  • New OS Icon :icon:
  • New styling ✏️

:plus-icon: Plus several bugfixes :fixed: and code clean-up 🧹

  • Welcome window header starting position fixed
  • Icon Toggle Fixed :happy:
  • Removed ugly welcome window open button :ewoudvv_grimace_dino:
  • Code comments
  • Fixed naming issues :problemtomo: (omg this was so annoying :omg: )
  • and more (that i cant think of right now :crying: )

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 :lazy: to do all three :lol: - just know that style.css = styling👍 and script.js = logic :think: etc. )

Next, ill finish the note app and fix some more bugs :nooo: . Just one jam left now :>

oh yeah, feel free to comment if you have any suggestions or problems you’ve run into. :write:

That should be it :yay: . Bye :bye:

0
564

Comments 5

@kolon3d

cats <3 <3

@miles

I’m curious… “//” is not valid syntax for HTML… is this purely for the Devlog?

@PiCat3

Yes. Its purely for the devlog.

@furgenramen

You should add cat gifs

@PiCat3

@furgenramen Great Idea, Id forgot that lol