Skip to content

Commit

Permalink
Adding members photo + media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
hashp4 committed Oct 13, 2023
1 parent d79a086 commit 7816243
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions assets/css/extended/custom-ctf-tags.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,29 @@
color: #fff;
background: #00640f;
font-size: 12px;
}

.tag-infra {
color: #fff;
background: #310152;
font-size: 12px;
}

.tag-phd {
color: #fff;
background: #012e01;
font-size: 12px;
}

.tag-go {
color: #fff;
background: #00c1f1;
font-size: 12px;
}

@media (max-width: 480px) {
img {
height: 100%;
width: 100%;
}
}
8 changes: 4 additions & 4 deletions content/members/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ hideSummary: false
<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>
<td><img src="voiv0de.jpg" width=150px 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 /><i>"Now we shall both allocate from the tcache as our top priority"</i> said malloc<br /><i>"Lol"</i>, said calloc, <i>"lmao"</i></td>
</tr>
<tr>
<td><img src="rxphgui.jpg" width=150px height=150px alt="profile-image" /></td>
Expand All @@ -52,10 +52,10 @@ hideSummary: false
</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>
<td><strong>PandatiX</strong><br /><span class="tag tag-phd tag-lg">PhD</span><span class="tag tag-infra tag-lg">infra</span><span class="tag tag-go tag-lg">go</span><br />"/"</td>
</tr>
<tr>
<td><img src="default.png" width=120px height=150px alt="profile-image" /></td>
<td><img src="francisco.png" width=150px 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 />"Flag in HTML source plz"</td>
</tr>
</tbody>
Expand Down
Binary file added static/members/francisco.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/voiv0de.jpg
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 7816243

Please sign in to comment.