|
| 1 | +<article> |
| 2 | + <h3>Abvvs</h3> |
| 3 | + <p>Hi, i'm learning how to contribute in OS projects, i'm very exiting about this because i want to grow as a software enginner </p> |
| 4 | + <h4>Programming languages I use</h4> |
| 5 | + <section class="container"> |
| 6 | + <div class="badge" style="background-color: #3776AB; color: white"> |
| 7 | + Python |
| 8 | + </div> |
| 9 | + <div class="badge" style="background-color: #F7DF1E; color: black;"> |
| 10 | + JavaScript |
| 11 | + </div> |
| 12 | + <div class="badge" style="background-color: #3178C6; color: white;"> |
| 13 | + TypeScript |
| 14 | + </div> |
| 15 | + <div class="badge" style="background-color: #336791; color: white;"> |
| 16 | + PostgreSQL |
| 17 | + </div> |
| 18 | + </section> |
| 19 | + <h4>Frameworks & Libraries</h4> |
| 20 | + <section class="container"> |
| 21 | + <div class="badge" style="background-color: #092E20; color: white"> |
| 22 | + Django |
| 23 | + </div> |
| 24 | + <div class="badge" style="background-color: #61DAFB; color: black;"> |
| 25 | + React |
| 26 | + </div> |
| 27 | + <div class="badge" style="background-color: #42B883; color: white;"> |
| 28 | + Vue |
| 29 | + </div> |
| 30 | + <div class="badge" style="background-color: #150458; color: white;"> |
| 31 | + Pandas |
| 32 | + </div> |
| 33 | + </section> |
| 34 | + |
| 35 | + <h4>Tools I use</h4> |
| 36 | + <section class="container"> |
| 37 | + <img |
| 38 | + class="icon" |
| 39 | + src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/bash/bash-original.svg" |
| 40 | + /> |
| 41 | + <img |
| 42 | + class="icon" |
| 43 | + src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/linux/linux-original.svg" |
| 44 | + /> |
| 45 | + <img |
| 46 | + class="icon" |
| 47 | + src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/react/react-original.svg" |
| 48 | + /> |
| 49 | + <img |
| 50 | + class="icon" |
| 51 | + src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/notion/notion-original.svg" |
| 52 | + /> |
| 53 | + <img |
| 54 | + class="icon" |
| 55 | + src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/npm/npm-original.svg" |
| 56 | + /> |
| 57 | + <img |
| 58 | + class="icon" |
| 59 | + src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/git/git-original.svg" |
| 60 | + /> |
| 61 | + <img |
| 62 | + class="icon" |
| 63 | + src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/github/github-original.svg" |
| 64 | + /> |
| 65 | + </section> |
| 66 | +</article> |
| 67 | +<style> |
| 68 | + body { |
| 69 | + font-family: sans-serif; |
| 70 | + } |
| 71 | + .container { |
| 72 | + display: flex; |
| 73 | + flex-wrap: wrap; |
| 74 | + gap: 1rem; |
| 75 | + } |
| 76 | + .badge { |
| 77 | + padding: 0.5rem; |
| 78 | + border-radius: 0.25rem; |
| 79 | + } |
| 80 | + .icon { |
| 81 | + width: 2rem; |
| 82 | + } |
| 83 | +</style> |
0 commit comments