-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (66 loc) · 2.91 KB
/
index.html
File metadata and controls
83 lines (66 loc) · 2.91 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
<!DOCTYPE html>
<html>
<head>
<title>Perl Hardware</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="Hardware, Arduino, Perl, conferences, hackathon, workshop, hackers" />
<meta name="description" content="" />
<meta name="author" content="Mark keating, Robert Blackwell" />
<meta name="copyright" content="" />
<link rel="stylesheet" type="text/css" href="basic.css" />
<link rel="stylesheet" type="text/css" href="layout.css" />
</head>
<body>
<div id="wrapper">
<div id="inner-wrapper">
<div id="logo"> </div>
<div id="header">
<h1>
Hardware Perl Mongers
</h1>
</div>
<div id="nav">
<ul>
<a href="http://www.pm.org/groups/767.html"><li>hardware.pm</li></a>
<a href="http://mail.pm.org/mailman/listinfo/hardware-pm"><li>Mailing List</li>
<a href="https://github.com/perl-hardware"><li>github</li></a>
<a href="http://pinboard.in/u:rblackwe/t:perlhardware/"><li>pinboard</li></a>
<a href="http://twitter.com/perlhardware/"><li>Twitter</li></a>
<a href="http://hardware.us2.list-manage.com/subscribe?u=a4b38e54d10a34e5fad2743ff&id=089a8b053d"><li>Newsletter</li></a>
</ul>
</div>
<div id="content">
<p>
Hardware.pm is a group of distributed hackers, both inside and outside the Perl community, who love the rise of the "Internet of Things", connected devices and home build technology. We are devoted to tinkering with technology and tying those physical components to the internet to allow remote manipulation, distribution and configuration.
</p>
<p>
Our principles are:
</p>
<ul>
<li>Tinker with it;</li>
<li>Use whatever sources are already available;</li>
<li>Don't re-invent wheels, invent ways of tying together existing wheels;</li>
<li>Use Perl as the connective components in our massive engine;</li>
<li>Have fun ;)</li>
</ul>
<ul>
<li><a href="http://www.pm.org/groups/767.html">hardware.pm</a></li>
<li><a href="http://mail.pm.org/mailman/listinfo/hardware-pm">Mailing List </a></li>
<li><a href="https://github.com/perl-hardware">github</a></li>
<li><a href="http://pinboard.in/u:rblackwe/t:perlhardware/">pinboard</a></li>
<li><a href="http://twitter.com/perlhardware/">Twitter</a></li>
<li><a href="http://hardware.us2.list-manage.com/subscribe?u=a4b38e54d10a34e5fad2743ff&id=089a8b053d">Sign up for the Hardware.pm newsletter. (not sure the fequency yet)</a></li>
<li>irc: #hardware on irc.perl.org </li>
</ul>
</div>
<div id="footer">
<p class="copyright">
Site & Logo Design:<br />
Mark Keating, Robert Blackwell<br />
© Hardware.pm 2012-2014<br />
</p>
</div>
</div>
</div>
</body>
</html>