Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Adds Lucy Macartney's profile #1866

Merged
merged 4 commits into from
Oct 16, 2022
Merged
Show file tree
Hide file tree
Changes from 3 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 icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ To use an icon, be sure to use the correct code in the `usage` column, not any o
| Snapchat | snapchat | <img src="https://user-images.githubusercontent.com/91655303/148160774-755adc38-e089-4a20-910f-292b890e2c63.png" width=65% height=30%> | Telegram | telegram | <img src="https://user-images.githubusercontent.com/65664185/138503468-8f27e3a9-d9ad-4348-85a4-d2c1761cd81f.png" width=100% height=30%> |
| TikTok | tiktok | <img src="https://user-images.githubusercontent.com/76241195/147094674-a0b67f90-c62e-4162-93b5-dd313611ff28.png" width=65% height=30%> | Twitch | twitch | <img src="https://user-images.githubusercontent.com/76241195/147094354-12d3b38d-bb87-4c52-a3b7-4d934498da31.png" width=100% height=30%> |
| Twitter | twitter | <img src="https://user-images.githubusercontent.com/65664185/138503209-1ce0ebbc-5590-4940-8cd0-2dadacbf09ed.png" width=65% height=30%> | Vimeo | vimeo | <img src="https://user-images.githubusercontent.com/65664185/138503257-6af44a9c-c81a-4657-b182-6a991157810f.png" width=100% height=30%> |
| YouTube | youtube | <img src="https://user-images.githubusercontent.com/65664185/138503305-ff60cf54-6b0b-4e18-9446-b4f6869b9511.png" width=65% height=30%> | | | |
| YouTube | youtube | <img src="https://user-images.githubusercontent.com/65664185/138503305-ff60cf54-6b0b-4e18-9446-b4f6869b9511.png" width=65% height=30%> | | | |
65 changes: 65 additions & 0 deletions public/data/lmac-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"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"
},
{
"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"
}
]
}