Respect Token
A New Era for Taekwondo Fans and Athletes
The Respect Token is a blockchain-powered platform rewards active participation and fosters growth within the global Taekwondo community.
Bridging the gap between Technology & Taekwondo
Blockchain Platform
First Blockchain Rewards Platform for Taekwondo & Sports
We are proud to introduce the world’s First blockchain-based platform designed to reward contributions and engagement in the global Taekwondo and sports ecosystem. By combining secure technology with innovative rewards, Respect Token enhances community participation and celebrates the passion for Taekwondo and sports communities.
Learn MoreWorldwide Coverage
As Featured on ESPN Sports Network
Respect Token is making headlines across the globe, proudly featured on the renowned ESPN Sports Network. This recognition highlights our mission to uplift and connect the worldwide Taekwondo community, celebrating the values of discipline, respect, and excellence that define martial arts.
Learn MoreAccuracy
Empowering the Taekwondo and Sports Community
Built to honor the values of discipline, respect, and excellence, Respect Token represents unity and growth, bringing together practitioners, fans, and enthusiasts in a shared vision of progress and connection.
Learn MoreRespect Token: A New Era for Taekwondo Fans and Athletes
The Respect Token is transforming how Taekwondo fans, athletes, and coaches engage with the sport. This blockchain-powered platform rewards active participation and fosters growth within the global Taekwondo community. It combines the tradition of Taekwondo with the power of blockchain to create an ecosystem where everyone can benefit and contribute.
/* -- The root styles must go in the element of the structure with the name "Content". --*/
.content-72__content{
/* -- Heading styles -- */
h2, h3, h4, h5, h6{
font-weight: 700;
color: var(--neutral);
margin-bottom: var(--space-s);
}
h2{
font-size: var(--text-xl);
}
h3{
font-size: var(--text-l);
}
h4, h5, h6{
font-size: var(--text-m);
}
/* -- Content paragraphs styles -- */
p {
/* - Bold styles - */
strong, bold{
color: var(--neutral);
}
/* - Link styles - */
a{
color: var(--neutral);
text-decoration: underline;
font-weight: 500;
transition: color .2s ease;
&:hover, &:focus{
color: var(--primary);
}
}
}
/* -- List styles -- */
ul, ol{
margin:var(--space-m) 0;
/* Color of dots and list numbers */
::marker{
color: var(--neutral);
}
/* Spacing between list items */
li:not(:last-child){
margin-bottom: 8px;
}
}
}