-
Notifications
You must be signed in to change notification settings - Fork 0
/
equip.html
102 lines (102 loc) · 2.39 KB
/
equip.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="style.css" type="text/css">
<title>NU IoT Lab</title>
</head>
<body alink="#7291ae" link="#6d84a4" text="#000000" vlink="#8d8d8d">
<center>
<table border="0" cellpadding="5" cellspacing="0" width="95%">
<tbody>
<tr valign="top">
<td width="10%">
<table cellpadding="0" width="100%">
<tbody>
<tr>
<div class="box">
<a class="simple" href="index.html"><img src="iot-lab.png" width="140" alt="IoT Lab Logo" border="0"></a>
</div>
</tr>
</tbody></table>
<table cellpadding="0" width="100%">
<tbody><tr>
<td bgcolor="#fefefe">
<div class="box">
<center>
<p class="no-top-margin">
<font size="-1"><b><a href="members.html">Members</a></b></font>
</p>
<p>
<font size="-1"><b><a href="projects.html">Projects</a></b></font>
</p>
<p>
<font size="-1"><b><a href="equip.html">Equipment</a></b></font>
</p>
<p>
<font size="-1"><b><a href="software.html">Software</a></b></font>
</p>
</center>
</div>
</td>
</tr>
</tbody></table>
<br><center>
<a href="https://www.instagram.com/nu.iot.lab"><img src="insta.png" width="13"> instagram</a>
</center>
</td>
<td>
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td>
<table cellpadding="0" width="100%">
<tbody><tr>
<td bgcolor="#fefefe">
<div class="box">
<font size="3"><b>NU IoT Lab</b></font><br>
</div>
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td valign="top">
<table cellpadding="0" width="100%">
<tbody><tr>
<td bgcolor="#fefefe">
<div class="box"><!-- start main -->
<table>
<tr>
<td><img src="./equipment/lab1.jpg" alt="lab1" height="300"></td>
<td><img src="./equipment/lab3.jpg" alt="lab3" height="300"></td>
<td><img src="./equipment/devices.jpg" alt="lab3" height="300"></td>
</tr>
</table>
<img src="./equipment/wroom.webp" alt="wroom" width="200">
<img src="./equipment/ttgo.webp" alt="ttgo" width="200">
<img src="./equipment/zero.webp" alt="zero" width="200">
<img src="./equipment/pi4.webp" alt="pi4" width="200">
<img src="./equipment/pico.webp" alt="pico" width="200">
<img src="./equipment/otii.webp" alt="otii" width="200">
</div><!-- end main -->
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td colspan="2">
<br>
</td>
</tr>
</tbody></table>
</center>
</td>
</tr><!-- Begin of navigation footer -->
</tbody></table>
</td>
</tr><!-- End of navigation footer -->
</tbody></table><!-- End of main table -->
</center>
</body></html>