Skip to content

Commit 43a3f3b

Browse files
authored
Merge pull request #751 from ladalar/add-ladalar
add-ladalar
2 parents c973421 + 708ff4b commit 43a3f3b

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

contributors/ladalar.html

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
<article>
2+
<h3>ladalar</h3>
3+
<p>Computer Scientist with a background in Music. Passionate about technology, education, and the intersection of music and programming.</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+
<div class="badge" style="background-color: #f7df1e; color: black;">
10+
C++
11+
</div>
12+
<div class="badge" style="background-color: red; color: white;">
13+
R
14+
</div>
15+
</section>
16+
17+
<h4>Tools I use</h4>
18+
<section class="container">
19+
<img
20+
class="icon"
21+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg"
22+
/>
23+
<img
24+
class="icon"
25+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/jupyter/jupyter-original-wordmark.svg"
26+
/>
27+
<img
28+
class="icon"
29+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/github/github-original.svg"
30+
/>
31+
<img
32+
class="icon"
33+
src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/vscode/vscode-original.svg"
34+
/>
35+
</section>
36+
</article>
37+
<style>
38+
body {
39+
font-family: sans-serif;
40+
}
41+
.container {
42+
display: flex;
43+
flex-wrap: wrap;
44+
gap: 1rem;
45+
}
46+
.badge {
47+
padding: 0.5rem;
48+
border-radius: 0.25rem;
49+
}
50+
.icon {
51+
width: 2rem;
52+
}
53+
</style>

0 commit comments

Comments
 (0)