diff --git a/assets/css/extended/custom-ctf-tags.css b/assets/css/extended/custom-ctf-tags.css new file mode 100644 index 0000000..ab0cae3 --- /dev/null +++ b/assets/css/extended/custom-ctf-tags.css @@ -0,0 +1,71 @@ +.tag { + display: inline-block; + border-radius: 1px; + padding: .2em .5em .3em; + border-radius: 2px; + background: var(--tag-bg); + color: var(--text-color); + font-weight: 600; + margin: .25em .1em; + margin-right: .5em; +} + +.tag-forensics { + background: #000d62; + color: #ffffff; + font-size: 12px; +} + +.tag-osint { + background: #3299ff; + color: #fff; + font-size: 12px; +} + +.tag-pwn { + background: #760101; + color: #fff; + font-size: 12px; +} + +.tag-web { + background: #c56a03; + color: #ffffff; + font-size: 12px; +} + +.tag-reverse { + background: #98810d; + color: #ffffff; + font-size: 12px; +} + +.tag-pentest { + background: #020e14; + color: #ffffff; + font-size: 12px;; +} + +.tag-dev { + background: #0d9951; + color: #ffd102; + font-size: 12px; +} + +.tag-mobile { + background: #84005c; + color: #fff; + font-size: 12px; +} + +.tag-misc { + color: #fff; + background: #6675e0; + font-size: 12px; +} + +.tag-crypto { + color: #fff; + background: #00640f; + font-size: 12px; +} \ No newline at end of file diff --git a/content/members/_index.md b/content/members/_index.md index f820586..b6e6c36 100644 --- a/content/members/_index.md +++ b/content/members/_index.md @@ -13,29 +13,51 @@ disableHLJS: false hideSummary: false --- -## hashp4 -In progress... - -## baddhack -In progress... - -## 0xdeadbeef -In progress... - -## Rxphgui -In progress... - -## naacbin -In progress... - -## Lwo -In progress... - -## Teddybears -In progress... - -## PandatiX -In progress... - -## Francisco -In progress... \ No newline at end of file +{{< rawhtml >}} +
+ | + |
---|---|
+ | hashp4 pentestOSINTforensics "It's beautiful to love the ordinary" - Blog: https://hashp4.fr - Twitter: @hashp4 |
+
+ | baddhack forensicsOSINT - Twitter: @baddhack |
+
+ | voiv0de reversepwncrypto / |
+
+ | rxphgui pwnpentest "I want to catch the pwn" |
+
+ | naacbin forensicspentestreverse "Keep digging, you will find" - Blog: https://naacbin.gitlab.io - Twitter: @naacbin |
+
+ | Lwo webpentest "prout" - Blog: https://naacbin.gitlab.io |
+
+ | Teddybears revpwn "chmart" |
+
+ | PandatiX dev "/" |
+
+ | Francisco webmobile "/" |
+