Skip to content

Instantly share code, notes, and snippets.

@Wind010
Created February 25, 2025 02:03
Show Gist options
  • Save Wind010/ca597463ffac91c22380d495cd2d01dd to your computer and use it in GitHub Desktop.
Save Wind010/ca597463ffac91c22380d495cd2d01dd to your computer and use it in GitHub Desktop.
Customized HTML for the badge that is returned from https://www.hackthebox.com/badge
<div style="width: 220px; height:50px; background-color: #343c41; border-radius:4px; text-align: left; background-image: url(https://www.hackthebox.com/images/icon20.png); background-position: right 5px bottom 5px; background-repeat: no-repeat;">
<style scoped>@font-face {font-family: "Roboto";font-style: normal;font-weight: 400;src: url(https://fonts.gstatic.com/s/ubuntumono/v6/ViZhet7Ak-LRXZMXzuAfkY4P5ICox8Kq3LLUNMylGO4.woff2) format("woff2");}.htb_font {font-family: "Roboto", monospace;}.htb_nickname {color: #ffffff;font-size: 12px;font-weight: bold;}.htb_points {color: #56C0E0;font-size: 10px;}.htb_respect {color: #f7af3e;font-size: 10px;}.htb_ranking {color: #ffffff;font-size: 10px;}.htb_line {line-height: 12px;margin: 0px;padding: 0px;}.htb_link {color: #9acc14;font-size:0.6em;text-decoration: none;}.htb_link:hover {color: #9acc14;font-size:0.6em;text-decoration: underline;}.htb_link:visited {color: #9acc14;}.htb_rank{color: #ffffff;font-size: 11px;}.htb_row1{height:13px;}.htb_row2{height:17px;}.htb_row3{height:5px;}</style>
<div style="width: 40px; height: 40px; border-radius:4px; float:left; margin-top:5px; margin-left:5px;"><img style="width:40px; height: 40px; border-radius:4px;" src="https://www.hackthebox.com/storage/avatars/d663bd38acb45c74611f330955f22adc_thumb.png"></div>
<div class="htb_font" style="float:left; height:40px; padding-left: 5px; margin-top:5px;">
<p class="htb_line"><span class="htb_nickname">wind010</span> <span class="htb_rank">Root</span><br></p>
<p class="htb_line"><span class="htb_ranking">Rank: 1</span> <img src="https://www.hackthebox.com/images/screenshot.png" style="width:10px;height:10px;"> <span class="htb_points">∞</span> <img src="https://www.hackthebox.com/images/star.png" style="width:10px;height:10px;"> <span class="htb_respect">∞</span><br></p>
<p class="htb_line"><a href="https://labs.hackthebox.com/api/v4/user/respect/594289" class="htb_link">Give Respect 🖖</a></p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment