1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < title > JavaMoney</ title >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
+ < meta name ="description " content ="">
8
+ < meta name ="author " content ="">
9
+ < meta name ="keywords " content ="">
10
+
11
+ <!-- Le styles -->
12
+ < link href ="/css/bootstrap.min.css " rel ="stylesheet ">
13
+ < link href ="/css/asciidoctor.css " rel ="stylesheet ">
14
+ < link href ="/css/base.css " rel ="stylesheet ">
15
+ < link href ="/css/bootstrap-responsive.min.css " rel ="stylesheet ">
16
+
17
+ <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
18
+ <!--[if lt IE 9]>
19
+ <script src="/js/html5shiv.js"></script>
20
+ <![endif]-->
21
+
22
+ <!-- Fav and touch icons -->
23
+ <!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
24
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
25
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
26
+ <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
27
+ < link rel ="shortcut icon " href ="favicon.ico ">
28
+ </ head >
29
+ < body >
30
+ < div id ="wrap ">
31
+
32
+ <!-- Fixed navbar -->
33
+ < div class ="navbar navbar-fixed-top ">
34
+ < div class ="navbar-inner ">
35
+ < div class ="container ">
36
+ < button type ="button " class ="btn btn-navbar " data-toggle ="collapse " data-target =".nav-collapse ">
37
+ < span class ="icon-bar "> </ span >
38
+ < span class ="icon-bar "> </ span >
39
+ < span class ="icon-bar "> </ span >
40
+ </ button >
41
+ < a class ="brand " href ="/ "> JavaMoney</ a >
42
+ < div class ="nav-collapse collapse ">
43
+ < ul class ="nav ">
44
+ < li > < a href ="/index.html "> Home</ a > </ li >
45
+ < li > < a href ="about.html "> About</ a > </ li >
46
+ < li > < a href ="http://github.com/JavaMoney/ "> View on GitHub</ a > </ li >
47
+ < li > < a href ="feed.xml "> Subscribe</ a > </ li >
48
+ < li class ="dropdown ">
49
+ < a href ="# " class ="dropdown-toggle " data-toggle ="dropdown "> Modules < b class ="caret "> </ b > </ a >
50
+ < ul class ="dropdown-menu ">
51
+ < li > < a href ="ri.html "> Moneta (RI)</ a > </ li >
52
+ < li > < a href ="tck.html "> TCK</ a > </ li >
53
+ < li > < a href ="lib.html "> Library</ a > </ li >
54
+ < li class ="divider "> </ li >
55
+ < li class ="nav-header "> Specification</ li >
56
+ < li > < a href ="http://jcp.org/en/jsr/detail?id=354 "> JSR 354 Detail Page</ a > </ li >
57
+ < li > < a href ="https://javamoney.java.net/api/ "> JSR 354 API on Java.net</ a > </ li >
58
+ </ ul >
59
+ </ li >
60
+ </ ul >
61
+ </ div > <!--/.nav-collapse -->
62
+ </ div >
63
+ </ div >
64
+ </ div >
65
+ < div class ="container ">
66
+ < div class ="page-header ">
67
+ < h1 > About</ h1 >
68
+ </ div >
69
+
70
+ < p > < em > 24 October 2013</ em > </ p >
71
+
72
+ < p > < h2 > Welcome to JavaMoney - the Java Money and Currency API for the Java™ Platform as well as related projects and libraries</ h2 >
73
+
74
+ < section id ="downloads " class ="clearfix ">
75
+ < img src ="img/javamoney_cup.jpg "> </ td >
76
+ </ section >
77
+
78
+ < hr >
79
+
80
+ < section id ="main_content ">
81
+ < h3 > JCP Page</ h3 >
82
+
83
+ < p >
84
+ Check out the < a href ="http://jcp.org/en/jsr/detail?id=354 "> JSR Detail Page</ a > on JCP.org.
85
+ </ p >
86
+ </ section >
87
+
88
+
89
+
90
+ </ p >
91
+
92
+ < hr >
93
+
94
+ </ div >
95
+ < div id ="push "> </ div >
96
+ </ div >
97
+
98
+ < div id ="footer ">
99
+ < div class ="container ">
100
+ < p class ="muted credit "> © 2013 | Mixed with < a href ="http://twitter.github.com/bootstrap/ "> Bootstrap v2.3.1</ a > | Baked with < a href ="http://jbake.org "> JBake v2.2.0</ a > </ p >
101
+ </ div >
102
+ </ div >
103
+
104
+ <!-- Le javascript
105
+ ================================================== -->
106
+ <!-- Placed at the end of the document so the pages load faster -->
107
+ < script src ="/js/jquery-1.9.1.min.js "> </ script >
108
+ < script src ="/js/bootstrap.min.js "> </ script >
109
+ < script src ="/js/run_prettify.js "> </ script >
110
+
111
+ </ body >
112
+ </ html >
0 commit comments