-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
178 lines (152 loc) · 8.28 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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="images/erlware_icon.png">
<title>Erlware</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="./css/font-awesome.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="./css/style.css" rel="stylesheet">
</head>
<!-- NAVBAR
================================================== -->
<body>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<div class="container">
<div class="carousel-caption">
<a href="http://erlware.org"><img style="margin-bottom: 50px;" src="./images/erlware.png" alt="Erlware"></a>
<p>Erlware is an umbrella organization dedicated to bringing high quality, well tested, reusable libraries and tools to the Erlang community.</p>
<p><a class="btn btn-large btn-primary" href="http://github.com/erlware">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="carousel-caption">
<a href="http://erlangcamp.com"><img style="margin-bottom: 50px;" src="./images/erlangcamp.png" alt="ErlangCamp"></a>
<p>ErlangCamp is hands on workshop targeted at beginners and intermediate Erlang programmers. We walk through fundamentals to get beginners up to speed and then proceed onto OTP and writing production grade Erlang.</p>
<p><a class="btn btn-large btn-primary" href="http://erlangcamp.com">Learn More</a></p>
</div>
</div>
</div>
<div class="item">
<div class="container">
<div class="carousel-caption">
<a href="http://www.manning.com/logan/"><img src="./images/otp_in_action.png" alt="OTP in Action"></a>
<p>Erlang and OTP in Action teaches you the concepts of concurrent programming and the use of Erlang's message-passing model. This book is written for readers new to Erlang and interested in creating practical applications.</p>
<p><a class="btn btn-large btn-primary" href="http://www.amazon.com/Erlang-OTP-Action-Martin-Logan/dp/1933988789/ref=sr_1_1?ie=UTF8&qid=1330448077&sr=8-1">Buy on Amazon</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<i style="font-size: 72px;" class="icon-share-alt"></i>
<!-- <img class="img-circle" src="data:image/png;base64," data-src="holder.js/140x140" alt="Generic placeholder image"> -->
<h2>Relx</h2>
<p>Sane, simple release creation for Erlang. Relx assembles releases that follow the Erlang/OTP standard. Given a release specification and a list of directories in which to search for OTP applications, it will generate a release output.</p>
<p><a class="btn btn-default" href="http://relx.org">View details »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<i style="font-size: 72px;" class="icon-code"></i>
<h2>Erlware Commons</h2>
<p>High quality extensions to the stdlib application that is distributed with Erlang. These are things that we at Erlware have found useful for production applications but are not included with the distribution. We hope that as things in this library prove themselves useful, they will make their way into the main Erlang distribution.</p>
<p><a class="btn btn-default" href="http://github.com/erlware/erlware_commons">View details »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<i style="font-size: 72px;" class="icon-circle-blank"></i>
<h2>Joxa</h2>
<p>Small semantically clean, functional LISP on the Erlang VM. Joxa is a general-purpose language encouraging interactive development and a functional programming style. Like other Lisps, Joxa treats code as data and has a full (unhygienic) macro system.</p>
<p><a class="btn btn-default" href="http://joxa.org">View details »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Sane & Simple Release Creation. <span class="text-muted">Finally.</span></h2>
<p class="lead"></p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" src="./images/relx.png" alt="relx">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-5">
<img class="featurette-image img-responsive" src="images/ec.png" alt="erlware_commons">
</div>
<div class="col-md-7">
<h2 class="featurette-heading">High Quality Libs. <span class="text-muted">Reuse.</span></h2>
<p class="lead"></p>
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">LISP for Erlang VM. <span class="text-muted">Joxa.</span></h2>
<p class="lead"></p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" src="images/joxa.png" alt="Joxa">
</div>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer style="height: 50px;">
<p class="pull-right"><a href="http://github.com/erlware" style="text-decoration:none"><i style="font-size: 48px; margin-right: 10px; margin-left: 10px;" class="icon-github-alt"></i></a><a href="http://twitter.com/erlware" style="text-decoration:none"><i style="font-size: 48px; margin-right: 10px; margin-left: 10px;" class="icon-twitter"></i></a></p>
<span style="position: relative; top: 16px;">© 2013 Erlware, LLC.</span>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./js/jquery.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/holder.js"></script>
<script>
$('.carousel').carousel({
interval: 3000
})
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1088102-4']);
_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>
</body>
</html>