This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Adds Lucy Macartney's profile #1866
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"name": "Lucy Macartney", | ||
"type": "personal", | ||
"bio": "Software Developer and Technical Writer", | ||
"avatar": "https://github.com/lmac-1.png", | ||
"links": [ | ||
{ | ||
"name": "Follow me on GitHub", | ||
"url": "https://github.com/lmac-1", | ||
"icon": "github" | ||
}, | ||
{ | ||
"name": "Follow me on Twitter", | ||
"url": "https://twitter.com/codingwithlucy", | ||
"icon": "twitter" | ||
}, | ||
{ | ||
"name": "Subscribe to my YouTube channel", | ||
"url": "https://www.youtube.com/channel/UCcFG2cQfZRK178muVVkpnEw", | ||
"icon": "youtube" | ||
}, | ||
{ | ||
"name": "Connect with me on LinkedIn", | ||
"url": "https://linkedin.com/in/lucymacartney", | ||
"icon": "linkedin" | ||
}, | ||
{ | ||
"name": "Follow my blog on Hashnode", | ||
"url": "https://hashnode.com/@codingwithlucy", | ||
"icon": "hashnode" | ||
} | ||
], | ||
"milestones": [ | ||
{ | ||
"title": "Posted my first video on YouTube", | ||
"date": "May 2021", | ||
"icon": "youtube", | ||
"color": "black", | ||
"description": "My final project for CS50", | ||
"url": "https://www.youtube.com/watch?v=q4hK0VSJWqg" | ||
}, | ||
{ | ||
"title": "First job as a software developer", | ||
"date": "March 2022", | ||
"icon": "dollar", | ||
"color": "black", | ||
"description": "Building a web application with React, NextJS, Prisma and MongoDB" | ||
}, | ||
{ | ||
"title": "Started working as a technical writer", | ||
"date": "April 2022", | ||
"icon": "book", | ||
"color": "black", | ||
"description": "" | ||
}, | ||
{ | ||
"title": "Published my first blog", | ||
"date": "May 2022", | ||
"image": "https://codingwithlucy.hashnode.dev/_next/image?url=https%3A%2F%2Fcdn.hashnode.com%2Fres%2Fhashnode%2Fimage%2Fupload%2Fv1652901031858%2FxyarmkONV.png%3Fw%3D1600%26h%3D840%26fit%3Dcrop%26crop%3Dentropy%26auto%3Dcompress%2Cformat%26format%3Dwebp&w=3840&q=75", | ||
"icon": "hashnode", | ||
"color": "black", | ||
"description": "Why #100DaysOfCode is a great way to start a tech twitter account", | ||
"url": "https://codingwithlucy.hashnode.dev/why-100daysofcode-is-a-great-way-to-start-a-tech-twitter-account" | ||
} | ||
] | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you should remove this field if you're not going to use it, IMO.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On it! Will make the changes today, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed the unnecessary line. Let me know if anything else is incorrect. Thanks!