diff --git a/public/index.html b/public/index.html index e93daff1ab04c01931e3f7f3bd322bead5227d27..739174b6d282d61b3e5b29ae3a812d2906c789d8 100644 --- a/public/index.html +++ b/public/index.html @@ -12,10 +12,16 @@ <h1>Interaction Design - Course Page</h1> <h2>Lectures</h2> <link rel="stylesheet" href="css/theme.css"> - <a href="lectures/InteractionDesign_RPi_intro.pptx">Slideset 1 - Interaction Design - Intro</a> + <a href="lectures/InteractionDesign_RPi_intro.pptx">Slideset 1 - Interaction Design - Intro (PPTX)</a> <br> + + <a href="lectures/InteractionDesign_RPi_intro.pdf">Slideset 1 - Interaction Design - Intro (PDF)</a> + + <br> + <br> + <a href="lectures/InteractionDesign_RPi_Lab.pptx">Slideset 2 - Interaction Design - Lab (PPTX)</a> <br> - <a href="lectures/InteractionDesign_RPi_Lab.pptx">Slideset 2 - Interaction Design - Lab</a> + <a href="lectures/InteractionDesign_RPi_Lab.pdf">Slideset 2 - Interaction Design - Lab (PDF)</a> <h2>Gitlab</h2> <a href="https://gitlab.liu.se/interaction_design/IxD_libs" target="_blank">GrovePi+ additional lib</a> diff --git a/public/lectures/InteractionDesign_RPi_Lab.pdf b/public/lectures/InteractionDesign_RPi_Lab.pdf new file mode 100644 index 0000000000000000000000000000000000000000..4be399d8e1e555d95b7c0c87d757809f91619f75 Binary files /dev/null and b/public/lectures/InteractionDesign_RPi_Lab.pdf differ diff --git a/public/lectures/InteractionDesign_RPi_intro.pdf b/public/lectures/InteractionDesign_RPi_intro.pdf new file mode 100644 index 0000000000000000000000000000000000000000..249bd320ebdb7f2e67598a6e9ee17010076ae05b Binary files /dev/null and b/public/lectures/InteractionDesign_RPi_intro.pdf differ