Fixes #1952 by updating font awesome version. Also updated icons names to newest font awesome style. --------- Signed-off-by: George Araujo <george.gcac@gmail.com>
This commit is contained in:
parent
6b5c94f571
commit
6eab5bf480
|
|
@ -69,7 +69,7 @@ og_image: # The site-wide (default for all links) Open Graph preview image
|
|||
|
||||
github_username: # your GitHub user name
|
||||
gitlab_username: # your GitLab user name
|
||||
twitter_username: # your Twitter handle
|
||||
x_username: # your X handle
|
||||
mastodon_username: # your mastodon instance+username in the format instance.tld/@username
|
||||
linkedin_username: # your LinkedIn user name
|
||||
telegram_username: # your Telegram user name
|
||||
|
|
|
|||
|
|
@ -14,13 +14,13 @@
|
|||
{% if content.location %}
|
||||
<tr>
|
||||
<td>
|
||||
<p class="location"><i class="fas fa-map-marker-alt iconlocation"></i> {{ content.location }}</p>
|
||||
<p class="location"><i class="fa-solid fa-location-dot iconlocation"></i> {{ content.location }}</p>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="col-xs-10 cl-sm-10 col-md-10 mt-2 mt-md-0">
|
||||
|
|
@ -32,13 +32,13 @@
|
|||
<tbody>
|
||||
{% if content.institution %}
|
||||
<tr>
|
||||
<td style="vertical-align: top; text-align: center;" class="institution"><i class="fas fa-university iconinstitution"></i></td>
|
||||
<td style="vertical-align: top; text-align: center;" class="institution"><i class="fa-solid fa-building-columns iconinstitution"></i></td>
|
||||
<td class="institution">{{content.institution}}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% if content.department %}
|
||||
<tr>
|
||||
<td style="vertical-align: top; text-align: center;" class="department"><i class="far fa-dot-circle icondepartment"></i></td>
|
||||
<td style="vertical-align: top; text-align: center;" class="department"><i class="fa-regular fa-circle-dot icondepartment"></i></td>
|
||||
<td class="department">{{content.department}}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
|
|
|||
|
|
@ -99,8 +99,8 @@
|
|||
<!-- Toogle theme mode -->
|
||||
<li class="toggle-container">
|
||||
<button id="light-toggle" title="Change theme">
|
||||
<i class="fas fa-moon"></i>
|
||||
<i class="fas fa-sun"></i>
|
||||
<i class="fa-solid fa-moon"></i>
|
||||
<i class="fa-solid fa-sun"></i>
|
||||
</button>
|
||||
</li>
|
||||
{%- endif %}
|
||||
|
|
|
|||
|
|
@ -67,9 +67,9 @@
|
|||
{% if page.og_image or site.og_image -%}
|
||||
<meta name="twitter:image" content="{%- if page.og_image -%}{{ page.og_image }}{%- else -%}{{ site.og_image }}{%- endif -%}" />
|
||||
{%- endif %}
|
||||
{% if site.twitter_username -%}
|
||||
<meta name="twitter:site" content="@{{ site.twitter_username }}" />
|
||||
<meta name="twitter:creator" content="@{{ site.twitter_username }}" />
|
||||
{% if site.x_username -%}
|
||||
<meta name="twitter:site" content="@{{ site.x_username }}" />
|
||||
<meta name="twitter:creator" content="@{{ site.x_username }}" />
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
|
|
@ -122,8 +122,8 @@
|
|||
{%- capture link -%}https://www.linkedin.com/in/{{ site.linkedin_username }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.twitter_username -%}
|
||||
{%- capture link -%}https://twitter.com/{{ site.twitter_username }}{%- endcapture -%}
|
||||
{%- if site.x_username -%}
|
||||
{%- capture link -%}https://twitter.com/{{ site.x_username }}{%- endcapture -%}
|
||||
{%- assign sameaslinks = sameaslinks | push: link -%}
|
||||
{%- endif -%}
|
||||
{%- if site.mastodon_username -%}
|
||||
|
|
|
|||
|
|
@ -19,11 +19,11 @@
|
|||
{%- if project.github -%}
|
||||
<div class="github-icon">
|
||||
<div class="icon" data-toggle="tooltip" title="Code Repository">
|
||||
<a href="{{ project.github }}"><i class="fab fa-github gh-icon"></i></a>
|
||||
<a href="{{ project.github }}"><i class="fa-brands fa-github gh-icon"></i></a>
|
||||
</div>
|
||||
{%- if project.github_stars -%}
|
||||
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
||||
<i class="fas fa-star"></i>
|
||||
<i class="fa-solid fa-star"></i>
|
||||
<span id="{{ project.github_stars }}-stars"></span>
|
||||
</span>
|
||||
{%- endif %}
|
||||
|
|
|
|||
|
|
@ -21,11 +21,11 @@
|
|||
{%- if project.github -%}
|
||||
<div class="github-icon">
|
||||
<div class="icon" data-toggle="tooltip" title="Code Repository">
|
||||
<a href="{{ project.github }}"><i class="fab fa-github gh-icon"></i></a>
|
||||
<a href="{{ project.github }}"><i class="fa-brands fa-github gh-icon"></i></a>
|
||||
</div>
|
||||
{%- if project.github_stars -%}
|
||||
<span class="stars" data-toggle="tooltip" title="GitHub Stars">
|
||||
<i class="fas fa-star"></i>
|
||||
<i class="fa-solid fa-star"></i>
|
||||
<span id="{{ project.github_stars }}-stars"></span>
|
||||
</span>
|
||||
{%- endif -%}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
{% if content.location %}
|
||||
<tr>
|
||||
<td>
|
||||
<p class="location"><i class="fas fa-map-marker-alt iconlocation"></i> {{ content.location }}</p>
|
||||
<p class="location"><i class="fa-solid fa-location-dot iconlocation"></i> {{ content.location }}</p>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{%- if site.email -%}
|
||||
<a href="mailto:{{ site.email | encode_email }}" title="email"><i class="fas fa-envelope"></i></a>
|
||||
<a href="mailto:{{ site.email | encode_email }}" title="email"><i class="fa-solid fa-envelope"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.telegram_username -%}
|
||||
<a href="https://telegram.me/{{ site.telegram_username }}" title="telegram"><i class="fab fa-telegram"></i></a>
|
||||
<a href="https://telegram.me/{{ site.telegram_username }}" title="telegram"><i class="fa-brands fa-telegram"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.whatsapp_number -%}
|
||||
<a href="https://wa.me/{{ site.whatsapp_number }}" title="whatsapp"><i class="fab fa-whatsapp"></i></a>
|
||||
<a href="https://wa.me/{{ site.whatsapp_number }}" title="whatsapp"><i class="fa-brands fa-whatsapp"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.orcid_id -%}
|
||||
<a href="https://orcid.org/{{ site.orcid_id }}" title="ORCID"><i class="ai ai-orcid"></i></a>
|
||||
|
|
@ -32,85 +32,85 @@
|
|||
<a href="https://www.scopus.com/authid/detail.uri?authorId={{site.scopus_id}}" title="Scopus"><i class="ai ai-scopus"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.github_username -%}
|
||||
<a href="https://github.com/{{ site.github_username }}" title="GitHub"><i class="fab fa-github"></i></a>
|
||||
<a href="https://github.com/{{ site.github_username }}" title="GitHub"><i class="fa-brands fa-github"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.linkedin_username -%}
|
||||
<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn"><i class="fab fa-linkedin"></i></a>
|
||||
<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.twitter_username -%}
|
||||
<a href="https://twitter.com/{{ site.twitter_username }}" title="Twitter"><i class="fab fa-twitter"></i></a>
|
||||
{%- if site.x_username -%}
|
||||
<a href="https://twitter.com/{{ site.x_username }}" title="X"><i class="fa-brands fa-x-twitter"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.mastodon_username -%}
|
||||
<a rel="me" href="https://{{ site.mastodon_username }}" title="Mastodon"><i class="fab fa-mastodon"></i></a>
|
||||
<a rel="me" href="https://{{ site.mastodon_username }}" title="Mastodon"><i class="fa-brands fa-mastodon"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.medium_username -%}
|
||||
<a href="https://medium.com/@{{ site.medium_username }}" title="Medium"><i class="fab fa-medium"></i></a>
|
||||
<a href="https://medium.com/@{{ site.medium_username }}" title="Medium"><i class="fa-brands fa-medium"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.quora_username -%}
|
||||
<a href="https://www.quora.com/profile/{{ site.quora_username }}" title="Quora"><i class="fab fa-quora"></i></a>
|
||||
<a href="https://www.quora.com/profile/{{ site.quora_username }}" title="Quora"><i class="fa-brands fa-quora"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.blogger_url -%}
|
||||
<a href="{{ site.blogger_url }}" title="Blogger"><i class="fab fa-blogger-b"></i></a>
|
||||
<a href="{{ site.blogger_url }}" title="Blogger"><i class="fa-brands fa-blogger-b"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.work_url -%}
|
||||
<a href="{{ site.work_url }}" title="Work"><i class="fas fa-briefcase"></i></a>
|
||||
<a href="{{ site.work_url }}" title="Work"><i class="fa-solid fa-briefcase"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.wikidata_id -%}
|
||||
<a href="https://www.wikidata.org/wiki/{{ site.wikidata_id }}" title="Wikidata"><i class="fas fa-barcode"></i></a>
|
||||
<a href="https://www.wikidata.org/wiki/{{ site.wikidata_id }}" title="Wikidata"><i class="fa-solid fa-barcode"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.wikipedia_id -%}
|
||||
<a href="https://wikipedia.org/wiki/User:{{ site.wikipedia_id }}" title="Wikipedia"><i class="fab fa-wikipedia-w"></i></a>
|
||||
<a href="https://wikipedia.org/wiki/User:{{ site.wikipedia_id }}" title="Wikipedia"><i class="fa-brands fa-wikipedia-w"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.strava_userid -%}
|
||||
<a href="https://www.strava.com/athletes/{{ site.strava_userid }}" title="Strava"><i class="fab fa-strava"></i></a>
|
||||
<a href="https://www.strava.com/athletes/{{ site.strava_userid }}" title="Strava"><i class="fa-brands fa-strava"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.keybase_username -%}
|
||||
<a href="https://keybase.io/{{ site.keybase_username }}" title="Keybase"><i class="fab fa-keybase"></i></a>
|
||||
<a href="https://keybase.io/{{ site.keybase_username }}" title="Keybase"><i class="fa-brands fa-keybase"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.gitlab_username -%}
|
||||
<a href="https://gitlab.com/{{ site.gitlab_username }}" title="GitLab"><i class="fab fa-gitlab"></i></a>
|
||||
<a href="https://gitlab.com/{{ site.gitlab_username }}" title="GitLab"><i class="fa-brands fa-gitlab"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.dblp_url -%}
|
||||
<a href="{{ site.dblp_url }}" title="DBLP"><i class="ai ai-dblp"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.stackoverflow_id -%}
|
||||
<a href="https://stackoverflow.com/users/{{ site.stackoverflow_id }}" title="Stackoverflow"><i class="fab fa-stack-overflow"></i></a>
|
||||
<a href="https://stackoverflow.com/users/{{ site.stackoverflow_id }}" title="Stackoverflow"><i class="fa-brands fa-stack-overflow"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.kaggle_id -%}
|
||||
<a href="https://www.kaggle.com/{{ site.kaggle_id }}" title="Kaggle"><i class="fab fa-kaggle"></i></a>
|
||||
<a href="https://www.kaggle.com/{{ site.kaggle_id }}" title="Kaggle"><i class="fa-brands fa-kaggle"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.lastfm_id -%}
|
||||
<a href="https://www.last.fm/user/{{ site.lastfm_id }}" title="Last FM"><i class="fab fa-lastfm"></i></a>
|
||||
<a href="https://www.last.fm/user/{{ site.lastfm_id }}" title="Last FM"><i class="fa-brands fa-lastfm"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.spotify_id -%}
|
||||
<a href="https://open.spotify.com/user/{{ site.spotify_id }}" title="Spotify"><i class="fab fa-spotify"></i></a>
|
||||
<a href="https://open.spotify.com/user/{{ site.spotify_id }}" title="Spotify"><i class="fa-brands fa-spotify"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.pinterest_id -%}
|
||||
<a href="https://www.pinterest.com/{{ site.pinterest_id }}" title="Pinterest"><i class="fab fa-pinterest"></i></a>
|
||||
<a href="https://www.pinterest.com/{{ site.pinterest_id }}" title="Pinterest"><i class="fa-brands fa-pinterest"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.unsplash_id -%}
|
||||
<a href="https://unsplash.com/@{{ site.unsplash_id }}" title="Unsplash"><i class="fab fa-unsplash"></i></a>
|
||||
<a href="https://unsplash.com/@{{ site.unsplash_id }}" title="Unsplash"><i class="fa-brands fa-unsplash"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.instagram_id -%}
|
||||
<a href="https://instagram.com/{{ site.instagram_id }}" title="Instagram"><i class="fab fa-instagram"></i></a>
|
||||
<a href="https://instagram.com/{{ site.instagram_id }}" title="Instagram"><i class="fa-brands fa-instagram"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.facebook_id -%}
|
||||
<a href="https://facebook.com/{{ site.facebook_id }}" title="Facebook"><i class="fab fa-facebook"></i></a>
|
||||
<a href="https://facebook.com/{{ site.facebook_id }}" title="Facebook"><i class="fa-brands fa-facebook"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.youtube_id -%}
|
||||
<a href="https://youtube.com/@{{ site.youtube_id }}" title="YouTube"><i class="fab fa-youtube"></i></a>
|
||||
<a href="https://youtube.com/@{{ site.youtube_id }}" title="YouTube"><i class="fa-brands fa-youtube"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.discord_id -%}
|
||||
<a href="https://discord.com/users/{{ site.discord_id }}" title="Discord"><i class="fab fa-discord"></i></a>
|
||||
<a href="https://discord.com/users/{{ site.discord_id }}" title="Discord"><i class="fa-brands fa-discord"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.zotero_username -%}
|
||||
<a href="https://www.zotero.org/{{ site.zotero_username }}" title="Zotero"><i class="ai ai-zotero"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.rss_icon -%}
|
||||
<a href="{{ site.baseurl }}/feed.xml" title="RSS Feed"><i class="fas fa-rss-square"></i></a>
|
||||
<a href="{{ site.baseurl }}/feed.xml" title="RSS Feed"><i class="fa-solid fa-square-rss"></i></a>
|
||||
{% endif %}
|
||||
{%- if site.wechat_qr -%}
|
||||
<a id="WeChatBtn" title="WeChat"><i class="fab fa-weixin"></i></a>
|
||||
<a id="WeChatBtn" title="WeChat"><i class="fa-brands fa-weixin"></i></a>
|
||||
<div id="WeChatMod" class="wechat-modal">
|
||||
<img src="{{ site.wechat_qr | prepend: 'assets/img/' | relative_url }}" alt="WeChat QR" id="WeChatQR">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ layout: default
|
|||
<div class="post">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title"> <i class="fas fa-tag fa-sm"></i> {{ page.title }} </h1>
|
||||
<h1 class="post-title"> <i class="fa-solid fa-tag fa-sm"></i> {{ page.title }} </h1>
|
||||
<p class="post-description"> an archive of posts in this category </p>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ layout: default
|
|||
<div class="post">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title"> <i class="fas fa-hashtag fa-sm"></i> {{ page.title }} </h1>
|
||||
<h1 class="post-title"> <i class="fa-solid fa-hashtag fa-sm"></i> {{ page.title }} </h1>
|
||||
<p class="post-description"> an archive of posts with this tag </p>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ layout: default
|
|||
<div class="post">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title"> <i class="fas fa-calendar fa-sm"></i> {{ page.date | date: "%Y" }} </h1>
|
||||
<h1 class="post-title"> <i class="fa-solid fa-calendar fa-sm"></i> {{ page.date | date: "%Y" }} </h1>
|
||||
<p class="post-description"> an archive of posts from this year </p>
|
||||
</header>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ layout: default
|
|||
<div class="post">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}" target="_blank" rel="noopener noreferrer" class="float-right"><i class="fas fa-file-pdf"></i></a>{% endif %}</h1>
|
||||
<h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}" target="_blank" rel="noopener noreferrer" class="float-right"><i class="fa-solid fa-file-pdf"></i></a>{% endif %}</h1>
|
||||
{% if page.description %}<p class="post-description">{{ page.description }}</p>{% endif %}
|
||||
</header>
|
||||
|
||||
|
|
@ -41,7 +41,7 @@ layout: default
|
|||
<div class="post">
|
||||
|
||||
<header class="post-header">
|
||||
<h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}" target="_blank" rel="noopener noreferrer" class="float-right"><i class="fas fa-file-pdf"></i></a>{% endif %}</h1>
|
||||
<h1 class="post-title">{{ page.title }} {% if page.cv_pdf %}<a href="{{ page.cv_pdf | prepend: 'assets/pdf/' | relative_url}}" target="_blank" rel="noopener noreferrer" class="float-right"><i class="fa-solid fa-file-pdf"></i></a>{% endif %}</h1>
|
||||
{% if page.description %}<p class="post-description">{{ page.description }}</p>{% endif %}
|
||||
</header>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,12 +19,12 @@ layout: default
|
|||
<h1 class="post-title">{{ page.title }}</h1>
|
||||
<p class="post-meta">{{ page.date | date: "%B %-d, %Y" }}{%- if page.author -%} • {{ page.author }}{%- endif -%}{%- if page.meta -%} • {{ page.meta }}{%- endif -%}</p>
|
||||
<p class="post-tags">
|
||||
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}"> <i class="fas fa-calendar fa-sm"></i> {{ year }} </a>
|
||||
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}"> <i class="fa-solid fa-calendar fa-sm"></i> {{ year }} </a>
|
||||
{%- if tags != "" %}
|
||||
·
|
||||
{% for tag in page.tags -%}
|
||||
<a href="{{ tag | slugify | prepend: '/blog/tag/' | prepend: site.baseurl}}">
|
||||
<i class="fas fa-hashtag fa-sm"></i> {{ tag }}</a>
|
||||
<i class="fa-solid fa-hashtag fa-sm"></i> {{ tag }}</a>
|
||||
{% endfor -%}
|
||||
{% endif %}
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ layout: default
|
|||
·
|
||||
{% for category in page.categories -%}
|
||||
<a href="{{ category | slugify | prepend: '/blog/category/' | prepend: site.baseurl}}">
|
||||
<i class="fas fa-tag fa-sm"></i> {{ category }}</a>
|
||||
<i class="fa-solid fa-tag fa-sm"></i> {{ category }}</a>
|
||||
{% endfor -%}
|
||||
{% endif %}
|
||||
|
||||
|
|
|
|||
|
|
@ -2055,6 +2055,7 @@ $fa-var-the-red-yeti: \f69d;
|
|||
$fa-var-square-hacker-news: \f3af;
|
||||
$fa-var-hacker-news-square: \f3af;
|
||||
$fa-var-edge: \f282;
|
||||
$fa-var-threads: \e618;
|
||||
$fa-var-napster: \f3d2;
|
||||
$fa-var-square-snapchat: \f2ad;
|
||||
$fa-var-snapchat-square: \f2ad;
|
||||
|
|
@ -2111,6 +2112,7 @@ $fa-var-mix: \f3cb;
|
|||
$fa-var-steam: \f1b6;
|
||||
$fa-var-cc-apple-pay: \f416;
|
||||
$fa-var-scribd: \f28a;
|
||||
$fa-var-debian: \e60b;
|
||||
$fa-var-openid: \f19b;
|
||||
$fa-var-instalod: \e081;
|
||||
$fa-var-expeditedssl: \f23e;
|
||||
|
|
@ -2191,6 +2193,7 @@ $fa-var-fedex: \f797;
|
|||
$fa-var-phoenix-framework: \f3dc;
|
||||
$fa-var-shopify: \e057;
|
||||
$fa-var-neos: \f612;
|
||||
$fa-var-square-threads: \e619;
|
||||
$fa-var-hackerrank: \f5f7;
|
||||
$fa-var-researchgate: \f4f8;
|
||||
$fa-var-swift: \f8e1;
|
||||
|
|
@ -2305,6 +2308,7 @@ $fa-var-audible: \f373;
|
|||
$fa-var-think-peaks: \f731;
|
||||
$fa-var-bilibili: \e3d9;
|
||||
$fa-var-erlang: \f39d;
|
||||
$fa-var-x-twitter: \e61b;
|
||||
$fa-var-cotton-bureau: \f89e;
|
||||
$fa-var-dashcube: \f210;
|
||||
$fa-var-42-group: \e080;
|
||||
|
|
@ -2470,6 +2474,7 @@ $fa-var-usb: \f287;
|
|||
$fa-var-tumblr: \f173;
|
||||
$fa-var-vaadin: \f408;
|
||||
$fa-var-quora: \f2c4;
|
||||
$fa-var-square-x-twitter: \e61a;
|
||||
$fa-var-reacteurope: \f75d;
|
||||
$fa-var-medium: \f23a;
|
||||
$fa-var-medium-m: \f23a;
|
||||
|
|
@ -4512,6 +4517,7 @@ $fa-brand-icons: (
|
|||
"square-hacker-news": $fa-var-square-hacker-news,
|
||||
"hacker-news-square": $fa-var-hacker-news-square,
|
||||
"edge": $fa-var-edge,
|
||||
"threads": $fa-var-threads,
|
||||
"napster": $fa-var-napster,
|
||||
"square-snapchat": $fa-var-square-snapchat,
|
||||
"snapchat-square": $fa-var-snapchat-square,
|
||||
|
|
@ -4568,6 +4574,7 @@ $fa-brand-icons: (
|
|||
"steam": $fa-var-steam,
|
||||
"cc-apple-pay": $fa-var-cc-apple-pay,
|
||||
"scribd": $fa-var-scribd,
|
||||
"debian": $fa-var-debian,
|
||||
"openid": $fa-var-openid,
|
||||
"instalod": $fa-var-instalod,
|
||||
"expeditedssl": $fa-var-expeditedssl,
|
||||
|
|
@ -4648,6 +4655,7 @@ $fa-brand-icons: (
|
|||
"phoenix-framework": $fa-var-phoenix-framework,
|
||||
"shopify": $fa-var-shopify,
|
||||
"neos": $fa-var-neos,
|
||||
"square-threads": $fa-var-square-threads,
|
||||
"hackerrank": $fa-var-hackerrank,
|
||||
"researchgate": $fa-var-researchgate,
|
||||
"swift": $fa-var-swift,
|
||||
|
|
@ -4762,6 +4770,7 @@ $fa-brand-icons: (
|
|||
"think-peaks": $fa-var-think-peaks,
|
||||
"bilibili": $fa-var-bilibili,
|
||||
"erlang": $fa-var-erlang,
|
||||
"x-twitter": $fa-var-x-twitter,
|
||||
"cotton-bureau": $fa-var-cotton-bureau,
|
||||
"dashcube": $fa-var-dashcube,
|
||||
"42-group": $fa-var-42-group,
|
||||
|
|
@ -4927,6 +4936,7 @@ $fa-brand-icons: (
|
|||
"tumblr": $fa-var-tumblr,
|
||||
"vaadin": $fa-var-vaadin,
|
||||
"quora": $fa-var-quora,
|
||||
"square-x-twitter": $fa-var-square-x-twitter,
|
||||
"reacteurope": $fa-var-reacteurope,
|
||||
"medium": $fa-var-medium,
|
||||
"medium-m": $fa-var-medium-m,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
||||
* Copyright 2023 Fonticons, Inc.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ codeBlocks.forEach(function (codeBlock) {
|
|||
copyButton.type = 'button';
|
||||
copyButton.ariaLabel = 'Copy code to clipboard';
|
||||
copyButton.innerText = 'Copy';
|
||||
copyButton.innerHTML = '<i class="fas fa-clipboard"></i>';
|
||||
copyButton.innerHTML = '<i class="fa-solid fa-clipboard"></i>';
|
||||
|
||||
// get code from code block and copy to clipboard
|
||||
copyButton.addEventListener('click', function () {
|
||||
|
|
@ -24,15 +24,15 @@ codeBlocks.forEach(function (codeBlock) {
|
|||
}
|
||||
window.navigator.clipboard.writeText(code);
|
||||
copyButton.innerText = 'Copied';
|
||||
copyButton.innerHTML = '<i class="fas fa-clipboard-check"></i>';
|
||||
copyButton.innerHTML = '<i class="fa-solid fa-clipboard-check"></i>';
|
||||
var waitFor = 3000;
|
||||
|
||||
setTimeout(function () {
|
||||
copyButton.innerText = 'Copy';
|
||||
copyButton.innerHTML = '<i class="fas fa-clipboard"></i>';
|
||||
copyButton.innerHTML = '<i class="fa-solid fa-clipboard"></i>';
|
||||
}, waitFor);
|
||||
});
|
||||
|
||||
|
||||
// create wrapper div
|
||||
var wrapper = document.createElement('div');
|
||||
wrapper.className = 'code-display-wrapper';
|
||||
|
|
|
|||
|
|
@ -77,46 +77,46 @@
|
|||
"date": "2018-01-01",
|
||||
"issuer": "Stanford University",
|
||||
"url": "https://example.com",
|
||||
"icon": "fa fa-map-marker-alt"
|
||||
"icon": "fa-solid fa-location-dot"
|
||||
},
|
||||
{
|
||||
"name": "Quantum Computing",
|
||||
"date": "2018-01-01",
|
||||
"issuer": "Stanford University",
|
||||
"url": "https://example.com",
|
||||
"icon": "fa fa-tag"
|
||||
"icon": "fa-solid fa-tag"
|
||||
},
|
||||
{
|
||||
"name": "Quantum Information",
|
||||
"date": "2018-01-01",
|
||||
"issuer": "Stanford University",
|
||||
"url": "https://example.com",
|
||||
"icon": "fa fa-envelope"
|
||||
"icon": "fa-solid fa-envelope"
|
||||
},
|
||||
{
|
||||
"name": "Quantum Cryptography",
|
||||
"date": "2018-01-01",
|
||||
"issuer": "Stanford University",
|
||||
"url": "https://example.com",
|
||||
"icon": "fa fa fa-hashtag"
|
||||
"icon": "fa-solid fa-hashtag"
|
||||
},
|
||||
{
|
||||
"name": "Quantum Communication",
|
||||
"date": "2018-01-01",
|
||||
"issuer": "Stanford University",
|
||||
"url": "https://example.com",
|
||||
"icon": "fa fa-calendar"
|
||||
"icon": "fa-solid fa-calendar"
|
||||
},
|
||||
{
|
||||
"name": "Quantum Teleportation",
|
||||
"date": "2018-01-01",
|
||||
"issuer": "Stanford University",
|
||||
"url": "https://example.com",
|
||||
"icon": "fa fa-clipboard-check"
|
||||
"icon": "fa-solid fa-clipboard-check"
|
||||
}
|
||||
],
|
||||
"publications": [
|
||||
{
|
||||
{
|
||||
"name": "Zur Elektrody/namik bewegter Körper",
|
||||
"publisher": "Annalen der Physik",
|
||||
"releaseDate": "1905-06-30",
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
{
|
||||
"name": "Physics",
|
||||
"level": "Master",
|
||||
"icon": "fa fa fa-hashtag",
|
||||
"icon": "fa-solid fa-hashtag",
|
||||
"keywords": [
|
||||
"Quantum Mechanics","Quantum Computing","Quantum Information","Quantum Cryptography","Quantum Communication","Quantum Teleportation"
|
||||
]
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
"interests": [
|
||||
{
|
||||
"name": "Physics",
|
||||
"icon": "fa fa-tag",
|
||||
"icon": "fa-solid fa-tag",
|
||||
"keywords": [
|
||||
"Quantum Mechanics","Quantum Computing","Quantum Information","Quantum Cryptography","Quantum Communication","Quantum Teleportation"
|
||||
]
|
||||
|
|
@ -172,13 +172,13 @@
|
|||
"references": [
|
||||
{
|
||||
"name": "Professor John Doe",
|
||||
"icon": "fa fa-laptop",
|
||||
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
|
||||
"icon": "fa-solid fa-laptop",
|
||||
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
|
||||
},
|
||||
{
|
||||
"name": "Professor John Doe",
|
||||
"icon": "fa fa-thumbtack",
|
||||
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
|
||||
"icon": "fa-solid fa-thumbtack",
|
||||
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
|
||||
}
|
||||
],
|
||||
"projects": [
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -30,7 +30,7 @@ pagination:
|
|||
<ul class="p-0 m-0">
|
||||
{% for tag in site.display_tags %}
|
||||
<li>
|
||||
<i class="fas fa-hashtag fa-sm"></i> <a href="{{ tag | slugify | prepend: '/blog/tag/' | relative_url }}">{{ tag }}</a>
|
||||
<i class="fa-solid fa-hashtag fa-sm"></i> <a href="{{ tag | slugify | prepend: '/blog/tag/' | relative_url }}">{{ tag }}</a>
|
||||
</li>
|
||||
{% unless forloop.last %}
|
||||
<p>•</p>
|
||||
|
|
@ -41,7 +41,7 @@ pagination:
|
|||
{% endif %}
|
||||
{% for category in site.display_categories %}
|
||||
<li>
|
||||
<i class="fas fa-tag fa-sm"></i> <a href="{{ category | slugify | prepend: '/blog/category/' | relative_url }}">{{ category }}</a>
|
||||
<i class="fa-solid fa-tag fa-sm"></i> <a href="{{ category | slugify | prepend: '/blog/category/' | relative_url }}">{{ category }}</a>
|
||||
</li>
|
||||
{% unless forloop.last %}
|
||||
<p>•</p>
|
||||
|
|
@ -80,7 +80,7 @@ pagination:
|
|||
<p class="post-meta">
|
||||
{{ read_time }} min read ·
|
||||
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}">
|
||||
<i class="fas fa-calendar fa-sm"></i> {{ year }} </a>
|
||||
<i class="fa-solid fa-calendar fa-sm"></i> {{ year }} </a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -133,13 +133,13 @@ pagination:
|
|||
</p>
|
||||
<p class="post-tags">
|
||||
<a href="{{ year | prepend: '/blog/' | prepend: site.baseurl}}">
|
||||
<i class="fas fa-calendar fa-sm"></i> {{ year }} </a>
|
||||
<i class="fa-solid fa-calendar fa-sm"></i> {{ year }} </a>
|
||||
|
||||
{% if tags != "" %}
|
||||
·
|
||||
{% for tag in post.tags %}
|
||||
<a href="{{ tag | slugify | prepend: '/blog/tag/' | prepend: site.baseurl}}">
|
||||
<i class="fas fa-hashtag fa-sm"></i> {{ tag }}</a>
|
||||
<i class="fa-solid fa-hashtag fa-sm"></i> {{ tag }}</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ pagination:
|
|||
·
|
||||
{% for category in post.categories %}
|
||||
<a href="{{ category | slugify | prepend: '/blog/category/' | prepend: site.baseurl}}">
|
||||
<i class="fas fa-tag fa-sm"></i> {{ category }}</a>
|
||||
<i class="fa-solid fa-tag fa-sm"></i> {{ category }}</a>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue