Skip to content

Commit

Permalink
fix: typos in project descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwildsmith committed Oct 10, 2023
1 parent f72172f commit 1943096
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,28 @@
<div id="card1" class="card">
<h2>Bytes of Love</h2>
<p>A visual novel dating simulator where you can play as a college student trying to rizz up anime girl-ified versions of your favorite programming languages!
Built in python with Tool: Ren'py.
Built in Python with tool: Ren'py.
</p>
<button onclick="location.href = 'https://github.com/ufosc/VisualNovel';">SOURCE</button>
</div>
<div id="card2" class="card">
<h2>JukeBox</h2>
<p>A web application that allows group members to queue up songs to their group’s playlist, and enables members to collect points for future use.
Buit in react and typescript with frameworks: MongoDB, Express.js, React.js, and Nodejs
Built in React and Typescript with frameworks: MongoDB, Express.js, React.js, and Node.js.
</p>
<button onclick="location.href = 'https://github.com/ufosc/Jukebox-Frontend';">SOURCE</button>
</div>
<div id="card3" class="card">
<h2>Proximity Chat</h2>
<p>An application that allow users to chat with people that they are physically around, say in the same building!
Built with TypeScript with frameworks/tool: React native, Firebase, Node.js, Express.js, Expo.
Built with TypeScript with frameworks/tools: React Native, Firebase, Node.js, Express.js, Expo.
</p>
<button onclick="location.href = 'https://github.com/ufosc/OSC-Proximity-Chat-App';">SOURCE</button>
</div>
<div id="card4" class="card">
<h2>OSC Website</h2>
<p>A website to serve as a landing page for new members as a hub of information about the club, with a dynamic blog and content management system.
Built in Javascript, HTML, CSS, with the frameworks/tools: NodeJS, Express, EJS.
Built in Javascript, HTML, CSS, with the frameworks/tools: Node.js, Express.js, EJS.
</p>
<button onclick="location.href = 'https://github.com/ufosc/Club_Website_2';">SOURCE</button>
</div>
Expand Down

0 comments on commit 1943096

Please sign in to comment.