Skip to content

Commit 47c2fcc

Browse files
committed
bumping website
1 parent 529624b commit 47c2fcc

16 files changed

Lines changed: 1170 additions & 1377 deletions

File tree

Production_Files/Software/ODMR_Server/src/main.cpp

Lines changed: 273 additions & 216 deletions
Large diffs are not rendered by default.

Production_Files/Software/ODMR_Server/src/version_info.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#define __VERSION_INFO_H__
66

77
#define FIRMWARE_VERSION "1.0.0"
8-
#define BUILD_DATE "2025-12-10"
9-
#define BUILD_TIME "22:27:13"
10-
#define BUILD_TIMESTAMP "20251210222713"
11-
#define GIT_HASH "d6fa7cc"
8+
#define BUILD_DATE "2025-12-16"
9+
#define BUILD_TIME "14:39:44"
10+
#define BUILD_TIMESTAMP "20251216143944"
11+
#define GIT_HASH "529624b"
1212
#define GIT_BRANCH "main"
1313

1414
// Combined version string

Production_Files/Software/ODMR_Server/src/website/index_html.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Production_Files/Software/ODMR_Server/src/website/infos_html.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Production_Files/Software/ODMR_Server/src/website/justage_html.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Production_Files/Software/ODMR_Server/src/website/messung_html.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Production_Files/Software/ODMR_Server/src/website/messung_webserial_html.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Production_Files/Software/ODMR_Server/src/website/ratio_html.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Production_Files/Software/ODMR_Server/src/website/style_css.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Production_Files/Software/ODMR_Server/src/website_html/index.html

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,8 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>NV-Experimente / ODMR</title>
77

8-
<!-- Bootstrap 5 from CDN -->
9-
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
10-
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.0/font/bootstrap-icons.css" rel="stylesheet">
11-
12-
<!-- Brand palette ---------------------------------------------------------->
13-
<style>
14-
:root{
15-
--uc2-blue: #023773; /* primary */
16-
--uc2-green: #85b918; /* success */
17-
--uc2-turquoise: #1f9c7c; /* info */
18-
--uc2-light: #faf9f9; /* body bg */
19-
--uc2-grey: #999999; /* muted txt */
20-
}
21-
body { background: var(--uc2-light); color: var(--uc2-grey); }
22-
h1,h2,h3,h4,h5 { color: var(--uc2-blue); }
23-
/* navbar */
24-
.navbar { background: var(--uc2-blue); }
25-
.navbar-brand,
26-
.navbar-nav .nav-link { color:#fff; }
27-
.navbar-nav .nav-link.active{ color: var(--uc2-green); }
28-
.navbar-nav .nav-link:hover{ color: var(--uc2-turquoise); }
29-
/* links in text */
30-
a{ color: var(--uc2-blue); }
31-
a:hover{ color: var(--uc2-turquoise); }
32-
footer{ background: var(--uc2-blue); color:#fff; }
33-
</style>
8+
<!-- Offline-capable CSS framework -->
9+
<link rel="stylesheet" href="style.css">
3410
</head>
3511

3612
<body>

0 commit comments

Comments
 (0)