Skip to content

Commit 9d3ddfd

Browse files
committed
minor - preparing for cfp
1 parent 4dc8b41 commit 9d3ddfd

File tree

5 files changed

+39
-11
lines changed

5 files changed

+39
-11
lines changed

content/archive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ layout: "single"
55
draft: false
66
---
77

8-
The SUMO User Conference, held every year in Berlin since 2013, is a must-attend event for anyone involved with SUMO. It gathers international participants from the industry, research and public institutions - to present (among others) projects, studies and advancements all around traffic, simulation and SUMO.
8+
The SUMO Conference, held every year in Berlin since 2013, is a must-attend event for anyone involved with SUMO. It gathers international participants from the industry, research and public institutions - to present (among others) projects, studies and advancements all around traffic, simulation and SUMO.
99

10-
The conference is a great place to learn about new features, network with fellow enthusiasts, ask the developers, have fruitful discussions, exchange ideas and even start collaborations!
10+
The conference offers opportunities to learn about new features, connect with other users, engage with the developers, exchange ideas, and even start new collaborations.
1111

1212

1313
{{< include "conference_cards.html" >}}

themes/sumo-theme/layouts/index.html

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,14 +148,13 @@
148148
<a href="{{ `about#citing-sumo` | relURL }}">Citing SUMO</a>
149149
</div>
150150

151-
151+
152152
<!-- <div class="alert alert-success mt-4" role="alert">
153153
<a href="{{ `conference` | absURL }}" style="text-decoration: none;">
154154
<center><img src="{{ `images/logo_2025.png` | absURL }}" style="width:80%; margin-bottom:10px" alt="Conference logo" class="img-responsive"/></center>
155155
156156
SUMO User Conference 2025: <b>May 12-14</b> in Berlin.</a>
157157
</div> -->
158-
159158

160159
<!-- <a href="{{ `conference` | absURL }}" class="text-decoration-none" style="color: inherit">
161160
<div class="card">
@@ -168,12 +167,10 @@
168167
</div>
169168
</a> -->
170169

171-
<script>
172-
let conference_date = new Date('05/13/2024');
173-
let current_date = new Date();
174-
var remainingDays = Math.ceil((conference_date.getTime() - current_date.getTime()) / (1000 * 3600 * 24));
170+
<!-- <script>
171+
var remainingDays = Math.ceil((new Date("06/01/2026").getTime() - new Date().getTime()) / (1000 * 3600 * 24));
175172
document.getElementById("remaining-days").innerHTML = remainingDays;
176-
</script>
173+
</script> -->
177174

178175
</div>
179176
</div>

themes/sumo-theme/layouts/partials/conference_archive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- archive - previous years -->
2-
<p class="sidebar-title"><b>Conference Archive</b></p>
2+
<p class="sidebar-title"><b>Conference archive</b></p>
33
<div class="btn-group">
44
<div class="dropdown">
55
<button type="button" class="btn btn-light btn-archive btn-sm dropdown-toggle" data-toggle="dropdown" title="Explore previous conferences">Select year </button>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<div class="d-none d-md-block"><p class="sidebar-title"><b>What's on this Page</b></p>
1+
<div class="d-none d-md-block"><p class="sidebar-title"><b>What's on this page</b></p>
22
{{ .TableOfContents }}
33
</div>

themes/sumo-theme/static/css/custom.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ background-color: #f8f8f8;
44
color: #403b3b;
55
}
66

7+
/* .dropdown {
8+
position: relative;
9+
}
10+
11+
.show-on-hover {
12+
display: none;
13+
position: absolute;
14+
top: 100%;
15+
left: 0;
16+
}
17+
18+
.dropdown:hover .show-on-hover {
19+
display: block;
20+
}
21+
22+
.default-cursor {
23+
cursor: default;
24+
} */
25+
726
html, body {
827
position: relative;
928
overflow-x: hidden;
@@ -536,4 +555,16 @@ padding: 3px;
536555

537556
.cover-image {
538557
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
558+
}
559+
560+
.square-img-box {
561+
width: 100%;
562+
height: 250px;
563+
overflow: hidden;
564+
}
565+
566+
.square-img-box img {
567+
width: 100%;
568+
height: 100%;
569+
object-fit: cover;
539570
}

0 commit comments

Comments
 (0)