diff --git a/html/index.html b/html/index.html index 6e3bc27e00b1c96967db779e191b1438a9d118f3..580a721dd6946cd2144b3608149fdf39ec304135 100644 --- a/html/index.html +++ b/html/index.html @@ -36,7 +36,7 @@ <style>body { padding-top: 60px;}</style> <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top"> - <a class="navbar-brand" href="https://autonomous-driving-challenge.com/"> + <a class="navbar-brand" href="https://autonomous-driving-challenge.com/" target="_blank"> <img src="images/carnet.png" width="30" height="30" class="d-inline-block align-top" alt=""> ADC </a> @@ -66,9 +66,9 @@ <br> <ol> - <li><A HREF = "jury.html">Jury</A></li> - <li><A HREF = "public.html">Public</A></li> - <li><A HREF = "config.html">Config</A></li> + <li><A HREF = "jury.html" target="_blank">Jury</A></li> + <li><A HREF = "public.html" target="_blank">Public</A></li> + <li><A HREF = "config.html" target="_blank">Config</A></li> </ol> diff --git a/html/jury.html b/html/jury.html index 9dc404933c87c462cdc9d7c1ce0e367a950efdf8..08702a17334beddb9145f258e82453ad0d483505 100644 --- a/html/jury.html +++ b/html/jury.html @@ -380,7 +380,7 @@ <style>body { padding-top: 60px;}</style> <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top"> - <a class="navbar-brand" href="https://autonomous-driving-challenge.com/"> + <a class="navbar-brand" href="https://autonomous-driving-challenge.com/" target="_blank"> <img src="images/carnet.png" width="30" height="30" class="d-inline-block align-top" alt=""> ADC </a> diff --git a/html/map.html b/html/map.html index 5d3789963543f8f4127310945913ccefe2e7cc9b..d48655de799f364292785929cc93fff6f9228254 100644 --- a/html/map.html +++ b/html/map.html @@ -76,7 +76,7 @@ <style>body { padding-top: 60px;}</style> <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top"> - <a class="navbar-brand" href="https://www.iri.upc.edu"> + <a class="navbar-brand" href="https://autonomous-driving-challenge.com/" target="_blank"> <img src="images/carnet.png" width="30" height="30" class="d-inline-block align-top" alt=""> ADC </a> diff --git a/html/public.html b/html/public.html index b2c152ee62b20d06720f4d8b41f4e9092e9b6a9f..a58eea690c08ec74d5fda5bfedcfc5be0df38c42 100644 --- a/html/public.html +++ b/html/public.html @@ -118,7 +118,7 @@ <style>body { padding-top: 60px;}</style> <nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top"> - <a class="navbar-brand" href="https://autonomous-driving-challenge.com/"> + <a class="navbar-brand" href="https://autonomous-driving-challenge.com/" target="_blank"> <img src="images/carnet.png" width="30" height="30" class="d-inline-block align-top" alt=""> ADC </a>