Skip to content
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

Renamed buttons in index.ejs from 'SOURCE' to 'ABOUT' #192

Merged
merged 1 commit into from
Feb 6, 2024
Merged
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
16 changes: 8 additions & 8 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
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/OpenWebServices';">SOURCE</button>
<button onclick="location.href = 'https://github.com/ufosc/OpenWebServices';">ABOUT</button>
</div>
<div id="card2" class="card">
<h2>Bytes of Love</h2>
Expand All @@ -85,7 +85,7 @@
of your favorite programming languages! Built in Python with
tool: Renpy.
</p>
<button onclick="location.href = 'https://github.com/ufosc/VisualNovel';">SOURCE</button>
<button onclick="location.href = 'https://github.com/ufosc/VisualNovel';">ABOUT</button>
</div>
<div id="card3" class="card">
<h2>JukeBox</h2>
Expand All @@ -95,7 +95,7 @@
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>
<button onclick="location.href = 'https://github.com/ufosc/Jukebox-Frontend';">ABOUT</button>
</div>
<div id="card4" class="card">
<h2>Proximity Chat</h2>
Expand All @@ -105,7 +105,7 @@
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>
<button onclick="location.href = 'https://github.com/ufosc/OSC-Proximity-Chat-App';">ABOUT</button>
</div>
<div id="card5" class="card">
<h2>OSC Website</h2>
Expand All @@ -115,7 +115,7 @@
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>
<button onclick="location.href = 'https://github.com/ufosc/Club_Website_2';">ABOUT</button>
</div>
<div id="card6" class="card">
<h2>SwampScheduler</h2>
Expand All @@ -125,7 +125,7 @@
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>
<button onclick="location.href = 'https://github.com/ufosc/Schedule_Helper';">ABOUT</button>
</div>
<div id="card7" class="card">
<h2>Manim</h2>
Expand All @@ -135,7 +135,7 @@
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>
<button onclick="location.href = 'https://github.com/ufosc/manim-data-structures';">ABOUT</button>
</div>
<div id="card8" class="card">
<h2>API Group</h2>
Expand All @@ -144,7 +144,7 @@
knowledge about building and using them. Built in Python,
with FastAPI.
</p>
<button onclick="location.href = 'https://github.com/ufosc/UF-API-GROUP';">SOURCE</button>
<button onclick="location.href = 'https://github.com/ufosc/UF-API-GROUP';">ABOUT</button>
</div>
<button class="portfolio__cards__scroll__btn-left">
<img src="./assets/left-swipe-arrow.png" alt="left arrow" width="45" height="45">
Expand Down
Loading