Skip to content

Commit

Permalink
Update with Fall 2024 information
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffardi committed Aug 17, 2024
1 parent a32b12f commit 39a6ea8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 12 additions & 3 deletions src/app/classes/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ export default function Classes() {
<main className="flex flex-wrap overflow-y-auto pt-20 p-2 w-full justify-center">
<div className="flex w-5/6 justify-center flex-wrap">
<div className="p-6 m-0.5 bg-neutral-800 border border-neutral-700 rounded-lg shadow w-full">
<h5 className="mb-2 text-2xl font-bold tracking-tight text-white">Classes - Summer 2024</h5>
<h5 className="mb-2 text-2xl font-bold tracking-tight text-white">Classes - Fall 2024</h5>
<div className="flex-wrap text-gray-300">
<ul className="list-outside leading-loose">
<ul className="list-outside leading-loose">
<li>
<span className="font-black">No summer classes</span>
<span className="font-black">CSCI 430</span>
<span className="font-thin"> - Software Engineering</span>
</li>
<li>
<span className="font-black">CSCI 431w</span>
<span className="font-thin"> - Usability Engineering</span>
</li>
<li>
<span className="font-black">CSCI 490</span>
<span className="font-thin"> - Capstone</span>
</li>
</ul>
</div>
Expand Down
4 changes: 3 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export default function Home() {
<div className="p-6 m-0.5 bg-neutral-800 border border-neutral-700 rounded-lg shadow w-full">
<h5 className="mb-2 text-2xl font-bold tracking-tight text-gray-900 text-white">Office Hours (OCNL 220)</h5>
<div className="flex-wrap text-neutral-300">
<p><span className="font-bold">Summer</span><span className="font-thin">&nbsp;- no office hours</span></p>
<p><span className="font-bold">Fall 2024</span>></p>
<p><span className="font-bold">Tuesday</span><span className="font-thin">&nbsp;11am-1pm</span></p>
<p><span className="font-bold">Thursday</span><span className="font-thin">&nbsp;11am-1pm</span></p>
<p>
<a href="https://www.csuchico.edu/csci/faculty-office-hours/index.shtml" target='_blank'>
<button className="bg-neutral-800 hover:bg-neutral-700 text-gray-100 font-semibold py-2 px-4 border border-neutral-400 rounded shadow inline-flex items-center">
Expand Down

0 comments on commit 39a6ea8

Please sign in to comment.