Skip to content

Commit

Permalink
Site checkin for project Dynamo Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-ocs committed Oct 6, 2024
1 parent c407934 commit d51d080
Show file tree
Hide file tree
Showing 956 changed files with 94,776 additions and 474 deletions.
Binary file added Dynamo reference.pdf
Binary file not shown.
Binary file added Dynamo training.pdf
Binary file not shown.
730 changes: 256 additions & 474 deletions README.html

Large diffs are not rendered by default.

164 changes: 164 additions & 0 deletions css/ocs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
/*-
* #%L
* Dynamo Framework
* %%
* Copyright (C) 2014 - 2024 Open Circle Solutions BV
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";
@import "https://cdn.jsdelivr.net/gh/asciidoctor/[email protected]/data/stylesheets/asciidoctor-default.css";

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body {
color: #515147;
font-family: Raleway;
}

body.toc2.toc-right #toc.toc2 {
border-left: 1px solid #39A248;
}

#toc.toc2 {
border-left: 1px solid #39A248;
}


h1, h2, h3, h4, h5, h6, #toctitle {
color: #39A248;
font-family: Raleway;
}

code {
font-family: "Roboto Mono";
background: inherit;
}

:not(pre):not([class^=L]) > code {
background: inherit;
color: #39A248;
}


#toc {
font-family: Raleway;
background: white;
}

a {
color: #39A248;
text-decoration: none;
}

a:hover {
color: #39A248;
text-decoration: underline;
}

#toc a {
color: #515147;
}

#toc a:hover {
color: #39A248;
text-decoration: none;
}

#toc.toc2 {
background: white;
}

#toc ul {
font-family: Raleway;
}

#footer {
background: white;
text-align: right;
}

#footer-text {
color: #515147;
font-style: italic;
}

table.grid-all > * > tr > * {
border-width: 2px;
}

table.tableblock, th.tableblock, td.tableblock {
border: 2px solid #ffffff;
}

table tbody tr {
background-color: #e9f0e8;
}

table thead tr,
table tfoot tr {
background-color: #39a248;
}

table.stripes-all > * > tr,
table.stripes-odd > * > tr:nth-of-type(odd),
table.stripes-even > * > tr:nth-of-type(even),
table.stripes-hover > * > tr:hover {
background-color: #cee0cf;
}

table thead tr th, table tfoot tr th {
color: white;
font-weight: bold;
}

table thead, table tfoot {
background-color: #39a248;
}

.admonitionblock td.content > .title,
.audioblock > .title,
.exampleblock > .title,
.imageblock > .title,
.listingblock > .title,
.literalblock > .title,
.stemblock > .title,
.openblock > .title,
.paragraph > .title,
.quoteblock > .title,
table.tableblock > .title,
.verseblock > .title,
.videoblock > .title,
.dlist > .title,
.olist > .title,
.ulist > .title,
.qlist > .title,
.hdlist > .title {
font-family: Raleway;
color: #515147;
}

.admonitionblock > table tbody tr {
background-color: white;
}

pre.rouge {
background-color: #e9f0e8 !important;
}

p {
text-align: justify;
text-justify: inter-word;
}
Binary file added fonts/Raleway-Bold.ttf
Binary file not shown.
Binary file added fonts/Raleway-BoldItalic.ttf
Binary file not shown.
Binary file added fonts/Raleway-Italic.ttf
Binary file not shown.
Binary file added fonts/Raleway-Regular.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-Bold.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-BoldItalic.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-Italic.ttf
Binary file not shown.
Binary file added fonts/RobotoMono-Regular.ttf
Binary file not shown.
20 changes: 20 additions & 0 deletions maven/css/apache-maven-fluido-2.0.0-M10.min.css

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions maven/css/print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

#banner,
#footer,
#leftcol,
#breadcrumbs,
.docs #toc,
.docs .courtesylinks,
#leftColumn,
#navColumn {
display: none !important;
}

#bodyColumn,
body.docs div.docs {
margin: 0 !important;
border: none !important;
}
1 change: 1 addition & 0 deletions maven/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* You can override this file with your own styles */
837 changes: 837 additions & 0 deletions maven/dependency-check-report.html

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions maven/dynamo-angular/css/apache-maven-fluido-2.0.0-M10.min.css

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions maven/dynamo-angular/css/print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

#banner,
#footer,
#leftcol,
#breadcrumbs,
.docs #toc,
.docs .courtesylinks,
#leftColumn,
#navColumn {
display: none !important;
}

#bodyColumn,
body.docs div.docs {
margin: 0 !important;
border: none !important;
}
1 change: 1 addition & 0 deletions maven/dynamo-angular/css/site.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* You can override this file with your own styles */
665 changes: 665 additions & 0 deletions maven/dynamo-angular/dependency-check-report.html

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit d51d080

Please sign in to comment.