Skip to content

Commit c0e0d8d

Browse files
committed
website download and home update
1 parent e08f9ce commit c0e0d8d

16 files changed

Lines changed: 455 additions & 92 deletions

File tree

assets/css/custom.css

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,68 @@
11
/* Add your own custom styles here */
2+
3+
/* Button styling */
4+
.btn {
5+
color: white !important;
6+
}
7+
8+
.btn:hover {
9+
color: white !important;
10+
}
11+
12+
/* Dark mode button styling */
13+
.dark .btn {
14+
color: black !important;
15+
}
16+
17+
.dark .btn:hover {
18+
color: black !important;
19+
}
20+
21+
/* General link styling */
22+
a {
23+
color: #3b82f6; /* Blue color */
24+
text-decoration: none; /* Remove underline */
25+
}
26+
27+
a:hover {
28+
color: #1d4ed8; /* Darker blue on hover */
29+
text-decoration: none; /* Remove underline */
30+
}
31+
32+
/* Dark mode styling for all links */
33+
.dark a {
34+
color: #60a5fa; /* Lighter blue for dark mode */
35+
text-decoration: none; /* Remove underline */
36+
}
37+
38+
.dark a:hover {
39+
color: #93c5fd; /* Even lighter blue on hover in dark mode */
40+
text-decoration: none; /* Remove underline */
41+
}
42+
43+
/* Privacy section link styling (more specific) */
44+
.privacy-links a {
45+
color: #3b82f6; /* Blue color */
46+
text-decoration: none; /* Remove underline */
47+
}
48+
49+
.privacy-links a:hover {
50+
color: #1d4ed8; /* Darker blue on hover */
51+
text-decoration: none; /* Remove underline */
52+
}
53+
54+
/* Dark mode styling for privacy links */
55+
.dark .privacy-links a {
56+
color: #60a5fa; /* Lighter blue for dark mode */
57+
text-decoration: none; /* Remove underline */
58+
}
59+
60+
.dark .privacy-links a:hover {
61+
color: #93c5fd; /* Even lighter blue on hover in dark mode */
62+
text-decoration: none; /* Remove underline */
63+
}
64+
65+
/* Force Features section background to be transparent in dark mode */
66+
.dark .bg-gradient-to-b {
67+
background: transparent !important;
68+
}

assets/images/bicycle_emoji.png

31 KB
Loading

assets/images/cropped_lidar.png

3.88 MB
Loading

assets/images/cropped_lidar1.png

7.31 MB
Loading

assets/images/icp_lidars.png

1.79 MB
Loading

assets/images/lidar_rc.png

6.25 MB
Loading

assets/images/rc_website.png

1.22 MB
Loading

assets/images/urdf.png

99.7 KB
Loading

assets/images/urdf_corrected.png

-434 KB
Binary file not shown.

config/_default/menus.en.toml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,38 +4,16 @@
44
name = "Dataset"
55
weight = 1
66

7-
[[main]]
8-
name = "Overview"
9-
url = "/dataset"
10-
parent = "Dataset"
11-
weight = 1
12-
13-
[[main]]
14-
name = "Format"
15-
url = "/format"
16-
parent = "Dataset"
17-
weight = 2
18-
197
[[main]]
208
name = "Download"
219
url = "/download"
2210
parent = "Dataset"
23-
weight = 3
24-
25-
[[main]]
26-
name = "Resources"
27-
url = "/resources"
28-
weight = 2
29-
30-
[[main]]
31-
name = "Team"
32-
url = "/team"
33-
weight = 3
11+
weight = 1
3412

3513
[[main]]
3614
name = "Contact"
3715
url = "/contact"
38-
weight = 4
16+
weight = 2
3917

4018
# footer menu
4119
[[footer]]

0 commit comments

Comments
 (0)