Compare commits
8 Commits
Author | SHA1 | Date |
---|---|---|
six | 251a3cbdf9 | |
six | 70d34ea549 | |
six | a42e948924 | |
six | 8bd11afcb0 | |
six | 5d715e1734 | |
six | 4fd61657e4 | |
six | 78516aa169 | |
six | a8455f3bda |
12
README.md
12
README.md
|
@ -1,10 +1,4 @@
|
|||
- Hi, my name is Six (@sixTheDave)
|
||||
- Founder of [CCTF](https://cryptoctf.org/)
|
||||
- Head Ambassador of Eastern Europe at [Polkadot](https://polkadot.network/)
|
||||
- Co-founder of [QRUCIAL](https://qrucial.io/)
|
||||
- I’m interested in the security of Web3.0 and Life itself.
|
||||
- Linkfree -> [sixthedave.me](https://sixthedave.me)
|
||||
# PMC LinkFree
|
||||
|
||||
- Run locally:
|
||||
|
||||
```# cd /tmp && git clone https://git.hsbp.org/six/sixTheDave.git && mv sixTheDave/linkfree/ ...```
|
||||
This is the LinkFree site of the Polkadot Metaverse Championship 2022.
|
||||
This code should be found on the Budapest Hackerspace's git (git.hsbp.org), github.org and on the linkfree.metaversechampionship.gg website.
|
||||
|
|
|
@ -8,8 +8,8 @@ body {
|
|||
}
|
||||
|
||||
#userPhoto {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
display: block;
|
||||
margin: 10px auto;
|
||||
border-radius: 20%;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 35 KiB |
Binary file not shown.
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 491 KiB |
|
@ -1,49 +1,52 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8">
|
||||
<title>LinkFree | six</title>
|
||||
<title>Polkadot Metaverse Championship | LinkFree</title>
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
|
||||
<link rel="icon" href="assets/images/favicon.png" type="image/x-icon" />
|
||||
<link rel="icon" href="assets/images/favicon.png" type="image/x-icon">
|
||||
<!-- https://fontawesome.com/v4/icons/ -->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="profile">
|
||||
<img id="userPhoto" src="assets/images/profile.png" alt="Profile picture of six">
|
||||
<img id="userPhoto" src="assets/images/profile.png" alt="Profile picture of PMC">
|
||||
<div id="userName">
|
||||
<h1><b>six / David Pethes</b></h1>
|
||||
<h4>Polkadot Head Ambassador, CCTF founder, Web3 Auditor</h4>
|
||||
<h1><b>Polkadot Hackathon</b></h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="links">
|
||||
<a class="link" href="https://matrix.to/#/@hexff:matrix.org" target="_blank"><i class="fa fa-cloud" aria-hidden="true"></i>Matrix / Element</a>
|
||||
<a class="link" href="https://t.me/sixTheDave" target="_blank"><i class="fa fa-telegram" aria-hidden="true"></i>Telegram</a>
|
||||
<a class="link" href="https://twitter.com/sixTheDave" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i>Twitter</a>
|
||||
<a class="link" href="https://git.hsbp.org/six" target="_blank"><i class="fa fa-code"></i>Git</a>
|
||||
<a class="link" href="https://metaversechampionship.gg/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Website</a>
|
||||
<a class="link" href="https://twitter.com/metaverseChampz/" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i>Twitter</a>
|
||||
<a class="link" href="https://matrix.to/#/!rnBJtKzawPoyDryPEu:matrix.org?via=matrix.org" target="_blank"><i class="fa fa-comments-o" aria-hidden="true"></i>Matrix / Element Group</a>
|
||||
<a class="link" href="https://t.me/metaversechampionship" target="_blank"><i class="fa fa-telegram" aria-hidden="true"></i>Telegram group</a>
|
||||
<a class="link" href="https://t.me/metaversechamp" target="_blank"><i class="fa fa-telegram" aria-hidden="true"></i>Telegram news channel</a>
|
||||
<a class="link" href="https://git.hsbp.org/org/Metaverse_Championship/dashboard" target="_blank"><i class="fa fa-code"></i>Gitea Organization</a>
|
||||
<a class="link" href="https://git.hsbp.org/Metaverse_Championship/PMC_Prequalifier_Challenges" target="_blank"><i class="fa fa-code"></i>Prequalifier Challenges</a>
|
||||
<a class="link" href="mailto:contact@metaversechampionship.gg" target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i>E-mail</a>
|
||||
|
||||
|
||||
<hr>
|
||||
<div id="userName"><h3>Projects</h3></div>
|
||||
<a class="link" href="https://cryptoctf.org/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>CCTF - Web3 hacking competition</a>
|
||||
<a class="link" href="https://polkadothub.org/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Polkadot Hub - Web3 Spaces</a>
|
||||
<a class="link" href="https://metaversechampionship.gg/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Polkadot Championship Hackathon</a>
|
||||
<a class="link" href="https://qrucial.io/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>QRUCIAL DAO - On-chain security</a>
|
||||
<hr>
|
||||
<div id="userName"><h3>Presentations, workshops and references</h3></div>
|
||||
<a class="link" href="https://www.youtube.com/watch?v=HFr5C49HC-w" target="_blank"><i class="fa fa-link" aria-hidden="true">Introducing Polkadot Hubs<br>Presentation at PH Bali Sanctuary</i></a>
|
||||
<a class="link" href="https://youtu.be/780ZF2wj8rA?t=76" target="_blank"><i class="fa fa-link" aria-hidden="true">Organizing Web3 and Metaverse<br>Presentation at Polkadot Decoded 2022</i></a>
|
||||
<a class="link" href="https://git.hsbp.org/six/pwn_w3bridges" target="_blank"><i class="fa fa-link" aria-hidden="true">Pwning web3 bridges<br>Hacktivity 2022 (workshop files)</i></a>
|
||||
<a class="link" href="https://www.youtube.com/watch?v=ie5kmTHaeN8" target="_blank"><i class="fa fa-link" aria-hidden="true">Web3 Exploitation Techniques<br>HITB Singapore presentation / 2022</i></a>
|
||||
<a class="link" href="https://www.youtube.com/watch?v=1uMbdcrlod4" target="_blank"><i class="fa fa-link" aria-hidden="true">CCTF in Duna TV (2022/Hun)</i></a>
|
||||
<a class="link" href="https://forbes.hu/a-jo-elet/bagdadi-big-daddy-cctf-hekker-dubaj/" target="_blank"><i class="fa fa-link" aria-hidden="true">CCTF article in Forbes.hu (2022/Hun)</i></a>
|
||||
<a class="link" href="https://bitcoinist.com/ecox-partners-with-cctf-organizers-to-host-the-largest-blockchain-hacking-event-so-far/" target="_blank"><i class="fa fa-link" aria-hidden="true">Bitcoinist article about CCTF (2021)</i></a>
|
||||
<a class="link" href="https://index.hu/mindekozben/poszt/2021/05/06/kripto-programozasi-verseny-az-vajon-mi-/" target="_blank"><i class="fa fa-link" aria-hidden="true">Index.hu article about CCTF (2021)</i></a>
|
||||
<a class="link" href="https://japo001.medium.com/the-digital-jewels-of-awalcon-c7d1497fc5c3" target="_blank"><i class="fa fa-link" aria-hidden="true">Awalcon training reference (2020)</i></a>
|
||||
<a class="link" href="https://hiros.hu/cimke/pethes-tamas-david" target="_blank"><i class="fa fa-link" aria-hidden="true">2020 - Webinar on protecting small Hungarian companies (2020)</i></a>
|
||||
<a class="link" href="https://www.youtube.com/watch?v=FMu_oZilUek" target="_blank"><i class="fa fa-link" aria-hidden="true">Hacking smart contracts (Hun) (2019)</i></a>
|
||||
<a class="link" href="http://eplusifjusag.hu/hu/courses/experience_show/89" target="_blank"><i class="fa fa-link" aria-hidden="true">Makerspaces in digital youth work (2019)</i></a>
|
||||
<a class="link" href="https://2017.bsidesbud.com/speaker/m4xk-six/" target="_blank"><i class="fa fa-link" aria-hidden="true">Legend of Windows (0day exploit, 2017)</i></a>
|
||||
<div id="partners"><h2>Partners</h2></div>
|
||||
<a class="link" href="https://www.unit.network/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Unit Network</a>
|
||||
<a class="link" href="https://www.kilt.io/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>KILT Protocol</a>
|
||||
<a class="link" href="https://www.rmrk.app/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>RMRK</a>
|
||||
<a class="link" href="https://momentum.xyz/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Momentum</a>
|
||||
<a class="link" href="https://bit.country/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Bit Country</a>
|
||||
<a class="link" href="https://kodadot.xyz/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Koda</a>
|
||||
<a class="link" href="https://oak.tech/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>OAK Network</a>
|
||||
<a class="link" href="https://www.phala.network/en/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Phala</a>
|
||||
<a class="link" href="https://codecluster.io/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>CodeCluster</a>
|
||||
<a class="link" href="https://www.parity.io/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Parity</a>
|
||||
<a class="link" href="https://cryptoctf.org/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>CCTF</a>
|
||||
<a class="link" href="https://qrucial.io/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>QRUCIAL DAO</a>
|
||||
<a class="link" href="https://www.untold.gg/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Untold Agency</a>
|
||||
<a class="link" href="https://gamerland.hu/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>GamerLand</a>
|
||||
<a class="link" href="https://neverland.hu/en/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>NeverLand</a>
|
||||
<a class="link" href="https://mikevitez.com/" target="_blank"><i class="fa fa-globe" aria-hidden="true">Mike Vitéz</i></a>
|
||||
<a class="link" href="https://vespuccipartners.com/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Vespucci Partners</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue