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 >}} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
profile-imagehashp4
pentestOSINTforensics
"It's beautiful to love the ordinary"
- Blog: https://hashp4.fr
- Twitter: @hashp4
profile-imagebaddhack
forensicsOSINT

- Twitter: @baddhack
profile-imagevoiv0de
reversepwncrypto

/
profile-imagerxphgui
pwnpentest

"I want to catch the pwn"
profile-imagenaacbin
forensicspentestreverse
"Keep digging, you will find"
- Blog: https://naacbin.gitlab.io
- Twitter: @naacbin
profile-imageLwo
webpentest
"prout"
- Blog: https://naacbin.gitlab.io
profile-imageTeddybears
revpwn

"chmart"
profile-imagePandatiX
dev
"/"
profile-imageFrancisco
webmobile
"/"
+{{< /rawhtml >}} \ No newline at end of file diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html new file mode 100644 index 0000000..520ec17 --- /dev/null +++ b/layouts/shortcodes/rawhtml.html @@ -0,0 +1,2 @@ + +{{.Inner}} \ No newline at end of file diff --git a/static/members/baddhack.png b/static/members/baddhack.png new file mode 100644 index 0000000..f11927e Binary files /dev/null and b/static/members/baddhack.png differ diff --git a/static/members/default.png b/static/members/default.png new file mode 100644 index 0000000..c759183 Binary files /dev/null and b/static/members/default.png differ diff --git a/static/members/hashp4.jpg b/static/members/hashp4.jpg new file mode 100644 index 0000000..1b16fe0 Binary files /dev/null and b/static/members/hashp4.jpg differ diff --git a/static/members/lwo.png b/static/members/lwo.png new file mode 100644 index 0000000..00b634e Binary files /dev/null and b/static/members/lwo.png differ diff --git a/static/members/naacbin.png b/static/members/naacbin.png new file mode 100644 index 0000000..9f57bfb Binary files /dev/null and b/static/members/naacbin.png differ diff --git a/static/members/rxphgui.jpg b/static/members/rxphgui.jpg new file mode 100644 index 0000000..c29f265 Binary files /dev/null and b/static/members/rxphgui.jpg differ diff --git a/static/members/teddybears.gif b/static/members/teddybears.gif new file mode 100644 index 0000000..791aa04 Binary files /dev/null and b/static/members/teddybears.gif differ