Skip to content

Commit

Permalink
add project link to each project
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-weijie committed Aug 24, 2024
1 parent fd562d9 commit 6e48c19
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
4 changes: 4 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4149,3 +4149,7 @@ body.is-preload #wrapper {
transform: none;
}
}

#project-link {
border: none; /* Remove underline from the link */
}
29 changes: 26 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,16 @@ <h1 class="major">
<section class="panel spotlight medium left" id="first">
<div class="content span-7">
<h2 class="major">Baymax</h2>
<p>Your personal AI companion •-•</p>
<p>
Your personal AI companion •-•<br />
<a
href="https://my-ai-companion.vercel.app/"
id="project-link"
target="_blank"
rel="noopener noreferrer"
></a
>
</p>
</div>
<div class="image filtered tinted">
<img src="images/baymax.png" alt="Weijie Wang" />
Expand All @@ -77,7 +86,14 @@ <h2 class="major">Baymax</h2>
<h2 class="major">Swipe2Learn</h2>
<p>
AI-powered flashcard app that brings microlearning to your
fingertips.
fingertips.<br />
<a
href="https://swipe2learn.vercel.app/"
id="project-link"
target="_blank"
rel="noopener noreferrer"
></a
>
</p>
</div>
<div class="image filtered tinted">
Expand All @@ -92,7 +108,14 @@ <h2 class="major">Find My Prof</h2>
<p>
A platform designed to help McGill students make informed
decisions about their classes by providing detailed insights into
professors' teaching styles, use of quizzes, and more.
professors' teaching styles, use of quizzes, and more.<br />
<a
href="https://find-my-prof.vercel.app/"
id="project-link"
target="_blank"
rel="noopener noreferrer"
></a
>
</p>
</div>
<div class="image filtered tinted" data-position="center">
Expand Down

0 comments on commit 6e48c19

Please sign in to comment.