feat: add AboutPage and AboutContent component; integrate AnnouncementBar in layout
This commit is contained in:
@@ -0,0 +1,100 @@
|
||||
|
||||
export const certificates = [
|
||||
{
|
||||
"name": "React Native | Practical React Native Course",
|
||||
"organization": "Udemy",
|
||||
"date": "June 2025",
|
||||
"description": "Thanks to this React Native course, I gained the competence to develop mobile applications that work on both Android and iOS. The course focused on the basic components of React Native, navigation, data management, and performance optimization.",
|
||||
"image":"/certificates/reactnative.png",
|
||||
"category": "mobile"
|
||||
},
|
||||
{
|
||||
"name": "GDG Hackathon Participation Certificate",
|
||||
"organization": "Google Developer Group",
|
||||
"date": "May 2025",
|
||||
"description": "I was part of the organization team at the hackathon event held by Google Developer Group",
|
||||
"image": "/certificates/gdg.png",
|
||||
"category": "hackathon"
|
||||
},
|
||||
{
|
||||
"name": "National Student Congress Participation Certificate",
|
||||
"organization": "Ostim Technical University, Faculty of Business Administration",
|
||||
"date": "April 2025",
|
||||
"description": "Certificate of participation for my contribution at the 1st National Student Congress ‘Sustainable Businesses in the Age of Artificial Intelligence’",
|
||||
"image": "/certificates/ulusal.png",
|
||||
"category": "personal"
|
||||
},
|
||||
{
|
||||
"name": "HSD Core Team Participation Certificate",
|
||||
"organization": "Huawei Student Developers",
|
||||
"date": "January 2025",
|
||||
"description": "I was included in the Core Team of the newly established Huawei Student Developers (HSD) community at OSTİM Technical University for the 2024–2025 term.",
|
||||
"image": "/certificates/hsd.png",
|
||||
"category": "personal"
|
||||
},
|
||||
{
|
||||
"name": "Version Control: Git & GitHub",
|
||||
"organization": "BTK Academy",
|
||||
"date": "September 2024",
|
||||
"description": "I completed the course on Git and GitHub. This course increased my knowledge of version control and taught me how to manage projects with Git. Sharing projects on GitHub highlighted the importance of collaborative work and tracking changes.",
|
||||
"image": "/certificates/git.png",
|
||||
"category": "software"
|
||||
},
|
||||
{
|
||||
"name": "Presentation Skills & Communication Management in Entrepreneurship",
|
||||
"organization": "BTK Academy",
|
||||
"date": "September 2024",
|
||||
"description": "I earned the certificate in Presentation Skills & Communication Management in Entrepreneurship. This training helped me develop effective presentation, persuasive communication, and self-expression skills in the field of entrepreneurship.",
|
||||
"image": "/certificates/girisim.png",
|
||||
"category": "communication"
|
||||
},
|
||||
{
|
||||
"name": "Creating an Effective LinkedIn Profile",
|
||||
"organization": "BTK Academy",
|
||||
"date": "October 2024",
|
||||
"description": "I completed the certificate for Creating an Effective LinkedIn Profile. This training enhanced my ability to build a professional profile, develop networking strategies, and use LinkedIn more effectively.",
|
||||
"image": "/certificates/linkedin.png",
|
||||
"category": "personal"
|
||||
},
|
||||
{
|
||||
"name": "Web Programming with REACT",
|
||||
"organization": "BTK Academy",
|
||||
"date": "June 2024",
|
||||
"description": "I earned the Web Programming with REACT certificate. This training taught me how to develop modern web applications using React, leverage component-based architecture, and build dynamic user interfaces.",
|
||||
"image": "/certificates/react.png",
|
||||
"category": "web"
|
||||
},
|
||||
{
|
||||
"name": "Web Programming with Node.js",
|
||||
"organization": "BTK Academy",
|
||||
"date": "November 2024",
|
||||
"description": "I earned the Web Programming with Node.js certificate. This training improved my skills in developing server-side applications, creating APIs, and managing backend processes using Node.js.",
|
||||
"image": "/certificates/nodejs.png",
|
||||
"category": "web"
|
||||
},
|
||||
{
|
||||
"name": "Yeşilay National Debate Championship",
|
||||
"organization": "Yeşilay",
|
||||
"date": "July 2023",
|
||||
"description": "I was a finalist in the Yeşilay National Debate Championship. During this process, I improved my communication, persuasion, and quick-thinking skills.",
|
||||
"image": "/certificates/turkiye.png",
|
||||
"category": "communication"
|
||||
},
|
||||
{
|
||||
"name": "Yeşilay Regional Debate Tournament Championship",
|
||||
"organization": "Yeşilay",
|
||||
"date": "May 2023",
|
||||
"description": "I was a finalist in the Yeşilay Regional Debate Tournament Championship. During this process, I improved my communication, persuasion, and quick-thinking skills.",
|
||||
"image": "/certificates/bolge.png",
|
||||
"category": "communication"
|
||||
},
|
||||
{
|
||||
"name": "Python | Programming from Beginner to Advanced",
|
||||
"organization": "Udemy",
|
||||
"date": "November 2021",
|
||||
"description": "I earned this certificate by working on both basic and advanced topics in Python programming, including algorithms, data structures, and object-oriented programming.",
|
||||
"image": "/certificates/python.png",
|
||||
"category": "software"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user