This repository was archived by the owner on Nov 23, 2021. It is now read-only.
File tree 5 files changed +23
-16
lines changed
devon4j/sections/getting-started
5 files changed +23
-16
lines changed Original file line number Diff line number Diff line change @@ -23,37 +23,38 @@ <h1 class="title-devon text-center DEVONcolor font-weight-bold mb-3 py-5">
23
23
</ p >
24
24
</ div >
25
25
</ div >
26
+
26
27
< div class ="row ">
27
28
< div class ="col-md-2 col-12 ">
28
- < a href ="">
29
- < img src ="/assets/images/help_icon .png " alt ="">
29
+ < a href ="https://github.com/oasp/oasp.github.io/tree/master/oasp4j ">
30
+ < img src ="/assets/images/read_icon .png " alt ="">
30
31
</ a >
31
32
</ div >
32
33
< div class ="col-md-10 col-12 ">
33
34
< p >
34
- < a href ="https://github.com/devonfw/devon /wiki ">
35
- Help making devonfw even better
35
+ < a href ="https://github.com/oasp/oasp4j /wiki ">
36
+ Read the devon4J guide
36
37
</ a >
37
38
</ p >
38
39
< p >
39
- Remember this is a joint effort and you are welcome to contribute
40
+ First things first. Start your way through devonfw by reading the devon4J Platform Guide
40
41
</ p >
41
42
</ div >
42
43
</ div >
43
44
< div class ="row ">
44
45
< div class ="col-md-2 col-12 ">
45
- < a href ="https://github.com/oasp/oasp.github.io/tree/master/oasp4j ">
46
- < img src ="/assets/images/read_icon .png " alt ="">
46
+ < a href ="">
47
+ < img src ="/assets/images/help_icon .png " alt ="">
47
48
</ a >
48
49
</ div >
49
50
< div class ="col-md-10 col-12 ">
50
51
< p >
51
- < a href ="https://github.com/oasp/oasp.github.io/tree/master/oasp4j ">
52
- Read the DEVON4J guide
52
+ < a href ="https://github.com/devonfw/devon/wiki ">
53
+ Help making devonfw even better
53
54
</ a >
54
55
</ p >
55
56
< p >
56
- First things first. Start your way through devonfw by reading the DEVON4J Platform Guide
57
+ Remember this is a joint effort and you are welcome to contribute
57
58
</ p >
58
59
</ div >
59
60
</ div >
Original file line number Diff line number Diff line change
1
+ .gettingStarted .get-started-title {
2
+ font-size : 14pt ;
3
+ }
4
+
1
5
@media (min-width : 768px ) {
2
6
.gettingStarted {
3
7
margin : 0 25% ;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ <h2 class="underline-devon-black">Application Starters</h2>
65
65
< section id ="overview-sample-application " class =" mx-auto mr-1 mb-1 px-5 ">
66
66
< br >
67
67
< div class ="d-inline ">
68
- < h2 class ="underline-devon-black "> Devon4JS Catalog</ h2 >
68
+ < h2 class ="underline-devon-black "> devon4JS Catalog</ h2 >
69
69
< p class ="py-5 px-4 ">
70
70
devon4JS Catalog provides the collection of Angular components, sorted on the basis of UI frameworks such as Material Design,
71
71
Bootstrap, PrimeNG, etc.
Original file line number Diff line number Diff line change 26
26
</ li >
27
27
< div class ="white-band-separator d-md-block d-sm-none d-none "> </ div >
28
28
< li class ="nav-item only-internal ">
29
- < a class ="nav-link " href ="http://de-mucevolve02/files/devonfw/2.4.0 / "> Download</ a >
29
+ < a class ="nav-link " href ="http://de-mucevolve02/files/devonfw/current / "> Download</ a >
30
30
</ li >
31
31
< div class ="only-internal ">
32
32
< div class ="white-band-separator d-md-block d-sm-none d-none "> </ div >
Original file line number Diff line number Diff line change @@ -30,19 +30,21 @@ function loadMarkdownInsertions(view) {
30
30
.then(text => $(this).empty().append(md.render(text)))
31
31
});
32
32
}
33
-
33
+ */
34
+ /*
34
35
function loadAsciidocInsertions(view) {
35
36
var ad = window.ad;
37
+
36
38
view.find("insertAd").each(function (i) {
37
39
fetch($(this).attr("src"))
38
- .then(response => response.text() )
39
- .then(text => $(this).empty().append(ad.convert(text)))
40
+ .then(function(result) {console.log(result)} )
41
+ .then(function(text) {console.log()});
40
42
});
41
43
}
42
44
*/
43
45
function hideAndShowNetworkElements ( view ) {
44
46
$ . ajax ( {
45
- url : 'http ://de-mucevolve02/ ' ,
47
+ url : 'https ://troom.capgemini.com/sites/vcc/devon/overview.aspx ' ,
46
48
dataType : 'jsonp' ,
47
49
method : 'GET' ,
48
50
timeout : 3000 ,
You can’t perform that action at this time.
0 commit comments