Skip to content

Commit 5c0b107

Browse files
authored
style: 💄 change image size and alignment in the people tab (#14)
1 parent 7a21bca commit 5c0b107

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

_quarto.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# image: /logo/logo_with_hue.jpeg
1111
# # image-alt: "(x)Ability Design Lab"
1212
# favicon: /logo/favicon.png
13-
# google-analytics: "G-FV9Z7SDZ0M"
13+
# google-analytics: "G-FV9Z7SDZ0M"
1414
# open-graph: true
1515
# twitter-card: true
1616
# page-navigation: true
@@ -24,9 +24,6 @@
2424
# # search-only-api-key: 41be6c1e0a7fea4a51b107810facf577
2525
# # analytics-events: true
2626
# # show-logo: true
27-
28-
# page-footer:
29-
# background: transparent
3027
# # left: |
3128
# # Proudly supported by
3229
# # [![](https://www.rstudio.com/assets/img/posit-logo-fullcolor-TM.svg){fig-alt="Posit" width=65px}](https://posit.co)

assets/images/sk.jpeg

15.5 KB
Loading

people.qmd

+7-6
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ page-layout: full
1111

1212
<div class="card mb-3">
1313
<div class="card-body">
14-
<img src="assets/images/js.jpg" alt="JooYoung Seo"/>
14+
<center>
15+
<img src="assets/images/js.jpg" alt="JooYoung Seo" style="width: 200px; height: 200px; border-radius: 50%; object-fit: cover;">
1516
<h3 class="card-title">JooYoung Seo</h3>
1617
<h6 class="card-subtitle text-muted">Ph.D., Learning, Design, and Technology</h6>
18+
</center>
1719
</div>
1820
<div class="card-body">
1921
<p class="card-text">Dr. JooYoung Seo leads the (x)Ability Design Lab, where their research focuses on accessibility research. He is an assistant professor in the School of Information Sciences and a faculty affiliate in the Department of Computer Science, Informatics Institute, and the National Center for Supercomputing Applications at the University of Illinois Urbana-Champaign. Seo is also an RStudio double-certified data science instructor and accessibility expert certified by the International Association of Accessibility Professionals (IAAP). His research topics involve accessible computing, universal design, inclusive data science, and equitable healthcare technologies. As an emerging learning scientist and information scientist, his research focuses particularly on how to make computational literacy more accessible to people with dis/abilities by using multimodal data representation.
@@ -35,22 +37,21 @@ Seo obtained his PhD and M.Ed in at the Pennsylvania State University, and doub
3537

3638
<div class="card mb-3">
3739
<div class="card-body">
38-
<img src="assets/images/sk.jpeg" alt="Sanchita Kamath"/>
40+
<img src="assets/images/sk.jpeg" alt="Sanchita Kamath" style="width: 200px; height: 200px; border-radius: 50%; object-fit: cover;"/>
3941
<h3 class="card-title">Sanchita Kamath</h3>
4042
<h6 class="card-subtitle text-muted">Ph.D. Student, Information Sciences</h6>
4143
</div>
4244
<div class="card-body">
43-
<p class="card-text">Her research focuses on designing and developing immersive, user-centered solutions that enhance accessibility and inclusivity, particularly for blind and low-vision (BLV) individuals. With a background in Computer Science and Engineering, Sanchita’s work seeks to bridge the gap between cutting-edge technology and user experience. She is currently workign on studies that investigate cognition in BLV people and multiple tools and technologies through which this can be achieved.</p>
45+
<p class="card-text">Her research focuses on designing and developing immersive, user-centered solutions that enhance accessibility and inclusivity, particularly for blind and low-vision (BLV) individuals. With a background in Computer Science and Engineering, Sanchita’s work seeks to bridge the gap between cutting-edge technology and user experience. She is currently working on studies that investigate cognition in BLV people and multiple tools and technologies through which this can be achieved.</p>
4446
</div>
4547
</div>
4648

4749
:::
48-
4950
::: {.g-col-12 .g-col-md-6}
5051

5152
<div class="card mb-3">
5253
<div class="card-body">
53-
<img src="assets/images/az.jpeg" alt="Headshot of a bearded man with an olive skin complexion wearing a suit and smiling."/>
54+
<img src="assets/images/az.jpeg" alt="Aziz Zeidieh" style="width: 200px; height: 200px; border-radius: 50%; object-fit: cover;"/>
5455
<h3 class="card-title">Aziz N. Zeidieh</h3>
5556
<h6 class="card-subtitle text-muted">Ph.D. Student, Informatics</h6>
5657
</div>
@@ -65,7 +66,7 @@ Seo obtained his PhD and M.Ed in at the Pennsylvania State University, and doub
6566

6667
<div class="card mb-3">
6768
<div class="card-body">
68-
<img src="assets/images/ok.jpg" alt="Headshot of a man with a light beard, tan skin, wearing dark framed glasses, an olive jacket, and smiling."/>
69+
<img src="assets/images/ok.jpg" alt="Omar Khan" style="width: 200px; height: 200px; border-radius: 50%; object-fit: cover;"/>
6970
<h3 class="card-title">Omar Khan</h3>
7071
<h6 class="card-subtitle text-muted">Ph.D. Student, Computer Science</h6>
7172
</div>

0 commit comments

Comments
 (0)