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

Open comments for this post

9h 49m 48s logged

I have good news…and bad news

First, lets see what I added: :spinning-parrot:

  • 2 new apps: Calculator :calculator: & Cat Scroll 📱
    • Calculator: Semi-functional (only addition)
    • Cat Scroll: Skeleton done (icon and window) :hahayes:
  • Overhauled Cat Gallery 🐱
  • Finished Cat Notes :yay:
  • New Styling (different window sizes, textshadow etc.) ✏️

Bugfixes: :spinningfish-min:

  • Fixed when the window exits viewport and becomes unmovable 👍
  • Fixed background repeating and middle icon stretching (Now its own image) :muhammad_ahsan_rasheed_hacktoberfest:
  • Increased close button size (It got too smol on smaller screens) :lol:
  • Background image fully covering screen now
  • Changed styling to %, fits different screen sizes better :happy-1-1-8c8c:
  • And much more :lazy:

Here’s a code summary: :blabla:
index.html

<!DOCTYPE html>
<html>
   <body class="main">

      <div class="topbar" id="topbar"> 
      //Topbar 
      </div>

      <div class="welcomewindow" id="welcome">
      //Welcome window 
      </div>

      <div class="catgalleryAPP" id="catgalleryAPP"> 
      //Cat Gallery Icon 
      </div>

      <div class="bigwindow" id="catgallery"> 
      //Cat Gallery Window 
      </div>

      <div class="catnotesAPP" id="catnotesAPP> 
      //Cat Notes Icon 
      </div>

      <div class="window" id="catnotes"> 
      //Cat Notes Window 
      </div>

      <div class="catscrollAPP" id="catscrollAPP"> 
      //Cat Scroll Icon 
      </div>

      <div class="window" id="catscroll"> 
      //Cat Scroll Window 
      </div>  

      <div class="calculatorAPP" id="calculatorAPP"> 
      //Calculator Icon 
      </div>

      <div class="smallwindow" id="calculator"> 
      //Calculator Window 
      </div>

      <script type="module" src="./script.js"></script>
      <link rel="stylesheet" type="text/css" href="style.css" />  
   </body>
</html>

style.css :haj4ever:
(this time im a bit less lazy :tired-dino: )

jk, go check the source code yourself :evil: 

(And before someone asks, “//” is only to indicate a comment :> )

What’s the bad news you say? Well… I js saw a seagull eat a mouse WHOLE.
Im scared of sea gulls now :crying:

PS. feel free to comment if you have any suggestions or find any bugs :write:

Thats all, Bye :bye: !

:github: Github repo
:github: Github page

1
0
18
Open comments for this post

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:

5
0
564
Open comments for this post

1h 14m 46s logged

Fixed the open button (except how it looks) and made the OS cleaner. Code also much cleaner now :>

0
0
55
Open comments for this post

3h 45m 40s logged

Added movable window, close,open buttons for the welcome screen and personalised the OS. Moving and closing windows works fine, but the Open function still needs some work.

1
1
96

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…