Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Twitter icon with X #103

Merged
merged 1 commit into from
Sep 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@
</div>
</nav>

<div class="mt-10 flex justify-center space-x-10">
<div class="mt-10 flex justify-center space-x-10 items-center">
<a href="https://twitter.com/thephpf" target="_blank" rel="noopener noreferrer"
class="text-gray-400 hover:text-gray-500">
<svg class="h-6 w-6" fill="currentColor" viewBox="0 0 24 24">
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84"/>
<svg class="h-6 w-6" viewBox="0 0 24 24" aria-hidden="true" fill="currentColor">
<g><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g>
</svg>
</a>

Expand Down
7 changes: 3 additions & 4 deletions source/_layouts/structure-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
<a href="{{ twitter }}"
class="text-gray-400 hover:text-gray-500" rel="noreferrer noopener"
target="_blank">
<span class="sr-only">Twitter</span>
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20"
aria-hidden="true">
<path d="M6.29 18.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0020 3.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.073 4.073 0 01.8 7.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 010 16.407a11.616 11.616 0 006.29 1.84"/>
<span class="sr-only">X</span>
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path>
</svg>
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion source/structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2 class="text-3xl text-gray-800 font-bold tracking-tight" id="admins">Administ
name: 'Matthew Weier O\'Phinney',
image: 'https://avatars.githubusercontent.com/u/25943?s=200&v=4',
job: 'Administration',
twitter: 'https://twitter.com/mwop',
mastodon: 'https://phpc.social/@mwop',
github: 'https://github.com/weierophinney',
}) }}
</div>
Expand Down
Loading