Skip to content

Commit 5a8b5e6

Browse files
committed
this is my card
1 parent 65dc726 commit 5a8b5e6

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

contributors/yats0x7.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<article>
2+
<h3>yats0x7</h3>
3+
<p>Future Tech Founder 🚀 | Learning Coding, AI & Robotics | Passionate About Building Smart Solution</p>
4+
<h4>Programming languages I use</h4>
5+
<section class="container">
6+
<div class="badge" style="background-color: #3874a4; color: white">
7+
Python
8+
</div>
9+
10+
<div class="badge" style="background-color: #ea6c0c; color: white">
11+
HTML
12+
</div>
13+
14+
<div class="badge" style="background-color: #033f70; color: white">
15+
CSS
16+
</div>
17+
18+
<div class="badge" style="background-color: #f7df1e; color: black;">
19+
JavaScript
20+
</div>
21+
</section>
22+
23+
<h4>Tools I use</h4>
24+
<section class="container">
25+
<img
26+
class="icon"
27+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"
28+
/>
29+
30+
<img
31+
class="icon"
32+
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTYk594AhSKw5Eb3iHkPHs_XmpCqaRVgu0mvg&s"
33+
/>
34+
35+
<img
36+
class="icon"
37+
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRA_l4bsHVcipzP-OZcdauxacMXuQjqSOiEPA&s"
38+
/>
39+
40+
<img
41+
class="icon"
42+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"
43+
/>
44+
</section>
45+
</article>
46+
<style>
47+
body {
48+
font-family: sans-serif;
49+
}
50+
.container {
51+
display: flex;
52+
flex-wrap: wrap;
53+
gap: 1rem;
54+
}
55+
.badge {
56+
padding: 0.5rem;
57+
border-radius: 0.25rem;
58+
}
59+
.icon {
60+
width: 2rem;
61+
}
62+
</style>

0 commit comments

Comments
 (0)