diff --git a/_sass/_bootstrap_customization.scss b/_sass/_bootstrap_customization.scss index cbb744b..ca9c107 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 6b764ee..427fe3e 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; @@ -9,7 +12,7 @@ $yellow: #f3b234; $green: #02c996; $teal: #20c997; $cyan: #5bc0de; -$white: #f5f5f5; +$white: #ffffff; $gray-100: #f9f9f9; $gray-200: #f5f5f5; $gray-300: #e9e9e9; diff --git a/index.md b/index.md index c6a717b..8c220b2 100644 --- a/index.md +++ b/index.md @@ -15,7 +15,7 @@ title: Home professional, Hacker101 has something to teach you.

- Start Hacking! + Start hacking!
diff --git a/playlists/hacktivitycon.md b/playlists/hacktivitycon.md index 1c3bdbd..520621a 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/playlists/mobile_hacking.md b/playlists/mobile_hacking.md index a1284bf..5101ee0 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

+
+