Link updates

master
six 2022-10-24 16:28:51 +02:00
parent a8455f3bda
commit 78516aa169
8 changed files with 48 additions and 10 deletions

View File

@ -1 +1,4 @@
# PMC 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.

View File

@ -1,5 +1,5 @@
/* Style Settings */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@import url('../fonts/opensans');
body {
background: url('../images/bg.webp');

View File

@ -0,0 +1,24 @@
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: swap;
src: url(memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: swap;
src: url(memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: swap;
src: url(memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 491 KiB

View File

@ -12,7 +12,7 @@
<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>Polkadot Metaverse Championship</b></h1>
<h4>Hackathon</h4>
@ -20,19 +20,30 @@
</div>
<div id="links">
<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://metaversechampionship.gg/" target="_blank"><i class="fa fa-globe" aria-hidden="true"></i>Twitter</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="mailto:contact@metaversechampionship.gg" target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i>E-mail</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="" target="_blank"><i class="fa fa-cloud" aria-hidden="true"></i>Matrix / Element Group</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 CTF</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>
-->
<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="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>
<hr>
<div id="userName"><h3>Partners</h3></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://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>
</div>
</body>
</html>