From 99fd143ca2dc805909d3a0c7c5f181a937ca6c41 Mon Sep 17 00:00:00 2001 From: Brutus03 <38848514+Brutus03@users.noreply.github.com> Date: Sat, 16 Sep 2023 16:11:16 +0900 Subject: [PATCH] [update]About Font Awesome icons,Change Twitter to X --- dist/index.html | 10 +++++----- src/pug/index.pug | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/index.html b/dist/index.html index d026708824..adaa9c6588 100644 --- a/dist/index.html +++ b/dist/index.html @@ -8,7 +8,7 @@ Resume - Start Bootstrap Theme - + @@ -49,10 +49,10 @@

I am experienced in leveraging agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition.

- - - - + + + +
diff --git a/src/pug/index.pug b/src/pug/index.pug index ef22322b80..749c71228b 100644 --- a/src/pug/index.pug +++ b/src/pug/index.pug @@ -13,7 +13,7 @@ html(lang='en') link(rel='icon', type='image/x-icon', href='assets/img/favicon.ico') // Font Awesome icons (free version) - script(src='https://use.fontawesome.com/releases/v6.3.0/js/all.js', crossorigin='anonymous') + script(src='https://use.fontawesome.com/releases/v6.4.2/js/all.js', crossorigin='anonymous') // Google fonts link(href='https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700', rel='stylesheet', type='text/css')