-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·78 lines (62 loc) · 2.71 KB
/
index.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
<html lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>RDX | A little RDX for your C4</title>
<link rel="stylesheet" href="stylesheets/normalize.css">
<link rel="stylesheet" href="stylesheets/960.css">
<link rel="stylesheet" href="stylesheets/main.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Waiting+for+the+Sunrise' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="main top">
<div class="container_12">
<div class="grid_12">
<header>
<img src="img/c4.png">
<h1>A little RDX for your C4</h1>
</header>
</div>
<div class="clear"></div>
<div class="grid_6">
<a project="actProject" href="https://github.com/RDX/Drivers" target="_blank">
<section class="project">
<h2>Control4 Drivers</h2>
<p class="details">Open source Control4 Drivers. Currently includes:</p>
<ul>
<li>XBMC (Eden,Frodo,Gotham)</li>
<li>PLEX (v9,HT)</li>
<li>Wake On Lan</li>
<li>OpenSprinklerPi</li>
</ul>
<p class="link">View source ></p>
</section>
</a>
</div>
<div class="grid_6">
<a project="actProject" href="https://github.com/RDX/RestServers" target="_blank">
<section class="project">
<h2>Experimental Control4 Relay Rest Servers</h2>
<p class="details">This repo contains experimental rest servers that'll forward commands to a control4 device. Written in NodeJS and Erlang</p>
<p class="link">View Source ></p>
</section>
</a>
</div>
<div class="clear"></div>
<div class="grid_6">
<a project="actProject" href="https://github.com/RDX/OpenSprinklerPi" target="_blank">
<section class="project">
<h2>OpenSprinklerPi</h2>
<p class="details">Contains a Node JS server for interfacing with a OpenSprinklerPi. Control4 Driver to comunicate with this server is located in the Drivers repo above.</p>
<p class="link">View source ></p>
</section>
</a>
</div>
<div class="grid_6">
</div>
<div class="clear"></div>
</div>
</div>
<script src="js/vendor/custom.modernizr.js"></script>
</body></html>