Skip to content

Commit

Permalink
feat: add github link and missing links (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: David Dias <github@thedaviddias.dev>
  • Loading branch information
thedaviddias and David Dias authored Mar 26, 2024
1 parent fcaca94 commit d6a0045
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
8 changes: 7 additions & 1 deletion app/(main)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
LinkedInIcon,
TwitterIcon,
DiscordIcon,
CupIcon
CupIcon,
GithubIcon
} from '@/components/Icons'
import { HOSTS } from '@/constants'

Expand Down Expand Up @@ -66,6 +67,11 @@ const socialLinks: PodcastLink[] = [
Icon: LinkedInIcon,
url: 'https://www.linkedin.com/company/82682070/admin/feed/posts/',
},
{
label: 'Github - code source',
Icon: GithubIcon,
url: 'https://github.com/thedaviddias/erreur-200',
},
]

const supportLinks: PodcastLink[] = [
Expand Down
21 changes: 20 additions & 1 deletion components/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ export function CupIcon(props) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
viewBox="0 0 24 24"
strokeWidth="1.5"
stroke="#2c3e50"
fill="none"
strokeLinecap="round"
strokeLinejoin="round"
Expand All @@ -137,3 +137,22 @@ export function CupIcon(props) {
</svg>
)
}

export function GithubIcon(props) {
return (
<svg xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
width="44"
height="44"
viewBox="0 0 24 24"
strokeWidth="1.5"
fill="none"
strokeLinecap="round"
strokeLinejoin="round"
{...props}
>
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M5.315 2.1c.791 -.113 1.9 .145 3.333 .966l.272 .161l.16 .1l.397 -.083a13.3 13.3 0 0 1 4.59 -.08l.456 .08l.396 .083l.161 -.1c1.385 -.84 2.487 -1.17 3.322 -1.148l.164 .008l.147 .017l.076 .014l.05 .011l.144 .047a1 1 0 0 1 .53 .514a5.2 5.2 0 0 1 .397 2.91l-.047 .267l-.046 .196l.123 .163c.574 .795 .93 1.728 1.03 2.707l.023 .295l.007 .272c0 3.855 -1.659 5.883 -4.644 6.68l-.245 .061l-.132 .029l.014 .161l.008 .157l.004 .365l-.002 .213l-.003 3.834a1 1 0 0 1 -.883 .993l-.117 .007h-6a1 1 0 0 1 -.993 -.883l-.007 -.117v-.734c-1.818 .26 -3.03 -.424 -4.11 -1.878l-.535 -.766c-.28 -.396 -.455 -.579 -.589 -.644l-.048 -.019a1 1 0 0 1 .564 -1.918c.642 .188 1.074 .568 1.57 1.239l.538 .769c.76 1.079 1.36 1.459 2.609 1.191l.001 -.678l-.018 -.168a5.03 5.03 0 0 1 -.021 -.824l.017 -.185l.019 -.12l-.108 -.024c-2.976 -.71 -4.703 -2.573 -4.875 -6.139l-.01 -.31l-.004 -.292a5.6 5.6 0 0 1 .908 -3.051l.152 -.222l.122 -.163l-.045 -.196a5.2 5.2 0 0 1 .145 -2.642l.1 -.282l.106 -.253a1 1 0 0 1 .529 -.514l.144 -.047l.154 -.03z" strokeWidth="0" fill="currentColor" />
</svg>
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,20 @@ Il y a tellement à savoir sur ces sujets mais nous vous partageons les bases po

### Outils

* [Incogni - Nettoyer les informations détenus par les data brokers](https://incogni.com/)
* [1Password - Gestionnaire de mot de passes](https://1password.com/fr)
* [Bitwarden - Gestionnaire de mot de passes open source](https://bitwarden.com/)
* [SimpleLogin - Envoyer et recevoir des emails anonymement](https://simplelogin.io/)
* [Proton - Le meilleur et plus sécurisé webmail (et plus encore)](https://proton.me/)

### Livres

* [Amazon.fr - Extreme Privacy: What It Takes to Disappear](https://www.amazon.fr/Extreme-Privacy-What-Takes-Disappear/dp/B09W78GW2T/ref=pd_vtp_h_pd_vtp_h_d_sccl_1/259-6153317-9681812?pd_rd_w=OV0R7&content-id=amzn1.sym.f66a82f4-7276-4231-ba6b-c00184d21fe0&pf_rd_p=f66a82f4-7276-4231-ba6b-c00184d21fe0&pf_rd_r=YV5ZDKEXT50MAJW53Y70&pd_rd_wg=NBIRV&pd_rd_r=fe82a39e-a2e2-4b52-8095-d2fd4280a4e6&pd_rd_i=B09W78GW2T&psc=1)

### Clé de sécurité

* [Yubico - clé de sécurité](https://www.yubico.com/?lang=fr)

### Navigateurs

* [Brave - Navigateur web sécurisé et rapide](https://brave.com/)
Expand Down

0 comments on commit d6a0045

Please sign in to comment.