-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
157 lines (111 loc) · 4.67 KB
/
news.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<!-- Remove this line if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Designa Studio, a HTML5 / CSS3 template.">
<meta name="author" content="Sylvain Lafitte, Web Designer, sylvainlafitte.com">
<title>News and Updates // PlasMachine</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- Prompt IE 7 users to install Chrome Frame -->
<!--[if lt IE 8]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<div class="container">
<header id="navtop">
<a href="index.html" class="logo fleft">
<img src="img/logo.png" alt="PlasMachine">
</a>
<nav class="fright">
<ul>
<li><a href="news.html" class="navactive">News and Updates</a></li>
<li><a href="team.html">The Team</a></li>
</ul>
<ul>
<li><a href="tech.html">The Technology</a></li>
<li><a href="challenge.html">The Challenge</a></li>
</ul>
<ul>
<li><a href="contact.html">Contact</a></li>
<li><a href="pub.html">Publicity</a></li>
</ul>
</nav>
</header>
<div class="about-page main grid-wrap">
<header class="grid col-full">
<hr>
<p class="fleft"><font size="20"> <b> News </b></font></p>
</header>
<aside class="grid col-one-quarter mq2-col-full">
<p class="mbottom">News and updates from the PlasMachine research team:</p>
<menu>
<ul>
<li><a href="#june13" class="arrow">June 2013</a></li>
<li><a href="#april13" class="arrow">April 2013</a></li>
</ul>
</menu>
</aside>
<section class="grid col-three-quarters mq2-col-full">
<article id="june13">
<h2>June 2013</h2>
Read PlasMachine's <a href="July_update.pdf">first quarterly research update</a> to the Blum Center and CGIU. We describe updates to our device design and configuration and show results for ozone production.
</article>
<article id="april13"><h2>April 2013</h2>
Matt and Connor met President Bill Clinton at the CGIU Exchange and discussed the issues surrounding public health and sanitation in health care facilities. The PlasMachine team got the chance to demonstrate a working prototype to President Clinton.
<p><img src="poster.jpg"></p>
<p><img src="prototype.jpg"></p>
</article>
</section>
</div> <!--main-->
<div class="divide-top">
<footer class="grid-wrap">
<ul class="grid col-one-third social">
<li><a href="#">RSS</a></li>
<li><a href="http://www.facebook.com/plasmadisinfection">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Google+</a></li>
<li><a href="#">Flickr</a></li>
</ul>
<div class="up grid col-one-third ">
<a href="#navtop" title="Go back up">↑</a>
</div>
<nav class="grid col-one-third ">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="tech.html">Tech</a></li>
<li><a href="challenge.html">Challenge</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="pub.html">Publicity</a></li>
</ul>
</nav>
</footer>
</div>
</div>
<!-- Javascript - jQuery -->
<script src="http://code.jquery.com/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
<!--[if (gte IE 6)&(lte IE 8)]>
<script src="js/selectivizr.js"></script>
<![endif]-->
<script src="js/scripts.js"></script>
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>