Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #72

Merged
merged 9 commits into from
Nov 30, 2021
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ body:
validations:
required: false
- type: input
id: liknedin
id: linkedin
attributes:
label: LinkedIn
placeholder: "URL to your LinkedIn Profile"
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseurl: "/" # the subpath of your site, e.g. /blog
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com

# Build settings
Expand Down
4 changes: 2 additions & 2 deletions _data/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ copyright: |
Credits for [Jekyll Theme](https://github.com/themefisher/kross-jekyll)

menu:
- {name: Add Profile, link: '#create-new-profile'}
- {name: 'About #ASKnet', link: 'https://www.asknet.community/'}
- {name: Add Profile, link: '/index.html#create-new-profile'}
- {name: 'back to #ASKnet', link: 'https://www.asknet.community/'}
- {name: View on Github, link: 'https://github.com/ASKnetCommunity/LEAD'}


Expand Down
4 changes: 2 additions & 2 deletions _includes/profiles-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{% for profile in site.profiles %}
<div class="col-lg-4 col-6 mb-4 shuffle-item" data-groups="[&quot;{{ profile.country }}&quot;]">
<div class="position-relative rounded hover-wrapper" style="cursor: pointer;">
<img src="{{site.baseurl}}/{{ profile.image }}" alt="profile-image" class="img-fluid rounded w-100 d-block">
<img src="{{ site.url }}/{{ profile.image }}" alt="profile-image" class="img-fluid rounded w-100 d-block">
<div class="hover-overlay">
<div class="hover-content">
<h4 class="text-light">{{ profile.title }}</h4>
Expand All @@ -47,7 +47,7 @@ <h4 class="card-title">{{ skill.name }} ({{ skill.value }})</h4>
{% endfor %}
{% endif %}
<p class="text-light">Hub: {{ profile.hub }}</p>
<a class="btn btn-light btn-sm" href="{{ profile.url | prepend: site.baseurl }}">view profile</a>
<a class="btn btn-light btn-sm" href="{{ site.url }}{{ profile.url | prepend: site.baseurl }}">view profile</a>
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions _layouts/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ <h4>Region:</h4>
<h4>Hub:</h4>
<p>{{ page.hub }}</p>
{% endif %}
{% if page.languages %}
<h4>Language(s):</h4>
<p>{{ page.languages }}</p>
{% endif %}
{% if page.skills %}
<div class="panel-group" style="clear:both; margin-top:20px;" id="accordion" role="tablist" aria-multiselectable="true">
<h4>Skills:</h4>
Expand Down
5 changes: 0 additions & 5 deletions _profiles/25-Antoneta-Keji-Lodu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,9 @@ whatsapp: +211924658040
website:
skills:
- {name: Web, color: '#fdb157', value: '60%'}
- {name: Software, color: '#9473e6', value: '0%'}
- {name: Hardware, color: '#bdecf6', value: '0%'}
- {name: Community, color: '#ffbcaa', value: '70%'}
- {name: Organizational Development, color: '#fdb157', value: '0%'}
- {name: Media and Art, color: '#9473e6', value: '90%'}
- {name: Data Security, color: '#bdecf6', value: '0%'}
- {name: Open Source, color: '#ffbcaa', value: '50%'}
- {name: Repair, color: '#fdb157', value: '0%'}
---

I am trainer in podcasting
Expand Down
3 changes: 0 additions & 3 deletions _profiles/26-Iklas-Martin.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ telegram: +211916139905
whatsapp: +211916139905
website:
skills:
- {name: Web, color: '#fdb157', value: '0%'}
- {name: Software, color: '#9473e6', value: '0%'}
- {name: Hardware, color: '#bdecf6', value: '0%'}
- {name: Community, color: '#ffbcaa', value: '70%'}
- {name: Organizational Development, color: '#fdb157', value: '60%'}
- {name: Media and Art, color: '#9473e6', value: '90%'}
Expand Down