Stop certain links from opening in a new tab
This commit is contained in:
parent
986e2e5220
commit
9898383823
4 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@ export default function({ comp }) {
|
|||
<footer className="page-footer">
|
||||
{comp.separator()}
|
||||
<div className="social-links">
|
||||
<a href="https://code.fosterhangdaan.com/foster" title="Forgejo" target="_blank">
|
||||
<a href="https://code.fosterhangdaan.com/foster" title="Forgejo">
|
||||
<img
|
||||
src="https://static.fosterhangdaan.com/icons/simple-icons/latest/forgejo.svg"
|
||||
className="icon"
|
||||
|
@ -41,7 +41,7 @@ export default function({ comp }) {
|
|||
</a>
|
||||
</div>
|
||||
<p>Copyright © 2023 Foster Hangdaan</p>
|
||||
<p>Made with <a href="https://lume.land/" target="_blank">Lume</a>, <a href="https://www.typescriptlang.org/" target="_blank">TypeScript</a> and lots of <img src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/heart.svg" className="icon" style={{ filter: "var(--filter-red)" }} title="love" alt="love"/>.</p>
|
||||
<p>Made with <a href="https://lume.land/">Lume</a>, <a href="https://www.typescriptlang.org/">TypeScript</a> and lots of <img src="https://static.fosterhangdaan.com/icons/tabler-icons/latest/svg/heart.svg" className="icon" style={{ filter: "var(--filter-red)" }} title="love" alt="love"/>.</p>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
|
|
8
about.md
8
about.md
|
@ -3,10 +3,10 @@
|
|||
description: About this website and credits where credit is due.
|
||||
---
|
||||
|
||||
This is the personal website and blog of Foster Hangdaan and was created with [Lume](https://lume.land/){target="_blank"} and [TypeScript](https://www.typescriptlang.org/){target="_blank"}. The website's source code is currently private; though, it could be made public if there is enough interest.
|
||||
This is the personal website and blog of Foster Hangdaan and was created with [Lume](https://lume.land/) and [TypeScript](https://www.typescriptlang.org/). The website's source code is currently private; though, it could be made public if there is enough interest.
|
||||
|
||||
## Credits
|
||||
|
||||
- The icons are from [Tabler Icons](https://tabler-icons.io/){target="_blank"} and [Simple Icons](https://simpleicons.org/){target="_blank"}.
|
||||
- The colour palette of both the light theme and the dark theme is from [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme){target="_blank"}.
|
||||
- The sans-serif font is [Ubuntu](https://design.ubuntu.com/font){target="_blank"}. The monospace font is [Cascadia Code](https://github.com/microsoft/cascadia-code){target="_blank"}.
|
||||
- The icons are from [Tabler Icons](https://tabler-icons.io/) and [Simple Icons](https://simpleicons.org/).
|
||||
- The colour palette of both the light theme and the dark theme is from [Tokyo Night](https://github.com/enkia/tokyo-night-vscode-theme).
|
||||
- The sans-serif font is [Ubuntu](https://design.ubuntu.com/font). The monospace font is [Cascadia Code](https://github.com/microsoft/cascadia-code).
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
{.warning}
|
||||
|
||||
> I suggest reading up on GPG if you are unfamiliar with it.
|
||||
> You can find information about GPG on the [GnuPG official website](https://gnupg.org/){target="_blank"}.
|
||||
> You can find information about GPG on the [GnuPG official website](https://gnupg.org/).
|
||||
{.info}
|
||||
|
||||
## Obtaining My Key
|
||||
|
||||
You can download my public key here: [Foster Hangdaan's Public Key](https://static.fosterhangdaan.com/foster-pubkey.asc){target="_blank"}{download}.
|
||||
You can download my public key here: [Foster Hangdaan's Public Key](https://static.fosterhangdaan.com/foster-pubkey.asc){download}.
|
||||
|
||||
The key's fingerprint should match the one below:
|
||||
|
||||
|
@ -26,4 +26,4 @@ ## Utilizing My Key
|
|||
|
||||
Once you have imported my public key, you can use it to verify software and binaries released by me.
|
||||
|
||||
You can also use my public key to encrypt emails you send to me. In that case, I would also need your public key so I can encrypt the emails I send back to you. The excellent [Email Self-Defense Guide by the Free Software Foundation](https://emailselfdefense.fsf.org/){target="_blank"} describes how this process works.
|
||||
You can also use my public key to encrypt emails you send to me. In that case, I would also need your public key so I can encrypt the emails I send back to you. The excellent [Email Self-Defense Guide by the Free Software Foundation](https://emailselfdefense.fsf.org/) describes how this process works.
|
||||
|
|
|
@ -17,7 +17,7 @@ export default function({ nav }) {
|
|||
I am a software developer, open-source enthusiast, lover of pizza, and renegade of funk. I speak fluent English and native Filipino. I also plan on learning German.
|
||||
</p>
|
||||
<p>
|
||||
You'll most likely find me within <a href="https://code.fosterhangdaan.com/foster" target="_blank">my lab</a> tinkering with my inventions and the latest JavaScript frameworks. Other times, I help in the battle for an open web and for user privacy by contributing in the development of free and open-source software.
|
||||
You'll most likely find me within <a href="https://code.fosterhangdaan.com/foster">my lab</a> tinkering with my inventions and the latest JavaScript frameworks. Other times, I help in the battle for an open web and for user privacy by contributing in the development of free and open-source software.
|
||||
</p>
|
||||
<h2>Contact Me</h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue