Skip to content
Snippets Groups Projects
Commit 2f35820e authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Open links in new tabs

parent bb19854d
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment