-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgallery.html
More file actions
83 lines (68 loc) · 3.42 KB
/
Copy pathgallery.html
File metadata and controls
83 lines (68 loc) · 3.42 KB
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
<html>
<head>
<title>Pwdr - Open source powder-based rapid prototyping machine</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<!--[if lt IE 10]>
<script src="html5shiv.js"></script>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33880356-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="main">
<header>
<a href="http://pwdr.github.com/"><img src="images/Pwdr-logo.png" alt="Pwdr-logo" width="147" height="196" /></a>
<ul>
<li><a href="http://pwdr.github.io/">About</a></li>
<li><a href="http://pwdr.github.io/gallery.html">Gallery</a></li>
<li><a href="http://pwdr.github.io/documentation.html">Documentation</a></li>
<li><a href="http://pwdr.github.io/usermanual.html">User manual</a></li>
<li><a href="https://github.com/Pwdr/Pwdr-Model-0.1">Download</a></li>
<li><a href="mailto:pwdr@wetterhorn.nl">Contact</a></li>
</ul>
<a href="http://www.utwente.nl/ctw/opm/"><img src="images/UT-logo.png" alt="Initiated by: University of Twente" /></a>
</header>
<hgroup id="body">
<h1>Gallery Pwdr Model 0.1</h1>
<img src="images/pictures/P4118746.jpg" alt="P4118746" width="600" height="450" />
<img src="images/pictures/P4118747.jpg" alt="P4118747" width="600" height="371" />
<img src="images/pictures/P4118748.jpg" alt="P4118748" width="600" height="464" />
<img src="images/pictures/P4118749.jpg" alt="P4118749" width="600" height="407" />
<img src="images/pictures/P4118754.jpg" alt="P4118754" width="600" height="550" />
<img src="images/pictures/P4118755.jpg" alt="P4118755" width="600" height="417" />
<img src="images/pictures/P4118756.jpg" alt="P4118756" width="477" height="600" />
<img src="images/pictures/P4118757.jpg" alt="P4118757" width="600" height="467" />
<img src="images/pictures/P4118759.jpg" alt="P4118759" width="600" height="527" />
<img src="images/pictures/P4118761.jpg" alt="P4118761" width="600" height="494" />
<img src="images/pictures/P4118767.jpg" alt="P4118767" width="600" height="462" />
<img src="images/pictures/P4118770.jpg" alt="P4118770" width="600" height="399" />
<img src="images/pictures/P4118773.jpg" alt="P4118773" width="481" height="600" />
<footer>
<p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US">Creative Commons Attribution-NonCommercial 3.0 Unported License.</a> 2012</p>
</hgroup>
</div>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=8023422;
var sc_invisible=1;
var sc_security="8499d06c";
</script>
<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script>
<noscript><div class="statcounter"><a title="statistics in
vBulletin" href="http://statcounter.com/vbulletin/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/8023422/0/8499d06c/1/"
alt="statistics in vBulletin"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>