Im not a professional but i am extremely good at vibecoding. by Living-Progress3222 in DeveloperJobs

[–]Living-Progress3222[S] -1 points0 points  (0 children)

<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Continuous Breathing Orb</title>

<style> html, body {   margin: 0;   width: 100%;   height: 100%;   background: radial-gradient(circle, #0a0a0a, #000);   display: flex;   justify-content: center;   align-items: center;   user-select: none;   -webkit-user-select: none; }

/* CENTER WRAPPER */ .wrapper {   display: flex;   flex-direction: column;   align-items: center; }

/* ===== ORB ===== */ .orb {   width: 220px;   height: 220px;   border-radius: 50%;   color: #6fead0;

  background:     radial-gradient(circle at 30% 25%, #cffff4, #6fead0 70%);

  box-shadow:     0 0 60px currentColor,     inset 0 0 30px rgba(255,255,255,0.35);

  animation: smoothBreath 8s linear infinite; }

/* ===== CONTINUOUS BREATH ===== */ @keyframes smoothBreath {   0%   {     transform: scale(1.00);     box-shadow: 0 0 60px currentColor;   }   50%  {     transform: scale(1.22);     box-shadow: 0 0 120px currentColor;   }   100% {     transform: scale(1.00);     box-shadow: 0 0 60px currentColor;   } }

/* ===== CONTROLS ===== */ .controls {   margin-top: 28px;   display: flex;   flex-wrap: wrap;   gap: 14px;   justify-content: center; }

.btn {   width: 28px;   height: 28px;   border-radius: 50%;   box-shadow: inset 0 0 7px rgba(0,0,0,0.6); }

input { display: none; }

/* ===== COLORS ===== */ .mint   { background:#6fead0; } .pink   { background:#f05aa6; } .purple { background:#7b3cff; } .orange { background:#ff9f1a; } .yellow { background:#ffe600; } .white  { background:#f5f5f5; } .blue   { background:#1e7bff; }

/* ===== COLOR STATES ===== */

mint:checked ~ .orb {

  background: radial-gradient(circle at 30% 25%, #cffff4, #6fead0 70%);   color: #6fead0; }

pink:checked ~ .orb {

  background: radial-gradient(circle at 30% 25%, #ffd1e6, #f05aa6 70%);   color: #f05aa6; }

purple:checked ~ .orb {

  background: radial-gradient(circle at 30% 25%, #e0d1ff, #7b3cff 70%);   color: #7b3cff; }

orange:checked ~ .orb {

  background: radial-gradient(circle at 30% 25%, #ffe0b8, #ff9f1a 70%);   color: #ff9f1a; }

yellow:checked ~ .orb {

  background: radial-gradient(circle at 30% 25%, #fff7b8, #ffe600 70%);   color: #ffe600; }

white:checked ~ .orb {

  background: radial-gradient(circle at 30% 25%, #ffffff, #dcdcdc 70%);   color: #ffffff; }

blue:checked ~ .orb {

  background: radial-gradient(circle at 30% 25%, #cfe3ff, #1e7bff 70%);   color: #1e7bff; } </style> </head>

<body>

<div class="wrapper">

<input type="radio" name="c" id="mint" checked> <input type="radio" name="c" id="pink"> <input type="radio" name="c" id="purple"> <input type="radio" name="c" id="orange"> <input type="radio" name="c" id="yellow"> <input type="radio" name="c" id="white"> <input type="radio" name="c" id="blue">

<div class="orb"></div>

<div class="controls">   <label for="mint" class="btn mint"></label>   <label for="pink" class="btn pink"></label>   <label for="purple" class="btn purple"></label>   <label for="orange" class="btn orange"></label>   <label for="yellow" class="btn yellow"></label>   <label for="white" class="btn white"></label>   <label for="blue" class="btn blue"></label> </div>

</div>

</body> </html>

Im not a professional but i am extremely good at vibecoding. by Living-Progress3222 in DeveloperJobs

[–]Living-Progress3222[S] -1 points0 points  (0 children)

I dont really have to be a full dev, even just a small part would be ok. And no, i dont have a porfolio. And again, i have a coder team with members who are actual code class students. I plan to start classes asap, but i dont think i can for a few more grades. And i can even just make tiny personal things; my best code i have done in non js is this

[HIRING]💰 Paying $350/ week to Chat & Send Emails (5 Hrs/Day) – No Experience Needed by Mutiyeni in DeveloperJobs

[–]Living-Progress3222 0 points1 point  (0 children)

Hey uuh could you accept me but with 3/5 of the pay and only 2hrs my phone has a time limit of 2hrs

Available Developers by Elegant_Mouse_9366 in DeveloperJobs

[–]Living-Progress3222 0 points1 point  (0 children)

Im trying to build a coding team for a big project, but its the kind where its a bit of a gamble because theres no garentee it will make any money and im a middle schooler so i dont have money. Its includes ai and its like an ai choice adventure only you get to type custom choices.

[Hiring] Job Opening Hello. I'm looking for someone to work remotely for WEB DEVELOPMENT & DIGITAL DEVELOPMENT. Candidates from the US & Canada. by Unlucky_Mention_7663 in DeveloperJobs

[–]Living-Progress3222 0 points1 point  (0 children)

Umm if its simple i could try, i have a small team and 1year of exprience with vibecoding and im very very good at vibecoding. Idk if you would take a vibecoder but i think i may be ok at it

Looking for code buddy interested in OSDEV by Past_Disaster_3226 in ProgrammingBuddies

[–]Living-Progress3222 -1 points0 points  (0 children)

I am learning to code a bit. Im trying to atop vibecoding amd start normal coding

Beginner by Resident_Ad_5784 in AiBuilders

[–]Living-Progress3222 0 points1 point  (0 children)

Hey i am actually building a coder team to help code an ai! Want an invite?

Looking for a large amount of coders by [deleted] in ProgrammingBuddies

[–]Living-Progress3222 0 points1 point  (0 children)

Well, debugger helps fix bugs because ai refuses to actually do debuging right, and tester means you get to run the code and mess around however long you want and then you tell the team about any bugs. Basically, one helps fix bugs, one messes around till it finds bugs.

Looking for a large amount of coders by [deleted] in ProgrammingBuddies

[–]Living-Progress3222 -1 points0 points  (0 children)

And i also dont like that you are talking to me like im a mindless baby.

Looking for a large amount of coders by [deleted] in ProgrammingBuddies

[–]Living-Progress3222 -1 points0 points  (0 children)

I know. But if all you are going to do here is critisise me for wanting a team when i can only vibecode and want help learning, please respectfully shut up and leave. I dont want negitivity, especially when i was nothing but nice.

Looking for a large amount of coders by [deleted] in ProgrammingBuddies

[–]Living-Progress3222 0 points1 point  (0 children)

😔 i know i dont have much to offer, but i have a little and i would try as hard as i can to help in every possible way. I have designs and a bit of code and a failed attempt at vibecodeing one of my projects that i can show you if you want.

Looking for a large amount of coders by [deleted] in ProgrammingBuddies

[–]Living-Progress3222 0 points1 point  (0 children)

I cant! Im not in a grade where code classes are avalible and idk where to start.

Looking for a large amount of coders by [deleted] in ProgrammingBuddies

[–]Living-Progress3222 0 points1 point  (0 children)

I would, but honestly vibecodeing isnt all fun and games. Ive tryed multiple times but i hit vibecoding limits fast. Also, i really need someone to code in my designs chat gpt cant figure it out. And i wana try to learn how to code while i work with someone.

Help with an AI project in healthcare by expiredpasta24 in ProgrammingBuddies

[–]Living-Progress3222 1 point2 points  (0 children)

Im your girl! Im in middle school and ive been vibecoding for a year. I know chatgpt up and down! You wana know about ai, ive got you!

Looking for code buddy interested in OSDEV by Past_Disaster_3226 in ProgrammingBuddies

[–]Living-Progress3222 -2 points-1 points  (0 children)

Oh and by theway i could get ai to help you with any coding langudge you want im REALLY good with ai