File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,19 +23,25 @@ <h6 class="text-uppercase mb-4">
2323 Pages
2424 </ h6 >
2525 < div style ="display: flex; flex-direction: column; " class ="fw-light ">
26- {% for item in site.navbar.pages %}
27- {% if item.url %}
26+ {% for item in site.navbar.pages %}
27+ {% if item.url %}
2828 < a href ="{{ item.url | absolute_url }} " class ="text-reset "> {% if item.icon %}{{item.icon}} {% endif %}{{ item.title }}</ a >
29- {% endif %}
30- {% endfor %}
29+ {% endif %}
30+ {% endfor %}
3131 </ div >
3232 </ div >
3333 <!-- Grid column -->
3434 < div class ="col-12 col-md-3 mx-auto mb-md-0 mb-4 ">
3535 <!-- Links -->
3636 < h6 class ="text-uppercase mb-4 "> Contacts</ h6 >
37- < p class ="fw-light "> < svg class ="bi me-1 align-text-bottom " width ="1.2em " height ="1.2em " fill ="currentColor ">
38- < use xlink:href ="#usi-icon " /> </ svg > {{ site.address }}</ p >
37+ < p class ="fw-light "> < i > < svg class ="bi me-1 align-text-center " width ="1.5em " height ="1.5em "
38+ fill ="currentColor ">
39+ < use xlink:href ="#idsia-icon " />
40+ </ svg > </ i > < strong > The Swiss AI Lab IDSIA</ strong > </ p >
41+ < p class ="fw-light "> < svg class ="bi me-1 align-text-bottom " width ="1.2em " height ="1.2em "
42+ fill ="currentColor ">
43+ < use xlink:href ="#usi-icon " />
44+ </ svg > {{ site.address }}</ p >
3945 < p class ="fw-light "> < a href ="mailto:{{site.email}} " class ="text-light "> ✉️ {{ site.email }}</ a > </ p >
4046 {% if site.social %}
4147 < p class ="text-center "> {% include links_list.html links=site.social color='#ddd' %}</ p >
You can’t perform that action at this time.
0 commit comments