Skip to content

Commit 2f80a70

Browse files
Merge branch 'feature/257-rework-appearance-devonfw-guide' of https://github.com/cinnamon-coder-hub/devonfw.github.io into 257-rework-appearance-devonfw-guide
2 parents e1aea7a + ca844bb commit 2f80a70

7 files changed

Lines changed: 11 additions & 6 deletions

File tree

architectures

asciidoctor-backend/erb/html5/document.html.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ end
115115

116116
<!-- ******************************************** -->
117117

118+
119+
<link rel="stylesheet" type="text/css" href="https://cginternal.devonfw.com/websitesnippets/main.css">
120+
<script src="https://cginternal.devonfw.com/websitesnippets/main.js"></script>
118121
</head>
119122
<body<%= @id && %( id="#{@id}") %> class="<%= [(attr :doctype)].compact * ' ' %>"<%= (attr? 'max-width') ? %( style="max-width: #{attr 'max-width'};") : nil %>><%
120123
unless noheader %>

asciidoctor-stylesheet/sass/devonfw.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ tr:nth-child(even) {
250250
line-height: 1.5;
251251
border-radius: .25rem;
252252
margin-top: 0 !important;
253+
position: relative;
254+
z-index: 1000;
253255
&:hover {
254256
visibility: visible;
255257
}
@@ -313,4 +315,4 @@ tr:nth-child(even) {
313315
color: lightgray;
314316
}
315317
}
316-
}
318+
}

website/components/footer/footer.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ About::
1313
[.linklist]
1414
Explore::
1515
* <</website/pages/docs/getting-started.asciidoc.html#,Getting started>>
16-
* <</website/pages/docs/devon4j.wiki_asciidoc_architecture.html#,Architecture>>
16+
* <</website/pages/docs/devon4j.wiki_architecture.asciidoc.html#,Architecture>>
1717
* <</website/pages/resources/resources.html#,Resources>>
1818

1919
[.linklist]

website/pages/welcome/welcome.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image::/images/background_blue_welcome.png[]
88
--
99
[.welcome-desc1]
1010
We bring *right tech* and *right answers*. +
11-
In one package. For free.
11+
In one platform. For free.
1212

1313
[.welcome-desc2]
1414
We are devonfw - a software development platform. +

0 commit comments

Comments
 (0)