Skip to content

Commit

Permalink
Completing members
Browse files Browse the repository at this point in the history
  • Loading branch information
hashp4 committed Oct 11, 2023
1 parent 1794958 commit e4f91cc
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 26 deletions.
71 changes: 71 additions & 0 deletions assets/css/extended/custom-ctf-tags.css
Original file line number Diff line number Diff line change
@@ -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;
}
74 changes: 48 additions & 26 deletions content/members/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
{{< rawhtml >}}
<table>
<thead>
<tr>
<th> </th>
<th> </th>
</tr>
</thead>
<tbody>
<tr>
<td><img src="hashp4.jpg" width=150px height=150px alt="profile-image" /></td>
<td><strong>hashp4</strong><br /><span class="tag tag-pentest tag-lg">pentest</span><span class="tag tag-osint tag-lg">OSINT</span><span class="tag tag-forensics tag-lg">forensics</span><br />"<i>It's beautiful to love the ordinary</i>"<br />- Blog: <a href="https://hashp4.fr">https://hashp4.fr</a><br />- Twitter: <a href="https://x.com/hashp4_">@hashp4</a></td>
</tr>
<tr>
<td><img src="baddhack.png" width=150px height=150px alt="profile-image" /></td>
<td><strong>baddhack</strong><br /><span class="tag tag-forensics tag-lg">forensics</span><span class="tag tag-osint tag-lg">OSINT</span><br /><br />- Twitter: <a href="https://x.com/baddhack">@baddhack</a></td>
</tr>
<tr>
<td><img src="default.png" width=120px height=150px alt="profile-image" /></td>
<td><strong>voiv0de</strong><br /><span class="tag tag-reverse tag-lg">reverse</span><span class="tag tag-pwn tag-lg">pwn</span><span class="tag tag-crypto tag-lg">crypto</span><br /><br />/</td>
</tr>
<tr>
<td><img src="rxphgui.jpg" width=150px height=150px alt="profile-image" /></td>
<td><strong>rxphgui</strong><br /><span class="tag tag-pwn tag-lg">pwn</span><span class="tag tag-pentest tag-lg">pentest</span><br /><br />"<i>I want to catch the pwn</i>"</td>
</tr>
<tr>
<td><img src="naacbin.png" width=150px height=150px alt="profile-image" /></td>
<td><strong>naacbin</strong><br /><span class="tag tag-forensics tag-lg">forensics</span><span class="tag tag-pentest tag-lg">pentest</span><span class="tag tag-reverse tag-lg">reverse</span><br />"<i>Keep digging, you will find</i>"<br />- Blog: <a href="https://naacbin.gitlab.io/">https://naacbin.gitlab.io</a><br />- Twitter: <a href="https://twitter.com/naacbin">@naacbin</a></td>
</tr>
<tr>
<td><img src="lwo.png" width=150px height=150px alt="profile-image" /></td>
<td><strong>Lwo</strong><br /><span class="tag tag-web tag-lg">web</span><span class="tag tag-pentest tag-lg">pentest</span><br />"<i>prout</i>"<br />- Blog: <a href="https://lwooo.gitlab.io/">https://naacbin.gitlab.io</a></td>
</tr>
<tr>
<td><img src="teddybears.gif" width=150px height=100px alt="profile-image" /></td>
<td><strong>Teddybears</strong><br /><span class="tag tag-reverse tag-lg">rev</span><span class="tag tag-pwn tag-lg">pwn</span><br /><br />"<i>chmart</i>"</td>
</tr>
<tr>
<td><img src="default.png" width=120px height=150px alt="profile-image" /></td>
<td><strong>PandatiX</strong><br /><span class="tag tag-dev tag-lg">dev</span><br />"/"</td>
</tr>
<tr>
<td><img src="default.png" width=120px height=150px alt="profile-image" /></td>
<td><strong>Francisco</strong><br /><span class="tag tag-web tag-lg">web</span><span class="tag tag-mobile tag-lg">mobile</span><br />"/"</td>
</tr>
</tbody>
</table>
{{< /rawhtml >}}
2 changes: 2 additions & 0 deletions layouts/shortcodes/rawhtml.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<!-- raw html -->
{{.Inner}}
Binary file added static/members/baddhack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/members/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/members/hashp4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/members/lwo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/members/naacbin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/members/rxphgui.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/members/teddybears.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4f91cc

Please sign in to comment.