File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ actualizar la lista!
3333* [ Telegram] ( https://t.me/pythonchile )
3434* [ Slack] ( https://join.slack.com/t/python-chile/shared_invite/zt-3hitnkfk-I_CM~2ANuwofgARLZjI42A )
3535* [ Facebook] ( https://www.facebook.com/groups/pythonchileprogramadores/ )
36- * [ Twitter] ( https://twitter .com/pythonchiledev )
36+ * [ Twitter] ( https://x .com/pythonchiledev )
3737* [ Github] ( https://github.com/python-chile )
3838* [ YouTube] ( https://www.youtube.com/c/PythonChile )
3939* [ LinkedIn] ( https://www.linkedin.com/groups/4929519/ )
Original file line number Diff line number Diff line change 7878 },
7979 "twitter" : {
8080 "alt" : "Twitter" ,
81- "icon" : "fa-twitter" ,
82- "url" : "https://twitter .com/pythonchiledev" ,
81+ "icon" : "fa-x- twitter" ,
82+ "url" : "https://x .com/pythonchiledev" ,
8383 },
8484 "instagram" : {
8585 "alt" : "Instagram" ,
Original file line number Diff line number Diff line change 1414 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
1515 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
1616 < link href ="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;800&display=swap " rel ="stylesheet ">
17- < script src ="https://kit.fontawesome.com/6cf87c29c5.js " crossorigin ="anonymous "> </ script >
17+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/js/all.min.js " integrity ="sha512-b+nQTCdtTBIRIbraqNEwsjB6UvL3UEMkXnhzd8awtCYh0Kcsjl9uEgwVFVbhoj3uu1DO1ZMacNvLoyJJiNfcvg== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
18+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css " integrity ="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
1819
1920 <!-- Optional JavaScript -->
2021 <!-- jQuery first, then Popper.js, then Bootstrap JS -->
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ <h5 class="mt-4 font-weight-medium mb-0">{{ nombre }}</h5>
3737 < h6 class ="subtitle mb-2 mt-2 ">
3838 {%if datos['linkedin'] %}< a target ="_blank " href ="https://linkedin.com/in/{{ datos['linkedin'] }} "> < i class ="fab fa-linkedin fa-lg mr-1 "> </ i > </ a > {% endif %}
3939 {%if datos['github'] %}< a target ="_blank " href ="https://github.com/{{ datos['github'] }} "> < i class ="fab fa-github fa-lg mr-1 "> </ i > </ a > {% endif %}
40- {%if datos['twitter'] %}< a target ="_blank " href ="https://twitter .com/{{ datos['twitter'] }} "> < i class ="fab fa-twitter fa-lg mr-1 "> </ i > </ a > {% endif %}
40+ {%if datos['twitter'] %}< a target ="_blank " href ="https://x .com/{{ datos['twitter'] }} "> < i class ="fab fa-x -twitter fa-lg mr-1 "> </ i > </ a > {% endif %}
4141 </ h6 >
4242 < p class ="card-text-coord ">
4343 {{ datos['descripcion'] }}
@@ -74,7 +74,7 @@ <h5 class="mt-4 font-weight-medium mb-0">{{ nombre }}</h5>
7474 < h6 class ="subtitle mb-2 mt-2 ">
7575 {%if datos['linkedin'] %}< a target ="_blank " href ="https://linkedin.com/in/{{ datos['linkedin'] }} "> < i class ="fab fa-linkedin fa-lg mr-1 "> </ i > </ a > {% endif %}
7676 {%if datos['github'] %}< a target ="_blank " href ="https://github.com/{{ datos['github'] }} "> < i class ="fab fa-github fa-lg mr-1 "> </ i > </ a > {% endif %}
77- {%if datos['twitter'] %}< a target ="_blank " href ="https://twitter .com/{{ datos['twitter'] }} "> < i class ="fab fa-twitter fa-lg mr-1 "> </ i > </ a > {% endif %}
77+ {%if datos['twitter'] %}< a target ="_blank " href ="https://x .com/{{ datos['twitter'] }} "> < i class ="fab fa-x -twitter fa-lg mr-1 "> </ i > </ a > {% endif %}
7878 </ h6 >
7979 < p class ="card-text-coord ">
8080 {{ datos['descripcion'] }}
You can’t perform that action at this time.
0 commit comments