-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset commit history to remove unwanted data
Upload better portrait image Update core-layout.astro Update index.astro Aria-hide icons in contact bar Move footer from index.astro to core-layout.astro
- Loading branch information
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,27 +4,27 @@ | |
<figure aria-label="Personal links"> | ||
|
||
<a href="mailto:[email protected]" aria-label="Email" target="_blank" class="implied"> | ||
<i class="fas fa-envelope"></i> | ||
<i aria-hidden="true" class="fas fa-envelope"></i> | ||
</a> | ||
|
||
<a href="https://github.com/kubgus" aria-label="GitHub" target="_blank" class="implied"> | ||
<i class="fab fa-github"></i> | ||
<i aria-hidden="true" class="fab fa-github"></i> | ||
</a> | ||
|
||
<a href="https://www.linkedin.com/in/kubgus/" aria-label="LinkedIn" target="_blank" class="implied"> | ||
<i class="fab fa-linkedin"></i> | ||
<i aria-hidden="true" class="fab fa-linkedin"></i> | ||
</a> | ||
|
||
<a href="https://twitter.com/gustafik_dev" aria-label="Twitter" target="_blank" class="implied"> | ||
<i class="fab fa-twitter"></i> | ||
<i aria-hidden="true" class="fab fa-twitter"></i> | ||
</a> | ||
|
||
<a href="https://discord.com/users/643898809193332786/" aria-label="Discord" target="_blank" class="implied"> | ||
<i class="fab fa-discord"></i> | ||
<i aria-hidden="true" class="fab fa-discord"></i> | ||
</a> | ||
|
||
<a href="https://patreon.com/user?u=96061849&utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=creatorshare_creator&utm_content=join_link" aria-label="Patreon" target="_blank" class="implied"> | ||
<i class="fab fa-patreon"></i> | ||
<i aria-hidden="true" class="fab fa-patreon"></i> | ||
</a> | ||
|
||
</figure> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters