-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (210 loc) · 10.1 KB
/
index.html
File metadata and controls
233 lines (210 loc) · 10.1 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
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
232
233
<!DOCTYPE aspx>
<aspx lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="devonfw main page">
<meta name="author" content="Capgemini CSD2015">
<link rel="icon" href="images/favicon.ico">
<title>devonfw - Home</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap-3.3.4/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="bootstrap-3.3.4/css/justified-nav.css" rel="stylesheet" type="text/css">
<link href="bootstrap-3.3.4/css/style.css" rel="stylesheet" type="text/css">
<link href="font-awesome-4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/custom.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- HEADER MAIN MENU -->
<nav class="navbar navbar-default bottom0" role="banner">
<div class="container-fluid">
<div class="col-md-offset-2 col-md-8">
<nav class="cg_internal pull-left" role="navigation" id="navigation">
<ul class="nav navbar-nav">
<li>
<a href="https://troom.capgemini.com/sites/vcc/iCSD2015/introduction.aspx">iCSD Initiative</a>
</li>
<li class="active" >
<a href="https://troom.capgemini.com/sites/vcc/devon/index.aspx">devonfw</a>
</li>
<li>
<a href="https://km3.capgemini.com/community/1042857/home">Production line</a>
</li>
</ul>
</nav>
</div>
</div>
</nav>
<!-- HEADER MENU AND LOGO -->
<div class="container-fluid header">
<div class="col-md-offset-2 col-md-2">
<a href="https://troom.capgemini.com/sites/vcc/devon/index.aspx"><img src="images/logo.png" alt="devonfw-logo" /></a>
</div>
<div class="col-md-8">
<nav class="navbar navbar-default" role="navigation" id="menunav">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#menu" id="menubutton">Menu</button>
</div>
<nav class="collapse navbar-collapse" role="navigation" id="menu">
<ul class="nav nav-justified">
<li><a class="cg_internal" href="https://troom.capgemini.com/sites/vcc/devon/overview.aspx">Overview</a></li>
<li><a class="cg_internal" href="https://troom.capgemini.com/sites/vcc/devon/roadmap.aspx">Roadmap & Releases</a></li>
<li><a class="cg_internal" href="https://troom.capgemini.com/sites/vcc/devon/ipcatalog.aspx">IP catalog</a></li>
<li><a class="cg_internal" href="https://troom.capgemini.com/sites/vcc/devon/collaboration.aspx">Community</a></li>
<li><a class="cg_internal" href="https://troom.capgemini.com/sites/vcc/devon/references.aspx">Sales & Marketing</a></li>
<li><a class="cg_internal" href="https://troom.capgemini.com/sites/vcc/devon/training_hub.aspx">Training hub</a></li>
<li><a class="cg_internal" href="https://troom.capgemini.com/sites/vcc/devon/faq.aspx">FAQs</a></li>
<li><a class="cg_internal" href="https://troom.capgemini.com/sites/vcc/devon/getstarted.aspx">Getting started</a></li>
</ul>
</nav>
</nav>
</div>
</div>
<!--CONTAINER-->
<div class="container-fluid content">
<div class="col-md-offset-2 col-md-8">
<script src="js/infobox.js"></script>
</div>
<div class="col-md-offset-2 col-md-8">
<p class="lead">devonfw is the CSD standard platform for Capgemini APPS2. It provides a standardized architecture blueprint for Java-applications, an open best-of-breed technology stack as well as industry proven best practices and code conventions. It is a industrialization initiative that is aligned across Capgemini APPS2.</p>
</div>
<div class="col-md-offset-2 col-md-8">
<div id="myCarousel" class="carousel slide" data-interval="40000" data-ride="carousel">
<!-- Carousel 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>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
<li data-target="#myCarousel" data-slide-to="5"></li>
<li data-target="#myCarousel" data-slide-to="6"></li>
<li data-target="#myCarousel" data-slide-to="7"></li>
<li data-target="#myCarousel" data-slide-to="8"></li>
</ol>
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<div class="smallcenter">
<h4>One flexible Solution</h4>
<a href="#" data-cap-href="https://troom.capgemini.com/sites/vcc/devon/overview.aspx"><img height="280" src="images/main/OneFlexSolution.png"/></a>
<p>devonfw - one integrated flexible solution! (click pictures to learn more)</p>
</div>
</div>
<div class="item">
<div class="smallcenter">
<h4>Technology</h4>
<a href="#" data-cap-href="https://troom.capgemini.com/sites/vcc/devon/overview.aspx#Solution"><img height="280" src="images/main/TechnologyMap.png"/></a>
<p>pre-integrated open source technologies, enhanced with outstanding commercial components as Sencha.</p>
</div>
</div>
<div class="item">
<div class="smallcenter">
<h4>Integrated Development Environment</h4>
<a href="#" data-cap-href="https://troom.capgemini.com/sites/vcc/devon/overview.aspx#IDE"><img height="280" src="images/main/IntegratedIDE.png"/></a>
<p>Highly integrated development environment, from model to CI.</p>
</div>
</div>
<div class="item">
<div class="smallcenter">
<h4>UI-Example with Sencha - SPA</h4>
<img height="280" src="images/main/Example_Sencha-from-IndusWebcast1.png"/>
<p>Develop your rich single page application with Sencha UI</p>
</div>
</div>
<div class="item">
<div class="smallcenter">
<h4>UI-Example with Sencha - grids</h4>
<img height="280" src="images/main/Example_Sencha-from-IndusWebcast2.png"/>
<p>Use complex controls with Sencha UI out of the component cataloge.</p>
</div>
</div>
<div class="item">
<div class="smallcenter">
<h4>UI-Example with Sencha - grids</h4>
<img height="280" src="images/main/Example_Sencha-from-IndusWebcast3.png"/>
<p>Inline Grid editing with Sencha UI.</p>
</div>
</div>
<div class="item">
<div class="smallcenter">
<h4>Restaurant Example with SenchaJS</h4>
<a href="#" data-cap-href="https://troom.capgemini.com/sites/vcc/devon/overview.aspx"><img height="280" src="images/main/Example_Sencha_Restaurant_Screen.png"/></a>
<p>technical reference Web-UI for Sencha showing concepts as template</p>
</div>
</div>
<div class="item">
<div class="smallcenter">
<h4>Restaurant Example with AngularJS</h4>
<a href="#" data-cap-href="https://troom.capgemini.com/sites/vcc/devon/overview.aspx"><img height="280" src="images/main/Example_Angular_Restaurant_Screen.png"/></a>
<p>technical reference Web-UI for open source JS-Framework Angular JS</p>
</div>
</div>
<div class="item">
<div class="smallcenter">
<h4>Industrialization</h4>
<a href="#" data-cap-href="https://troom.capgemini.com/sites/vcc/devon/overview.aspx#indus"><img height="280" src="images/main/Industrialized.png"/></a>
<p>Alignment with industrialization services through the production line.</p>
</div>
</div>
</div>
<!-- Carousel nav -->
</div>
<a class="carousel-control left" href="#myCarousel" data-slide="prev" role="button" >
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="carousel-control right" href="#myCarousel" data-slide="next" role="button" >
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
<!-- PARTNERS LOGO CONTAINER -->
<div class="container-fluid text-center logos">
<a href="https://spring.io/" target="_blank"><img src="images/logo_spring.png" alt="spring-logo"/></a>
<a href="http://oasp.github.io/" target="_blank"><img src="images/logo_oasp.png" alt="oasp-logo"/></a>
<a href="http://www.sencha.com/" target="_blank"><img src="images/logo_sencha.png" alt="sencha-logo"/></a>
<a href="https://angularjs.org/" target="_blank"><img src="images/logo_angularjs.png" alt="angularjs-logo"/></a>
<a href="https://spring.io/" target="_blank"><img src="images/logo_javaee.png" alt="javaee-logo"/></a>
<a href="https://maven.apache.org/" target="_blank"><img src="images/logo_maven.png" alt="maven-logo"/></a>
<a href="http://cxf.apache.org/" target="_blank"><img src="images/logo_apache.png" alt="apache-logo"/></a>
<a href="http://projects.spring.io/spring-boot/" target="_blank"><img src="images/logo_springboot.png" alt="springboot-logo"/></a>
<a href="http://www.querydsl.com/" target="_blank"><img src="images/logo_querydsl.png" alt="querydsl-logo"/></a>
</div>
<!-- FOOTER -->
<div class="container-fluid footer">
<div class="col-md-offset-2 col-md-6">
<p>© Capgemini 2016</p>
<p class="font10">This page is maintained by <a href="#" data-cap-href="https://troom.capgemini.com/sites/vcc/default.aspx" target="_blank">Capgemini Germany APPS Evolve</a> and <a href="#">Capgemini Spain</a>.</p>
</div>
<div class="col-md-3">
<img alt="Capgemini logo" src="images/logo_capgemini_white.png">
</div>
</div>
</body>
<!-- JavaScript import -->
<script src="bootstrap-3.3.4/js/jquery-1.11.2.min.js"></script>
<script src="js/devon.js"></script>
<script src="bootstrap-3.3.4/js/bootstrap.min.js"></script>
<script>
$('.carousel').carousel({
interval: 4000
})
$.ajax({
url:'https://troom.capgemini.com/sites/vcc/devon/overview.aspx',
dataType: 'jsonp',
method: 'GET',
timeout:3000,
error: function(hrx,textStatus,error){
if (textStatus=='parsererror'){
$('.cg_internal').show();
$('[data-cap-href]').each(function(){
$(this).attr('href', $(this).data('cap-href'));
});
}
}
});
</script>
</aspx>