From 8be460b879dfbfd0e4599d650c3a506ff26a07ef Mon Sep 17 00:00:00 2001 From: djwy Date: Thu, 25 Apr 2024 17:22:49 -0700 Subject: [PATCH 1/5] fix: adjust white for improved accessibility & contrast --- _sass/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 6b764eed..05caf494 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -9,7 +9,7 @@ $yellow: #f3b234; $green: #02c996; $teal: #20c997; $cyan: #5bc0de; -$white: #f5f5f5; +$white: #ffffff; $gray-100: #f9f9f9; $gray-200: #f5f5f5; $gray-300: #e9e9e9; From 977875165f2d875cef5cdfa33f69174b7807d579 Mon Sep 17 00:00:00 2001 From: djwy Date: Thu, 25 Apr 2024 17:02:06 -0700 Subject: [PATCH 2/5] fix: use U1 colors for dark mode links --- _sass/_bootstrap_customization.scss | 18 +++++++++++++++++- _sass/_variables.scss | 3 +++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/_sass/_bootstrap_customization.scss b/_sass/_bootstrap_customization.scss index cbb744b5..ca9c1075 100644 --- a/_sass/_bootstrap_customization.scss +++ b/_sass/_bootstrap_customization.scss @@ -75,6 +75,14 @@ a:not(.btn) { color: $blue; + + &:hover { + color: $blue-500; + } + + &:active { + color: $blue-600; + } } } @@ -82,7 +90,15 @@ background-color: $black !important; a:not(.btn) { - color: $pink; + color: $blue-500; + + &:hover { + color: $blue; + } + + &:active { + color: $blue-300; + } } } diff --git a/_sass/_variables.scss b/_sass/_variables.scss index 05caf494..427fe3e4 100644 --- a/_sass/_variables.scss +++ b/_sass/_variables.scss @@ -1,5 +1,8 @@ // Brand Colors +$blue-300: #124ddb; $blue: #2d68f4; +$blue-500: #477eff; +$blue-600: #7aa2ff; $indigo: #6610f2; $purple: #6f42c1; $pink: #e10e71; From 065f8368d0ebc75cd03cf41839b31117cbe802e9 Mon Sep 17 00:00:00 2001 From: djwy Date: Thu, 25 Apr 2024 17:23:28 -0700 Subject: [PATCH 3/5] fix: add missing horizontal rule --- playlists/mobile_hacking.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playlists/mobile_hacking.md b/playlists/mobile_hacking.md index a1284bfd..5101ee0d 100644 --- a/playlists/mobile_hacking.md +++ b/playlists/mobile_hacking.md @@ -16,6 +16,8 @@ This learning track is dedicated to learning the most popular mobile vulnerabili

Android Hacking

+
+
  • Android Quickstart From 9699328baf3facd70eb82e9c05b4a0bcf012920c Mon Sep 17 00:00:00 2001 From: djwy Date: Thu, 25 Apr 2024 17:24:11 -0700 Subject: [PATCH 4/5] fix: use consistent casing for homepage CTA --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index c6a717b5..8c220b25 100644 --- a/index.md +++ b/index.md @@ -15,7 +15,7 @@ title: Home professional, Hacker101 has something to teach you.

    - Start Hacking! + Start hacking!
From 311d934cbaeb85a7f048c292364fb40e4eb377f1 Mon Sep 17 00:00:00 2001 From: djwy Date: Thu, 25 Apr 2024 17:24:42 -0700 Subject: [PATCH 5/5] fix: use proper heading and fix minor typo --- playlists/hacktivitycon.md | 10 +++++----- videos.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/playlists/hacktivitycon.md b/playlists/hacktivitycon.md index 1c3bdbd8..520621af 100644 --- a/playlists/hacktivitycon.md +++ b/playlists/hacktivitycon.md @@ -1,14 +1,14 @@ --- layout: page -title: H@cktivitycon +title: h@cktivitycon --- h@cktivitycon is a HackerOne hosted hacker conference built by the community for the community. h@cktivitycon is a place for hackers to learn, share, and meet friends. Hear talks and panelists exploring offensive hacking techniques, recon skills, target selection and more. -Talks +## Talks --- -### H@cktivitycon 2021 +### h@cktivitycon 2021 - [Keynote: Launching an InfoSec Career](/conferences/hacktivitycon2021/keynote) - [Breaking Down OffSec Certifications](/conferences/hacktivitycon2021/offsec_panel) @@ -20,7 +20,7 @@ Talks - [Haptyc: A Library for Building Microfuzzers in Turbo Intruder](/conferences/hacktivitycon2021/haptyc) - [Hacking on Bug Bounties for Five Years](/conferences/hacktivitycon2021/bugbountyfor5years) -### H@cktivitycon 2020 +### h@cktivitycon 2020 - [Keynote by Georgia Weidman](/conferences/hacktivitycon2020/keynote) - [How I got from 0 to MVH](/conferences/hacktivitycon2020/0tomvh) @@ -36,4 +36,4 @@ Talks - [Cached and Confused: Web Cache Deception in the Wild](/conferences/hacktivitycon2020/web_cache_deception) - [You've got pwned: exploiting e-mail systems](/conferences/hacktivitycon2020/exploiting_email_systems) - [The journey of finding and exploiting a bug in GitLab](/conferences/hacktivitycon2020/gitlab) -- [Discover vulnerabilities with CodeQL](/conferences/hacktivitycon2020/codeql) \ No newline at end of file +- [Discover vulnerabilities with CodeQL](/conferences/hacktivitycon2020/codeql) diff --git a/videos.md b/videos.md index 77281269..c5ace65f 100644 --- a/videos.md +++ b/videos.md @@ -16,7 +16,7 @@ sidebar: - text: "Mobile Hacking" url: /playlists/mobile_hacking updated: true - - text: "H@cktivitycon" + - text: "h@cktivitycon" url: /playlists/hacktivitycon - text: "Cryptography" url: /playlists/cryptography