-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (67 loc) · 4.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>CSCE 190: Ben Bush</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1><strong>Ben Bush</strong></h1>
<hr style="border: none; border-top: 10px solid white; margin: 10px 0;">
<h2>About Me:</h2>
<div class="about">
<img src="files/Headshot.PNG">
<p>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.</p>
</div>
<hr style="border: none; border-top: 10px solid white; margin: 10px 0;">
<h2>Skills:</h2>
<div class="skills">
<p>Java, Python, C++, MongoDB, SQLite, HTML, CSS<br><a href="files/Resume.pdf" target="_blank">Here is a link to my resume!</a></p>
</div>
<hr style="border: none; border-top: 10px solid white; margin: 10px 0;">
<h2>Highlighted Projects:</h2>
<div class="projects">
<section class="project">
<a href="files/ProblemStatement.pdf" target="_blank">
<h3>Problem Statement</h3>
</a>
<a href="files/ProblemStatement.pdf" target="_blank"><img src="files/ProblemStatement.png" class="img"></a>
<p>This thoroughly conveys the problem statement that the sketch and prototype is based on.</p>
</section>
<section class="project">
<a href="files/AffinityDiagram.pdf" target="_blank">
<h3>Affinity Diagram</h3>
</a>
<a href="files/AffinityDiagram.pdf" target="_blank"><img src="files/AffinityDiagram.png" class="img"></a>
<p>This categorizes ideas related to the problem statement. The basic premise is to create an revolutionary "all-in-one" app for students to basically view all events in one space, meet new people, create new experiences, and so much more.</p>
</section>
<section class="project">
<a href="files/Sketch.pdf" target="_blank">
<h3>Sketch</h3>
</a>
<a href="files/Sketch.pdf" target="_blank"><img src="files/Sketch.png" class="img"></a>
<p>Here are some sample drawings used in the production of the final paper prototype.</p>
</section>
<section class="project">
<a href="https://drive.google.com/file/d/1Bq7sNzXBJEqx6lT2nYawtUyjAcBQho9x/view?usp=sharing" target="_blank">
<h3>Prototype</h3>
</a>
<a href="https://drive.google.com/file/d/1Bq7sNzXBJEqx6lT2nYawtUyjAcBQho9x/view?usp=sharing" target="_blank"><img src="files/Prototype.png" class="img"></a>
<p>This paper prototype video represents a "USC Community" app that allows students to view all events in one space, meet new people, and create new experiences. 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 within just one app.</p>
</section>
<sectionm class ="project">
<a href="https://github.com/zauxt/CSCE146" target="_blank">
<h3>Algorithmic Design II Projects</h3>
</a>
<a href="https://github.com/zauxt/CSCE146" target="_blank" ><img src="files/Programs.png" class="img"></a>
<p>This repository contains all of the Java Programs written for my CSCE 146 (Algorithmic Design II) class from Fall 2024 of Freshman Year.</p>
</sectionm>
</div>
<hr style="border: none; border-top: 10px solid white; margin: 10px 0;">
<h2>Contact Me:</h2>
<div class="contact">
<a href="mailto:[email protected]">Email</a>
<a href="https://www.linkedin.com/in/ben-bush-228151336/" target="_blank">LinkedIn</a>
<a href="https://github.com/zauxt/" target="_blank">GitHub</a>
</div>
</body>
</html>