Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nathen418 committed Jun 13, 2023
1 parent dcd0f5a commit b5fdfbe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gitprofile.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ const config = {
email: '[email protected]',
},
resume: {
fileUrl: 'https://github.com/nathen418/nathen418.com/raw/main/ResumeForUpload.pdf',
fileUrl:
'https://github.com/nathen418/nathen418.com/raw/main/ResumeForUpload.pdf',
},
skills: [
'JavaScript',
Expand All @@ -46,7 +47,8 @@ const config = {
experiences: [
{
company: 'WEC Energy Group',
position: 'Information Technology Intern - IT Telecom and Infrastructure Operations',
position:
'Information Technology Intern - IT Telecom and Infrastructure Operations',
from: 'May 2023',
to: 'Present',
companyLink: 'https://www.wecenergygroup.com/',
Expand Down Expand Up @@ -144,7 +146,7 @@ const config = {
'AntaresBot a small bot with a bunch of features and cool commands. Join in the fun by adding AntaresBot to your server today. Developed for fun by me to learn type script and discord.js. Verified by Discord and in over 250 servers with over 1 million commands used and a 99% uptime. Using Discord\'s new "Slash Commands", Antares Bot supports many commands from fun random images, counting and chance games, a counting game, and more. Use /help in any channel to get a list of commands and features that are accessible. Admins can use /adminhelp',
imageUrl: 'https://antaresnetwork.com/resources/icon.png',
link: 'https://bot.antaresnetwork.com',
}
},
],
// Display blog posts from your medium or dev account. (Optional)
blog: {
Expand Down

0 comments on commit b5fdfbe

Please sign in to comment.