Skip to content

Commit

Permalink
Fixing fonts on Landing Page and the grid on People's page, adding da…
Browse files Browse the repository at this point in the history
…rkmode RAI logo to the assets folder.
  • Loading branch information
Meg199602 committed Oct 31, 2023
1 parent 356d97c commit b47f429
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Site settings
# -----------------------------------------------------------------------------

title: Welcome to the Center for Responsible AI at New York University # the website title (if blank, full name will be used instead)
title: <h5>Welcome to the <b>Center for Responsible AI</b> at New York University</h5> # the website title (if blank, full name will be used instead)
first_name: Center
middle_name: for
last_name: Responsible AI at New York University!
Expand Down
2 changes: 1 addition & 1 deletion _includes/figure.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% if include.title %}title="{{ include.title }}"{% endif %}
{% if include.zoomable %}data-zoomable{% endif %}
{% if include.people-profile %}style="max-width: 200px; min-width: 200px; float:right; margin: 10px;"{% endif %}
{% if include.my-style %}style="width: 30px;"{% endif %}
{% if include.my-style %}style="width: 200px; height: 200px"{% endif %}
onerror="this.onerror=null; $('.responsive-img-srcset').remove();"
/>

Expand Down
2 changes: 1 addition & 1 deletion _includes/news.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div class="news">
<h2>news</h2>
<h5><b>News</b></h5>
{% if site.news != blank -%}
{%- assign news_size = site.news | size -%}
<div class="table-responsive" {% if site.news_scrollable and news_size > 3 %}style="max-height: 10vw"{% endif %}>
Expand Down
2 changes: 1 addition & 1 deletion _includes/selected_papers.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div class="publications">
<h2>selected publications</h2>
<h5><b>Selected Publications</b></h5>
{% bibliography -f papers -q @*[selected=true]* %}
</div>
30 changes: 15 additions & 15 deletions _pages/people.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nav_order: 1
<div class="row mt-3">
<a href="/people/julia">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/julia.jpg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/julia.jpg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Julia Stoyanovich</b><br>
Director
Expand All @@ -25,7 +25,7 @@ nav_order: 1
</a>
<a href="https://amyhurst.com/">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/amy.jpg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/amy.jpg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Amy Hurst</b><br>
Affiliated Faculty
Expand All @@ -34,7 +34,7 @@ nav_order: 1
</a>
<a href="/people/armanda">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/armanda.jpg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/armanda.jpg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Armanda Lewis</b><br>
Senior Research Scientist
Expand All @@ -46,7 +46,7 @@ nav_order: 1
<div class="row mt-3">
<a href="/people/falaah">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/falaah.jpeg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/falaah.jpeg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Falaah Arif Khan</b><br>
Graduate Research Fellow
Expand All @@ -55,7 +55,7 @@ nav_order: 1
</a>
<a href="/people/andrew">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/andrew.png" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/andrew.png" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Andrew Bell</b><br>
Graduate Research Fellow
Expand All @@ -64,7 +64,7 @@ nav_order: 1
</a>
<a href="/people/aradhita">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/aradhita.jpeg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/aradhita.jpeg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Aradhita Bhandari</b><br>
Graduate Research Fellow
Expand All @@ -77,7 +77,7 @@ nav_order: 1
<div class="row mt-3">
<a href="/people/lucius">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/lucius.png" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/lucius.png" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Lucius Bynum</b><br>
Graduate Research Fellow
Expand All @@ -87,7 +87,7 @@ nav_order: 1

<a href="/people/raphael">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/raphael.jpeg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/raphael.jpeg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Raphael Meyer</b><br>
Graduate Research Fellow
Expand All @@ -97,7 +97,7 @@ nav_order: 1

<a href="/people/venetia">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/venetia.jpeg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/venetia.jpeg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Venetia Pliatsika</b><br>
Graduate Research Fellow
Expand All @@ -110,7 +110,7 @@ nav_order: 1

<a href="/people/lucas">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/lucas_photo.jpeg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/lucas_photo.jpeg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Lucas Rosenblatt</b><br>
Graduate Research Fellow
Expand All @@ -120,7 +120,7 @@ nav_order: 1

<a href="/people/meghana">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/meghana.jpg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/meghana.jpeg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Meghana Shanbhogue</b><br>
Graduate Research Fellow
Expand All @@ -137,7 +137,7 @@ nav_order: 1

<a href="/people/daniel">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/daniel.png" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/daniel.png" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Daniel Dominguez</b><br>
Visiting Scholar
Expand All @@ -147,7 +147,7 @@ nav_order: 1

<a href="https://novaresearch.unl.pt/en/persons/jo%C3%A3o-fonseca-2">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/joao.jpg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/joao.jpg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Joao Fonseca</b><br>
Visiting Scholar
Expand All @@ -158,7 +158,7 @@ nav_order: 1

<a href="/people/rodrigo">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/rodrigo.jpg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/rodrigo.jpg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Rodrigo Kreis de Paula</b><br>
Visiting Scholar
Expand All @@ -171,7 +171,7 @@ nav_order: 1

<a href="/people/ian">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html people-profile=true path="assets/img/people/ian.jpeg" class="img-fluid rounded z-depth-1" %}
{% include figure.html people-profile=true path="assets/img/people/ian.jpeg" class="img-fluid rounded z-depth-1" my-style=true %}
<div class="caption">
<b>Ian Solano-Kamaiko</b><br>
Visiting Scholar
Expand Down
Binary file added assets/img/people/meghana.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/people/meghana.jpg
Binary file not shown.
Binary file added assets/img/rai_logo_darkmode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b47f429

Please sign in to comment.