We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f91eb commit 3a5a8f6Copy full SHA for 3a5a8f6
_pages/team.html
@@ -13,13 +13,12 @@
13
14
<!-- Profile Image (Left-Aligned for Balance) -->
15
<img class="w-20 h-20 rounded-xl object-cover self-start"
16
- src="/assets/images/team/{{member.image}}"
+ src="/assets/images/team/{{ member.image }}"
17
alt="Profile photo of {{ member.name }}" />
18
19
<!-- Title Section -->
20
<div class="flex items-center">
21
- <img src="https://tuk-cdn.s3.amazonaws.com/can-uploader/blog-4-svg1.svg" alt="line" />
22
- <p class="text-sm leading-none text-gray-500 ml-2 font-ibmsans text-left">{{ member.title }}</p>
+ —<p class="text-sm ml-1 leading-none text-gray-500 font-ibmsans text-left">{{ member.title }}</p>
23
</div>
24
25
<span class="p0 m0">
0 commit comments