mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
fix(social): Redirect on click to badge
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
.DS_Store
|
||||
@@ -12,10 +12,10 @@ I'm a passionate developer from 🇫🇷 **Pau, France**.
|
||||
|
||||
## 🔗 Social Links
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
[](https://www.linkedin.com/in/lucasvbr)
|
||||
[](https://www.freecodecamp.org/LucasVbr)
|
||||
[](https://openclassrooms.com/fr/members/97j9zltv6225)
|
||||
[](https://exercism.org/profiles/LucasVbr)
|
||||
|
||||
## 🛠 Skills
|
||||
|
||||
|
||||
+2
-1
@@ -8,6 +8,7 @@ class Social:
|
||||
def __init__(self, name: str, url: str):
|
||||
self.name = name
|
||||
self.img = SocialShield(name, url).__str__()
|
||||
self.url = url
|
||||
|
||||
def __str__(self) -> str:
|
||||
return f""
|
||||
return f"[]({self.url})"
|
||||
|
||||
Reference in New Issue
Block a user