Skip to content

Commit 7c89e27

Browse files
authored
Merge pull request #54 from utdal/fix/image-sizing
fix image sizes, add new report
2 parents b45e1d4 + 749ad0f commit 7c89e27

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

_pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ <h1 class="mt-4 text-4xl font-bold">Motivation</h1>
4747
</p>
4848
<h3 class="mt-2 text-2xl">
4949
For more details, please read our full report
50-
<a class="text-blue-600 hover:underline transition" href="{{ '/assets/SUBB_Task_Force_Report_Fall_2022.pdf' | relative_url }}">here</a>.
50+
<a class="text-blue-600 hover:underline transition" href="{{ '/assets/SUBB_Task_Force_Report_Spring_2023.pdf' | relative_url }}">here</a>.
5151
</h3>
5252
</div>
5353
</section>

_pages/team.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<div class="space-y-2">
8080
<img
8181
class="object-cover aspect-square"
82+
style="height: 300px;"
8283
src="{{ '/assets/img/team/about-koti.jpg' | relative_url }}"
8384
alt="Head shot of Koti Gangasani"
8485
/>
@@ -93,6 +94,7 @@
9394
<div class="space-y-2">
9495
<img
9596
class="object-cover aspect-square"
97+
style="height: 300px;"
9698
src="{{ '/assets/img/team/about-leah.jpg' | relative_url }}"
9799
alt="Head shot of Leah Sullivan"
98100
/>
@@ -105,6 +107,7 @@
105107
<div class="space-y-2">
106108
<img
107109
class="object-cover aspect-square"
110+
style="height: 300px;"
108111
src="{{ '/assets/img/sg-logo.jpg' | relative_url }}"
109112
alt="Placeholder headshot"
110113
/>
@@ -117,6 +120,23 @@
117120
<div class="italics text-center">Budget Researcher</div>
118121
</div>
119122
</article>
123+
<article class="py-2">
124+
<div class="space-y-2">
125+
<img
126+
class="object-cover aspect-square"
127+
style="height: 300px;"
128+
src="{{ '/assets/img/sg-logo.jpg' | relative_url }}"
129+
alt="Placeholder headshot"
130+
/>
131+
<div class="text-2xl font-bold text-center">
132+
Bharat Nair
133+
</div>
134+
<div class="text-xl text-center">
135+
Finance Senior
136+
</div>
137+
<div class="italics text-center">Budget Researcher</div>
138+
</div>
139+
</article>
120140
</div>
121141
</div>
122142
</section>
1.65 MB
Binary file not shown.

0 commit comments

Comments
 (0)