Skip to content

Commit

Permalink
deploy: 8931f22
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthvikm committed Dec 5, 2023
1 parent 17442b0 commit 385dc26
Show file tree
Hide file tree
Showing 27 changed files with 1,040 additions and 286 deletions.
51 changes: 40 additions & 11 deletions Introduction/exampleApplications.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
padding: 0;
margin: 0;
overflow-y: hidden;
overflow-x: hidden;
}

/*Needed to ensure that [.text-right] in the .adoc files align to the right. Otherwise they align
to the left of the doc.*/
.text-right{
text-align: right;
}

.text-right:hover{
text-decoration: underline;
}

.anchor{
Expand All @@ -32,30 +43,41 @@
}

#header {
background-color: #000;
background-color: black;
background-image: url('img/Pi4Micronaut-RM.png');
background-size: contain;
background-position: left;
background-repeat: no-repeat;
grid-area: nav;
position: fixed;
width: 100%;
vertical-align: center;
max-height: 6%;
max-height:100px;
height: 100%;
display: inline-block;
z-index: 10;
margin-bottom: 0;
}

#header a{
color:white;
margin-right: 20px;
}

#toc {
margin-top: 13px;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 2em;
float: left;
max-height: 90%;
max-height: 89.5%;
height: 100%;
overflow-y: auto;
position: fixed;
box-sizing: border-box;
background-color: gainsboro;
max-width: 15%;
max-width: 15.5%;
width: 100%;
}

Expand Down Expand Up @@ -83,16 +105,23 @@
}

h1 {
text-indent: -9999px;
font-size: 2em;
background-color: black;
background-color: transparent;
padding: .6em;
margin: 0;
width: 100%;
color: white;
height: 100%;
height: 50%;
vertical-align: center;
}

h2 {
margin-top: 2px;
margin-bottom: 2px;
}


/*.toc2{*/
/* float: left;*/
/*}*/
Expand All @@ -112,11 +141,11 @@
z-index: 1;
max-height: 80%;
height: 100%;
margin-left: 15%;
margin-left: 15.5%;
margin-right: 0;
margin-bottom: 10%;
margin-top: 5%;
padding-bottom: 50px;
margin-bottom: 1%;
margin-top: 8%;
padding-bottom: 100px;
}

.hljs{
Expand Down Expand Up @@ -196,7 +225,7 @@ <h4 id="_remote_mointoring_check_in_system">Remote Mointoring Check-In System</h
<div id="footer">
<div id="footer-text">
Version v1.0.0<br>
Last updated 2023-11-29 01:27:33 UTC
Last updated 2023-12-05 01:35:24 UTC
</div>
</div>
</body>
Expand Down
51 changes: 40 additions & 11 deletions Introduction/supportedHardware.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
padding: 0;
margin: 0;
overflow-y: hidden;
overflow-x: hidden;
}

/*Needed to ensure that [.text-right] in the .adoc files align to the right. Otherwise they align
to the left of the doc.*/
.text-right{
text-align: right;
}

.text-right:hover{
text-decoration: underline;
}

.anchor{
Expand All @@ -32,30 +43,41 @@
}

#header {
background-color: #000;
background-color: black;
background-image: url('img/Pi4Micronaut-RM.png');
background-size: contain;
background-position: left;
background-repeat: no-repeat;
grid-area: nav;
position: fixed;
width: 100%;
vertical-align: center;
max-height: 6%;
max-height:100px;
height: 100%;
display: inline-block;
z-index: 10;
margin-bottom: 0;
}

#header a{
color:white;
margin-right: 20px;
}

#toc {
margin-top: 13px;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 2em;
float: left;
max-height: 90%;
max-height: 89.5%;
height: 100%;
overflow-y: auto;
position: fixed;
box-sizing: border-box;
background-color: gainsboro;
max-width: 15%;
max-width: 15.5%;
width: 100%;
}

Expand Down Expand Up @@ -83,16 +105,23 @@
}

h1 {
text-indent: -9999px;
font-size: 2em;
background-color: black;
background-color: transparent;
padding: .6em;
margin: 0;
width: 100%;
color: white;
height: 100%;
height: 50%;
vertical-align: center;
}

h2 {
margin-top: 2px;
margin-bottom: 2px;
}


/*.toc2{*/
/* float: left;*/
/*}*/
Expand All @@ -112,11 +141,11 @@
z-index: 1;
max-height: 80%;
height: 100%;
margin-left: 15%;
margin-left: 15.5%;
margin-right: 0;
margin-bottom: 10%;
margin-top: 5%;
padding-bottom: 50px;
margin-bottom: 1%;
margin-top: 8%;
padding-bottom: 100px;
}

.hljs{
Expand Down Expand Up @@ -221,7 +250,7 @@ <h3 id="_currently_supported_hardware">Currently Supported Hardware</h3>
<div id="footer">
<div id="footer-text">
Version v1.0.0<br>
Last updated 2023-11-29 01:27:33 UTC
Last updated 2023-12-05 01:35:24 UTC
</div>
</div>
</body>
Expand Down
51 changes: 40 additions & 11 deletions adding_creating_App.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@
padding: 0;
margin: 0;
overflow-y: hidden;
overflow-x: hidden;
}

/*Needed to ensure that [.text-right] in the .adoc files align to the right. Otherwise they align
to the left of the doc.*/
.text-right{
text-align: right;
}

.text-right:hover{
text-decoration: underline;
}

.anchor{
Expand All @@ -32,30 +43,41 @@
}

#header {
background-color: #000;
background-color: black;
background-image: url('img/Pi4Micronaut-RM.png');
background-size: contain;
background-position: left;
background-repeat: no-repeat;
grid-area: nav;
position: fixed;
width: 100%;
vertical-align: center;
max-height: 6%;
max-height:100px;
height: 100%;
display: inline-block;
z-index: 10;
margin-bottom: 0;
}

#header a{
color:white;
margin-right: 20px;
}

#toc {
margin-top: 13px;
padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 2em;
float: left;
max-height: 90%;
max-height: 89.5%;
height: 100%;
overflow-y: auto;
position: fixed;
box-sizing: border-box;
background-color: gainsboro;
max-width: 15%;
max-width: 15.5%;
width: 100%;
}

Expand Down Expand Up @@ -83,16 +105,23 @@
}

h1 {
text-indent: -9999px;
font-size: 2em;
background-color: black;
background-color: transparent;
padding: .6em;
margin: 0;
width: 100%;
color: white;
height: 100%;
height: 50%;
vertical-align: center;
}

h2 {
margin-top: 2px;
margin-bottom: 2px;
}


/*.toc2{*/
/* float: left;*/
/*}*/
Expand All @@ -112,11 +141,11 @@
z-index: 1;
max-height: 80%;
height: 100%;
margin-left: 15%;
margin-left: 15.5%;
margin-right: 0;
margin-bottom: 10%;
margin-top: 5%;
padding-bottom: 50px;
margin-bottom: 1%;
margin-top: 8%;
padding-bottom: 100px;
}

.hljs{
Expand Down Expand Up @@ -193,7 +222,7 @@ <h2 id="_adding_tocreating_an_application">Adding to/Creating an Application</h2
<div id="footer">
<div id="footer-text">
Version v1.0.0<br>
Last updated 2023-11-29 01:27:33 UTC
Last updated 2023-12-05 01:35:24 UTC
</div>
</div>
</body>
Expand Down
Loading

0 comments on commit 385dc26

Please sign in to comment.