commit another bunch of changes
[~bandali/bndl.org] / se212-f19 / index.html
diff --git a/se212-f19/index.html b/se212-f19/index.html
new file mode 100644 (file)
index 0000000..4155012
--- /dev/null
@@ -0,0 +1,62 @@
+<!doctype html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8" />
+    <meta name=viewport content="width=device-width, initial-scale=1" />
+    <title>SE 212 Material | Amin Bandali</title>
+    <link rel="stylesheet" href="/style.css" />
+  </head>
+  <body>
+    <nav><a href="/">bandali.eu.org</a> / se212-f19</nav>
+    <main>
+      <h1>Material from SE 212 tutorials</h1>
+      <p>
+        This page contains slides and other material from
+        <a href="https://www.student.cs.uwaterloo.ca/~se212/times.html">SE
+          212 tutorials</a> held by me in Fall 2019.
+
+        If you have any questions, concerns, or suggestions about the
+        presented material, please email me at bandali@uwaterloo.ca or
+        come see me during my
+        <a href="https://www.student.cs.uwaterloo.ca/~se212/personnel.html">Friday
+          office hours</a>.
+      </p>
+
+      <ul>
+        <li>Tutorial 1:
+          <ul>
+            <li>
+              <a href="se212-t01-101.pdf">TUT 101 slides</a>
+            </li>
+            <li>
+              <a href="se212-t01-102.pdf">TUT 102 slides</a>
+            </li>
+            <li><a href="se212-t01.org">Org beamer sources</a></li>
+          </ul>
+          <li>Tutorial 2:
+            <ul>
+              <li><a href="se212-h02q04d-soln.grg">Homework 2 q04d solution</a>
+              </li>
+            </ul>
+          </li>
+          <li>Tutorial 3: —</li>
+          <li>Tutorial 4: —</li>
+          <li>Tutorial 5:
+            <ul>
+              <li><a href="se212-t05.pdf">Slides</a></li>
+              <li><a href="se212-t05.org">Org beamer sources</a></li>
+            </ul>
+          </li>
+          <li>Tutorial 6: —</li>
+          <li>Tutorial 7: worked through questions 1–5 of Homework 7.</li>
+      </ul>
+    </main>
+    <footer>
+      <p>
+        Copyright © 2019 Amin Bandali.
+        See <a href="/license.html">license.html</a> for license
+        conditions.  Please copy and share.
+      </p>
+    </footer>
+  </body>
+</html>