Skip to content

Commit

Permalink
feat: add OpenWebServices to portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
zeim839 committed Jan 16, 2024
1 parent fc0120c commit 21fff02
Showing 1 changed file with 35 additions and 20 deletions.
55 changes: 35 additions & 20 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -69,63 +69,78 @@
<div class="portfolio__cards">
<div class="portfolio__cards__scroll">
<div id="card1" class="card">
<h2>OpenWebServices</h2>
<p>
Club-related MicroServices, including an in-house implementation
of the OAuth2 protocol, SMTP mailers, and DNS servers. Written in
Go, Typescript (Next.js), and deployed on Google Kubernetes Engine.
</p>
<button onclick="location.href = 'https://github.com/ufosc/VisualNovel';">SOURCE</button>
</div>
<div id="card2" class="card">
<h2>Bytes of Love</h2>
<p>A visual novel dating simulator where you can play as a
<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.
tool: Renpy.
</p>
<button onclick="location.href = 'https://github.com/ufosc/VisualNovel';">SOURCE</button>
</div>
<div id="card2" class="card">
<div id="card3" class="card">
<h2>JukeBox</h2>
<p>A web application that allows group members to queue up songs
<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. 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">
<div id="card4" class="card">
<h2>Proximity Chat</h2>
<p>An application that allow users to chat with people that they are
<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/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">
<div id="card5" class="card">
<h2>OSC Website</h2>
<p>A website to serve as a landing page for new members as a hub
<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: Node.js, Express.js, EJS.
</p>
<button onclick="location.href = 'https://github.com/ufosc/Club_Website_2';">SOURCE</button>
</div>
<div id="card5" class="card">
<h2>Schedule Helper</h2>
<p>A website to assist students in creating schedules that work
for them by using UF's Schedule of Courses along with
<div id="card6" class="card">
<h2>SwampScheduler</h2>
<p>
A website to assist students in creating schedules that work
for them by using UFs Schedule of Courses along with
RateMyProfessor and GatorEval scores. Built in Typescript
and Python, with the frameworks/tools: React, Tailwind.
</p>
<button onclick="location.href = 'https://github.com/ufosc/Schedule_Helper';">SOURCE</button>
</div>

<div id="card6" class="card">
<div id="card7" class="card">
<h2>Manim</h2>
<p>Inspired by 3Blue1Brown, creating a plug-in that adds to the
<p>
Inspired by 3Blue1Brown, creating a plug-in that adds to the
Manim project which would allow for programmatic animation of
computer science concepts. Built in Python, with the
frameworks/tools: Poetry, Manim.
</p>
<button onclick="location.href = 'https://github.com/ufosc/manim-data-structures';">SOURCE</button>
</div>
<div id="card7" class="card">
<div id="card8" class="card">
<h2>API Group</h2>
<p>Working on several small projects that involve APIs to gain
<p>
Working on several small projects that involve APIs to gain
knowledge about building and using them. Built in Python,
with FastAPI.
</p>
Expand Down Expand Up @@ -254,10 +269,10 @@
</form>
</div>
<div class="contact__content__text">
We're here to help! If you have any questions, suggestions, or comments about the Open Source Club, please feel free
We&apos;re here to help! If you have any questions, suggestions, or comments about the Open Source Club, please feel free
to reach out to us using the contact form to the left. Our team is dedicated to provided the best experience for our members,
and we value your feedback. Whether you're interested in joining our club, have questions about our activities, or just want to get
in touch, we'll do our best to respond promptly. Thank you for your interest in the Open Source Club, and we look forward to hearing from you!
and we value your feedback. Whether you&apos;re interested in joining our club, have questions about our activities, or just want to get
in touch, we&apos;ll do our best to respond promptly. Thank you for your interest in the Open Source Club, and we look forward to hearing from you!
</div>
</div>
</div>
Expand Down

0 comments on commit 21fff02

Please sign in to comment.