Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/_includes/bio.njk
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,16 @@
</div>
</div>

{% if languages is defined and languages is not null %}
<div class="user-card p-8 rounded-3xl">
<h2 class="text-xs font-black uppercase tracking-[0.3em] text-[var(--text-muted)] mb-6">Technologies</h2>
<div class="flex flex-wrap gap-3">
{% set skills = languages.split(' ') %}
{% include "skills-list.njk" %}
{% set skills = languages.split(' ') %}
{% include "skills-list.njk" %}
</div>
</div>
{% endif %}
</div>

</div>
</main>

Expand Down
2 changes: 2 additions & 0 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ layout: false
{% endif %}
</div>

{% if person.data.languages is defined and person.data.languages is not null %}
<div class="mt-6 flex flex-wrap gap-2">
{% set skills = person.data.languages.split(' ') %}
{% include "skills-list.njk" %}
</div>
{% endif %}

{% set bio = person.data.bio %}
{% if bio %}
Expand Down
2 changes: 1 addition & 1 deletion src/users/Leo-Chan01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ email: ephraimleo16@gmail.com
# facebook: Ephraim leo
country: Nigeria
location: Ebonyi
languages: N/A
languages:
role: Mobile Developer
bio: |
I have good experience in building mobile apps with authentication integration using firebase, payment methods, NFC and optimizations.
2 changes: 1 addition & 1 deletion src/users/anderson-garcia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ email: aegiptogt@gmail.com
country: Venezuela
location: Valencia
role: Translator, psychologist, text editor.
languages: N/A
languages:
bio: |
English Spanish Translator / Psychologist / Academic writer
2 changes: 1 addition & 1 deletion src/users/ierfaaan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ facebook:
country: Iran
location: Tehran
role: Web Developer
languages: javaScript PHP HTML CSS React mySql Python C
languages: javaScript PHP HTML CSS React mySql Python C
bio: Hi my name is erfan
2 changes: 1 addition & 1 deletion src/users/majalian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ twitter: https://mobile.twitter.com/majalian
linkedin: https://www.linkedin.com/in/mujahidjbour/
country: Jordan
location: Amman
languages: N/A
languages:
role: Copywriter
bio: |

Expand Down
4 changes: 1 addition & 3 deletions src/users/rtewari056.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ location: West Bengal
role: Full-Stack Developer
languages: C C++ HTML CSS JavaScript Python
bio: |

<br>
### <img src="https://raw.githubusercontent.com/TheDudeThatCode/TheDudeThatCode/master/Assets/Developer.gif" width="45px" alt="Developer.gif"> About Me:
About Me:

- 💻 I use daily `.js`, `.html`, `.css`, `.cpp`, `.py`

Expand Down
Loading