-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (60 loc) · 1.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<h2>About me..</h2>
<h3>Name: Amos J Paul</h3>
<table style="width:30%">
<tr>
<th>Assignment/Project</th>
<th>Date</th>
</tr>
<tr>
<td><a href="https://lungiman.github.io/doodle/">Doodle</a></td>
<td>Jan 31 2017 </td>
</tr>
<tr>
<td><a href="https://sarangppande.github.io/CSE-592/first-try-at-arduino.html">LED circuit with Arduino</a></td>
<td>Feb 2 2017 </td>
</tr>
<tr>
<td><a href="https://lungiman.github.io/arduino/">Sensors with Arduino</a></td>
<td>Feb 7 2017 </td>
</tr>
<tr>
<td><a href="https://sarangppande.github.io/CSE-592/box.html">laser cutting image using inkscape and freecad</a></td>
<td>Feb 16 2017 </td>
</tr>
<tr>
<td><a href="https://sarangppande.github.io/CSE-592/the-box-fabricate.html">laser cutting </a></td>
<td>Feb 22 2017 </td>
</tr>
<tr>
<td><a href="https://sarangppande.github.io/CSE-592/mouse-2.html">3D printing a mouse </a></td>
<td>Feb 28 2017 </td>
</tr>
<tr>
<td><a href="https://lungiman.github.io/smartlamp/">Final Project -I</a></td>
<td>Mar 7 2017 </td>
</tr>
<tr>
<td><a href="https://sarangppande.github.io/CSE-592/comm-viz.html">Final Project -II</a></td>
<td>Mar 21 2017 </td>
</tr>
<tr>
<td><a href="https://lungiman.github.io/smartpen/">Final Project -III</a></td>
<td>Mar 30 2017 </td>
</tr>
<tr>
<td><a href="https://lungiman.github.io/userstudy/">Last assignment</a></td>
<td>Apr 28 2017 </td>
</tr>
</table>
</body>
</html>