diff --git a/index.html b/index.html index ac57eee..11b3d19 100644 --- a/index.html +++ b/index.html @@ -7,53 +7,50 @@

Ben Bush

-
+
-

About Me

+

About Me:

- -

- Hey! My name is Ben Bush and I'm a student at USC studying Computer Science. I'm passionate about learning about anything and everything that has ever and will ever exist and doing the things that make me feel fulfilled along the way. One of my goals is to utilize my skillset in such a way that it positively changes the world around me. -

+ +

Hey! My name is Ben Bush and I'm a student at USC studying Computer Science. I'm passionate about learning about anything and everything that has ever and will ever exist and doing the things that make me feel fulfilled along the way. One of my goals is to utilize my skillset in such a way that it positively changes the world around me.

-
- +
+

Skills:

+

Java, Python, C++, MongoDB, SQLite, HTML, CSS
Here is a link to my resume!

-

Java, Python, C++, MongoDB, SQLite, HTML, CSS

-
+

Highlighted Projects:

+
+ +

Prototype

+
+ +

This paper prototype video is supposed to be like a "USC Community" app. This allows students to view all events in one space, meet new people, and create new experiences. Although tons of information is available through platforms such as GarnetGate and HandShake, this can serve as a medium that includes all types of events (especially informal ones) and a plethora of other things too. Students and faculty can connect in a way that they never quite could before, with chatrooms, events ranging from volunteering to just hanging out, and so much more to dive into with the app.

+
+ + + +

Algorithmic Design II Projects

+
+ +

This paper prototype video is supposed to be like a "USC Community" app. This allows students to view all events in one space, meet new people, and create new experiences. Although tons of information is available through platforms such as GarnetGate and HandShake, this can serve as a medium that includes all types of events (especially informal ones) and a plethora of other things too. Students and faculty can connect in a way that they never quite could before, with chatrooms, events ranging from volunteering to just hanging out, and so much more to dive into with the app.

+
- -
- -

Prototype

-
- -

This paper prototype video is supposed to be like a "USC Community" app. This allows students to view all events in one space, meet new people, and create new experiences. Although tons of information is available through platforms such as GarnetGate and HandShake, this can serve as a medium that includes all types of events (especially informal ones) and a plethora of other things too. Students and faculty can connect in a way that they never quite could before, with chatrooms, events ranging from volunteering to just hanging out, and so much more to dive into with the app.

-
- -
- -

Resume

-
- -

Here is a link to my resume!

-
- -
+
+

Contact Me:

-

- - Email: bushben2024@gmail.com
- - Click Here For LinkedIn
- - Click Here For GitHub -

-
+
+ Email + LinkedIn + GitHub +
+ - + \ No newline at end of file diff --git a/styles.css b/styles.css index 55a7b69..12aa222 100644 --- a/styles.css +++ b/styles.css @@ -1,25 +1,26 @@ body { - background: salmon; + background: #3EB489; font-family: Lucida Handwriting, Helvetica, Times, sans-serif; text-align: center; } h2 { - color: black; + color: white; } strong { display: inline-block; width: 250px; - border: 5px solid #000; + border: 5px solid white; text-align: center; + color: white } .about { display:flex; flex-wrap:wrap; - margin-right: 350px; - margin-left: 350px; + margin-right: 550px; + margin-left: 550px; justify-content: center; background-color: white; padding: 5px @@ -35,17 +36,60 @@ strong { .about img { width: 150px; height: 200px; - border: 5px solid blue; + border: 5px solid #3EB489; } .skills { - display: none; + text-align: center; + padding: 5px; + background-color: white; + border-radius: 15px; + margin: 10px 725px; + justify-content: center; } .projects { - display: none; + display: flex; + flex-wrap: wrap; + justify-content: center; + gap: 20px; +} + +.project { + width: 30%; + margin: 15px; + padding: 20px 10px; + background: white; + border-radius: 25%; + display: flex; + flex-direction: column; + align-items: center; + text-align: center; +} + +.img { + max-width: 500px; + max-height: 500px; + height: auto; + object-fit: contain; + display: block; + margin: 0 auto; + border: 5px solid #3EB489; } .contact { - display: none; + text-align: center; + padding: 5px; + background-color: white; + border-radius: 15px; + margin: 10px 800px; + justify-content: center; +} + +a:link { + color: #3EB489 +} + +a:visited { + color: #3EB489 } \ No newline at end of file