Skip to content

Update devcade image and about card #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed src/static/images/cabinetirl.jpg
Binary file not shown.
Binary file added src/static/images/cabinetirl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions src/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@ <h2>What is Devcade?</h2>
<p>
Devcade is a fully custom arcade machine made by members at RIT's
<a href="https://csh.rit.edu">Computer Science House</a>. Devcade is an arcade built for
developers, by developers. The arcade cabinet, software, and games for Devcade were all
built by CSHers in the 2022 Fall semester.
developers, by developers. The arcade cabinet, software, and games for Devcade were mainly
built during the Fall 2022 semester and the project is still being maintained and updated.
</p>
<p>
The arcade cabinet was first shown off at the 2022
<a href="https://rochester.makerfaire.com/">Rochester Makerfaire</a>. This cabinet is the
first of its kind, but hopefully not the last.
<a href="https://rochester.makerfaire.com/">Rochester Makerfaire</a>. The next exhibition of
Devcade will be at the 2023 <a href="https://www.rit.edu/imagine/">ImagineRIT festival</a>. This cabinet is the
first of its kind, but hopefully not the last.
</p>
<p></p>
<img style="width: 100%" src="{{ url_for('static', filename='images/cabinetirl.jpg') }}"></img>
<img style="width: 100%" src="{{ url_for('static', filename='images/cabinetirl.png') }}"></img>
</div>
<div id="about-team-wrapper" class="subcontent">
<h2>Who are we?</h2>
Expand All @@ -25,7 +26,7 @@ <h2>Who are we?</h2>
<p>
The Devcade project is led by <a href="https://noahemke.com">Noah Emke</a>,
a third year Game Design and Deveopment major here at RIT. Noah leads a team of
about 20 CSH members, ranging from first years to fifth years. Many of these team
about a dozen CSH members, ranging from first years to fifth years. Many of these team
members are making their own games for the cabinet, some are working on the backend
API and databases, some on the onboard software, and some on the physical design of the
cabinet itself -- there really is something for everyone on this project.
Expand Down