-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathminutes.html
45 lines (37 loc) · 1.53 KB
/
minutes.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>RPI UPE</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/bootstrap.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Discription of Committees of UPE at RPI">
<meta name="author" content="Jerry Schneider">
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<h2 class="muted">Rensselaer's Chapter of UPE</h2>
<ul class="nav nav-pills">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="committees.html">Committees</a></li>
<li><a href="events.html">Events</a></li>
<li class="active"><a href="minutes.html">Minutes</a></li>
<li><a href="portfolios.html">Portfolios</a></li> <li><a href="projects.html">Projects</a></li>
<li><a href="tutoring.html">Tutoring</a></li>
<li><a href="photos.html">Photos</a></li>
</ul>
</div>
<hr>
<div class="row-fluid marketing">
<div class="span12">
<h2>Rensselaer UPE Minutes</h2>
<iframe class="well" id="minutes" width="100%" height="600" frameborder="0" src="https://docs.google.com/document/d/1wvuERj9SuvT5d6LZPgjN0co3naA_5sGPyBFsc4nffEA/pub?embedded=true"></iframe>
</div>
</div>
</div>
</body>
</html>