Skip to content

Commit cb14709

Browse files
committed
Include weather routing bench in about
1 parent 740cb4e commit cb14709

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

_pages/about.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,14 @@ The goal is both to improve the state of the art algorithms for weather routing,
101101

102102
---
103103

104-
<a href="https://demo.weathernavigation.com/" class="button">Demo</a>
104+
<div style="display: flex; justify-content: center;">
105+
<div style="flex: 50%; margin-right: 10px;">
106+
<a href="https://benchmark.weathernavigation.com/" class="button">WeatherRouting Bench 1.0</a>
107+
</div>
108+
<div style="flex: 50%; margin-left: 10px;">
109+
<a href="https://demo.weathernavigation.com/" class="button">Demo</a>
110+
</div>
111+
</div>
105112

106113
---
107114

0 commit comments

Comments
 (0)