diff --git a/index.html b/index.html index b9a344d..646aa97 100644 --- a/index.html +++ b/index.html @@ -16,167 +16,217 @@ - - + + + - - -

-
- -
-

Hey! I'm BusyBird15.

-
-
-

I make random things for the internet.

-

+ h2 { + font-size: larger; + } -
-

My best stuff

-
+ .sectTitle { + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + width: 100%; + margin: 5px; + margin-bottom: 15px; + } - -
-

The Weather Team is a small yet growing Discord server of weather enthusiasts. We hang out, - talk about the weather, track storms, and more! I own the server, and have also built a - website for it, along with a - weather radar. Lastly, it has a - YouTube channel. -

-
+ .titleIcon { + font-size: 24px; + color: white; + margin: 0px; + margin-right: 10px; + } - -
-

BlockCoin is a new social media based around its own - currency! When your posts get liked, someone follows you, or someone buys your post, - you get BlockCoin, which you can then buy other posts with, or store up to become rich! - I didn't make BlockCoin, but I did make an old version of it and I will be making the - mobile app for it!

-
+ .projectList { + display: flex; + flex-direction: column; + width: 90%; + align-items: center; + justify-content: center; + margin-bottom: 10px; + background-color: rgb(255, 255, 255, 0.2); + padding: 5px; + border-radius: 10px; + + } -


+ .projectItem { + display: flex; + flex-direction: row; + justify-content: space-between; + width: 95%; + } -
-

Programming languages and platforms I know

-
-
-

(and how well I know them)

-
+ a { + color: rgb(0, 78, 104); + transition-duration: 0.5s; + } -
- + a:hover { + color: white; + } + + + +
+ +

Hey! I'm BusyBird15

+

I do cool stuff on the internet and make cooler stuff for the internet. Everything I make is free and has no ads.

-


- -
-

Other cool stuff I have made

+
+
+ + + + +
-
- +
+
+ +

HTML Projects

+
+
+
+

Spark Radar

+ /beta/sparkradar/ +
+
+

Spark Radar is an easy-to-use advanced NEXRAD radar application that runs in our browser. As of the last update to this page, Spark Radar is still in development.

+
+
+

Weather

+ /weather/ +
+
+

A simple web weather application to display data from the National Weather Service. This project may not be updated anymore.

+
+
+

Assignments

+ /assignments +
+
+

A simple calendar using localStorage to track your school assignments and due dates. This project may not be updated anymore.

+
+
+

SimpleCode

+ /simplecode/ +
+
+

SimpleCode is a lightweight web-based code editor. This project may not be updated anymore.

+
+
-


- -
-
-

Find me elsewhere!

+
+
+ +

Android Apps

-
- - +
+
+

Notes

+ MIT AI2 Community +
+
+

A simple elegant notes app that uses TinyDB.

+
+
+

Raindrop

+ MIT AI2 Community +
+
+

Raindrop is a fast basic weather app. This project is no longer maintained.

+
+
+

Piechart

+ MIT AI2 Community +
+
+

A basic app that displays memory, storage, and battery information on pie charts. This project is no longer maintained.

+
-

+
+
+ +

Terminal / Python Scripts

+
+
+
+

16x2 LCD API for RPI Picos

+ Documentation +
+
+

The easiest way to use a generic 16x2 LCD display with any Raspberry Pi Pico.

+
+
+

YTDL

+ Github Repository +
+
+

(YouTube DownLoader) An easy-to-use YouTube video downloader Python script. This project may not be updated anymore.

+
+
+
- +
+

Improve this page:

+ create a pull request. +