Skip to content

Commit ffa065a

Browse files
authored
Merge pull request #788 from BrDenky/add-BrDenky
add BrDenky
2 parents 7efdfb6 + 6c8466a commit ffa065a

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

contributors/BrDenky.html

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<article>
2+
<h3>BrDenky</h3>
3+
<p>Computer Science student at Yachay Tech University. Currently focusing on projects related to AI prediction models using Python.</p>
4+
5+
<h4>Programming Languages I Use</h4>
6+
<section class="container">
7+
<div class="badge" style="background-color: #3874a4; color: white">
8+
Python
9+
</div>
10+
<div class="badge" style="background-color: #f7df1e; color: black;">
11+
JavaScript
12+
</div>
13+
<div class="badge" style="background-color: #e34c26; color: white;">
14+
HTML5
15+
</div>
16+
<div class="badge" style="background-color: #1572B6; color: white;">
17+
CSS3
18+
</div>
19+
</section>
20+
21+
<h4>Tools I Use</h4>
22+
<section class="container">
23+
<img
24+
class="icon"
25+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"
26+
alt="Bash"
27+
/>
28+
<img
29+
class="icon"
30+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg"
31+
alt="Linux"
32+
/>
33+
<img
34+
class="icon"
35+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/git/git-original.svg"
36+
alt="Git"
37+
/>
38+
<img
39+
class="icon"
40+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/tensorflow/tensorflow-original.svg"
41+
alt="TensorFlow"
42+
/>
43+
<img
44+
class="icon"
45+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/jupyter/jupyter-original.svg"
46+
alt="Jupyter"
47+
/>
48+
</section>
49+
</article>
50+
<style>
51+
body {
52+
font-family: sans-serif;
53+
}
54+
.container {
55+
display: flex;
56+
flex-wrap: wrap;
57+
gap: 1rem;
58+
}
59+
.badge {
60+
padding: 0.5rem;
61+
border-radius: 0.25rem;
62+
}
63+
.icon {
64+
width: 2rem;
65+
}
66+
</style>

0 commit comments

Comments
 (0)