diff --git a/asset/css/style.css b/asset/css/style.css index 970d06e..b94921a 100644 --- a/asset/css/style.css +++ b/asset/css/style.css @@ -172,11 +172,60 @@ div#xrfragment{ width: 100%; } +div#peertube{ + background: url(../img/peertube-app.webp); + height: 400px; + background-repeat:no-repeat; + background-size: cover; + background-position:center; + width: 100%; +} + +div#jml{ + background: url(../img/jml.jpg); + height: 400px; + background-repeat:no-repeat; + background-size: contain; + width: 100%; + border-radius:7px; + margin:15px 0px; + position:absolute; + z-index:100; +} + +div#janusdialog{ + background: url(../img/janus-script-dialog.webp); + height: 400px; + background-repeat:no-repeat; + background-size: cover; + background-position:center; + width: 100%; +} + +div#janusrss{ + background: url(../img/janus-script-rss.png); + height: 400px; + background-repeat:no-repeat; + background-size: cover; + background-position:center; + width: 100%; +} + +div#janusfetch{ + background: url(../img/janus-script-fetch.png); + height: 400px; + background-repeat:no-repeat; + background-size: cover; + background-position:center; + width: 100%; +} + div#xrshthumb{ background: url(../img/xrsh-thumb.jpg); height: 400px; background-repeat:no-repeat; background-size: cover; + background-position:center; width: 100%; } diff --git a/asset/img/janus-script-dialog.webp b/asset/img/janus-script-dialog.webp new file mode 100644 index 0000000..093aec7 Binary files /dev/null and b/asset/img/janus-script-dialog.webp differ diff --git a/asset/img/janus-script-fetch.png b/asset/img/janus-script-fetch.png new file mode 100644 index 0000000..26cef00 Binary files /dev/null and b/asset/img/janus-script-fetch.png differ diff --git a/asset/img/janus-script-rss.png b/asset/img/janus-script-rss.png new file mode 100644 index 0000000..903428c Binary files /dev/null and b/asset/img/janus-script-rss.png differ diff --git a/asset/img/jml.jpg b/asset/img/jml.jpg new file mode 100644 index 0000000..1316d3a Binary files /dev/null and b/asset/img/jml.jpg differ diff --git a/asset/img/peertube-app.webp b/asset/img/peertube-app.webp new file mode 100644 index 0000000..c4b3f06 Binary files /dev/null and b/asset/img/peertube-app.webp differ diff --git a/index.html b/index.html index 18d595f..52d8382 100644 --- a/index.html +++ b/index.html @@ -168,11 +168,19 @@