Skip to content

Commit

Permalink
Update footer and slides
Browse files Browse the repository at this point in the history
  • Loading branch information
huijing committed Nov 24, 2024
1 parent 1b6cd91 commit 5c2a1b0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ params:
description: The chronicles of a self-taught designer and developer.
images:
- assets/images/avatar-ponytail.png
twitter_username: hj_chen
bluesky_username: huijing
github_username: huijing
mastadon_username: huijing
about: "I'm Hui Jing, a front-end designer and developer who believes HTML and CSS are the foundation of the web."
Expand Down
2 changes: 1 addition & 1 deletion config/production/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ params:
description: The chronicles of a self-taught designer and developer.
images:
- assets/images/avatar-ponytail.png
twitter_username: hj_chen
bluesky_username: huijing
github_username: huijing
mastadon_username: huijing
about: "I'm Hui Jing, a front-end designer and developer who believes HTML and CSS are the foundation of the web."
Expand Down
9 changes: 9 additions & 0 deletions data/slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -995,3 +995,12 @@
type: meetup
released: true
pdf: true

- title: "Expanding the browser experience with web extensions"
id: ijs-2024
count: "109"
event: "International JavaScript Conference Singapore 2024"
website: https://javascript-conference.com/singapore/
type: conference
released: true
pdf: true
9 changes: 4 additions & 5 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,13 @@ <h3>Connect with me</h3>
</li>

<li>
<a href="https://twitter.com/{{ .Site.Params.twitter_username }}" class="no-underline footer-main__link" rel="me">
<a href="https://bsky.app/profile/{{ .Site.Params.bluesky_username }}.bsky.social" class="no-underline footer-main__link" rel="me">
<span class="icon">
<svg aria-hidden="true" viewBox="0 0 16 16">
<path d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809
c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"></path>
<svg aria-hidden="true" viewBox="0 0 600 530">
<path d="M135.72 44.03C202.216 93.951 273.74 195.17 300 249.49c26.262-54.316 97.782-155.54 164.28-205.46C512.26 8.009 590-19.862 590 68.825c0 17.712-10.155 148.79-16.111 170.07-20.703 73.984-96.144 92.854-163.25 81.433 117.3 19.964 147.14 86.092 82.697 152.22-122.39 125.59-175.91-31.511-189.63-71.766-2.514-7.38-3.69-10.832-3.708-7.896-.017-2.936-1.193.516-3.707 7.896-13.714 40.255-67.233 197.36-189.63 71.766-64.444-66.128-34.605-132.26 82.697-152.22-67.108 11.421-142.55-7.45-163.25-81.433C20.15 217.613 9.997 86.535 9.997 68.825c0-88.687 77.742-60.816 125.72-24.795z"/>
</svg>
</span>
<span>Twitter</span>
<span>BlueSky</span>
</a>
</li>

Expand Down

0 comments on commit 5c2a1b0

Please sign in to comment.