Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated about page #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
---

## About
pwnthem0le is a group of cybersec entusiasts formed after the members participated in the <a href="https://cyberchallenge.it/" class="hyperlink-color">CyberChallenge.IT</a> 2018, at Politecnico di Torino. We are part of the PoliTHack student team from <a href="https://www.polito.it/" class="hyperlink-color">Politecnico di Torino</a>. We are studying and training to improve our h4x0r5 ( :D ) skillz, research in the field, and be competitive in the CTF landscape.
pwnthem0le is a group of cybersec entusiasts formed after the members participated in the <a href="https://cyberchallenge.it/" class="hyperlink-color">CyberChallenge.IT</a> 2018, at Politecnico di Torino. We are part of the <p class="hyperlink-color">PoliTHack</p> student team from <a href="https://www.polito.it/" class="hyperlink-color">Politecnico di Torino</a>. We are studying and training to improve our h4x0r5 ( :D ) skillz, research in the field, and be competitive in the CTF landscape.
Also, we hare having LOADS of fun.

Check our CTF activity @ <a href="https://ctftime.org/team/60467" class="hyperlink-color">CTFTime</a> :)
Expand Down
1 change: 1 addition & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

img { max-width: 100%; height: auto;}
a.hyperlink-color { color: #b5e853; }
p.hyperlink-color { color: #b5e853; }

@import "{{ site.theme }}";