Skip to content

Commit ac71608

Browse files
committed
version 3.1.0
1 parent 31aee82 commit ac71608

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

dist/assets/css/about.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@ html[data-bs-theme="dark"] #uhh-light {
7979
}
8080

8181
.start-btn {
82-
display: block; /* Makes it behave like a button */
82+
display: block;
8383
font-size: 200%;
8484
align-content: center;
85-
padding: 10px 20px; /* Adjust padding for spacing */
86-
background-image: url('/assets/img/ispy-webgl-screenshot-1.0.0.png'); /* Replace with your image path */
87-
background-size: cover; /* Ensure the image covers the entire button */
88-
background-position: center; /* Center the image */
89-
background-repeat: no-repeat; /* Prevent the image from repeating */
90-
text-align: center; /* Center text inside the button */
91-
color: white; /* Text color */
92-
border: none; /* Remove default border */
93-
border-radius: 8px; /* Add rounded corners */
94-
cursor: pointer; /* Change cursor to pointer */
95-
margin: 1em auto; /* Center the button horizontally */
96-
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Add a shadow for depth */
97-
transition: transform 0.2s, box-shadow 0.2s; /* Smooth hover/click effects */
85+
padding: 10px 20px;
86+
background-image: url('../img/ispy-webgl-screenshot-1.0.0.png');
87+
background-size: cover;
88+
background-position: center;
89+
background-repeat: no-repeat;
90+
text-align: center;
91+
color: white;
92+
border: none;
93+
border-radius: 8px;
94+
cursor: pointer;
95+
margin: 1em auto;
96+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
97+
transition: transform 0.2s, box-shadow 0.2s;
9898
height: 300px;
9999
width: 40%;
100100
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "masterclass-hamburg",
33
"type": "module",
4-
"version": "v3.0.0-HH",
4+
"version": "v3.1.0-HH",
55
"description": "A browser-based event display for the CMS experiment at the LHC, adjusted for the Masterclass in Hamburg.",
66
"scripts": {
77
"build": "tsc -p tsconfig.json && webpack --config webpack.config.js --mode production",

ts/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export {
4444

4545
export const ispy: Ispy = {
4646
// Metadata and versioning
47-
version: "v3.0.0-HH",
47+
version: "v3.1.0-HH",
4848
lang: "en",
4949
event_list: [],
5050
ig_data: null,

0 commit comments

Comments
 (0)