forked from MLH-Fellowship/project-team-pythonic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
12 lines (12 loc) · 3.3 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
{
"emily": {
"color": "Emily",
"name": "Emily Lim",
"about": "Hello! I am currently a senior studying Computer Science at Washington State University Vancouver. I became interested in this industry after taking AP Computer Science classes in high school and solving problems with code. I am passionate about learning and exploring various topics within tech. I am openly searching for a full-time position in the field of computer science. Experience is key, and my goal is to gain experience in the professional world, in order to strengthen my knowledge in this industry and make a difference in the world!",
"hobbies": [{"hobbyName": "Listening to music", "hobbyDesc": "I love exploring various genres and finding new artists. My favorite genres are kpop, pop, and alternative!", "hobbyImage": "https://drive.google.com/uc?export=view&id=1Z6rVOwH3AJcZyP0d3m6UFQH6K4X5n1ql"}, {"hobbyName": "Riding my bicycle", "hobbyDesc": "WSU Vancouver has a beautiful campus with a view of Mt. St. Helens and lots of trails. I love riding my bike and taking walks around the area!", "hobbyImage": "https://drive.google.com/uc?export=view&id=1P1S51j4mLyZ8YZGllkR0bL0vK4Fmx0So"}, {"hobbyName": "Starting DIY projects", "hobbyDesc": "From painting mini canvases to knitting beanies, I love learning how to create things.", "hobbyImage": "https://drive.google.com/uc?export=view&id=1lsNPb_6-YK50Oa9ujRh3ErFfxSljD2Eq"}],
"experience": [{"expName": "MLH Production Engineering Fellow (Summer 2022)", "expDesc": "12-week program powered by Meta. Fellows learn the skills of Production / Site Reliability Engineering and DevOps while collaborating in pods and gaining professional skills from industry experts."}, {"expName": "Washington State University Vancouver (2019-present)", "expDesc": "Bachelors of Science in Computer Science. Expected graduation: May 2023."}],
"projects": [{"projName": "Portfolio: Team Pythonic", "projDesc": "Worked in a team to create a reusable, scalable, and mobile-friendly portfolio template. Can be as a personal portfolio or a team portfolio. Compiled portfolio profile data with JSON, HTML, Google Maps API, and Jinja. Winner of the 22.SUM.21 pod during the MLH Fellowship Orientation Hackathon."}, {"projName": "Karo: Social Media Website", "projDesc": "Collaborated in a team to create a social media website with various features using React, JavaScript, HTML, and CSS. Worked on a chatbox feature to send messages between two users with Socket.io."}, {"projName": "Community Engagement: Web Development", "projDesc": "Collaborated in a team to research best development practices for Future of Code’s website. Took the role of Senior Editor to compile and revise major deliverables, including a white paper, pitch deck, and poster."}, {"projName": "Minesweeper", "projDesc": "Wrote a Qt application in Python using the MVC design pattern to simulate Minesweeper."}, {"projName": "Connect4", "projDesc": "Integrated Python code with Tkinter GUI to create an interactive interface for Connect 4."}],
"places": [{"country": "US", "lat": 38.9071923, "long": -77.0368707}, {"country": "Canada", "lat": 45.421532, "long": -75.697189}],
"links": [{"urlName": "linkedin", "url": "https://www.linkedin.com/in/emilyllim/"}, {"urlName": "github", "url": "https://github.com/emilyllim"}]
}
}