@@ -63,45 +63,43 @@ export const projectTimeline: ProjectTimeline[] = [
6363 title : 'Project Inception' ,
6464 description :
6565 'Initial brainstorming and vision by Arkadii Yakovets & Starr Brown to solve OWASP project navigation challenges.' ,
66- year : 'Aug 2024' ,
66+ year : 'August 2024' ,
6767 } ,
6868 {
6969 title : 'Backend Minimum Viable Product' ,
7070 description :
7171 'Backend foundations built by Arkadii Yakovets using Django and Docker. GitHub sync implemented for automated data updates.' ,
72- year : 'Aug 2024' ,
72+ year : 'August 2024' ,
7373 } ,
7474 {
7575 title : 'NestBot for Slack Community Integration' ,
7676 description :
7777 'A key feature allowing users to browse and search all OWASP projects effectively.' ,
78- year : 'Sep 2024' ,
78+ year : 'September 2024' ,
7979 } ,
8080 {
8181 title : 'Initial Frontend Development' ,
8282 description : 'Frontend initially developed by Kate Golovanova using Vue.js and Bootstrap.' ,
83- year : 'Sep 2024' ,
83+ year : 'September 2024' ,
8484 } ,
8585 {
8686 title : 'New React-based Frontend' ,
8787 description :
8888 'Started transitioning the frontend from Vue.js to React for better performance and scalability.' ,
89- year : 'Nov 2024' ,
89+ year : 'November 2024' ,
9090 } ,
9191 {
9292 title : 'NestBot Commands and Event Handlers Expansion' ,
9393 description :
9494 'Enhanced NestBot with advanced command processing and intelligent event handlers to improve user interaction efficiency.' ,
95- year : 'Jan 2025' ,
95+ year : 'January 2025' ,
9696 } ,
97-
9897 {
9998 title : 'First Official Release and Production Launch' ,
10099 description :
101100 'We officially launched OWASP Nest to the public, inviting the community to explore and contribute.' ,
102- year : 'Feb 2025' ,
101+ year : 'February 2025' ,
103102 } ,
104-
105103 {
106104 title : 'GSoC 2025 Participation' ,
107105 description : 'OWASP Nest accepted for Google Summer of Code 2025 as part of OWASP.' ,
@@ -113,6 +111,18 @@ export const projectTimeline: ProjectTimeline[] = [
113111 'We started sponsoring some interesting projects that have not made it to the GSoC 2025.' ,
114112 year : 'June 2025' ,
115113 } ,
114+ {
115+ title : 'OWASP Nest Sponsorship Program Expansion' ,
116+ description :
117+ 'OWASP Nest expanded its Sponsorship Program to support ongoing project maintenance and new initiatives.' ,
118+ year : 'October 2025' ,
119+ } ,
120+ {
121+ title : 'Lab Level Promotion' ,
122+ description :
123+ "OWASP Nest promoted to Lab level, marking a significant milestone in the project's growth and maturity within the OWASP ecosystem" ,
124+ year : 'October 2025' ,
125+ } ,
116126]
117127
118128export const technologies = [
0 commit comments