\n );\n}\n\nexport default Landing;\n","export const aboutData = {\n title: \"Who I am\",\n description1: \"Hello! My name is Marwen Mzoughi. I'm a Senior Revenue Management Analyst.\",\n description2: \"Pricing Manager in the air transport sector, I mainly work on data processing and analysis, the implementation of market strategies, the reorganization and optimization of processes and project management. I am interested in a new opportunities in data processing and analysis. I am also open to new challenges.\",\n image: 2\n}","import React, { useContext } from 'react';\n\nimport './About.css';\nimport { ThemeContext } from '../../contexts/ThemeContext';\nimport { aboutData } from '../../data/aboutData'\n\n\n\nfunction About() {\n\n const { theme } = useContext(ThemeContext);\n return (\n
\n );\n}\n\nexport default Contacts;\n","export default __webpack_public_path__ + \"static/media/one.a3146128.svg\";","export default __webpack_public_path__ + \"static/media/two.721a0672.svg\";","export default __webpack_public_path__ + \"static/media/three.d4f751d1.svg\";","export default __webpack_public_path__ + \"static/media/four.797cac62.svg\";","export default __webpack_public_path__ + \"static/media/five.89b924eb.svg\";","import one from '../assets/svg/projects/one.svg'\nimport two from '../assets/svg/projects/two.svg'\nimport three from '../assets/svg/projects/three.svg'\nimport four from '../assets/svg/projects/four.svg'\nimport five from '../assets/svg/projects/five.svg'\nimport six from '../assets/svg/projects/six.svg'\nimport seven from '../assets/svg/projects/seven.svg'\nimport eight from '../assets/svg/projects/eight.svg'\n\n\nexport const projectsData = [\n {\n id: 1,\n projectName: 'Pricing Manager | Revenue Management Dpt– TUNISAIR January 2020 – Today',\n projectDesc: 'Project Management : evaluation of the existing, analysis of needs, participation in drafting the specifications and tendering procedure. Planning, time and risk management, human resources management, management of relations with partners, doing presentations and conference-calls Organisation : definition of the pricing strategy by market and allocation of human and technical resources, creating dashboards and monitoring of KPIs by market Coaching : support for junior pricing analysts, integration of new recruits and preparation of a training plan.',\n tags: ['Carried out Projects:', 'ATC Refund', 'Amadeus Dynamic Waiver', 'Amadeus Airline Fare Families','Fare’s database redesign','Acquisition of competitor airfare data monitoring' ],\n code: '',\n demo: '',\n image: one\n },\n {\n id: 2,\n projectName: 'Pricing Analyst |France & Europe Network –Revenue Management Dpt– TUNISAIR June 2015 – December 2019',\n projectDesc: 'Ensure price monitoring and competition analysis in order to maintain the agreed positioning within the Pricing / Revenue Management strategy assigned to the market Design and update of fare grids by route and set up forcast revenue scenarios Design of fare products adapted to each segment of passenger traffic, event and market specifications Manage a database to analyze passenger behavior according to several predefined parameters and update fare conditions. ',\n tags: ['Achieved projects :', 'Change of the baggage policy and migrate from Weight Concept to Piece Concept','Automatic pricing of excess and special baggage through SRs', 'Update and harmonise of the ticket change policy via CAT31 and ATC Reissue'],\n code: '',\n demo: '',\n image: two\n },\n {\n id: 3,\n projectName: 'Revenue Management Analyst |Southern Europe Network – Revenue Management Dpt – TUNISAIR January 2013 – May 2015',\n projectDesc: 'Analyzing demand using forecasting tools and adapt supply to forecast demand (scheduling of additional flights, change of aircraft type in order to act on capacity, etc.)',\n tags: ['Update the historical database and the reference curves', 'Check in the inventory the seat quota allocation scheme by booking class by flight/date and adjust constantly according to the evolution of booking and the recommendation of the RMS.', \"Calculate and apply the overbooking rate for flights with high No-Show/cancellation potential\",\"Coordinate with Pricing Analyst to update fares and apply specific restrictions per flight(s)/date(s)\", \"Make sure to find the optimal combination between revenue and load factor by flight/date\"],\n code: '',\n demo: '',\n image: three\n },\n {\n id: 4,\n projectName: 'B2B Sales Analyst |France & Southern Europe Network – Sales Dpt – TUNISAIR – Tunisia October 2010 – January 2013',\n projectDesc: 'Validation of requests for quotations of charter operations and bloc-seat agreements and drafting of related contract.',\n tags: ['Design of seasonal fare grids for individual, group and allotments for each TO/partner', 'Analysis of sales by channel and by fare type and monitoring of the achievements of Tour Operators', 'Participation in the development of profit-sharing agreements'],\n code: '',\n demo: '',\n image: four\n },\n {\n id: 5,\n projectName: 'Junior Financial Analyst | Analysis and financial engineering Dpt – BNAC Broker July 2009 – September 2010',\n projectDesc: 'Determination and evaluation of sector activity indicators from the financial statements of listed companies on the stock exchange.',\n tags: ['Calculation of stock market indicators and measurement of securities performance', 'Collection of relevant informations on companies through the specialized press, the publications of the companies themselves and the report of EGMs, OGMs', 'Analysis of the various key performance and making recommendations regarding the purchase, sale or retention of securities.'],\n code: '',\n demo: '',\n image: five\n },\n \n]\n\n\n// Do not remove any fields.\n// Leave it blank instead as shown below\n\n/* \n{\n id: 1,\n projectName: 'Car Pooling System',\n projectDesc: '',\n tags: ['Flutter', 'React'],\n code: '',\n demo: '',\n image: ''\n}, \n*/","export default __webpack_public_path__ + \"static/media/six.bd765919.svg\";","export default __webpack_public_path__ + \"static/media/seven.3168c0a5.svg\";","export default __webpack_public_path__ + \"static/media/eight.98202b95.svg\";","import React from 'react';\nimport { makeStyles } from '@material-ui/core/styles';\nimport { FaPlay, FaCode } from 'react-icons/fa';\nimport Fade from 'react-reveal/Fade';\n\nimport placeholder from '../../../assets/png/placeholder.png';\nimport './SingleProject.css';\n\nfunction SingleProject({ id, name, desc, tags, code, demo, image, theme }) {\n const useStyles = makeStyles((t) => ({\n iconBtn: {\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'center',\n width: 40,\n height: 40,\n borderRadius: 50,\n border: `2px solid ${theme.tertiary}`,\n color: theme.tertiary,\n transition: 'all 0.2s',\n '&:hover': {\n backgroundColor: theme.secondary,\n color: theme.primary,\n transform: 'scale(1.1)',\n border: `2px solid ${theme.secondary}`,\n },\n },\n icon: {\n fontSize: '1.1rem',\n transition: 'all 0.2s',\n '&:hover': {},\n },\n }));\n\n const classes = useStyles();\n\n return (\n \n
\n These are some of the services I offer. Reach out to me if I can help you with any!\n
\n
\n {servicesData.map(services => (\n \n ))}\n
\n
\n
\n )}\n >\n )\n}\n\nexport default Services\n","export const achievementData = {\n bio : \"The illiterate of the 21st century will not be those who cannot read and write, but those who cannot learn, unlearn, and relearn. - Alvin Toffler\",\n achievements : [\n {\n id : 1,\n title : 'ATPCO CAT31/33',\n details : 'Automation of voluntary changes and voluntary refunds',\n date : '',\n field : '',\n image : 'https://udemy-certificate.s3.amazonaws.com/image/UC-0cd075aa-f55b-4d9f-aec0-119020a4e792.jpg?v=1611846350000'\n },\n {\n id : 2,\n title : 'ATPCO OPTIONAL SERVICES & BRANDED FARES',\n details : 'Implementation of optional services and branded fare policies',\n date : '',\n field : '',\n image : 'https://udemy-certificate.s3.amazonaws.com/image/UC-91ae3ea2-39ee-4a57-bf23-d397aff0d9a7.jpg?v=1621951317000'\n },\n {\n id : 3,\n title : 'ATPCO FAREMANAGER',\n details : 'Creation and management of database of fares and conditions',\n date : '',\n field : '',\n image : 'https://udemy-certificate.s3.amazonaws.com/image/UC-0cd075aa-f55b-4d9f-aec0-119020a4e792.jpg?v=1611846350000'\n },\n {\n id : 4,\n title : 'AMADEUS ARD WEB',\n details : 'Advanced training on how to create a PNR, sell ancillary services, search for fares, issue and exchange documents…',\n date : '',\n field : '',\n image : 'https://udemy-certificate.s3.amazonaws.com/image/UC-91ae3ea2-39ee-4a57-bf23-d397aff0d9a7.jpg?v=1621951317000'\n },\n {\n id : 5,\n title : 'ATPCO Carrier-Imposed Fees',\n details : 'Creation and management of carrier-imposed fees and ticketing fees',\n date : '',\n field : '',\n image : 'https://udemy-certificate.s3.amazonaws.com/image/UC-0cd075aa-f55b-4d9f-aec0-119020a4e792.jpg?v=1611846350000'\n },\n {\n id : 6,\n title : 'Profitline/Yield',\n details : 'Initiation to the revenue management system and demand forecast',\n date : '',\n field : '',\n image : 'https://udemy-certificate.s3.amazonaws.com/image/UC-91ae3ea2-39ee-4a57-bf23-d397aff0d9a7.jpg?v=1621951317000'\n },\n {\n id : 7,\n title : 'IATA Airline Management',\n details : 'Dynamic pricing and revenue management (basic concepts) Route forecasting and development (analysis of new routes profitability)',\n date : '',\n field : '',\n image : 'https://udemy-certificate.s3.amazonaws.com/image/UC-0cd075aa-f55b-4d9f-aec0-119020a4e792.jpg?v=1611846350000'\n },\n\n ]\n}\n\n\n// Do not remove any fields.\n// Leave it blank instead as shown below.\n\n/*\n\nexport const achievementData = {\n bio : \"\",\n achievements : []\n}\n\n*/","import React, { useContext } from 'react';\nimport { makeStyles } from '@material-ui/core/styles';\nimport Fade from 'react-reveal/Fade';\n\nimport { ThemeContext } from '../../contexts/ThemeContext';\n\nimport { AiOutlineFolder } from \"react-icons/ai\";\n\nimport './Achievement.css'\n\nfunction AchievementCard({id, title, details, date, field, image}) {\n\n const { theme } = useContext(ThemeContext);\n\n const useStyles = makeStyles((t) => ({\n achievementCard : {\n backgroundColor:theme.primary30,\n \"&:hover\": {\n backgroundColor:theme.primary50,\n },\n },\n }));\n\n const classes = useStyles();\n return (\n \n