SVG Badges for CTF365

Developer
Size
3,085 Kb
Views
6,072

How do I make an svg badges for ctf365?

Http://ctf365.com check it out!. What is a svg badges for ctf365? How do you make a svg badges for ctf365? This script and codes were developed by Daniesy on 10 January 2023, Tuesday.

SVG Badges for CTF365 Previews

SVG Badges for CTF365 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SVG Badges for CTF365</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
body{ background: #373737;
}
.badge{ margin: 50px; -webkit-filter: drop-shadow( 0px 5px 1px #000 );
}
.badge.red .star, .badge.red .head { fill: #DC514E;
}
.badge.green .star, .badge.green .head { fill: #2ECC71;
}
.badge.gray .star, .badge.gray .head { fill: #95A5A6;
}
.badge.yellow .star, .badge.yellow .head { fill: #f39c12;
}
.badge.blue .star, .badge.blue .head { fill: #2E8ECE;
}
.badge .title{ font-family: "Montserrat"; font-weight: bold; font-size: 27px;
}
.badge .ctf{ font-family: "Fjalla One"; font-size: 30px; fill: #FFF;
}
.badge .star{ transition: .3s all cubic-bezier(0.680, -0.550, 0.265, 1.550); transform: scale(1); transform-origin: center;
}
.badge:hover .star1{ transform: translate(-16px,0px) scale(1.2);
}
.badge:hover .star2{ transform: scale(1.5);
}
.badge:hover .star3{ transform: translate(16px,0px) scale(1.2);
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <svg version="1.1" class="badge red" xmlns="http://www.w3.org/2000/svg" width="216px" height="232px" viewBox="0 0 216 232" xml:space="preserve">
<path fill="#2B2B2B" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.514-9,9c0,28.23-0.006,151.375,0,169	c0.005,13.875,94.499,54,107.999,54S216,191.57,216,178V9C216,3.298,212.732,0,207,0z"/>
<path class="head" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.774-9,9.667c0,30.321,0,86.333,0,86.333H216	V9.667C216,3.542,212.732,0,207,0z"/>
<text transform="matrix(1 0 0 1 108 40.5337)" text-anchor="middle"> <tspan class="title" x="0" y="0">BRUTEFORCE</tspan>
</text>
<text transform="matrix(1 0 0 1 108 78)" text-anchor="middle"> <tspan class="title">EXPERT</tspan>
</text>
<text class="ctf" transform="matrix(1 0 0 1 65.687 145.1455)">CTF365</text>
<polygon class="star star1" points="87.75,166.971 90.051,171.633 95.196,172.38 91.473,176.009 92.352,181.134 87.75,178.714	83.148,181.134 84.027,176.009 80.304,172.38 85.449,171.633 "/> <polygon class="star star2" points="107.75,166.971 110.051,171.633 115.196,172.38 111.473,176.009 112.352,181.134 107.75,178.714	103.148,181.134 104.027,176.009 100.304,172.38 105.449,171.633 "/>
<polygon class="star star3" points="127.75,166.971 130.051,171.633 135.196,172.38 131.473,176.009 132.352,181.134 127.75,178.714	123.148,181.134 124.027,176.009 120.304,172.38 125.449,171.633 "/>
</svg>
<svg version="1.1" class="badge green" xmlns="http://www.w3.org/2000/svg" width="216px" height="232px" viewBox="0 0 216 232" xml:space="preserve">
<path fill="#2B2B2B" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.514-9,9c0,28.23-0.006,151.375,0,169	c0.005,13.875,94.499,54,107.999,54S216,191.57,216,178V9C216,3.298,212.732,0,207,0z"/>
<path class="head" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.774-9,9.667c0,30.321,0,86.333,0,86.333H216	V9.667C216,3.542,212.732,0,207,0z"/>
<text transform="matrix(1 0 0 1 108 40.5337)" text-anchor="middle"> <tspan class="title" x="0" y="0">SQLi</tspan>
</text>
<text transform="matrix(1 0 0 1 108 78)" text-anchor="middle"> <tspan class="title">EXPERT</tspan>
</text>
<text class="ctf" transform="matrix(1 0 0 1 65.687 145.1455)">CTF365</text>
<polygon class="star star1" points="87.75,166.971 90.051,171.633 95.196,172.38 91.473,176.009 92.352,181.134 87.75,178.714	83.148,181.134 84.027,176.009 80.304,172.38 85.449,171.633 "/> <polygon class="star star2" points="107.75,166.971 110.051,171.633 115.196,172.38 111.473,176.009 112.352,181.134 107.75,178.714	103.148,181.134 104.027,176.009 100.304,172.38 105.449,171.633 "/>
<polygon class="star star3" points="127.75,166.971 130.051,171.633 135.196,172.38 131.473,176.009 132.352,181.134 127.75,178.714	123.148,181.134 124.027,176.009 120.304,172.38 125.449,171.633 "/>
</svg>
<svg version="1.1" class="badge blue" xmlns="http://www.w3.org/2000/svg" width="216px" height="232px" viewBox="0 0 216 232" xml:space="preserve">
<path fill="#2B2B2B" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.514-9,9c0,28.23-0.006,151.375,0,169	c0.005,13.875,94.499,54,107.999,54S216,191.57,216,178V9C216,3.298,212.732,0,207,0z"/>
<path class="head" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.774-9,9.667c0,30.321,0,86.333,0,86.333H216	V9.667C216,3.542,212.732,0,207,0z"/>
<text transform="matrix(1 0 0 1 108 40.5337)" text-anchor="middle"> <tspan class="title" x="0" y="0">SNIFFER</tspan>
</text>
<text transform="matrix(1 0 0 1 108 78)" text-anchor="middle"> <tspan class="title">COMMANDER</tspan>
</text>
<text class="ctf" transform="matrix(1 0 0 1 65.687 145.1455)">CTF365</text>
<polygon class="star star1" points="87.75,166.971 90.051,171.633 95.196,172.38 91.473,176.009 92.352,181.134 87.75,178.714	83.148,181.134 84.027,176.009 80.304,172.38 85.449,171.633 "/> <polygon class="star star2" points="107.75,166.971 110.051,171.633 115.196,172.38 111.473,176.009 112.352,181.134 107.75,178.714	103.148,181.134 104.027,176.009 100.304,172.38 105.449,171.633 "/>
<polygon class="star star3" points="127.75,166.971 130.051,171.633 135.196,172.38 131.473,176.009 132.352,181.134 127.75,178.714	123.148,181.134 124.027,176.009 120.304,172.38 125.449,171.633 "/>
</svg>
<svg version="1.1" class="badge yellow" xmlns="http://www.w3.org/2000/svg" width="150px" height="161px" viewBox="0 0 216 232" xml:space="preserve">
<path fill="#2B2B2B" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.514-9,9c0,28.23-0.006,151.375,0,169	c0.005,13.875,94.499,54,107.999,54S216,191.57,216,178V9C216,3.298,212.732,0,207,0z"/>
<path class="head" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.774-9,9.667c0,30.321,0,86.333,0,86.333H216	V9.667C216,3.542,212.732,0,207,0z"/>
<text transform="matrix(1 0 0 1 108 40.5337)" text-anchor="middle"> <tspan class="title" x="0" y="0">SCRIPT</tspan>
</text>
<text transform="matrix(1 0 0 1 108 78)" text-anchor="middle"> <tspan class="title">EXPERT</tspan>
</text>
<text class="ctf" transform="matrix(1 0 0 1 65.687 145.1455)">CTF365</text>
<polygon class="star star1" points="87.75,166.971 90.051,171.633 95.196,172.38 91.473,176.009 92.352,181.134 87.75,178.714	83.148,181.134 84.027,176.009 80.304,172.38 85.449,171.633 "/> <polygon class="star star2" points="107.75,166.971 110.051,171.633 115.196,172.38 111.473,176.009 112.352,181.134 107.75,178.714	103.148,181.134 104.027,176.009 100.304,172.38 105.449,171.633 "/>
<polygon class="star star3" points="127.75,166.971 130.051,171.633 135.196,172.38 131.473,176.009 132.352,181.134 127.75,178.714	123.148,181.134 124.027,176.009 120.304,172.38 125.449,171.633 "/>
</svg>
<svg version="1.1" class="badge gray" xmlns="http://www.w3.org/2000/svg" width="100px" height="107px" viewBox="0 0 216 232" xml:space="preserve">
<path fill="#2B2B2B" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.514-9,9c0,28.23-0.006,151.375,0,169	c0.005,13.875,94.499,54,107.999,54S216,191.57,216,178V9C216,3.298,212.732,0,207,0z"/>
<path class="head" d="M207,0C171.827,0.001,43.875,0.004,9.003,0c-5.619-0.001-9,3.774-9,9.667c0,30.321,0,86.333,0,86.333H216	V9.667C216,3.542,212.732,0,207,0z"/>
<text transform="matrix(1 0 0 1 108 40.5337)" text-anchor="middle"> <tspan class="title" x="0" y="0">CRYPTO</tspan>
</text>
<text transform="matrix(1 0 0 1 108 78)" text-anchor="middle"> <tspan class="title">MASTER</tspan>
</text>
<text class="ctf" transform="matrix(1 0 0 1 65.687 145.1455)">CTF365</text>
<polygon class="star star1" points="87.75,166.971 90.051,171.633 95.196,172.38 91.473,176.009 92.352,181.134 87.75,178.714	83.148,181.134 84.027,176.009 80.304,172.38 85.449,171.633 "/> <polygon class="star star2" points="107.75,166.971 110.051,171.633 115.196,172.38 111.473,176.009 112.352,181.134 107.75,178.714	103.148,181.134 104.027,176.009 100.304,172.38 105.449,171.633 "/>
<polygon class="star star3" points="127.75,166.971 130.051,171.633 135.196,172.38 131.473,176.009 132.352,181.134 127.75,178.714	123.148,181.134 124.027,176.009 120.304,172.38 125.449,171.633 "/>
</svg>
</body>
</html>

SVG Badges for CTF365 - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
body{ background: #373737;
}
.badge{ margin: 50px; -webkit-filter: drop-shadow( 0px 5px 1px #000 );
}
.badge.red .star, .badge.red .head { fill: #DC514E;
}
.badge.green .star, .badge.green .head { fill: #2ECC71;
}
.badge.gray .star, .badge.gray .head { fill: #95A5A6;
}
.badge.yellow .star, .badge.yellow .head { fill: #f39c12;
}
.badge.blue .star, .badge.blue .head { fill: #2E8ECE;
}
.badge .title{ font-family: "Montserrat"; font-weight: bold; font-size: 27px;
}
.badge .ctf{ font-family: "Fjalla One"; font-size: 30px; fill: #FFF;
}
.badge .star{ transition: .3s all cubic-bezier(0.680, -0.550, 0.265, 1.550); transform: scale(1); transform-origin: center;
}
.badge:hover .star1{ transform: translate(-16px,0px) scale(1.2);
}
.badge:hover .star2{ transform: scale(1.5);
}
.badge:hover .star3{ transform: translate(16px,0px) scale(1.2);
}
SVG Badges for CTF365 - Script Codes
SVG Badges for CTF365 - Script Codes
Home Page Home
Developer Daniesy
Username daniesy
Uploaded January 10, 2023
Rating 3
Size 3,085 Kb
Views 6,072
Do you need developer help for SVG Badges for CTF365?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Daniesy (daniesy) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!