-
Notifications
You must be signed in to change notification settings - Fork 0
/
rightcol.html
231 lines (230 loc) · 10.1 KB
/
rightcol.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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<title>Example Right Column · Uberfire Framework</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="description">
<meta content="" name="author">
<!-- <link href="/stylesheets-source/_bootstrap-community.less" rel="stylesheet/less" type="text/css"> -->
<link rel="stylesheet" type="text/css" href="/stylesheets/bootstrap-community.css" >
<!-- IE 6-8 support of HTML 5 elements -->
<!--[if lt IE 9]>
<script src="/cache/static.jboss.org/theme/js/libs/html5/pre3.6/html5.min.js"></script>
<![endif]-->
<!-- Defines the project favicon. Change these URLs to your specific project folder on static.jboss.org. -->
<link href="/upload/images/favicon.ico" rel="shortcut icon">
<link href="/upload/images/apple-touch-icon-144x144-precomposed.png" rel="apple-touch-icon-precomposed" sizes="144x144">
<link href="/upload/images/apple-touch-icon-114x114-precomposed.png" rel="apple-touch-icon-precomposed" sizes="114x114">
<link href="/upload/images/apple-touch-icon-72x72-precomposed.png" rel="apple-touch-icon-precomposed" sizes="72x72">
<link href="/upload/images/apple-touch-icon-precomposed.png" rel="apple-touch-icon-precomposed">
<!-- Defines the project banner. Change these URLs to your specific project folder on static.jboss.org -->
<style>
@media (min-width: 980px) {
.banner { background-image: url(/upload/images/uberfire-banner-1180px.png); height: 110px; }
}
@media (max-width: 979px) {
.banner { background-image: url(/upload/images/uberfire-logo.png); background-repeat:no-repeat; background-position: 30px 15px; height: 100px; background-size: auto 70%; }
}
@media (max-width: 650px) {
.banner { width: 100%; margin: 0px auto; }
}
@media (max-width: 450px) {
.banner { height: 90px; }
}
</style>
<script src="/cache/static.jboss.org/theme/js/libs/jquery/jquery-1.9.1.js"></script>
<script src="/javascripts/less-1.4.1.min.js"></script>
<style>
/* adjusting the vertical spacing for when a stickynav is engaged */
.breadcrumb-fixed > .active {
color: #8c8f91;
}
.breadcrumb-fixed {
margin: 70px 0 10px;
padding: 8px 15px;
margin-bottom: 20px;
list-style: none;
background-color: #f5f5f5;
border-radius: 4px;
}
.breadcrumb-fixed > li {
display: inline-block;
}
</style>
</head>
<body>
<div class="main-container" id="">
<!-- begin accesibility skip to top -->
<ul class="visuallyhidden" id="top">
<li>
<a accesskey="n" href="#nav" title="Skip to navigation">Skip to navigation</a>
</li>
<li>
<a accesskey="c" href="#page" title="Skip to content">Skip to content</a>
</li>
</ul>
<div class="container" id="content">
<div class="dropup">
<div id="ajbossproject">A JBoss Project</div>
<a class="tabnav-closed" href="#" id="tab">Red Hat</a>
<script>
window.addEventListener('load', function() { renderTabzilla("Uberfire","uberfire" , false ) }, false);
</script>
</div>
<div class="banner">
<a href="#"></a>
<div class="taglinedark sr-only">
<h4>Maintainable and customizable workbench-style apps.</h4>
</div>
</div>
<div class="uberfire-nav">
<div class="navbar navbar-inverse navbar-fix" id="sticky-navbar">
<div class="container-fluid">
<div class="navbar-header">
<button class="navbar-toggle collapsed" data-target="#navbar-1" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbar-1">
<ul class="nav navbar-nav">
<li>
<div class="fixed-brand">
<img height="50px" src="/upload/images/navbar-logo.png">
</div>
</li>
<li class=""><a href="/index.html">Home</a></li>
<li class=""><a href="/downloads.html">Downloads</a></li>
<li class=""><a href="/docs/">Documentation</a></li>
<li class=""><a href="/community.html">Join our Community</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class='breadcrumb'><a class='breadcrumb_anchor ' href='http://uberfireframework.org/index.html'
>Uberfire Homepage</a> / <a class='breadcrumb_anchor active' href='http://uberfireframework.org/rightcol.html'
>Example Right Column</a></div>
<div id="equalHeightsLayout">
<div class="col-sm-9" id="maincol">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Project XYZ is Awesome!</h1>
<p>This is the basic template for the JBoss Community Bootstrap/Awestruct project sites. This is where you would put a marketing message.</p>
<p><a class="btn btn-primary btn-lg" href="swatch.html">View the Swatches »</a></p>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Uses Bootstrap</h2>
<p>This theme is designed to layer on top of Bootstrap by using the standardized CSS classes and IDs so you can easily take advantage of all the great built in components of Bootstrap.</p>
<p><a class="btn btn-default" href="http://twitter.github.io/bootstrap/components.html">Bootstrap Components »</a></p>
</div>
<div class="col-md-4">
<h2>Look and Feel Swatches</h2>
<p>To give a better view of some of the look and feel changes, we've put together a swatch file containing various styled components and the Font Awesome icon replacement for quick viewing.</p>
<p><a class="btn btn-default" href="swatch.html">Go to the Swatches »</a></p>
</div>
<div class="col-md-4">
<h2>The JBoss Badge</h2>
<p>Projects are now able to utilize this standard look and feel or create their own. We just ask that you keep unedited this badge on your home page to show that your project is a part of the JBoss Family.</p>
</div>
</div>
</div>
<div class="col-sm-3 well" id="rightcol">
<div class="div">
<h2>Quickstarts</h2>
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="downloads.html">
<i class="icon-fixed-width icon-download"></i>
Download
</a>
</li>
<li>
<a href="/docs">
<i class="icon-fixed-width icon-sitemap"></i>
Documentation
</a>
</li>
<li>
<a href="http://github.com/uberfire/uberfire/">
<i class="icon-fixed-width icon-sitemap"></i>
Source Overview
</a>
</li>
</ul>
</div>
<br>
<div class="well">
<div id="badges">
<ul>
<li class="license-asl">
<a href="http://www.apache.org/licenses/LICENSE-2.0">
<em>Apache License, Version 2.0</em>
</a>
</li>
</ul>
</div>
</div>
<div class="well sponsors">
<h3>Sponsors</h3>
<ul>
<li>
<a href="http://www.jetbrains.com/">
<img alt="JetBrians" class="img-responsive center-block" src="http://static.jboss.org/common/images/sponsors/intellij-color.png">
</a>
<p>JetBrains has kindly donated an open source IntelliJ license.</p>
</li>
</ul>
</div>
<div>
<a href="http://www.jboss.org/security.html">
<div class="projectpage-sprite projectpage-sprite-securityimage"></div>
</div>
<div>
<a href="http://www.jboss.org/security.html">
<img alt="Find a security issue with a JBoss Project or Product? Report it now" class="img-responsive center-block" height="110" src="http://static.jboss.org/common/images/securityissue.png">
</a>
</div>
</div>
</div>
</div>
<footer class="container">
<div class="row">
<div class="col-md-3">
<div class="license">
<h4>ASL 2.0 License</h4>
<p>UberFire is licensed under the Apache Software License, Version 2.0.</p>
</div>
</div>
<div class="col-md-2 col-md-offset-7 text-right hidden-sm hidden-xs">
<ul class="list-unstyled">
<li>
<a href="#" title="Blog">Blog</a>
</li>
<li>
<a href="#" title="Twitter">Twitter</a>
</li>
<li>
<a href="#" title="Google+">Google+</a>
</li>
</ul>
</div>
</div>
</footer>
<div class="container" id="companyfooter">
<div class="redhatlogo">
<div id="logospacer"></div>
<a href="http://www.redhat.com/"><img src="/cache/static.jboss.org/theme/images/common/redhat_logo.png"></a>
</div>
</div>
<span class="backToTop">
<a href="#top">back to top</a>
</span>
<script src="/javascripts/bootstrap-community.js"></script>
</div>
</body>
</html>