Docs edits.

This commit is contained in:
Robin Davies
2022-03-14 15:47:10 -04:00
parent 3262ad97b4
commit e9043618f8
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ After PiPedal is installed, you can connect to the web interface as follows: via
- http://127.0.0.1 if you are interactively logged into your Raspberry Pi device
- at port 80 of the current network address of your Raspberry Pi, if you are connecteing from an Android device (which does not currently support mDNS).
- at port 80 of the current network address of your Raspberry Pi, if you are connecting from an Android device (which does not currently support mDNS).
To complete the initial configuration, you must either connect an Ethernet cable to your Raspberry pi so you can connect to the Web App (after which you should be able to connect to http://pipedal.local); or you must launch a web browser on your Raspberry pi device while logged in interactively.
+5 -2
View File
@@ -1,6 +1,7 @@
<script>
{
let galleryPath = "gallery/";
let images = [
"rig.jpg",
"jazz.png",
@@ -20,7 +21,6 @@
let aspectX = 952;
let aspectY = 648;
let borderWidth = 0;
let galleryPath = "gallery/";
let width ;
let height;
@@ -115,6 +115,9 @@
galleryScrollLeft();
} else if (x > frameWidth - 80) {
galleryScrollRight();
} else {
let url = (galleryPath + images[galleryFrame]);
window.open(url,"_blank");
}
}
let galleryMouseEnter = (e) => {
@@ -175,7 +178,7 @@
+ (frameWidth * images.length)
+ "px; height: "
+ (frameHeight)
+ "px; background: #0; left: 0px' >"
+ "px; background: #FFF; left: 0px' >"
);
{
// the images.
+1 -1
View File
@@ -23,7 +23,7 @@
height: 54px;
}
</style>
<header class="site-header sticky-header" style="background: url(banner-bg.jpg); background-size: cover">
<header class="site-header sticky-header" >
<div class="wrapper ">
{%- assign default_paths = site.pages | map: "path" -%}