-
Notifications
You must be signed in to change notification settings - Fork 0
/
clojureforbeginners.html
53 lines (45 loc) · 2.86 KB
/
clojureforbeginners.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Clojure Notes</title>
<meta name="keywords" content="clojure notes,clojure programming,notes on clojure,clojure learning,clojure, clojure for dummies" />
<meta name="description" content="Clojure notes for beginners to start programming in Clojure." />
<meta name="robots" content="index,follow" />
<meta http-equiv="Expires" content="0" />
<meta name="revisit-after" content="1 days" />
<link rel="stylesheet" type="text/css" href="static/mystyle.css" />
<link rel="icon" type="image/ico" href="http://rubylearning.com/images/favicon.ico" />
<base href="http://clojure-notes.rubylearning.org/" />
<!-- Google Analytics code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-59044-14']);
_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>
<!-- Google Analytics code ends -->
</head>
<body>
<div>
<h1>Buy the eBook</h1>
<p>The <strong>Clojure for Beginners</strong> eBook contains all the topics covered <a href="http://clojure-notes.rubylearning.org/">here</a>. The eBook is over 70 pages and is in pdf format. The cost of this eBook is only <b>US$ 7</b> and is being collected to help me maintain the site and the eBook, and also provide quality content to you.</p>
<p class="float-left;"><img src="images/cfb.jpg" alt="Clojure for Beginners eBook" title="Clojure for Beginners eBook" /></p>
<p>You can buy the <strong>Clojure for Beginners</strong> eBook for only <b>US$ 7</b> by clicking on the <b>ADD TO CART</b> button below. You can pay by secure PayPal.</p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=825903&cl=140175&ejc=2" class="ec_ejc_thkbx" onclick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" style="border:none;" alt="Add to Cart" /></a> <a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=140175&ejc=2" class="ec_ejc_thkbx" onclick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_view_cart.gif" style="border:none;" alt="View Cart" /></a>
<script type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script type="text/javascript"
src='http://www.e-junkie.com/ecom/box.js'></script>
</p>
<p class="copyright" style="color : #0000CC;">Copyright © 2012 RubyLearning.org | This page was last updated on <b>1st Sept. 2011</b>.</p>
</div>
</body>
</html>