2021-10-18 16:21:51 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta charset="UTF-8">
|
2022-10-22 18:58:26 +00:00
|
|
|
<title>LinkFree | Polkadot Metaverse Championship</title>
|
2021-10-18 16:21:51 +00:00
|
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
|
|
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
|
2022-10-17 20:57:05 +00:00
|
|
|
<link rel="icon" href="assets/images/favicon.png" type="image/x-icon" />
|
|
|
|
<!-- https://fontawesome.com/v4/icons/ -->
|
2021-10-18 16:21:51 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="profile">
|
2022-10-17 20:57:05 +00:00
|
|
|
<img id="userPhoto" src="assets/images/profile.png" alt="Profile picture of six">
|
2021-10-18 16:21:51 +00:00
|
|
|
<div id="userName">
|
2022-10-22 18:58:26 +00:00
|
|
|
<h1><b>Polkadot Metaverse Championship</b></h1>
|
|
|
|
<h4>Hackathon</h4>
|
2021-10-18 16:21:51 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="links">
|
2022-10-22 18:58:26 +00:00
|
|
|
<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://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>
|
2022-10-17 20:57:05 +00:00
|
|
|
<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>
|
2022-10-22 18:58:26 +00:00
|
|
|
-->
|
|
|
|
|
|
|
|
|
2021-10-18 16:21:51 +00:00
|
|
|
</div>
|
2022-10-17 20:57:05 +00:00
|
|
|
</body>
|
2021-10-18 16:21:51 +00:00
|
|
|
</html>
|