About
Explore
Events & Classes
Support Us
Join
Sign In
HuvanaMari123
View Project Page
Run
Fullscreen
How to get famous on JUSTCodaborate!
HTML
CSS
JS
<!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0,shrink-to-fit=no,width=device-width"> </head> <body> <div class="heading"> <h1>how to get famous on justcodaborate</h1> </div> <div class="steps"> <p>Follow these steps and you might just get famous on the platform!</p> <ul> <li><strong>Get a profile picture.</strong> A good profile pic will encourage people to have a look at your profile. Art stores such as <a href="https://justcodaborate.org/studios-main-16" target="_blank">pfp mania</a> or artists like <a href="https://justcodaborate.org/users-183" target="_blank">code-art</a> can make you a fantastic profile picture!</li> <li><strong>Make original projects.</strong> Did you know the marjority of the most popular projects are originals? Though, sometimes it's good to remix other projects and add your own to them!</li> <li><strong>Give your project a category and name.</strong> When you're ready to make your projects public, remember to give them a category - they can be suggested on other people's projects or if someone has suggest projects turned on, it may come up! Also, give it a name, then people will want to check your project!</li> <li><strong>Give your a project a thumbnail.</strong> When you're ready to make your project public, give it a thumbnail. People might like to view your project if you have a colourful and exciting thumbnail. Stores like <a href="https://justcodaborate.org/studios-main-12" target="_blank">Art Corner</a> make fabulous project thumbnails!</li> <li><strong>Collaborate!</strong> JUSTCodaborate's main purpose is collaborating! If you have an idea of a project that people might like to work on with you, you could create a studio about it, or perhaps a project - or even a forum thread! When you find people to work with, get started!</li> </ul> <p>These are just my tips! I can't guarantee they'll work.</p> </div> </body> </html>
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap'); body { margin: 0; background-color: #446eb3; } a { color: blue; text-decoration: none; } .heading { padding: 10px; background-color: #ed7aff; text-align: center; text-transform: uppercase; color: white; font-family: Balsamiq Sans; font-size: 16.8559px; } .steps { padding: 10px; font-family: Concert One; color: white; font-size: 20px; }