forked from juzu/juzuweb.org.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
172 lines (154 loc) · 6.73 KB
/
index.html
File metadata and controls
172 lines (154 loc) · 6.73 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Juzu Web Framework</title>
<!-- Juzuweb CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet">
<!--[if lt IE 9]><script src="js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/bootstrap-3.1/html5shiv.js"></script>
<script src="js/bootstrap-3.1/respond.min.js"></script>
<![endif]-->
<!-- Juzuweb Favicons -->
</head>
<body class="body-page">
<div id="wrapper" class="wrap3per">
<div class="inner">
<nav id="navbarTop" class="navbar navbar-top affix-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbarCollapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Juzu Web Framework</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" >Project <b class="caret-square"></b></a>
<ul class="dropdown-menu">
<li><a href="features.html"><span>Features</span></a></li>
<li><a href="https://github.com/juzu/juzu/blob/master/roadmap.asciidoc"><span>Road map</span></a></li>
<li><a href="https://github.com/juzu/juzu"><span>Contribute</span></a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" >Documentation <b class="caret-square"></b></a>
<ul class="dropdown-menu">
<li><a href="tutorial/index.html"><span>Tutorial</span></a></li>
<li><a href="reference/index.html"><span>Reference</span></a></li>
<li><a href="javadoc/index.html" target="blank_"><span>Javadoc</span></a></li>
</ul>
</li>
<li><a href="screencasts.html">Screencasts</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav><!-- /.navbar-top -->
<div id="main">
<div class="page">
<div class="header-banner">
<div class="background-banner">
<div class="container">
<div class="cleafix">
<div class="social-box">
<ul class="social-list-link">
<li><a target="_blank" href="https://github.com/juzu/juzu"><i class="icon-jz-soc-github"></i></a></li>
<li><a target="_blank" href="https://www.facebook.com/eXoPlatform"><i class="icon-jz-soc-facebook"></i></a></li>
<li><a target="_blank" href="https://twitter.com/juzuweb"><i class="icon-jz-soc-twitter"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/company/exo-platform"><i class="icon-jz-soc-linkedin"></i></a></li>
<li><a target="_blank" href="http://community.exoplatform.com/portal/intranet/forum/forum/forum0b6b8fbd0ab9b62a3210b5e01a30cabe"><i class="icon-jz-soc-exo"></i></a></li>
</ul>
</div>
<div class="banner-content">
<h2 class="title">Juzu Web Framework</h2>
<h3 class="desc">Develop powerful web applications<br>Emphasises on simplicity and type safety<br>Open source project and open minded</h3>
</div>
</div>
</div><!-- /.container -->
</div><!-- /.background-banner -->
</div> <!-- /.header-banner -->
<div class="features-top-box">
<div class="container">
<div class="box-top clearfix">
<div class="pediment-cont one">
<h3 class="title">Download</h3>
<span class="desc">or check out <br>the sources</span>
</div>
<div class="pediment-cont two">
<h3 class="title">Juzu in Action</h3>
<span class="desc">Demos <br>Screencasts</span>
</div>
</div>
<div class="box-bottom clearfix">
<div class="pediment-cont three">
<h3 class="title">Run</h3>
<span class="desc">Servlet containers <br>Web portals like <br><a href="http://www.exoplatform.com">eXo Platform</a></span>
</div>
<div class="pediment-cont four">
<h2 class="title">Features</h2>
<a class="features-findout" href="features.html">
<strong>Find out</strong>
</a>
</div>
</div>
</div>
</div><!-- /.features-top-box -->
</div><!-- /.page one -->
</div><!-- /#main -->
</div><!-- /.inner -->
</div><!-- /#wrapper /.wrapper -->
<footer id="footer">
<div class="inner">
<p class="copy-right">Copyright ©2013. All rights reserved. <a href="#" title="Juzu Web Framework">Juzu</a></p>
</div>
</footer><!-- /#footer -->
<!-- Juzuweb Javascript -->
<!-- Currenly using Jquery v.1.7.1 because Jquery Address conflict with Jequery v.11.0 -->
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap-3.1/jquery.address-1.5.min.js"></script>
<script type="text/javascript" src="js/bootstrap-3.1/dropdown.js"></script>
<script type="text/javascript" src="js/bootstrap-3.1/collapse.js"></script>
<script type="text/javascript" src="js/bootstrap-3.1/juzu.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// The page navigation
$.address.change(function(event){
// Get anchor
var anchor = event.value.substring(1);
if (anchor == "")
anchor = "home";
//
var page = $(".page:has(a[name=" + anchor + "])");
if (page.length == 1) {
page.filter(function() {
return this != window.previous;
}).each(function() {
// Do show/hide
$(".page").hide();
$(this).show();
// Reset page to top
$(window).scrollTop(0);
// Update previous
window.previous = this;
});
} else {
// Should log something somehow
}
});
});
</script>
</body>
</html>