Skip to content

Commit 3c78370

Browse files
committed
Don't use Twitter /profile_image for profile photos, breaks on mobile
1 parent 6d21141 commit 3c78370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/index.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="pb-4 flex justify-center flex-wrap max-w-md xl:max-w-full border-b-2 border-grey-light">
4444
<div class="mb-8 w-64 md:flex-x-center">
4545
<div class="flex items-center">
46-
<img class="h-16 w-16 rounded-full" src="https://twitter.com/adamwathan/profile_image?size=original" alt="">
46+
<img class="h-16 w-16 rounded-full" src="https://avatars2.githubusercontent.com/u/4323180?s=460&v=4" alt="">
4747
<div class="pl-4">
4848
<a href="https://twitter.com/adamwathan" class="block hover:underline text-dark text-lg text-medium">Adam Wathan</a>
4949
<a href="https://twitter.com/adamwathan" class="block hover:underline text-tailwind-teal-dark text-sm">@adamwathan</a>
@@ -52,7 +52,7 @@
5252
</div>
5353
<div class="mb-8 w-64 md:flex-x-center">
5454
<div class="flex items-center">
55-
<img class="h-16 w-16 rounded-full" src="https://twitter.com/reinink/profile_image?size=original" alt="">
55+
<img class="h-16 w-16 rounded-full" src="https://avatars2.githubusercontent.com/u/882133?s=460&v=4" alt="">
5656
<div class="pl-4">
5757
<a href="https://twitter.com/reinink" class="block hover:underline text-dark text-lg text-medium">Jonathan Reinink</a>
5858
<a href="https://twitter.com/reinink" class="block hover:underline text-tailwind-teal-dark text-sm">@reinink</a>
@@ -61,7 +61,7 @@
6161
</div>
6262
<div class="mb-8 w-64 md:flex-x-center">
6363
<div class="flex items-center">
64-
<img class="h-16 w-16 rounded-full" src="https://twitter.com/davidhemphill/profile_image?size=original">
64+
<img class="h-16 w-16 rounded-full" src="https://avatars2.githubusercontent.com/u/58970?s=460&v=4">
6565
<div class="pl-4">
6666
<a href="https://twitter.com/davidhemphill" class="block hover:underline text-dark text-lg text-medium">David Hemphill</a>
6767
<a href="https://twitter.com/davidhemphill" class="block hover:underline text-tailwind-teal-dark text-sm">@davidhemphill</a>
@@ -70,7 +70,7 @@
7070
</div>
7171
<div class="mb-8 w-64 md:flex-x-center">
7272
<div class="flex items-center">
73-
<img class="h-16 w-16 rounded-full" src="https://twitter.com/steveschoger/profile_image?size=original" alt="">
73+
<img class="h-16 w-16 rounded-full" src="https://pbs.twimg.com/profile_images/875010472105222144/Pkt9zqPY_400x400.jpg" alt="">
7474
<div class="pl-4">
7575
<a href="https://twitter.com/steveschoger" class="block hover:underline text-dark text-lg text-medium">Steve Schoger</a>
7676
<a href="https://twitter.com/steveschoger" class="block hover:underline text-tailwind-teal-dark text-sm">@steveschoger</a>

0 commit comments

Comments
 (0)