Discuss Scratch
- Discussion Forums
- » Collaboration
- » AspectOS™ - The Future Starts Here! [ARCHIVED]
- Galaxymaster79
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
k ill fill out the form if i can find ithey is there a possibility of me getting a website coder job?
Of course! We are happy to add coders to Glitch!
All you need to do is fill out the form
- AIGamesDeveloper
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
(#8940)My mind went kaboom when I saw “light mode”…I thought aspect OS was more of a dark mode type thing.(#8937)Since we were basically thinking of having a redesign, could I try making a website design for aspect os?Just recreate the website from the ground up, and fix the ranks. Split the Website Developer rank into Website Design Overlooker (WDO), Website Code (WCO), Website Design Manager (WDM), and Website Code Manager 1 and 2. Then AI will be the website manager.
The reason I say this is because, in the beginning, most of the Website Developers didn't have much if any website design knowledge.
Exactly! We need to make a better version of the website
Like I said, more like Windows and Apple
Yeah, sure!
remember, we are going for light mode now (I'm sorry dark mode users)
Same with Apple and Microsoft
I thought they were more of a dark type thing
But sometimes, some of their products are light mode
- I_LOVE_TO_MAKE_STUFF
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
Yes. Here is some code:You'll have to make the website a bit lighter (not completely white though), and have some noise CSS features like reflecting the images, or button animations for it to be a little bit like those.
Yeah, I don't really like the dark mode…
If you want, please share with us the code
are you interested in applying for AspectOS? Just asking
<style>
.button {
display: inline-block;
padding: 15px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #4CAF50;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
.button:hover {background-color: #3e8e41}
.button:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
</style>
You could find some more here. (really the simplest I could find)
I also changed my mind on the reflection, I don't think it would look well. Also I chose w3schools because that's the first place where I could find anything. But modify the code to match lol
- I_LOVE_TO_MAKE_STUFF
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
Application Form
Username: I_LOVE_TO_MAKE_STUFF
Years of Experience: Very little, less than 1
Timezone: EST
Why do you want to join?: Because I love to code and I'm pretty decent at it
Work examples: https://ilovetomakestuff.github.io/ and https://github.com/ILOVETOMAKESTUFF/SaveAspectOS
Position: Coder
Activity Level: 7/10 (github takes some time)
Other: I am a fan of Aspect OS and I like to help out!
Username: I_LOVE_TO_MAKE_STUFF
Years of Experience: Very little, less than 1
Timezone: EST
Why do you want to join?: Because I love to code and I'm pretty decent at it
Work examples: https://ilovetomakestuff.github.io/ and https://github.com/ILOVETOMAKESTUFF/SaveAspectOS
Position: Coder
Activity Level: 7/10 (github takes some time)
Other: I am a fan of Aspect OS and I like to help out!
- AJ-Scratch-AJ
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
Can I have the v1.1 design? I need it for a mock-up for the design. I see that you guys have WAAAAY too many pages, could i reduce that to a few? The landing page will have the basic details.
- Galaxymaster79
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
Website Invitation Form(added this \/ )
Username:
What Programming Languages do you know?: html css and a small bit of js
What can you offer to the website?:lots of stuff, Almost Anything you need!!
Why should we choose you?:ive been doing html for 3 years! and i love to collaborate and help out
What is your Glitch username?: Kerbalistic @KerbalisticCoder
Other: im making a educational website in my free time!
- RobloxianMinecraft
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
(#8927)Want some examples? https://www.figma.com/file/iQbshQNumouKues6ZSCHxx/Travel-Site-Landing-Page(#8926)If we are doing this…I can do the designing in Figma..I'm great at it. Its just that there will be A LOT to code if we are doing this.
Just recreate the website from the ground up, and fix the ranks. Split the Website Developer rank into Website Design Overlooker (WDO), Website Code (WCO), Website Design Manager (WDM), and Website Code Manager 1 and 2. Then AI will be the website manager.
The reason I say this is because, in the beginning, most of the Website Developers didn't have much if any website design knowledge.
Its in the TileOS figma team. I used dashicons for one thing
so far
by the way does anyone remember that the first aspectos site was by me and the code is now probably in my computers recycle bin or something lol
Last edited by RobloxianMinecraft (Feb. 3, 2022 05:22:37)
- AJ-Scratch-AJ
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
(#8947)Im just too lazy to find it
Can I have the v1.1 design? I need it for a mock-up for the design. I see that you guys have WAAAAY too many pages, could i reduce that to a few? The landing page will have the basic details.
- RobloxianMinecraft
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
Username: <insert arrow to the left here>
What Programming Languages do you know?: would call myself pro html and kinda good at css
What can you offer to the website?: aj's redesign ui
Why should we choose you?: been doing html for 3 years
What is your Glitch username?: lightgreen
Work examples:
aj made this in figma
i remade it in html css
What Programming Languages do you know?: would call myself pro html and kinda good at css
What can you offer to the website?: aj's redesign ui
Why should we choose you?: been doing html for 3 years
What is your Glitch username?: lightgreen
Work examples:
aj made this in figma
i remade it in html css
- AIGamesDeveloper
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
Yes. Here is some code:You'll have to make the website a bit lighter (not completely white though), and have some noise CSS features like reflecting the images, or button animations for it to be a little bit like those.
Yeah, I don't really like the dark mode…
If you want, please share with us the code
are you interested in applying for AspectOS? Just askingThis will make an effect like the button click on this website.<style>
.button {
display: inline-block;
padding: 15px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #4CAF50;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
.button:hover {background-color: #3e8e41}
.button:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
</style>
You could find some more here. (really the simplest I could find)
I also changed my mind on the reflection, I don't think it would look well. Also I chose w3schools because that's the first place where I could find anything. But modify the code to match lol
*bookmarks
Application Form
Username: I_LOVE_TO_MAKE_STUFF
Years of Experience: Very little, less than 1
Timezone: EST
Why do you want to join?: Because I love to code and I'm pretty decent at it
Work examples: https://ilovetomakestuff.github.io/ and https://github.com/ILOVETOMAKESTUFF/SaveAspectOS
Position: Coder
Activity Level: 7/10 (github takes some time)
Other: I am a fan of Aspect OS and I like to help out!
accepted!
I'll add you to the list after I sleep
Can I have the v1.1 design? I need it for a mock-up for the design. I see that you guys have WAAAAY too many pages, could i reduce that to a few? The landing page will have the basic details.
Yeah https://turbowarp.org/635084406/fullscreen?interpolate&hqpen
That's basically all the design
I would share the mock-up if CubeUpload worked
Website Invitation Form(added this \/ )
Username:
What Programming Languages do you know?: html css and a small bit of js
What can you offer to the website?:lots of stuff, Almost Anything you need!!
Why should we choose you?:ive been doing html for 3 years! and i love to collaborate and help out
What is your Glitch username?: Kerbalistic @KerbalisticCoder
Other: im making a educational website in my free time!
ill add you soon!
(#8927)Want some examples? https://www.figma.com/file/iQbshQNumouKues6ZSCHxx/Travel-Site-Landing-Page(#8926)If we are doing this…I can do the designing in Figma..I'm great at it. Its just that there will be A LOT to code if we are doing this.
Just recreate the website from the ground up, and fix the ranks. Split the Website Developer rank into Website Design Overlooker (WDO), Website Code (WCO), Website Design Manager (WDM), and Website Code Manager 1 and 2. Then AI will be the website manager.
The reason I say this is because, in the beginning, most of the Website Developers didn't have much if any website design knowledge.
Its in the TileOS figma team. I used dashicons for one thing
so far
by the way does anyone remember that the first aspectos site was by me and the code is now probably in my computers recycle bin or something lol
Please don't use the New Simplified Logo.
I'm still considering it
- AJ-Scratch-AJ
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
(#8953)Oh ok, we wont use it (well, its pretty easy to change if we want to)Yes. Here is some code:You'll have to make the website a bit lighter (not completely white though), and have some noise CSS features like reflecting the images, or button animations for it to be a little bit like those.
Yeah, I don't really like the dark mode…
If you want, please share with us the code
are you interested in applying for AspectOS? Just askingThis will make an effect like the button click on this website.<style>
.button {
display: inline-block;
padding: 15px 25px;
font-size: 24px;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
color: #fff;
background-color: #4CAF50;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
.button:hover {background-color: #3e8e41}
.button:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
</style>
You could find some more here. (really the simplest I could find)
I also changed my mind on the reflection, I don't think it would look well. Also I chose w3schools because that's the first place where I could find anything. But modify the code to match lol
*bookmarksApplication Form
Username: I_LOVE_TO_MAKE_STUFF
Years of Experience: Very little, less than 1
Timezone: EST
Why do you want to join?: Because I love to code and I'm pretty decent at it
Work examples: https://ilovetomakestuff.github.io/ and https://github.com/ILOVETOMAKESTUFF/SaveAspectOS
Position: Coder
Activity Level: 7/10 (github takes some time)
Other: I am a fan of Aspect OS and I like to help out!
accepted!
I'll add you to the list after I sleepCan I have the v1.1 design? I need it for a mock-up for the design. I see that you guys have WAAAAY too many pages, could i reduce that to a few? The landing page will have the basic details.
Yeah https://turbowarp.org/635084406/fullscreen?interpolate&hqpen
That's basically all the design
I would share the mock-up if CubeUpload workedWebsite Invitation Form(added this \/ )
Username:
What Programming Languages do you know?: html css and a small bit of js
What can you offer to the website?:lots of stuff, Almost Anything you need!!
Why should we choose you?:ive been doing html for 3 years! and i love to collaborate and help out
What is your Glitch username?: Kerbalistic @KerbalisticCoder
Other: im making a educational website in my free time!
ill add you soon!(#8927)Want some examples? https://www.figma.com/file/iQbshQNumouKues6ZSCHxx/Travel-Site-Landing-Page(#8926)If we are doing this…I can do the designing in Figma..I'm great at it. Its just that there will be A LOT to code if we are doing this.
Just recreate the website from the ground up, and fix the ranks. Split the Website Developer rank into Website Design Overlooker (WDO), Website Code (WCO), Website Design Manager (WDM), and Website Code Manager 1 and 2. Then AI will be the website manager.
The reason I say this is because, in the beginning, most of the Website Developers didn't have much if any website design knowledge.
Its in the TileOS figma team. I used dashicons for one thing
so far
by the way does anyone remember that the first aspectos site was by me and the code is now probably in my computers recycle bin or something lol
Please don't use the New Simplified Logo.
I'm still considering it
- Galaxymaster79
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
don't forget to snip!Oh ok, we wont use it (well, its pretty easy to change if we want to) —-SNIP—
Please don't use the New Simplified Logo.
I'm still considering it
- AJ-Scratch-AJ
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
(#8955)My bad…and this is what we made (og logo to be added)don't forget to snip!Oh ok, we wont use it (well, its pretty easy to change if we want to) —-SNIP—
Please don't use the New Simplified Logo.
I'm still considering it
- RobloxianMinecraft
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
suggestion: i think there should be an easter egg where if the user clicks and holds down on the laptop for 5 seconds it would open aspectos 1.1(#8955)My bad…and this is what we made (og logo to be added)don't forget to snip!Oh ok, we wont use it (well, its pretty easy to change if we want to) —-SNIP—
Please don't use the New Simplified Logo.
I'm still considering it
should be some easy js
- AJ-Scratch-AJ
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
(#8957)Hmm..I agree. Thats a good ideasuggestion: i think there should be an easter egg where if the user clicks and holds down on the laptop for 5 seconds it would open aspectos 1.1(#8955)My bad…and this is what we made (og logo to be added)don't forget to snip!Oh ok, we wont use it (well, its pretty easy to change if we want to) —-SNIP—
Please don't use the New Simplified Logo.
I'm still considering it
should be some easy js
- AJ-Scratch-AJ
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
(#8959)
opinions?
Thats good but we are actually making a design in Figma…could you join and try to make it like that?
https://www.figma.com/file/a9SfDt6TXlqDyHMGz39Zbu/Design-Center?node-id=206%3A2
- Galaxymaster79
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here! [ARCHIVED]
removed
king of the page
king of the page
Last edited by Galaxymaster79 (Feb. 3, 2022 06:05:34)