Skip to content

Commit

Permalink
Merge pull request #771 from CSA-Coders-2025/main
Browse files Browse the repository at this point in the history
Aesthetihawk fixes (more) (#125)
  • Loading branch information
aaguy-hue authored Mar 5, 2025
2 parents 0a34a9f + 9942381 commit d8a3350
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _layouts/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ <h1>Profile Picture</h1>
<div class="main-info">
<!-- the info header at the top of the page -->
<div class="header">
<h1>Personal Information</h1>
<h1>Personal Information (Beta)</h1>
<p>Manage your personal information, including name, user ID, email, class specific information, and
more.</p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions _layouts/student_toolkit.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,12 +317,12 @@
<div class="main-info">
<!-- the info header at the top of the page -->
<div class="header">
<h1>Student Toolkit</h1>
<h1>Student Toolkit (Beta)</h1>
<p>Access all student toolkits here.</p>
</div>

<!-- bathroom -->
<a href="{{site.baseurl}}/bathroom/">
<a href="{{site.baseurl}}/bathroom">
<div class="bathroom card">
<div class="bathroom-details">
<h3>Bathroom</h3>
Expand Down Expand Up @@ -362,7 +362,7 @@ <h3>Screen Queue</h3>
</a>

<!-- assignment submissions -->
<a href="{{site.baseurl}}/student/submissions/">
<a href="{{site.baseurl}}/student/submissions">
<div class="assignment-submissions card">
<div class="assignment-submissions-details">
<h3>Assignment Submissions</h3>
Expand All @@ -380,7 +380,7 @@ <h3>Assignment Submissions</h3>
</a>

<!-- seed tracker -->
<a href="{{site.baseurl}}/student/seedtracker/">
<a href="{{site.baseurl}}/student/seedtracker">
<div class="seed-tracker card">
<div class="seed-tracker-details">
<h3>Seed Tracker</h3>
Expand All @@ -397,7 +397,7 @@ <h3>Seed Tracker</h3>
</a>

<!-- sagai -->
<a href="{{site.baseurl}}/student/TeamTeachToolkit/">
<a href="{{site.baseurl}}/student/TeamTeachToolkit">
<div class="sagai card">
<div class="sagai-details">
<h3>SAGAI</h3>
Expand Down

0 comments on commit d8a3350

Please # to comment.