Skip to content

Commit

Permalink
Add new courses to EOR page (#51)
Browse files Browse the repository at this point in the history
* added two new courses

* correct punctuation
  • Loading branch information
mfsilva22 authored Jun 25, 2023
1 parent 9b8deb1 commit 3c82e70
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
Binary file added src/lib/images/EORpython.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/lib/images/EORthermo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/pages/oer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import eorsolids from "../../lib/images/tam251.png";
import eornumerical from "../../lib/images/cs357.png";
import eorphysics1 from "../../lib/images/EORphysics1.png";
import eorphysics2 from "../../lib/images/EORphysics2.png";
import eorpython from "../../lib/images/EORpython.png";
import eorthermo from "../../lib/images/EORthermo.png";

interface CourseCardProps {
image: ImageProps["src"];
Expand Down Expand Up @@ -167,6 +169,31 @@ export default function Courses() {
singular value decomposition; programming exercises in Python.
</p>
</CourseCard>

<CourseCard
image={eorthermo}
title="Thermodynamics"
href="https://us.prairielearn.com/pl/course_instance/136573/assessment/2351036"
>
<p className="mb-0">
Classical thermodynamics through the second law; system and
control-volume analyses of thermodynamic processes;
irreversibility and availability; relations for ideal gas
mixtures.
</p>
</CourseCard>

<CourseCard
image={eorpython}
title="Introduction to Python"
href="https://us.prairielearn.com/pl/course_instance/136606/assessment/2351069"
>
<p className="mb-0">
Introduction to computer programming using the Python
programming language; data types, control structures, functions,
and arrays.
</p>
</CourseCard>
</div>
</div>
</div>
Expand Down

1 comment on commit 3c82e70

@vercel
Copy link

@vercel vercel bot commented on 3c82e70 Jun 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.