Compare commits

..

No commits in common. "bbf04070906b911d6e17816896375b1a8207fb78" and "e5eacbba0d1816688fa40043e2795f0c99f55154" have entirely different histories.

4 changed files with 9 additions and 22 deletions

View File

@ -93,7 +93,7 @@
"midi-channel-name": "conductorToms",
"image": {
"filename": "toms.svg",
"yPos": "20%",
"yPos": "42%",
"width": "100",
"height": "100"
}

View File

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="3" height="1200">
<line style="fill: rgb(0, 216, 0); stroke: rgb(0, 0, 0);" x1="1" y1="1" x2="1" y2="1200"></line>
<line style="fill: rgb(0, 216, 0); stroke: rgb(255, 0, 0);" x1="1" y1="1" x2="1" y2="1200"></line>
</svg>

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 175 B

View File

@ -18,12 +18,10 @@
<div id="main-content">
<div>
<object type="image/svg+xml" data="/Logo.svg" id="logo-main"></object>
</div>
<!-- <div class="title-title">
<div class="title-title">
The Conductor
</div> -->
</div>
<div class="title" id="title">
15.5.2024 08:00:00 - 08:01:00 UTC

View File

@ -174,27 +174,17 @@ html {
width: 50%;
}
#logo-main{
width: 80px;
height: 80px;
margin-top: 60px;
display: flex;
opacity: 0.1;
/* animation: rotate360 10s linear infinite; */
}
.title{
top: 30px;
width: 100%;
margin-top: 40px;
margin-bottom: 50px;
margin-top: 30px;
margin-bottom: 80px;
text-align: center;
color: white;
background-color: rgb(0,0,0);
/* height: 20vh; */
font-family: Helvetica;
font-size: clamp(12px,1.1vw, 18px);
opacity: 0.1;
font-size: clamp(14px,1.1vw, 18px);
}
@ -217,7 +207,6 @@ html {
.stave-svg {
position: relative;
z-index: 1;
opacity: 0.3;
}