diff options
Diffstat (limited to 'website')
-rw-r--r-- | website/templates/home.html | 11 | ||||
-rw-r--r-- | website/templates/navbar.html | 3 |
2 files changed, 8 insertions, 6 deletions
diff --git a/website/templates/home.html b/website/templates/home.html index fae1983..facc58c 100644 --- a/website/templates/home.html +++ b/website/templates/home.html @@ -13,7 +13,7 @@ </div> <center> - + <br><br> <div class="d-inline-block "> <a href="#register" style="width : 200px;float: left" class="btn btn-primary gradient" >Register</a> </div> @@ -93,9 +93,8 @@ <br> <p style="font-size: 28px;">KEYNOTE SPEAKER</p> <img class="img-fluid d-block mx-auto" src="{% static 'img/me_pro.png' %}" alt=""> - <p align="justify">Nelle Varoquaux, Postdoctoral fellow<br><span style="font-size: 10px;">(at the Department of Statistics at UC - Berkeley and a BIDS data science fellow.)</span> - <br><a href="https://github.com/NelleV" target="_blank"><i style="font-size:30px;color: black;margin-left: 35%" class="fa fa-github" aria-hidden="true"></i></a> + <p align="justify">Nelle Varoquaux<br><span style="font-size: 10px;">(a postdoctoral fellow at the Department of Statistics at UC Berkeley and a BIDS data science fellow.)</span> + <br><br><a href="https://github.com/NelleV" target="_blank"><i style="font-size:30px;color: black;margin-left: 35%" class="fa fa-github" aria-hidden="true"></i></a> <a href="https://bids.berkeley.edu/people/nelle-varoquaux" target="_blank"><i class="fa fa-info" style="font-size:30px;color:black"></i></a> <p align="justify"> She received a PhD in computational biology from École des Mines de Paris in 2015. Her research interests are in @@ -552,7 +551,7 @@ </section> <!--------------------------> <!------------ venue ------------- --> - +<!-- <section id="sponsors"> <br> <br> @@ -565,7 +564,7 @@ <h2>Sponsors</h2> </center> <hr> -</div></div></div></section> +</div></div></div></section>--> <section id="poster"> <br> diff --git a/website/templates/navbar.html b/website/templates/navbar.html index 5f8e059..ba19708 100644 --- a/website/templates/navbar.html +++ b/website/templates/navbar.html @@ -42,6 +42,9 @@ <li class="nav-item"> <a class="nav-link" href="/#venue" class="nav-link js-scroll-trigger" >Venue</a> </li> + <!--<li class="nav-item"> + <a class="nav-link" href="/#sponsors" class="nav-link js-scroll-trigger" >Sponsor</a> + </li>--> <!-- <li class="nav-item"> <a class="nav-link" href="#" class="nav-link js-scroll-trigger" >Satellite Conference</a> </li> |