js emoji

Posts tagged with :js:

SakshamPatiyar
@SakshamPatiyar7+
https://imgutil.s3.us-east-2.amazonaws.com/aa97c549415e3a599efa28c0c630299ae02ece545abd2c6273fa2437318464c9/e974125f-c77c-439e-8512-85fc6093d844.png
LeoFlegelskamp
@LeoFlegelskamp1
https://imgutil.s3.us-east-2.amazonaws.com/0b98722b893bd5657287a4000df80cf899f828c9dffe35bcb0a8149135a8beed/cb99eb9d-f93d-467a-be8d-0fc52f8a8720.png
github emoji
summer-of-making emoji
js emoji
Eny
@Eny4
I made an RST to Markdown converter! It's very basic right now, but it's part of my larger project where you can edit your iCloud notes online, and it automatically syncs to your phone. Here's the repo link! github.com/EnyCode/notes-backend I also tried making this in javascript from scratch with no libraries, but decided this wasn't the best move. Here's the repo link - github.com/EnyCode/notes-web.
https://imgutil.s3.us-east-2.amazonaws.com/ed9956ba707884ee5a1ccb71bc3a52b85070817f3394ab348ba42e2573b72c30/b5cd178e-b134-43e0-b8ca-85665267d20d.png
summer-of-making emoji
js emoji
github emoji
Glory
@Glory1
https://imgutil.s3.us-east-2.amazonaws.com/e5b3498f5016c8c530264412673bce64a8952104fd819187bf3e1beb8f7dedec/8c13da97-eea8-45ef-8aa1-086f6c8a54f0.png
KavishDevar
@KavishDevar1
I re-wrote my Hamming Code visualizer that i had initially written in AngularJS and hosted on vercel. But it was totally unnecessary, so i wrote it again in plain javascript and html, with some css, and it's currently hosted on gh-pages. it just took me 30 minutes, i don't even know if this will count :] Source Code Published website
https://imgutil.s3.us-east-2.amazonaws.com/8a8833f806249b291b5ff81365b6035767cfa26b9efe24cff15ecbf806be15d8/471e6955-430e-4a6c-8749-02b9f92e6489.png
LLONE
@LLONE1
https://imgutil.s3.us-east-2.amazonaws.com/d54274ab7e2863516e19c9eedfb7292e8f216f5f86d256a10b6cf9ef1d37877d/e43a6f9b-0664-4caa-8f1a-e85ed105dc0a.png
summer-of-making emoji
js emoji
github emoji
AhmadSadidWafiq
@AhmadSadidWafiq2
Progress on Ohm codes: !DOCTYPE html <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Subscriptions - Ohm</title> <link rel="icon" type="image/x-icon" href="/pictures/favicon.svg"> <link rel="stylesheet" href="style.css"> <link rel="preconnect" href="fonts.googleapis.com"> <link rel="preconnect" href="fonts.gstatic.com" crossorigin> <link href="fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> <link rel="stylesheet" href="cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <header> <img src="pictures\Logo.svg" class="logo-img" onclick = "window.location.href ='index.html'"> <a href="#" class="toggle-button"> <span class="bar"></span> <span class="bar"></span> <span class="bar"></span> </a> <nav class="navbar"> <div class="nav-links"> <ul class="nav-ul"> <li><a href="index.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="subscriptions.html">Subscriptions</a></li> <li><a href="contact.html">Contact</a></li> <li><a href="signup-form.html"><span class="text-gradient" id="accountName">Sign up</span></a></li> </ul> </div> </nav> </header> <div class="subscription-content-container"> <h2 class="head-text"><span class="text-gradient">Ohm's</span> Basic plan<div class="subscription-value" style="text-align: left !important;">$69.99/year</div> </h2> <div class="subscription-info"> <h2 class="subscription-info-head-text">Get a low cost convenient support from Ohm.</h2> <br> <p class="subscription-info-paragraph">Unlock the power of sustainable energy solutions with Ohm's Basic plan. For just $69.99 a month, gain access to essential features designed to optimize your energy consumption and efficiency. Our Basic plan offers reliable support and limited customization options, ensuring you have the tools you need to embark on your journey towards a greener future.</p><br> <h2 class="subscription-info-head-text">With Ohm's Basic plan, you'll enjoy:</h2> <br> <ul class="subscription-info-features-ul"> <li>Access to essential features tailored to your needs</li> <li>Basic support from our expert team of professionals</li> <li>Limited customization options to personalize your experience</li> </ul> </div> <h2 class="subscription-info-head-text">Join us in our mission to revolutionize the energy industry with Ohm: </h2> <a class="gradient-button .subscription-page-get-button" href="subscription-checkout.html?plan=basic">Get</a> </div> <footer> <div class="footer-container"> <div class="footer"> <div class="row-container row-1-container"> <ul class="row"> <li class="rowhead">Explore</li> <li onclick="window.location.href ='index.html'">Home</li> <li onclick="window.location.href ='about.html'">About Us</li> <li onclick="window.location.href ='subscriptions.html'">Subscriptions</li> </ul> </div> <div class="row-container row-2-container"> <ul class="row"> <li class="rowhead">Blog</li> <li>Latest Posts</li> <li>News</li> <li>Insights</li> </ul> </div> <div class="row-container row-3-container"> <ul class="row"> <li class="rowhead">Help & FAQ</li> <li onclick="window.location.href ='contact.html'">Support</li> <li onclick="window.location.href ='terms-services.html'">Terms of Service</li> <li onclick="window.location.href ='privacy-policy.html'">Privacy Policy</li> </ul> </div> <div class="row-container row-4-container"> <p class="rowhead">Newsletter</p> <div class="newsletter-text">Subscribe to get weekly energy saving and tech tips!</div> <div class="newsletter-container"> <input type="text" class="gradient-input newsletter-input" placeholder="Enter your email"> <button class="gradient-button-1 newsletter-button" onclick="sendNewsletterInfo()">Subscribe</button> </div> </div> </div> <div class="botm"> <div class="botm-language"><i class="fa fa-globe" style="font-size: 20px" id="globe"></i> English (United States)</div> <div onclick="window.location.href ='contact.html'">Contact ohm</div> <div onclick="window.location.href ='privacy-policy.html'">Privacy & Cookies</div> <div onclick="window.location.href ='terms-services.html'">Terms of use</div> <div>© <span class="text-gradient">Ohm</span> 2023</div> </div> </div> </footer> <script src="script.js"></script> </body> </html>
https://scrapbook-into-the-redwoods.s3.amazonaws.com/90890000-973c-4914-a5f7-cc7cae77b2e6-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/de18ee28-7439-4090-b229-4b0e6c460f20-image.png
nirmitaggarwal
@nirmitaggarwal6
https://scrapbook-into-the-redwoods.s3.amazonaws.com/d46e9340-a539-4041-aa0d-5b3236ffb93b-image.png
EXELVI
@EXELVI7+
#arcade To-Do Website I made this To-Do website with a express.js backend, you can make different lists of To-Dos and also set a description and a priority github.com/EXELVI/To-Do-Website
https://imgutil.s3.us-east-2.amazonaws.com/61974569891a9b14d274a9324578582d4eac442646ab458c9605ad79d0b97c1c/6aa43b78-88dd-4f0e-aff7-94ab00a92715.png
js emoji
github emoji
summer-of-making emoji
SakshamPatiyar
@SakshamPatiyar7+
The Spotify Clone project aims to replicate the user interface and basic functionality of the Spotify web player using HTML, CSS, and JavaScript. The project employs React, a popular JavaScript library for building user interfaces, to manage the dynamic aspects of the application. My repo link : github.com/Saksham1o/Spotify-clone
https://imgutil.s3.us-east-2.amazonaws.com/a1f3fcb24a5987d5ad64e631363ae8ad9607a2000cd63e60096c7fe5f38a3ca7/f92b0489-23eb-48d8-975f-315c2c48b895.png
summer-of-making emoji
react emoji
js emoji
github emoji
spotify emoji
lopa
@lopa1
https://imgutil.s3.us-east-2.amazonaws.com/5eaadfda64d5ab26663603dabed271a477b5262437dddb3244bef7f1bccd7b84/c1033309-406e-49f6-8d54-f7752e8d9040.png
Zainab
@Zainab7+
https://scrapbook-into-the-redwoods.s3.amazonaws.com/75595d21-62e4-49a6-ac87-e662d53e72b5-ttt.pnghttps://imgutil.s3.us-east-2.amazonaws.com/70c1fbbc8f7821380b21ed06f94db6508495537640ac6fe60d3f093d200bb0ac/6d0214d6-6f9e-4b49-9158-20bc35385e6b.png
Kanha
@Kanha0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/cacf7749-976c-4f77-80b9-bfde6dfe21d2-screenshot_2024-07-25_193947.png
summer-of-making emoji
vercel emoji
js emoji
js emoji
NotParker
@NotParker2
https://imgutil.s3.us-east-2.amazonaws.com/f656e4ec3ed46a3ec49b68f9784a5da56fb37a7fda73f682fe8b2e47e3d774fe/0cf56a36-efe1-4a99-be33-76ca14e3e5a9.png
Briyan
@Briyan4
https://scrapbook-into-the-redwoods.s3.amazonaws.com/c99c4d98-56ee-4fec-bd18-599f84a159c7-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/fc595b5832c9a53bbc94e669fdb11f55c5127b45c92f036e105fdad63b3061cc/ee386474-b2c7-4565-bd9b-27b5de97edca.png
D'anonymousCoder
@D'anonymousCoder1
https://scrapbook-into-the-redwoods.s3.amazonaws.com/91043bea-0e71-4d79-b35f-f0ed5dbfd287-image.png
js emoji
github emoji
summer-of-making emoji
SayhanRahman
@SayhanRahman0
https://imgutil.s3.us-east-2.amazonaws.com/02445c25b5db31071e48ad4ab6686da04b15a9da3ba82069e7e2d855de4bdbdd/aa56394b-b61e-445f-8fb9-0bb21fdbb829.png
js emoji
python emoji
github emoji
summer-of-making emoji
codeDamn
@codeDamn0
Hey there, This web app is a Flashcards tool that allows users to create, view, and manage a deck of flashcards. The HTML structure provides the layout, while the CSS ensures a clean and modern design with responsive elements. The JavaScript adds interactivity, enabling users to flip through cards, add new ones, clear the deck, and import/export card data as JSON files, enhancing the study and learning experience.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/23b8f29d-e230-4d7a-bc13-8dcf305854ef-image.png
MatthewSoh
@MatthewSoh4
My first (working) API website that gives you data on your next bus (if you're in Singapore, that is)! (I'll need to make it more user-friendly later on.) Made using PHP & JS (and therefore, by extension, HTML & CSS). Enjoy!!! github.com/mattsoh/bus-arrivals
https://imgutil.s3.us-east-2.amazonaws.com/00a8a60bfcf6cbd17fb1c4167c0eb6d2397d9956ccb1ef1a4c5dbee0d3cecc22/c44de6ca-459e-45a6-af4e-ea29ab1c9da1.png
EXELVI
@EXELVI7+
Terminal Website I improved my terminal made in HTML, JS and CSS by adding to it the alias command, unalias, stats: making a system for statistics (e.g. how many commands were executed, etc.), and nano. I also added a screenshot button that saves a screenshot of the terminal (in your PC) exelvi.github.io/terminal github.com/EXELVI/terminal
https://imgutil.s3.us-east-2.amazonaws.com/b620507312c5e97566a3c6cfaf99144fefc18a0da7d941401dfa0f5f58fb0368/b00e89a1-01a6-4ade-bf81-21eeb5b460cd.png
Anvay
@Anvay0
https://imgutil.s3.us-east-2.amazonaws.com/425b82eacbb085c6ddd44396f7b3ab69dce6258d53b7f7feb97c77923729869c/97557b6e-ed4d-4c1a-87c9-fc575f1209a9.png
Craze
@Craze0
Today, I (mostly) finished the event selection logic behind my Science Olympiad Binder/Cheatsheet creation website, SciBind. I am building this project in Next.js and Django (Python), with TypeScript, TailwindCSS, DaisyUI, and more. The event selection logic allows students to select which events they are participating in, and an object will appear in the database for the allowed materials. Repo: github.com/CrazeXD/Scioly-Binder-Software
https://imgutil.s3.us-east-2.amazonaws.com/febcb6147168f38ec6f66c31f2a7825f96dd7046f9ac65275d77f044c85d65cc/b22fdb55-cfa6-4b6a-b9b7-0d1e758fad8e.png
python emoji
summer-of-making emoji
typescript emoji
tailwind emoji
js emoji
github emoji
nextjs emoji
SayhanRahman
@SayhanRahman0
https://imgutil.s3.us-east-2.amazonaws.com/a8f49738cd4f3b0166661b85d1e46807ff54bfab88ff53d2de5d8ab77b7ba30d/9b4cb3e1-00e3-4ea3-a0c2-daad1c7645d1.png
summer-of-making emoji
js emoji
github emoji
YeGao
@YeGao7+
Learned deployment, js in react and react props using airbnb clone Btw does anyone know how to fix replit image directory it use src/ instead of ..\ or .\ which is causing images deployment issues github.com/GaoYeGithub/Deploy
https://scrapbook-into-the-redwoods.s3.amazonaws.com/34de0c16-462e-43d4-9d50-da4626be38a1-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/c47f35e7-08d1-45cf-b02b-6c505b271c2d-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ae5e34ad-b78f-4fa4-a56f-3a5346c2392a-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/59cebedb0561ef5d98001be7802b89e465de69f9430c4b3ed5c1ee8c335c0212/5e89fa30-04a1-446c-af97-d220cbd5fad9.png
react emoji
github emoji
summer-of-making emoji
js emoji
replit emoji
SakshamPatiyar
@SakshamPatiyar7+
This project is a clone of the Disney+ Hotstar website, developed using HTML, CSS, and JavaScript. It is designed to replicate the look and feel of the popular streaming platform, providing a similar user interface and interaction model. The project includes a responsive navigation bar, a carousel for featured content, a grid layout for video cards My repo link : github.com/Saksham1o/Disney-Hotstar-clone
https://imgutil.s3.us-east-2.amazonaws.com/000e8ddd62142bb0e4c54092d1c04c0d9683e02e8a301823ac80a772f00b33c3/f6bb7e87-7e2f-4b0f-abba-20a0677c8dc2.png
github emoji
js emoji
summer-of-making emoji
Irtaza
@Irtaza0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/a84754e3-25e5-421e-be92-9df2518c145c-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/6a5f07c8-748e-4ffe-8870-128cc157e2e9-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/fe3eb09ec48983d5c24b1d09e4080528537b6164dc5b98fa84b216e6a106dc07/14530d46-74dd-42fd-9849-265069aab685.png
potatoes
@potatoes0
https://imgutil.s3.us-east-2.amazonaws.com/621ae07dc0784e0f7083c9862fe6ad24e0550dd5955c845e95c1dcf6af046fec/b29c323f-14fe-4326-a66b-0a4b3f761bc3.png
summer-of-making emoji
github emoji
js emoji
Nikhil-U079JUC2FKR
@Nikhil-U079JUC2FKR0
https://imgutil.s3.us-east-2.amazonaws.com/b8c1850f46aaf52430ddcb1e40a80cb95c5404758a8da7b1c837ecd8a0651642/c4f70e10-08c0-4016-82a7-f5659c5ac9be.png
js emoji
nextjs emoji
github emoji
summer-of-making emoji
Glory
@Glory1
https://imgutil.s3.us-east-2.amazonaws.com/eca71d3abfb18415e3ab552d7ed1d0dcd860b1a3f8059115e7ad5c4d5d71d64c/fceb1cf7-2e20-4348-af71-a0c9c8784c97.png
JoelJoby
@JoelJoby0
Ive made a website for using you tube without ads and also it has an api which returns the video links and title of the video i made this cuz my tab has restricted access to .google domain sites so i had to make an api and then embded the js and html in the google sites so that i can use yt from my tab below are the links to visit the site i made. the vids can be watched without going to as all the vids are embded on the system adless-yt-api.vercel.app sites.google.com/view/ytplayerfree/home?read_current=1 below is the github repo github.com/joel909/Adless_yt_api below are a few pics
https://scrapbook-into-the-redwoods.s3.amazonaws.com/e76cb461-5371-435d-9cc3-922810d45aa7-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/f1ac8b7825780f239740278c91f393e4ab674817e1884f85379dfcb1e76605e8/7b1338ea-dd93-4daa-a201-b6555a0c6af8.png
summer-of-making emoji
google emoji
github emoji
js emoji
vercel emoji
MustafaMustardman
@MustafaMustardman0
https://imgutil.s3.us-east-2.amazonaws.com/37405d8eec0601d1d1816f9c558f127a3001c51413ae8767afadaf0b69b8ad4f/65b97861-594e-45ee-9cdd-5879d106e77c.png
github emoji
summer-of-making emoji
js emoji
AlwaysBusy
@AlwaysBusy6
https://imgutil.s3.us-east-2.amazonaws.com/09f3105ae6c8a730221f7deb4c60b9104915effd74ef4620a9c94457cbf78afb/951b1b53-85f4-4d92-9561-03c90c558ae2.png
summer-of-making emoji
js emoji
github emoji
Jasmine
@Jasmine7+
https://scrapbook-into-the-redwoods.s3.amazonaws.com/412b2583-4eb8-4a2c-9ed4-6ee012cc8c70-image.pnghttps://imgutil.s3.us-east-2.amazonaws.com/1d43c42bac1bcf34446eff931789c7f2e135bf20df4b2e1c56ebd43f4287db59/2f1fed39-b81f-4970-85bc-cdb8e3804495.png
summer-of-making emoji
github emoji
js emoji
NadeenI.
@NadeenI.7
Tamaemoji is a fun and interactive virtual pet game created using HTML, CSS, and JavaScript. You can take care of your Tamaemoji by feeding it, playing with it, and ensuring it stays healthy. Watch your Tamaemoji react to your interactions with cute emoji expressions! ✨ github.com/neptvnism/Pet-Widget neptvnism.github.io/Pet-Widget
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5f9f8f12-37f9-44ff-8890-980a0c61616e-screenshot_2024-07-23_at_12.09.53___pm.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/4385d6e4-cbdd-41f5-b9e5-5f593b2f2b9d-screenshot_2024-07-23_at_12.09.39___pm.pnghttps://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/e9792f14-b68d-4a5e-b1cc-4b9a437f0726.png
Nobody
@Nobody4
https://imgutil.s3.us-east-2.amazonaws.com/229270036432d52532687e663690b45d32a7432ec9d9c17145b782bc4e84ea53/25b1b3bc-dc7a-4f9d-9d02-bbd7c8b0e7c5.png
js emoji
sprig-dino emoji
summer-of-making emoji
github emoji
Benjamin-U07A8D2EABB
@Benjamin-U07A8D2EABB0
https://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/838d9144-f26b-4951-bd7c-747afe839eab.png
github emoji
summer-of-making emoji
js emoji
MustafaMustardman
@MustafaMustardman0
https://imgutil.s3.us-east-2.amazonaws.com/8ba52bad574ce6719b4783b54751dacddc4c0c738826399d8aca1e13d5b8b0f6/05fabafc-6379-4035-8fad-f6cf6c02fa9b.png
summer-of-making emoji
js emoji
github emoji
Zainab
@Zainab7+
https://scrapbook-into-the-redwoods.s3.amazonaws.com/851286b3-a9ee-46f6-8f9c-a6374c76c721-io9.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/954c65c6-2020-4379-b130-eac8b3cef304-io.png
ChunHan
@ChunHan7+
summer-of-making emoji
java_duke emoji
github emoji
js emoji
PeanutDumplings
@PeanutDumplings0
https://imgutil.s3.us-east-2.amazonaws.com/2b84fbc231fde8e7609257b9df55ee52d83ed1bd5e8bc1b10d227cbf59582b5a/99f3cff9-9a9d-4dc7-9586-bfa71594d29f.png
summer-of-making emoji
js emoji
github emoji
nextjs emoji
Bartosz
@Bartosz1
Finally finished my Sprig game! It's a RPG where you train your SpriMon. What's the best? It's Arcade event themed! If people will want, I can make it even more advanced, add catching mechanics and more. I would love to make it a full game with much more details and a better, far more longer story in a Game Engine. It was a fun way to learn JS for the first time! Here's repo: <https://github.com/BudzioT/SpriMons/tree/master|https://github.com/BudzioT/SpriMons > Play it here: sprig.hackclub.com/share/4KvmUylH6Wtw3dCh9Er3
https://imgutil.s3.us-east-2.amazonaws.com/ccc166440b9c4b1b67ff905ff3a803f2954cdd6b110530481da729d6498f74d0/0f99c0cb-fea6-477c-baeb-2ade6bde9674.png
NotParker
@NotParker2
https://imgutil.s3.us-east-2.amazonaws.com/411adec0ee598c48c01bb99056a226b7f5f3f1d6f4e4b2e557873e5ff893398c/04bc82c8-77c6-46c2-974a-198943e224e9.png
github emoji
js emoji
summer-of-making emoji
cooll-dino emoji
LinuxDino
@LinuxDino0
I made a blot project which I learnt more about maths than JavaScript, since I tried to make it as responsive as possible. It is a battleship template that has auto-generated ships which the computer randomly generates. Github repo: github.com/LinuxDinoGitHub/Blottleship Some screenshots attached.
https://scrapbook-into-the-redwoods.s3.amazonaws.com/2de406aa-062b-4107-b2c9-ed5685ade166-blottleship4.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/975f7550-3b9d-4b2d-9182-a31314b46bf2-blottleship3.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/2eb0274a-7379-4a48-aa75-098f72de035e-blottleship.pnghttps://imgutil.s3.us-east-2.amazonaws.com/d73a4e57d8fda2a944b29b424d12c02ffdf8b77f589ec99b4fdb4465c1633289/aed1cbde-45f2-41fb-aa6d-5050b0070d0f.png
summer-of-making emoji
js emoji
github emoji
Craze
@Craze0
Today, I finished a basic structure in a website I am building to make creating Science Olympiad binders and cheatsheets easier than ever called SciBind. I am building this project using React with Next.js, Tailwind CSS, DaisyUI for components, and a Python + Django backend as a REST API. So far, I have basic User functionality created (signup, login, logout) created, models for the database, loaders for the events when the database is migrated, and a basic idea of what the document structure is going to look like. Here is my github repo: www.github.com/CrazeXD/Scioly-Binder-Software.
https://imgutil.s3.us-east-2.amazonaws.com/16731afcef3b214d300d1f9139e61ad78052c004cef71d51bc6fe26872c07b6d/353526fb-873a-47d7-8d42-2832f12c2578.png
js emoji
summer-of-making emoji
react emoji
tailwind emoji
python emoji
github emoji
nextjs emoji
Emily
@Emily0
https://imgutil.s3.us-east-2.amazonaws.com/26c8a50e152a08d53c67dae237f3225eda529c2e5479c2eabe5f1147b9a67546/439b97b4-1e2e-4ca7-8b2b-57214653d616.png
JacksonHickey
@JacksonHickey0
https://imgutil.s3.us-east-2.amazonaws.com/efb43d4360f2f50d14a359f3662bc58cbe8a000eff4e1ebe108eee32fd35509f/8050de16-344c-4875-aee6-9abe978a9a20.png
Zainab
@Zainab7+
https://scrapbook-into-the-redwoods.s3.amazonaws.com/db400b75-fb2b-43cd-a401-b2d3ba71a9f9-hang-man.png
EthanWilson
@EthanWilson0
https://scrapbook-into-the-redwoods.s3.amazonaws.com/25ee9605-2094-4218-888c-3158a5e42d47-screenshot_2024-07-22_at_3.34.46___pm.pnghttps://imgutil.s3.us-east-2.amazonaws.com/b88a1ea3f628403dee6c257ac549439b6a5ef3b33f0e553bc6aacfd00587954a/c1a16ef5-585d-49c9-9110-22f5e25c51a7.png